.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:247,222,225;--color-primary-1:229,144,156;--color-primary-2:202,32,57;--color-primary-3:101,16,29;--color-primary-4:30,5,9;--color-secondary-0:219,241,236;--color-secondary-1:175,230,220;--color-secondary-2:75,184,161;--color-secondary-3:45,110,97;--color-secondary-4:15,37,32;--color-tertiary-0:255,255,255;--color-tertiary-1:241,252,250;--color-tertiary-2:140,142,155;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;overflow:visible;position:relative;display:block; }#vTt5wZzNwcD8v8NpCIsVIX7rRfAptplz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:28.625rem;top:13.4375rem;left:31.375001907349rem;overflow:hidden;display:block; }
#mTusphNvLpBbKnOvXQSLHFZF3hFfBZ7S { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4368489980698rem;left:0.009765625rem;height:3.25rem;font-style:normal;display:block; }
#Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6868489980698rem;left:47.822916030884rem;display:block; }
#ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oJO7S3L3zCSl9pv3PIQAPA99yQSHVxSe { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0.009765625rem;height:11.2141875rem;text-align:left;text-align-last:left;display:block; }
#n0NezxUQvqWld7p5NUdwAm3VTL3DRi26 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:25.8125rem;left:0.009765625rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#K0mK0wafb2WU7mmeWB5XDZiy5khruDDK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.875rem;left:0rem;display:block; }
#DFhe2IBsPWlTFEsn6E3EKSnR3o6xau2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpTfo00UJbgRZO6ZkwQr4s4NveXRsJvE { background-color:rgba(219,219,219,0.21);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.875rem;left:14.125rem;display:block; }
#nIyfDBGn1yJlW8hKtToFqn1ds7LIHy5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qr5TfToHygudFBwNI4cZqW8LhJ4Dxcpz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:5.0625rem;top:12.34375rem;left:0rem;overflow:hidden;display:block; }
#ocwBam4XvH3ZUX4L4M87swA0wskPlWnq { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:22.625rem;top:16.09375rem;left:34.375001907349rem;display:block; }
#vlvnUmBEhvLKQGAWhAUSS06z3sREpWTa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:22.5rem;top:16.21875rem;left:34.437501907349rem;overflow:hidden;display:block; }
#DEv6sQ5AusOXqhth5f7oJayX4l7eFdOg { z-index:15000;top:2.1240234375rem;left:11.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XNbvtODWk3cliiyOfFxzbX4GtxF5ZDbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxJOJFXaROTersaMo8hz1PfE0TiZDiwz { z-index:15001;top:1.8427734375rem;left:18.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OgzcnVxGd540SAlrGyOK9DoHt5AzP7aL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmuKFiLAIQphCToQnQa944JcnVxHrSpS { z-index:15002;top:1.9052734375rem;left:33.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l6RqgOaKEhbaZwcwPcGXaIglSxzmK45H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neRGxqbRITksyRTQx45oU0uavrB9ndMn { z-index:15003;top:1.9052734375rem;left:39.759765625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tqNCTZPxPLb3ao1CI2XhLnMEDiDH5mmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNG81SRhWCvaSZbMtwZEzQOOo3rTXop2 { z-index:15002;top:1.8427734375rem;left:26.25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EwmgZ0h2ErNNTVVzUlyFSIr0MuqiA2TD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container { background-color: transparent; background-image: none; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container > .video-iframe-container { display: none; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row > .video-iframe-container { display: none; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .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); }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container { border-width: 0; border-radius: 0; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#xiTXK4vPWn6WOhkEL6J5OdNvTRTPcRTf { color:rgba(var(--color-tertiary-1),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0.1875rem;height:2.35618125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { background-color: transparent; background-image: none; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container > .video-iframe-container { display: none; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row > .video-iframe-container { display: none; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .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); }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { border-width: 0; border-radius: 0; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#dJBsICOLqltSgdg2pi3UQcvPZZ4TmFra { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:25.6875rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#RncqvXcC4qzWHBB8HTbRLsCnU82MPafk { color:rgba(var(--color-primary-2),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:30.5rem;height:7.06705625rem;text-align:left;text-align-last:left;display:block; }
#deMyfA14ikDeoFbB6GAr9BVStUUT2BHo { color:rgba(var(--color-tertiary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:11.8125rem;left:30.5rem;height:1.70010625rem;display:block; }
#zKrHR7ATxLfBtUFQlvQgb1M222m9iEog { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:14.375rem;left:30.5rem;display:block; }
#lBXWwID1A9U2AdkbDafgOBTGCmbvk5Tm { color:rgba(var(--color-tertiary-3),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.5625rem;left:32.6875rem;height:1.70010625rem;display:block; }
#eu9DQKk9glKV8NV5TDSWMVH37wPySCaM { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:16.5rem;left:30.5rem;display:block; }
#sEcXOE8MK4hodndGP3yAiSq9GLBgTxmC { color:rgba(var(--color-tertiary-3),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:16.6875rem;left:32.6875rem;height:1.70010625rem;display:block; }
#tlAkD9t2cQloRp5RrrvGXcTNLkFOig3b { color:rgba(var(--color-tertiary-3),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:18.8125rem;left:32.6875rem;height:1.70010625rem;display:block; }
#bHSspuTpiU08v61TedOxVkuoSNO0JTBv { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:18.625rem;left:30.5rem;display:block; }
#bXAvXW31KQnTAhtnCFT09Pf5CdrZNRv0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.375rem;left:30.5rem;display:block; }
#JpeiAGmnICLIwrEFCn7ivFiXIXUXBpVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3PZ3vQZzVvosvzMAeZXDqZp2t90gnt6 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:20.9375rem;left:32.6875rem;height:1.70010625rem;display:block; }
#XwIJ3b7uLTGkmCbGa5f704IazltMp0mQ { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:20.75rem;left:30.5rem;display:block; }
#XKFFGac2CV8V9qptJH8riQtfhFPIkncy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container { background-color: transparent; background-image: none; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container > .video-iframe-container { display: none; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row > .video-iframe-container { display: none; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .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); }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container { border-width: 0; border-radius: 0; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#WcrCUTHC1mJeeLN5ym7A4EX5c2gytfTX { color:#0a1263;display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0603275299072rem;left:0.18663215637207rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngRKllTfbCVJ89qrWVDpfyERBACT1iNp { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5914330482483rem;left:0.014467239379883rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container { background-color: transparent; background-image: none; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container > .video-iframe-container { display: none; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row > .video-iframe-container { display: none; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .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); }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container { border-width: 0; border-radius: 0; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#b32ktwhMF6ugmKzwiVsBQ8eFPPkEQnuJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:19.9375rem;top:7.1249980926512rem;left:20.031251907349rem;overflow:hidden;display:block; }
#aMXLiTXlNCztgaF7MfqsLOLuQZkPDzB7 { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:2.35618125rem;text-align:left;text-align-last:left;display:block; }
#yUhBsMOd1SP1x723BU9FDKPhhoVQ0QVl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.375rem;left:0rem;height:5.41666875rem;text-align:left;text-align-last:left;display:block; }
#zyEZ0SD73QVDAO8XNpI2HDcrT3JCOtv1 { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0rem;height:2.35618125rem;text-align:left;text-align-last:left;display:block; }
#i5pn2t0diWNGtRXPbGcIASVvJGvu9Ekl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:20.1875rem;left:0.0625rem;height:7.222225rem;text-align:left;text-align-last:left;display:block; }
#tzcSmnrpSdnuAoK7K0iK8rmFk8bd5vTC { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:42.25rem;height:2.35618125rem;text-align:right;text-align-last:right;display:block; }
#nScnD41OVI3z5VS5pDWrP3IAXOXCb3wh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:8.3125rem;left:44.375rem;height:7.222225rem;text-align:right;text-align-last:right;display:block; }
#ybye53XwzqcgaNtMOuBeUTTRPDVGP0tJ { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.875rem;left:42.25rem;height:2.35618125rem;text-align:right;text-align-last:right;display:block; }
#ETaeThlb11Fbd8Olf0ohoJh9IOk90DLF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:20.125rem;left:43.1875rem;height:7.222225rem;text-align:right;text-align-last:right;display:block; }
#FdKJTS7tevfNXDya9a0V9WD14AXui3hk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container { background-color: transparent; background-image: none; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container > .video-iframe-container { display: none; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row > .video-iframe-container { display: none; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .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); }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container { border-width: 0; border-radius: 0; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#yVARTlOauCbGix9Upwax4uVd3A2Pgcf9 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container { background-color: transparent; background-image: none; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container > .video-iframe-container { display: none; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row > .video-iframe-container { display: none; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .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); }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container { border-width: 0; border-radius: 0; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#JuW7Uvbvug5B9OPXLH7Jnc4JATwhKHCv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.75rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#vX8pTPMqM7l42xH9i6gnoiiH0HFu2Mxo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:-0.0625rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#qioRt2IIvykD6TyFWG0JtvaXOTaX3yxr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:18.75rem;top:1.25rem;left:20.625rem;overflow:hidden;display:block; }
#WC1Ouu5MBvZZwTTDwCHK46gIywCMG25H { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.75rem;top:1.25rem;left:40.625rem;overflow:hidden;display:block; }
#oiP8M9fIX3e6iame5ffrceyJMDcWiTwx { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.5rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#Ss3mrke7PVBbJxmN6zRO62Dn9Rp0J0ea { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5625rem;left:40.5rem;height:1.38020625rem;text-align:center;text-align-last:center;display:block; }
#MaOA3vPyiDobpbpG08cIBClxRCiTUbci { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.75rem;top:16.4375rem;left:0.5rem;overflow:hidden;display:block; }
#Ekx9wXp3wLZkZBKgKIZqzR4goQUsfCZN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.75rem;top:16.4375rem;left:20.5625rem;overflow:hidden;display:block; }
#LhE61U6r6gS7HCK1RTTZ8LePPRTALUKa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:18.75rem;top:16.4375rem;left:40.5625rem;overflow:hidden;display:block; }
#syc0gFibSPUiddXdRXMTB5uJmJWB9HlI { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.75rem;left:0.375rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#VXlpFuQx5yhzzxD1IzX2znt2adUlmkJW { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.75rem;left:20.4375rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#dB69fSaBSqhrdtGaZ6ypba6nRqHUDv3M { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.75rem;left:39.8125rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container { background-color: transparent; background-image: none; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container > .video-iframe-container { display: none; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row > .video-iframe-container { display: none; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .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); }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container { border-width: 0; border-radius: 0; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#QGkHIpDnOHrhaRuDdU27ozDr1xToAF51 { color:#0a1263;display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0603275299072rem;left:0.18663215637207rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvZFqSuiteusVU5m3ncNP1qKlxFvFulT { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5914330482483rem;left:0.014467239379883rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container { background-color: transparent; background-image: none; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container > .video-iframe-container { display: none; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row > .video-iframe-container { display: none; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .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); }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container { border-width: 0; border-radius: 0; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#Noa3KxpGgaDVv7oNKM9rPLE8dQFJbDWk { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.521484375rem;left:0rem;height:1.38020625rem;text-align:center;text-align-last:center;display:block; }
#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container { background-color: transparent; background-image: none; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container > .video-iframe-container { display: none; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row > .video-iframe-container { display: none; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .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); }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container { border-width: 0; border-radius: 0; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#AkGHJecxIM2pkEfWEHFLo7aafRytFcgn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:60rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container { background-color: transparent; background-image: none; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container > .video-iframe-container { display: none; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row > .video-iframe-container { display: none; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .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); }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container { border-width: 0; border-radius: 0; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#WrCe4TguuQJGTzcTuGU1Lan1pFzFC64V { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:3.4375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:0rem;left:33.75rem;display:block; }
#MeCFbiPqkiE27yxvLzOBTAcLhVDoJPMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container { background-color: transparent; background-image: none; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container > .video-iframe-container { display: none; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row > .video-iframe-container { display: none; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .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); }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container { border-width: 0; border-radius: 0; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#OSZBqMRJnnbhDpniNOWCmCAfsJJ3U479 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9683160781861rem;left:0.18663215637207rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeZ4fKnXFfcleFZ7T4SpAa9bSMrc7huC { color:#0a1263;display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9684610366821rem;left:0.21773719787598rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container { background-color: transparent; background-image: none; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container > .video-iframe-container { display: none; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row > .video-iframe-container { display: none; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .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); }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container { border-width: 0; border-radius: 0; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#FDnGLs9PUNs4TUg3EWUyHf4sNQEcmB5R { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3112049102783rem;left:0.014467239379883rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container { background-color: transparent; background-image: none; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container > .video-iframe-container { display: none; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row > .video-iframe-container { display: none; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .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); }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container { border-width: 0; border-radius: 0; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:60rem;position:relative;display:block; }#DOsFQhh6sXQN0gVhBiNgaeX6qBdzfA6m { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:2.125rem;left:5.75rem;overflow:hidden;display:block; }
#Z90CWsBLz6ky4M9cPOqQpUk5umRWSMGH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:0.25rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#yOVtP3WUxyfiU8TZiqaKdobGXeDLJ6hZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13rem;left:20.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#t0uBTBrzZkg7GH7QBwukp2plCG1vAohG { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13rem;left:40.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#gRyxQIh6E62brbWAuWMEDoTM6lzX09Ih { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:2.125rem;left:25.75rem;overflow:hidden;display:block; }
#HmVUnyaB3B4quDP0WicZodC6ED3dn8Cz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:2.125rem;left:45.75rem;overflow:hidden;display:block; }
#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container { background-color: transparent; background-image: none; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container > .video-iframe-container { display: none; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row > .video-iframe-container { display: none; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .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); }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container { border-width: 0; border-radius: 0; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#NTwCmXUgTFUZOAKObowFMTu9KNBym5cX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:19.75rem;top:3.0625rem;left:20.0625rem;overflow:hidden;display:block; }
#iZTTuQaaFuhiToG3OTJWaR8hVS5qrCts { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0.0625rem;height:2.35618125rem;text-align:left;text-align-last:left;display:block; }
#GTQLTyadviP2f6cTQOpdzGWFXssgvzeI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:5.8745765686035rem;left:0.12442207336426rem;height:7.223rem;text-align:left;text-align-last:left;display:block; }
#ALpVQlUSV6yS954Q52ky1xni2S5FMtN9 { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.25rem;left:0.0625rem;height:2.35618125rem;text-align:left;text-align-last:left;display:block; }
#PWOp9h2AWgMomT5IoH17H2MTUIbCZcuR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:22.4375rem;left:0rem;height:5.41666875rem;text-align:left;text-align-last:left;display:block; }
#JC4PMeMnGZFRg2xybHakC3Z8lvUhgroO { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:42.3125rem;height:2.35618125rem;text-align:right;text-align-last:right;display:block; }
#TImLTp4rBZuriRxPPVC0POh9EmfPuPCK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:5.875rem;left:44.5rem;height:7.223rem;text-align:right;text-align-last:right;display:block; }
#HkXbPhBvWqf8en8rm7c9yICiPp9IWKaH { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:42.3125rem;height:2.35618125rem;text-align:right;text-align-last:right;display:block; }
#XfROdEbTGiRp8zOrhz5tvyVPqa9z1gqT { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:21.5625rem;left:43.6875rem;height:7.22225rem;text-align:right;text-align-last:right;display:block; }
#BhinSgDaEMpHcxGWM51eFAGRVvnVxM1K { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:20rem;top:17.875rem;left:20.0625rem;overflow:hidden;display:block; }
#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container { background-color: transparent; background-image: none; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container > .video-iframe-container { display: none; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row > .video-iframe-container { display: none; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .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); }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container { border-width: 0; border-radius: 0; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#uv8gqua6lVJxV5SBGUk6DIwoBzkIwA2b { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9683160781861rem;left:0.18663215637207rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HW8eMMyJKLNAQ6dIxHbkCr77ZDFZBD6M { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9684610366821rem;left:0.21773719787598rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container { background-color: transparent; background-image: none; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container > .video-iframe-container { display: none; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row > .video-iframe-container { display: none; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .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); }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container { border-width: 0; border-radius: 0; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#TgEQb3KQ9wafux8hIZlCQlqZvJcTwo4o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:51.3125rem;top:1.83984375rem;left:4.5364589691162rem;overflow:hidden;display:block; }
#xRfz3DkvG4ZSl2r86dUzIae6QkSLUrM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.966146469116rem;left:4.5364589691162rem;height:2.7604125rem;display:block; }
#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { background-color: transparent; background-image: none; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container > .video-iframe-container { display: none; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row > .video-iframe-container { display: none; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .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); }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { border-width: 0; border-radius: 0; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#bJ7rtCWDxHS6aKdTrIhD6WEbthTgFifg { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1553821563721rem;left:0.21773719787598rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container { background-color: transparent; background-image: none; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container > .video-iframe-container { display: none; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row > .video-iframe-container { display: none; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .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); }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container { border-width: 0; border-radius: 0; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#oTHu3aKyWuvhntCFTermDR7ZCz8yGZtl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:0.9990234375rem;left:0rem;height:1.199rem;text-align:center;text-align-last:center;display:block; }
#ibQKI6qxxHogob8t1bmWUIzm9eoI37bL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.875rem;width:19.375rem;top:7.1235656738281rem;left:0rem;display:block; }
#h292TKviyPy78B715JBAS54Rc6T5bMXg { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.96875rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE li:before{  }
#XF4rAWNSDdUsVAA9WoqMWAXFfAFTsigT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.9375rem;width:19.4375rem;top:7.0614318847656rem;left:20.3125rem;display:block; }
#BF21wdBJ54fMgA5J2Ekr7u4Ngtc4blr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.1875rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6yvum92bdDbbf5snacueI4u4To82C6b { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.875rem;width:19.375rem;top:7.1235656738281rem;left:40.625rem;display:block; }
#tk6LR4VKHqTGNtM3kOmErsxnAid4R8N7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:4.0625rem;left:40.5rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:9.875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s li:before{  }
#rDT5IzqWauR9KwI44Bp5GI3Al4UuuK4S { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:8.125rem;left:0.9375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHqoAGxZMSARppS4lWmXNNL1m5o0L3ue { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.5rem;top:3.125rem;left:0rem;display:block; }
#ptEIWHm92ibb5ozT7ld5I0V6lO0cnHnp { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.5625rem;top:3.125rem;left:20.3125rem;display:block; }
#qFcM4PM8cRAJi9QrbXolxyADx2ro72hC { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:19.375rem;top:3.125rem;left:40.5625rem;display:block; }
#GIBZMawZ2rwaHXiuCuZfVhZHSBMgVkGr { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.125rem;left:21.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxOus3tXgl6DqEh1HzgZ4J5NEAJG9qeh { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:8.125rem;left:41.6875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nuydvKbs2XmrQdTPc0DusHU6gH7TZelA { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.375rem;top:7.5rem;left:0.625rem;display:block; }
#WwBKNluSVLpqtJs2UDaOdKwLgSNcF4TE { position:absolute;display:block;z-index:15063;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.375rem;top:7.5rem;left:21rem;display:block; }
#reLlJ9DWn8HTJi67MGIxSVeP37KaDnl5 { position:absolute;display:block;z-index:15064;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.5rem;top:7.5rem;left:41.0625rem;display:block; }
#TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:9.875rem;left:21.5rem;height:20.10525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi li:before{  }
#Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 li:before{  }
#mSbO16dbVU32rJE0rorItRUZnPQNcvzN { position:absolute;display:block;z-index:15064;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.5rem;top:0.4375rem;left:41.0625rem;display:none; }
#NRVM23EoqsFuOpsv1plhCbqXuitNkRrC { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RVnDJ84P5TlOFaw1Rw4F5db0BGpV5ikJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:37.375rem;width:19.375rem;top:-0.0625rem;left:0rem;display:none; }
#bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.75rem;left:0.84375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT li:before{  }
#AdWaR2zcTPUL8C4G9yXRxTEPMrIqCf0S { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TkATTi0t60A7DIPbNf94kTcEfm3nyB4k { position:absolute;display:block;z-index:15061;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.5rem;top:0.6875rem;left:0.5rem;display:none; }
#ndVNB0SwukU1Z9L7wgKaMS1lKuM1nzFL { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RHWyyO7wQnQbDkfprFw43g0v8RhMrgb9 { position:absolute;display:block;z-index:15064;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.5rem;top:0.4375rem;left:41.0625rem;display:none; }
#AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE li:before{  }
#DgwfKZH3cUg8EeHfWmrI0diCyzWvtexE { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.8125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Fqt7ufaqhTCNcuZoQ0rPbIM5ygTUJ5Z4 { position:absolute;display:block;z-index:15061;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.625rem;top:0.75rem;left:41.125rem;display:none; }
#Vd4aS03nTELRU4ygVJNmvruv8y8eC546 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.6;letter-spacing:0;top:5.75rem;left:21.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#Vd4aS03nTELRU4ygVJNmvruv8y8eC546 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vd4aS03nTELRU4ygVJNmvruv8y8eC546 li:before{  }
#FoQ8TBRRbqUTrgvRpGgrESB4RKZDvl0p { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:37.375rem;width:19.4375rem;top:-0.0625rem;left:20.3125rem;display:none; }
#kLgRWlzof6hoQ0BOh5VLb3I3EHCarv32 { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Szq5S4XMXNwHZ35lhCezT3QKD16CT6wd { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.5rem;top:0.4375rem;left:0.625rem;display:none; }
#TE59nTQACUicBA69ha8PxblXyqa1TwpR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:3.716796875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#TE59nTQACUicBA69ha8PxblXyqa1TwpR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TE59nTQACUicBA69ha8PxblXyqa1TwpR li:before{  }
#BiRKhFRiyfcvHIWQNxCOa6fedxxAU33Z { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.25rem;width:19.375rem;top:0rem;left:40.625rem;display:none; }
#yfdq4xsmM3wrsL2XqE69ygz8oh11Ee6B { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:1.5rem;left:41.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qpxdxWH2HVLSNXDwqARLHDB2LCoN5KpR { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.5rem;top:0.6875rem;left:20.625rem;display:none; }
#Rl6T9Iy27N7wA7Qe4MKoQwl2cA9uNBa7 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:37.4375rem;width:19.375rem;top:-0.125rem;left:40.625rem;display:none; }
#Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.6;letter-spacing:0;top:5.75rem;left:41.9375rem;height:30.630875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 li:before{  }
#mDaID65X7JPvdN3FJNLoeF3NZO5EQ0xq { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:0.75rem;left:41.8125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nUw5C9IJ7tN1FhinU2p1iMxGCTOMKL7g { position:absolute;display:block;z-index:15065;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.5rem;top:0.25rem;left:41.0625rem;display:none; }
#J89WraNlKrANv0mar9Pkm3h4SR43UzCD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:4.6875rem;left:42.03125rem;height:8.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#J89WraNlKrANv0mar9Pkm3h4SR43UzCD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J89WraNlKrANv0mar9Pkm3h4SR43UzCD li:before{  }
#Ucm0trw5Bi1w0lVQkONSpx5XXkoIe7yr { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:19.375rem;top:0rem;left:40.625rem;display:none; }
#MMrUw8LzUaE9EARKGKtNvB55OeSPtsSg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.375rem;top:-0.0625rem;left:0rem;display:none; }
#h477b27F11PhtG1NMO9T8ZtcfLpN2RGo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.1875rem;height:1.29980625rem;font-style:normal;display:none; }#h477b27F11PhtG1NMO9T8ZtcfLpN2RGo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h477b27F11PhtG1NMO9T8ZtcfLpN2RGo li:before{  }
#BMrXLpDbNgxniPZtTwsWldP5aHIwVkyU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eRqBfdSwwsMSVwHoM0TWdi1xSwJRJl3Q { position:absolute;display:block;z-index:15060;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:3.3125rem;left:0.5625rem;display:none; }
#ssOn5KpNOLgyCrzRkv5hCv29G3Pr34bt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#NHB8rD5lpZ7dDw8yr6Z5TPZTKnTH1Axl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FqPrtRkqohEMqxf6ucVUJzT5vuzRg0dm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:0.9375rem;display:none; }
#VB24vnpSnpRsVw9DzyEOThuCgdKMa5rD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRmAeR2BRmdvuGEbqpfc6mvKXfRsVbrL { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.4375rem;top:-0.0625rem;left:20.1875rem;display:none; }
#rNGiBC4T5ZI6l550TG9g93TiGRncTsNA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:1.4375rem;left:21.875rem;height:1.29980625rem;font-style:normal;display:none; }#rNGiBC4T5ZI6l550TG9g93TiGRncTsNA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rNGiBC4T5ZI6l550TG9g93TiGRncTsNA li:before{  }
#Mzm1lDK4wATSNLPBwgJKbt4iEZwxBCAl { position:absolute;display:block;z-index:15061;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.625rem;top:3.34375rem;left:20.5625rem;display:none; }
#BwvDCsRKCa8kIJGTnlhtJZ1wFKmztwac { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sHgLMcZii4LXHrILJTn3DFpIVqEOvi5W { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#C7VQf0l2raZH84ZGa49r3d3m0XibbfrU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:11.25rem;left:21.25rem;display:none; }
#IxwrMool2B3ODk83UmQr8TT0ulo8vRB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGkdzHMDlE64cstOZe8thSBcCuDdRGrp { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4375rem;width:19.375rem;top:-0.125rem;left:40.625rem;display:none; }
#Q3zWOvH2FBqfJDdBXa6zP2VbpkMXIawt { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.375rem;top:3.4375rem;left:41.1875rem;display:none; }
#m5tTRVJU6zfLvzV6lXQDywMbWnKTF0Qd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:41.5625rem;display:none; }
#EtcztxcMrWc27ddragDVkRkLqTIuLZfg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2af5bI1JisiTzPlHRtvNlTEZTuly7vS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#iW5L8yJDUIXC7fG38i3U8pT1EZ5J77LS { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.0625rem;height:1.29980625rem;font-style:normal;display:none; }#FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR li:before{  }
#eOaDpoqioucep76B8dHnPgEKzoz07vRW { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IdKIkO74dRpt1O7bs2GziM65b3E0QTpV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ehxMtOsirp1wHWubM6c3MlOQcS0qkA8Q { color:rgba(var(--color-primary-2),1);display:block;width:58.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:17.875rem;left:0.625rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h2LxbgINENADiHT6oFCLipezdcG0VQ4p { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem;display:none; }
#l9IGiSzlvI3HM9AzbElbzp1aTkRltlct { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.29980625rem;display:none; }
#p0Q8P1wIC2IvhZTta1DoihgdGKM5vGGk { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.29980625rem;display:none; }
#fGO3ShT93LtKnlLFtpsQcR4EMUo8scW6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem;display:none; }
#Qt6t3QwJDGC2XpLGRPy4C0Zh3ZPMP966 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.29980625rem;display:none; }
#TGpxJER0S7XuNsf2kPzongQTBM6W5WGg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem;display:none; }
#gWEnDzqTTtPgqVf9UHqHwW5ShZfdaIln { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:26.685012340546rem;left:55.935722351074rem; }
#WGGo5kzx63vKpPu41XlgFTZv3TI1wvCo { color:#222222;display:block;width:58.7464375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:16.187854766846rem;left:0.62588691711425rem;height:1.46218125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ugf0ED2zivsiQyLsT0daSeZTB4ZxA04i { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:4.1875rem;left:42.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container { background-color: transparent; background-image: none; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container > .video-iframe-container { display: none; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row > .video-iframe-container { display: none; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .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); }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container { border-width: 0; border-radius: 0; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#InX5ze2Zku6L2uJ1z2pBCIUXcBuXP3Aq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.1875rem;width:19.375rem;top:0.0625rem;left:0rem;display:block; }
#qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:0.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 li:before{  }
#zFQl2KLrI7HvE76IBBTDEEiunxp1LeyG { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.25rem;width:19.4375rem;top:0rem;left:20.3125rem;display:block; }
#Ts3vNWDN0BfLWW5SzpfnH4dHsfgLk18o { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.25rem;width:19.375rem;top:0rem;left:40.625rem;display:block; }
#Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15057;line-height:1.6;letter-spacing:0;top:3.716796875rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf li:before{  }
#wQAbmED41gvTbacUKzAJd9A8RLqbgFPz { color:rgba(var(--color-primary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.9375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lZ5l6ThTkw59JrUQzBSXJswug6KK2BAz { color:rgba(var(--color-primary-2),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:1.0625rem;left:21.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dKprgeQXiDMzzky1kxq9dU7UolRi2gb3 { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.6875rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oo227dgIHxyCxRLIAPSh0kp5AJO1uerO { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.5rem;top:0.4375rem;left:0.625rem;display:block; }
#PwkWdD07DAoMcbA3xgrdDA7R3h4d6rSx { position:absolute;display:block;z-index:15063;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.375rem;top:0.4375rem;left:21rem;display:block; }
#kObmGibimRH7bR1JrkFTmtKWmBFtTa5U { position:absolute;display:block;z-index:15064;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.5rem;top:0.4375rem;left:41.0625rem;display:block; }
#neEECAqotZQ3TmNDzKR381eIM3XghZ8n { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15058;line-height:1.6;letter-spacing:0;top:3.76953125rem;left:21.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#neEECAqotZQ3TmNDzKR381eIM3XghZ8n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#neEECAqotZQ3TmNDzKR381eIM3XghZ8n li:before{  }
#uUCyWB1bkQHu5x2z77eMF8DtdinTOpPK { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:0.7744140625rem;left:10.71875rem; }
#QrPNdZrKDXaogtiFKWoK8cxFWZnDDgTN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.59375rem;height:1.2999125rem;display:block; }
#RIhQvpJMoggqTzI0q76MVkV5NAaDDF4K { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:0.9375rem;left:31.75rem; }
#rcfsBNwn8ceLMtliDtL92v66AtAmNvtG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:1.1875rem;left:33.625rem;height:1.2999125rem;display:block; }
#kOnlEdAnrz7MuDCQvTgnI7muxkdd9cVP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:0.9375rem;left:52.0625rem; }
#eWhhsRenBcTOBpAzTSs4Juez7KE2h25u { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:1.1875rem;left:53.9375rem;height:1.2999125rem;display:block; }
#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container { background-color: transparent; background-image: none; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container > .video-iframe-container { display: none; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row > .video-iframe-container { display: none; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .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); }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container { border-width: 0; border-radius: 0; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#BwGviGcc3ABCGlgsHXe6dTyrt2T7u2Rk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:42.875rem;width:19.375rem;top:-0.061256408691406rem;left:0rem;display:block; }
#GDISkJc5JqMUTL8GuwoWuEzT2A6AQCk3 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.0625rem;width:19.4375rem;top:-0.061256408691406rem;left:20.3125rem;display:block; }
#kGOHrvs3L2dv83olXCZgSOgKs1X0OkOb { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.1875rem;width:19.375rem;top:-0.12429046630859rem;left:40.625rem;display:block; }
#UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:5.75rem;left:0.84375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS li:before{  }
#n7dINKsQVZoudnrdWGsy3wbTtG05oz39 { color:rgba(var(--color-primary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:1.5rem;left:1.0625rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15067;line-height:1.6;letter-spacing:0;top:5.75rem;left:21.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 li:before{  }
#xRAuCkq7B8Q3FWFyZw96IJxWoByCDQ86 { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.8125rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9Dg4gVhR069idgbtE8A1S6Q5tNemhlE { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:1.5rem;left:41.6875rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwtHtG3o18HuRciDuJ28hd3D5b2H6hw8 { position:absolute;display:block;z-index:15061;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.5rem;top:0.6875rem;left:0.5rem;display:block; }
#v4DSTSkstZndy7ySL6SrvZ0UNZzdCK5f { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.5rem;top:0.6875rem;left:20.625rem;display:block; }
#oTX87NoBnMrT88QJAlCJimI5BQSPKmbn { position:absolute;display:block;z-index:15061;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.625rem;top:0.75rem;left:41.125rem;display:block; }
#yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15068;line-height:1.6;letter-spacing:0;top:5.75rem;left:41.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 li:before{  }
#iDGJzNWI5FtQBIyTRdGOy1LlcB1gQ0KM { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:16.562498960644rem;left:57.618072509766rem; }
#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container { background-color: transparent; background-image: none; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container > .video-iframe-container { display: none; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row > .video-iframe-container { display: none; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .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); }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container { border-width: 0; border-radius: 0; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#dPSAMniEyz3fH4reBzKi0H4HVQhBRcT2 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:19.375rem;top:0rem;left:0rem;display:block; }
#XA3znTeAStlPZDl8snckDkDlvpSAMwN5 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:19.4375rem;top:0rem;left:20.21875rem;display:block; }
#V87WhMr1nEmm00WlMLD5MJ1I6c9QfpRo { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.3125rem;width:19.375rem;top:0rem;left:40.625rem;display:block; }
#NCA3HxElrqZNL5i6mIKCu3M3AmVlJVwL { position:absolute;display:block;z-index:15065;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.5rem;top:0.25rem;left:41.0625rem;display:block; }
#RdDqH1JTSa8B7N9d3q4R4ns6OszelQsW { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:0.75rem;left:41.8125rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15069;line-height:1.6;letter-spacing:0;top:4.6875rem;left:42.03125rem;height:8.939875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH li:before{  }
#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container { background-color: transparent; background-image: none; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container > .video-iframe-container { display: none; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row > .video-iframe-container { display: none; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .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); }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container { border-width: 0; border-radius: 0; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#baC7ugAUQc6T6erutdGcTS71iUzZ2m4U { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.375rem;top:-0.0625rem;left:0rem;display:block; }
#rcc353NydURiG2b4ECVvGFSel0UnTFaq { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.25rem;width:19.4375rem;top:-0.0625rem;left:20.1875rem;display:block; }
#a5iXRIN7lJOgie7S5RCecHXpM9I76yQN { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:4.1875rem;left:22rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3qWKBnnCVSD4fOVTPPEwKk2ToI0HVLl { color:rgba(var(--color-tertiary-3),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:4.5625rem;left:30.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRP6yLCDerl81W2HVODGWrylZiJ5pUqU { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4375rem;width:19.375rem;top:-0.125rem;left:40.625rem;display:block; }
#wAlNyvMXP7E766E2Pde9PyEKu3Q9Cg9Z { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:3.4916553497314rem;left:40.625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOdw9S9IHJqTQ6CglMWvaXhEu94n0fwu { color:rgba(var(--color-tertiary-3),1);display:block;width:8.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:4.1850147247314rem;left:49.994667053222rem;height:1.05599375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3vNpAlOXcvMl4fLa1vKAdcG3WJwiPut { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnroCq0uGGoWVtxT2fxeEp173uu5CAgZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:4.625rem;left:9.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWXh1b2RuKpNL9hDRTyUJmBmTJtQgVyd { position:absolute;display:block;z-index:15060;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:3.3125rem;left:0.5625rem;display:block; }
#Fhvyyq6nGWUGRFrBNPOZzn39cir3HDwe { position:absolute;display:block;z-index:15061;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.625rem;top:3.34375rem;left:20.5625rem;display:block; }
#ZhvLVB9sCwrucLR7AEmTasU6Qh9GsD5y { position:absolute;display:block;z-index:15062;background-color:#f4f7fc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.375rem;top:3.4375rem;left:41.1875rem;display:block; }
#S1ppuMGCCWCLRopVSqiFxcoq8auM9iJR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:11.25rem;left:21.25rem;display:block; }
#EvVT5qeCLTNZIEEpH33aQR2sFHbetBlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vxTPXX2Z1TDKHQ3Nqm3i2qtpAtMStwM4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:41.5625rem;display:block; }
#ZkaSGqfkXuOmMGHrlt0zXsuRwxuCHIDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.1875rem;height:1.2999125rem;font-style:normal;display:block; }#hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 li:before{  }
#NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:1.4375rem;left:21.875rem;height:1.2999125rem;font-style:normal;display:block; }#NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG li:before{  }
#NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.0625rem;height:1.2999125rem;font-style:normal;display:block; }#NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP li:before{  }
#OoFofpvO9qbKhgHGfB3UoRJKOrZAaOtM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#uioy07lxc1ObOyTZuMO6wTUViZDN8WHk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:9.375rem;left:23.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ndELI6kh3IpzTn8QuTb0sAtvTFeSZ5xW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:9.375rem;left:43.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#gCG2WT9agWWrBgrKQulA6Xi2BR4N1nAx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:11.25rem;left:0.9375rem;display:block; }
#nVFo9nHb2Cm9wHPVo8N5IpTZ2ry1RkTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1IgJoGCqSOsFamMCVyONO3xMwh9au4Z { color:rgba(var(--color-primary-2),1);display:block;width:58.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0.625rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DvHKUEoBygcs2Bn48FaN73tdcEViXzsJ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:5.2379264831543rem;left:40.625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcQt3mIWsdfLGiegmTxCau2TSAiTtFRp { color:rgba(var(--color-tertiary-3),1);display:block;width:8.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:6rem;left:49.992897033691rem;height:1.05599375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container { background-color: transparent; background-image: none; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container > .video-iframe-container { display: none; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row > .video-iframe-container { display: none; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .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); }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container { border-width: 0; border-radius: 0; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#hmCr7sWsRpMZMap2Hf3KexzkBJg8NeLw { color:#f4f7fc;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6451826095581rem;left:5.625rem;height:3.7380625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ed7IHMm2fNwfZJdiOqvuIXqTw0oQrgiw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:3.4375rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:1.78125rem;left:31.000001907349rem;display:block; }
#vBHuoOwyQxpcFb3q8zPZPureQhaCKKRd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container { background-color: transparent; background-image: none; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container > .video-iframe-container { display: none; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row > .video-iframe-container { display: none; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .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); }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container { border-width: 0; border-radius: 0; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#PaOlCx3o4r1DNibWWhvbmGKMOB5S9yO8 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f7fc;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; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container { background-color: transparent; background-image: none; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container > .video-iframe-container { display: none; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row > .video-iframe-container { display: none; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .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); }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container { border-width: 0; border-radius: 0; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#fOTOOJyays2tbWF8oIGlTo6eTPHVoe9k { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:7.4375rem;left:10.25rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZ59N1vLGZcJ48nRV7zy5My2lUnuOZsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15093;line-height:1.6;letter-spacing:0;top:13.9375rem;left:11rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#O43RPyIBTVwQGXW3gGa760QP1V3AkZ0p { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:51rem;left:2.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EXidorZeAp9NC8CZ3y6CwTxobDotAZ6v { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:51.0625rem;left:2.375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MPTAkRAEKVJ7M54ESHmHo1SqiJoyIagX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:50.75rem;left:22.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c445cHoy1VNW5hVyEi7wcOh0GhLpMg2P { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:50.8125rem;left:22.625rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Blt83ZQsfUd23mhmUIF6anqG5TunKCqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:7.4375rem;left:30.75rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9UsQRh8dwAVcqZCXBbsP8reLJG6mZGk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:50.8125rem;left:42.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWnK48pD3GnDVLTeWOQxNaZPmLPTgn4y { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:50.875rem;left:42.8125rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fI3vbq3yNn22bCwQPQy1UNsfE1c8VwVd { color:rgba(var(--color-tertiary-3),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHozMtgFtw76qEPLAwxTkss172v2wgBw { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:60rem;top:6.5rem;left:0.125rem;display:block; }
#xqusecJOTJ12Ec58tPCORPihNNml2R5T { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:11.25rem;left:31.8125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#lzo1pIhbNMc41deQtNpwrwDzetEt0C0D { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.0615rem;height:3.4375rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:43.5625rem;left:13.71875rem;display:block; }
#ZTF5gZ18aGooPNpSX6q5sSpTQbWaZ8Jy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWpoh9phqJfwnUaOXFaQ0Fu4GDyxBRJS { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.25rem;width:60rem;top:13.25rem;left:0rem;display:block; }
#wn6Z9pTKZfMkCFksnGNHSbo5U9oRLWiS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:13.9375rem;left:31.25rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ZWZH071eeDKUHxKhE4AR67NMXcFbwCfw { position:absolute;display:block;z-index:15057;background-color:#e5eceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:17.9375rem;left:0.125rem;display:block; }
#lgxg4hFfx1esc3fQ2HqQT0x1iPRUtiEL { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:18.5rem;left:10.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#cZbwdTTppbDhHdmv54VwcAgUsc33MlX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:23.3125rem;left:11rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#tKky4etEx3NFcclqfxCaqse5n9zJWLVt { position:absolute;display:block;z-index:15058;background-color:#e5eceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:27.375rem;left:0.125rem;display:block; }
#TZzXDOQM37KH9IpdKRMbi2By2LbHzCRF { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:22.625rem;left:0.125rem;display:block; }
#b0MuAoIhZriCdQvpPiU6Q7KByFC16a3T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15096;line-height:1.6;letter-spacing:0;top:28.0625rem;left:10.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MlmPyJuPVnq59lg5eb3dnoy4mhkLaLSz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15097;line-height:1.6;letter-spacing:0;top:32.75rem;left:11rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#eckME4GvIbxTmPs37ORtxSzQxnszyEz0 { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:32.0625rem;left:0.125rem;display:block; }
#PR7aBUS6ex5L6v2ft0NO0WJCoW6W9cBz { position:absolute;display:block;z-index:15060;background-color:#e5eceb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:4.249675rem;width:60rem;top:36.6875rem;left:0.125rem;display:block; }
#L5F41Jl8h68Ev1WncJoO0JZ31V9rU7kT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15098;line-height:1.6;letter-spacing:0;top:37.375rem;left:10.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ThBnkO7SR0iPR9JlQP81RQWTantXWoCT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15096;line-height:1.6;letter-spacing:0;top:18.625rem;left:31.3125rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HQoGZQdDToeu51siwybLh5ziQM07fmTv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15097;line-height:1.6;letter-spacing:0;top:23.3125rem;left:31.1875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#cTf5WKHcg7mxb2cTTUu28eEr5gOB30w3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15098;line-height:1.6;letter-spacing:0;top:28.125rem;left:31.125rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#av8ouxXJTbVTxl9NqqBZZFgC5s6MgmxU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15099;line-height:1.6;letter-spacing:0;top:32.75rem;left:31.1875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#eed9aCB0b4oTV4bqnRAkw2dBZOQBR7El { color:rgba(var(--color-tertiary-4),1);display:block;width:17.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15100;line-height:1.6;letter-spacing:0;top:37.4375rem;left:31.125rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#CLcFDqBHkAmWfATmuABP3SbJXGJ8J1cb { color:rgba(var(--color-tertiary-3),1);display:block;width:59.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8312187194824rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oXDRLmyKtKT99JRXwTsqPbvrpNacQ3fl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:10rem;left:3.75rem;display:none; }
#WOmlgq3T0lElvmaw82ybV2B0mt0iews8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:18rem;left:3.5625rem;display:none; }
#NNVK41ugStldptDBb9THoz29rnKIewmm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:26.0625rem;left:3.5625rem;display:none; }
#oJtLuVChEp8ED3F71ueXfbpXM7HSPSXn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:34.1875rem;left:3.5625rem;display:none; }
#XzkcsR9VHCkzKoTRSibNRXDce8psNOS4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:42.3125rem;left:3.75rem;display:none; }
#T0NFkm9ntWhnGHagfuWUhhBvy0VOxScg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.1875rem;top:50.1875rem;left:3.6875rem;display:none; }
#kI2tzxibvIGOy2HzVts7GPq2AHkm75yI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:1.5625rem;left:0.4375rem;display:none; }
#SiZBd9h67mQr5ZmViSObKzDbOppme6hy { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:8.75rem;left:0rem;display:none; }
#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container { background-color: transparent; background-image: none; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container > .video-iframe-container { display: none; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row > .video-iframe-container { display: none; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .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); }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container { border-width: 0; border-radius: 0; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#DTlvievTrVT4SReBiFJVEDJDSyGn06KC { color:#0a1263;display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0.21875rem;height:3.7380625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container { background-color: transparent; background-image: none; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container > .video-iframe-container { display: none; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row > .video-iframe-container { display: none; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .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); }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container { border-width: 0; border-radius: 0; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#qTTnbbZqXKSsUfIHWmVDm7xz3XWuUWJv { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:1.70703125rem;left:5rem;display:block; }
#vJBV8WHcRCHQvpmgaCVzy5tShrsF6fJX { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.70703125rem;left:20.000001907349rem;display:block; }
#UsprI5g73OPq8e8Slt7oOb32KPdbt2EA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1.70703125rem;left:35.000001907349rem;display:block; }
#Q9NsELoLhhcUXAoVrfZXvz89M2ypOZi1 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.70703125rem;left:50.000001907349rem;display:block; }
#FNMAfOyvb0GgbuI5Ih3bbcrCSfpBMkLM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.343017578125rem;left:-0.063222885131838rem;height:3.90003125rem;text-align:center;text-align-last:center;display:block; }
#l4yUXuL4ongArkN4qsm5FJRmdRLPfgS6 { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.15625rem;left:1.25rem;height:3.2492875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZScE5IiIsp2LFTozeZlsdt4mqQZTATbq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.34375rem;left:16.250001907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#cLavTGgcqCyXavAZPmRO46WzUG7OLBD4 { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.15625rem;left:16.250001907349rem;height:3.2492875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#AgxULK0dlDHIiOLXDWTyG6k5hm8sgqXe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.34375rem;left:31.250001907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#oyyN2g2AC9iwas1Vw8fCi91B1cDG6yDB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.34375rem;left:46.250001907349rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#hqr5Olxp6VrdKSzZNTqLObNxhKmrM6xM { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.21875rem;left:31.250001907349rem;height:3.2492875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#RDEc99h85AgQcs5RzNSJV6oFEA8K8RlU { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.15625rem;left:46.250001907349rem;height:3.2492875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { background-color: transparent; background-image: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container > .video-iframe-container { display: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container { display: none; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .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); }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { border-width: 0; border-radius: 0; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#JarfDKmqcwPGxhSga9Q6sXnFJq1INQNO { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;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:1.3125rem;left:2.46875rem;height:1.2999125rem;text-align:center;text-align-last:center;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) { #vTt5wZzNwcD8v8NpCIsVIX7rRfAptplz { width:28.625rem;height:22.9375rem;top:13.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTusphNvLpBbKnOvXQSLHFZF3hFfBZ7S { width:13.75rem;height:3.25rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { width:12.1875rem;height:2.8125rem;top:1.625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block; }
 }@media only screen and (max-width: 763px) { #oJO7S3L3zCSl9pv3PIQAPA99yQSHVxSe { width:47.75rem;height:11.125rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0NezxUQvqWld7p5NUdwAm3VTL3DRi26 { width:31.625rem;height:5rem;top:25.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0mK0wafb2WU7mmeWB5XDZiy5khruDDK { width:12.1875rem;height:3.4375rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhe2IBsPWlTFEsn6E3EKSnR3o6xau2W { display:block; }
 }@media only screen and (max-width: 763px) { #MpTfo00UJbgRZO6ZkwQr4s4NveXRsJvE { width:12.1875rem;height:3.4375rem;top:32.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIyfDBGn1yJlW8hKtToFqn1ds7LIHy5y { display:block; }
 }@media only screen and (max-width: 763px) { #Qr5TfToHygudFBwNI4cZqW8LhJ4Dxcpz { width:5.0625rem;height:0.625rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwBam4XvH3ZUX4L4M87swA0wskPlWnq { width:22.625rem;height:13.1875rem;top:16.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlvnUmBEhvLKQGAWhAUSS06z3sREpWTa { width:22.5rem;height:11.625rem;top:16.1875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEv6sQ5AusOXqhth5f7oJayX4l7eFdOg { top:2.0625rem;left:5.4375rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNbvtODWk3cliiyOfFxzbX4GtxF5ZDbo { display:block; }
 }@media only screen and (max-width: 763px) { #OxJOJFXaROTersaMo8hz1PfE0TiZDiwz { top:1.8125rem;left:12.75rem;width:7.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgzcnVxGd540SAlrGyOK9DoHt5AzP7aL { display:block; }
 }@media only screen and (max-width: 763px) { #bmuKFiLAIQphCToQnQa944JcnVxHrSpS { top:1.875rem;left:26.9375rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6RqgOaKEhbaZwcwPcGXaIglSxzmK45H { display:block; }
 }@media only screen and (max-width: 763px) { #neRGxqbRITksyRTQx45oU0uavrB9ndMn { top:1.875rem;left:33.634765625rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqNCTZPxPLb3ao1CI2XhLnMEDiDH5mmL { display:block; }
 }@media only screen and (max-width: 763px) { #UNG81SRhWCvaSZbMtwZEzQOOo3rTXop2 { top:1.8125rem;left:20.125rem;width:7.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwmgZ0h2ErNNTVVzUlyFSIr0MuqiA2TD { display:block; }
 }@media only screen and (max-width: 763px) { #gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB { display:block; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiTXK4vPWn6WOhkEL6J5OdNvTRTPcRTf { width:47.75rem;height:2.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h { display:block; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJBsICOLqltSgdg2pi3UQcvPZZ4TmFra { width:25.6875rem;height:19.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncqvXcC4qzWHBB8HTbRLsCnU82MPafk { width:29.125rem;height:7rem;top:3.9375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMyfA14ikDeoFbB6GAr9BVStUUT2BHo { width:28.0625rem;height:1.6875rem;top:11.8125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKrHR7ATxLfBtUFQlvQgb1M222m9iEog { width:1.8125rem;height:1.8125rem;top:14.375rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXWwID1A9U2AdkbDafgOBTGCmbvk5Tm { width:26.9375rem;height:1.6875rem;top:14.5625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu9DQKk9glKV8NV5TDSWMVH37wPySCaM { width:1.8125rem;height:1.8125rem;top:16.5rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEcXOE8MK4hodndGP3yAiSq9GLBgTxmC { width:26.9375rem;height:1.6875rem;top:16.6875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlAkD9t2cQloRp5RrrvGXcTNLkFOig3b { width:26.9375rem;height:1.6875rem;top:18.8125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSspuTpiU08v61TedOxVkuoSNO0JTBv { width:1.8125rem;height:1.8125rem;top:18.625rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAvXW31KQnTAhtnCFT09Pf5CdrZNRv0 { width:27.9375rem;height:3.4375rem;top:25.375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpeiAGmnICLIwrEFCn7ivFiXIXUXBpVo { display:block; }
 }@media only screen and (max-width: 763px) { #r3PZ3vQZzVvosvzMAeZXDqZp2t90gnt6 { width:26.9375rem;height:1.6875rem;top:20.9375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwIJ3b7uLTGkmCbGa5f704IazltMp0mQ { width:1.8125rem;height:1.8125rem;top:20.75rem;left:24.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFFGac2CV8V9qptJH8riQtfhFPIkncy { display:block; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcrCUTHC1mJeeLN5ym7A4EX5c2gytfTX { width:47.75rem;height:2rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRKllTfbCVJ89qrWVDpfyERBACT1iNp { width:47.75rem;height:2rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF { display:block; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b32ktwhMF6ugmKzwiVsBQ8eFPPkEQnuJ { width:19.9375rem;height:18.125rem;top:7.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMXLiTXlNCztgaF7MfqsLOLuQZkPDzB7 { width:17.6875rem;height:2.3125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUhBsMOd1SP1x723BU9FDKPhhoVQ0QVl { width:17.5625rem;height:5.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEZ0SD73QVDAO8XNpI2HDcrT3JCOtv1 { width:17.6875rem;height:2.3125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pn2t0diWNGtRXPbGcIASVvJGvu9Ekl { width:17.5625rem;height:7rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzcSmnrpSdnuAoK7K0iK8rmFk8bd5vTC { width:17.75rem;height:2.3125rem;top:5.1875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nScnD41OVI3z5VS5pDWrP3IAXOXCb3wh { width:15.5rem;height:7rem;top:8.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybye53XwzqcgaNtMOuBeUTTRPDVGP0tJ { width:17.75rem;height:2.3125rem;top:16.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaeThlb11Fbd8Olf0ohoJh9IOk90DLF { width:16.6875rem;height:7rem;top:20.125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdKJTS7tevfNXDya9a0V9WD14AXui3hk { display:block; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVARTlOauCbGix9Upwax4uVd3A2Pgcf9 { width:47.75rem;height:2.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla { display:block; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuW7Uvbvug5B9OPXLH7Jnc4JATwhKHCv { width:18.75rem;height:9.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX8pTPMqM7l42xH9i6gnoiiH0HFu2Mxo { width:20.0625rem;height:2.75rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qioRt2IIvykD6TyFWG0JtvaXOTaX3yxr { width:18.75rem;height:9.4375rem;top:1.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC1Ouu5MBvZZwTTDwCHK46gIywCMG25H { width:18.75rem;height:9.6875rem;top:1.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiP8M9fIX3e6iame5ffrceyJMDcWiTwx { width:19rem;height:2.75rem;top:11.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3mrke7PVBbJxmN6zRO62Dn9Rp0J0ea { width:19rem;height:1.375rem;top:11.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOA3vPyiDobpbpG08cIBClxRCiTUbci { width:18.75rem;height:9.6875rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekx9wXp3wLZkZBKgKIZqzR4goQUsfCZN { width:18.75rem;height:9.6875rem;top:16.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE61U6r6gS7HCK1RTTZ8LePPRTALUKa { width:18.75rem;height:9.625rem;top:16.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syc0gFibSPUiddXdRXMTB5uJmJWB9HlI { width:19rem;height:2.75rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXlpFuQx5yhzzxD1IzX2znt2adUlmkJW { width:19rem;height:2.75rem;top:26.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB69fSaBSqhrdtGaZ6ypba6nRqHUDv3M { width:20.25rem;height:2.75rem;top:26.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atnceRu09tGeT2VJIRh7NP07z3dLTZ7b { display:block; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGkHIpDnOHrhaRuDdU27ozDr1xToAF51 { width:47.75rem;height:3.25rem;top:4rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZFqSuiteusVU5m3ncNP1qKlxFvFulT { width:47.75rem;height:2rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A { display:block; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Noa3KxpGgaDVv7oNKM9rPLE8dQFJbDWk { width:47.75rem;height:1.375rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk { display:block; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkGHJecxIM2pkEfWEHFLo7aafRytFcgn { width:47.75rem;height:17.309375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn { display:block; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrCe4TguuQJGTzcTuGU1Lan1pFzFC64V { width:23.375rem;height:3.4375rem;top:0rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeCFbiPqkiE27yxvLzOBTAcLhVDoJPMl { display:block; }
 }@media only screen and (max-width: 763px) { #xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi { display:block; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSZBqMRJnnbhDpniNOWCmCAfsJJ3U479 { width:47.75rem;height:2rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeZ4fKnXFfcleFZ7T4SpAa9bSMrc7huC { width:47.75rem;height:3.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt { display:block; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDnGLs9PUNs4TUg3EWUyHf4sNQEcmB5R { width:47.75rem;height:2.3125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn { display:block; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOsFQhh6sXQN0gVhBiNgaeX6qBdzfA6m { width:9rem;height:9rem;top:2.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90CWsBLz6ky4M9cPOqQpUk5umRWSMGH { width:20.0625rem;height:1.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOVtP3WUxyfiU8TZiqaKdobGXeDLJ6hZ { width:19rem;height:1.3125rem;top:13rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0uBTBrzZkg7GH7QBwukp2plCG1vAohG { width:19rem;height:1.3125rem;top:13rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyxQIh6E62brbWAuWMEDoTM6lzX09Ih { width:9rem;height:9rem;top:2.125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmVUnyaB3B4quDP0WicZodC6ED3dn8Cz { width:9rem;height:9rem;top:2.125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 { display:block; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTwCmXUgTFUZOAKObowFMTu9KNBym5cX { width:19.75rem;height:10.8125rem;top:3.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTTuQaaFuhiToG3OTJWaR8hVS5qrCts { width:17.6875rem;height:2.3125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQLTyadviP2f6cTQOpdzGWFXssgvzeI { width:17.5625rem;height:7.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALpVQlUSV6yS954Q52ky1xni2S5FMtN9 { width:17.6875rem;height:2.3125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWOp9h2AWgMomT5IoH17H2MTUIbCZcuR { width:19.5rem;height:7rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4PMeMnGZFRg2xybHakC3Z8lvUhgroO { width:17.6875rem;height:2.3125rem;top:3.0625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TImLTp4rBZuriRxPPVC0POh9EmfPuPCK { width:15.375rem;height:7.0625rem;top:5.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkXbPhBvWqf8en8rm7c9yICiPp9IWKaH { width:17.6875rem;height:2.3125rem;top:18.25rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfROdEbTGiRp8zOrhz5tvyVPqa9z1gqT { width:16rem;height:7.0625rem;top:21.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhinSgDaEMpHcxGWM51eFAGRVvnVxM1K { width:20rem;height:10.8125rem;top:17.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt { display:block; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8gqua6lVJxV5SBGUk6DIwoBzkIwA2b { width:47.75rem;height:2rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW8eMMyJKLNAQ6dIxHbkCr77ZDFZBD6M { width:47.75rem;height:3.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl { display:block; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgEQb3KQ9wafux8hIZlCQlqZvJcTwo4o { width:47.75rem;height:19.193057247259rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRfz3DkvG4ZSl2r86dUzIae6QkSLUrM5 { width:47.75rem;height:2.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H { display:block; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJ7rtCWDxHS6aKdTrIhD6WEbthTgFifg { width:47.75rem;height:3.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c { display:block; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTHu3aKyWuvhntCFTermDR7ZCz8yGZtl { width:47.75rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQKI6qxxHogob8t1bmWUIzm9eoI37bL { width:19.375rem;height:28.875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h292TKviyPy78B715JBAS54Rc6T5bMXg { width:19.1875rem;height:2.3125rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE { width:17.8125rem;height:;top:9.9375rem;left:0rem;font-size:1rem;display:block; }#BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE li:before{  }
 }@media only screen and (max-width: 763px) { #XF4rAWNSDdUsVAA9WoqMWAXFfAFTsigT { width:19.4375rem;height:28.9375rem;top:7rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF21wdBJ54fMgA5J2Ekr7u4Ngtc4blr9 { width:19.4375rem;height:2.3125rem;top:4.0625rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6yvum92bdDbbf5snacueI4u4To82C6b { width:19.375rem;height:28.875rem;top:7.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6LR4VKHqTGNtM3kOmErsxnAid4R8N7 { width:19.4375rem;height:2.3125rem;top:4.0625rem;left:28.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s { width:18.5rem;height:;top:9.8125rem;left:29.25rem;font-size:1rem;display:block; }#h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s li:before{  }
 }@media only screen and (max-width: 763px) { #rDT5IzqWauR9KwI44Bp5GI3Al4UuuK4S { width:17.875rem;height:1.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHqoAGxZMSARppS4lWmXNNL1m5o0L3ue { width:19.5rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptEIWHm92ibb5ozT7ld5I0V6lO0cnHnp { width:19.5625rem;height:4.0625rem;top:3.125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFcM4PM8cRAJi9QrbXolxyADx2ro72hC { width:19.375rem;height:4.0625rem;top:3.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIBZMawZ2rwaHXiuCuZfVhZHSBMgVkGr { width:17.75rem;height:1.25rem;top:8.125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxOus3tXgl6DqEh1HzgZ4J5NEAJG9qeh { width:18.3125rem;height:1.25rem;top:8.125rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuydvKbs2XmrQdTPc0DusHU6gH7TZelA { width:18.375rem;height:2.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwBKNluSVLpqtJs2UDaOdKwLgSNcF4TE { width:18.375rem;height:2.4375rem;top:7.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reLlJ9DWn8HTJi67MGIxSVeP37KaDnl5 { width:18.5rem;height:2.4375rem;top:7.5rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi { width:17.5625rem;height:;top:9.8125rem;left:15.374465942382rem;font-size:1rem;display:block; }#TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi li:before{  }
 }@media only screen and (max-width: 763px) { #Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 { width:17.875rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:none; }#Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 li:before{  }
 }@media only screen and (max-width: 763px) { #mSbO16dbVU32rJE0rorItRUZnPQNcvzN { width:18.5rem;height:2.4375rem;top:0.4375rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRVM23EoqsFuOpsv1plhCbqXuitNkRrC { width:17.875rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVnDJ84P5TlOFaw1Rw4F5db0BGpV5ikJ { width:19.375rem;height:37.375rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT { width:18.1875rem;height:;top:35.3125rem;left:0rem;font-size:1rem;display:none; }#bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT li:before{  }
 }@media only screen and (max-width: 763px) { #AdWaR2zcTPUL8C4G9yXRxTEPMrIqCf0S { width:17.375rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkATTi0t60A7DIPbNf94kTcEfm3nyB4k { width:18.5rem;height:4.125rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndVNB0SwukU1Z9L7wgKaMS1lKuM1nzFL { width:17.875rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHWyyO7wQnQbDkfprFw43g0v8RhMrgb9 { width:18.5rem;height:2.4375rem;top:0.4375rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE { width:17.875rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:none; }#AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE li:before{  }
 }@media only screen and (max-width: 763px) { #DgwfKZH3cUg8EeHfWmrI0diCyzWvtexE { width:18.1875rem;height:2.5625rem;top:1.5rem;left:15.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fqt7ufaqhTCNcuZoQ0rPbIM5ygTUJ5Z4 { width:18.625rem;height:4.125rem;top:0.75rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd4aS03nTELRU4ygVJNmvruv8y8eC546 { width:17rem;height:;top:94.1875rem;left:0rem;font-size:1rem;display:none; }#Vd4aS03nTELRU4ygVJNmvruv8y8eC546 li:before{  }
 }@media only screen and (max-width: 763px) { #FoQ8TBRRbqUTrgvRpGgrESB4RKZDvl0p { width:19.4375rem;height:37.375rem;top:-0.0625rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLgRWlzof6hoQ0BOh5VLb3I3EHCarv32 { width:18.3125rem;height:1.25rem;top:1.0625rem;left:29.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Szq5S4XMXNwHZ35lhCezT3QKD16CT6wd { width:18.5rem;height:2.4375rem;top:0.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE59nTQACUicBA69ha8PxblXyqa1TwpR { width:18.4375rem;height:;top:141.75rem;left:0rem;font-size:1rem;display:none; }#TE59nTQACUicBA69ha8PxblXyqa1TwpR li:before{  }
 }@media only screen and (max-width: 763px) { #BiRKhFRiyfcvHIWQNxCOa6fedxxAU33Z { width:19.375rem;height:26.25rem;top:0rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfdq4xsmM3wrsL2XqE69ygz8oh11Ee6B { width:18.1875rem;height:2.5625rem;top:1.5rem;left:29.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpxdxWH2HVLSNXDwqARLHDB2LCoN5KpR { width:18.5rem;height:4.125rem;top:0.6875rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rl6T9Iy27N7wA7Qe4MKoQwl2cA9uNBa7 { width:19.375rem;height:37.4375rem;top:-0.125rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 { width:18.5rem;height:;top:159.0625rem;left:0rem;font-size:1rem;display:none; }#Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 li:before{  }
 }@media only screen and (max-width: 763px) { #mDaID65X7JPvdN3FJNLoeF3NZO5EQ0xq { width:17.5625rem;height:2.625rem;top:0.75rem;left:29.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUw5C9IJ7tN1FhinU2p1iMxGCTOMKL7g { width:18.5rem;height:4.125rem;top:0.25rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J89WraNlKrANv0mar9Pkm3h4SR43UzCD { width:16.5625rem;height:8.875rem;top:4.6875rem;left:31.1875rem;font-size:1rem;display:none; }#J89WraNlKrANv0mar9Pkm3h4SR43UzCD li:before{  }
 }@media only screen and (max-width: 763px) { #Ucm0trw5Bi1w0lVQkONSpx5XXkoIe7yr { width:19.375rem;height:15.3125rem;top:0rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMrUw8LzUaE9EARKGKtNvB55OeSPtsSg { width:19.375rem;height:16.25rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h477b27F11PhtG1NMO9T8ZtcfLpN2RGo { width:16.1875rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:none; }#h477b27F11PhtG1NMO9T8ZtcfLpN2RGo li:before{  }
 }@media only screen and (max-width: 763px) { #BMrXLpDbNgxniPZtTwsWldP5aHIwVkyU { width:12.75rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRqBfdSwwsMSVwHoM0TWdi1xSwJRJl3Q { width:18.4375rem;height:4.125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssOn5KpNOLgyCrzRkv5hCv29G3Pr34bt { width:12.5rem;height:1.25rem;top:9.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHB8rD5lpZ7dDw8yr6Z5TPZTKnTH1Axl { width:5.125rem;height:1.625rem;top:4.625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqPrtRkqohEMqxf6ucVUJzT5vuzRg0dm { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VB24vnpSnpRsVw9DzyEOThuCgdKMa5rD { display:block; }
 }@media only screen and (max-width: 763px) { #tRmAeR2BRmdvuGEbqpfc6mvKXfRsVbrL { width:19.4375rem;height:16.25rem;top:-0.0625rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rNGiBC4T5ZI6l550TG9g93TiGRncTsNA { width:16.1875rem;height:1.25rem;top:1.4375rem;left:15.75rem;font-size:1rem;display:none; }#rNGiBC4T5ZI6l550TG9g93TiGRncTsNA li:before{  }
 }@media only screen and (max-width: 763px) { #Mzm1lDK4wATSNLPBwgJKbt4iEZwxBCAl { width:18.625rem;height:4.125rem;top:3.3125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwvDCsRKCa8kIJGTnlhtJZ1wFKmztwac { width:12.8125rem;height:2.4375rem;top:4.1875rem;left:15.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHgLMcZii4LXHrILJTn3DFpIVqEOvi5W { width:12.5rem;height:1.25rem;top:9.375rem;left:17.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7VQf0l2raZH84ZGa49r3d3m0XibbfrU { width:17.5rem;height:3.4375rem;top:11.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxwrMool2B3ODk83UmQr8TT0ulo8vRB4 { display:block; }
 }@media only screen and (max-width: 763px) { #HGkdzHMDlE64cstOZe8thSBcCuDdRGrp { width:19.375rem;height:16.4375rem;top:-0.125rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3zWOvH2FBqfJDdBXa6zP2VbpkMXIawt { width:18.375rem;height:4.125rem;top:3.4375rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5tTRVJU6zfLvzV6lXQDywMbWnKTF0Qd { width:17.5rem;height:3.4375rem;top:11.25rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtcztxcMrWc27ddragDVkRkLqTIuLZfg { display:block; }
 }@media only screen and (max-width: 763px) { #R2af5bI1JisiTzPlHRtvNlTEZTuly7vS { width:7.25rem;height:0.9375rem;top:199.0625rem;left:2.6875000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iW5L8yJDUIXC7fG38i3U8pT1EZ5J77LS { width:11.5625rem;height:2.4375rem;top:4.1875rem;left:36.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR { width:16.5625rem;height:1.25rem;top:1.4375rem;left:31.1875rem;font-size:1rem;display:none; }#FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR li:before{  }
 }@media only screen and (max-width: 763px) { #eOaDpoqioucep76B8dHnPgEKzoz07vRW { width:5.125rem;height:1.625rem;top:4.625rem;left:3.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdKIkO74dRpt1O7bs2GziM65b3E0QTpV { width:5.0625rem;height:1.9375rem;top:196.8125rem;left:3.1860795617104rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehxMtOsirp1wHWubM6c3MlOQcS0qkA8Q { width:20rem;height:4.5rem;top:209.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2LxbgINENADiHT6oFCLipezdcG0VQ4p { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9IGiSzlvI3HM9AzbElbzp1aTkRltlct { width:3.875rem;height:1.25rem;top:16.4375rem;left:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0Q8P1wIC2IvhZTta1DoihgdGKM5vGGk { width:3.875rem;height:1.25rem;top:16.4375rem;left:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGO3ShT93LtKnlLFtpsQcR4EMUo8scW6 { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qt6t3QwJDGC2XpLGRPy4C0Zh3ZPMP966 { width:3.875rem;height:1.25rem;top:16.4375rem;left:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGpxJER0S7XuNsf2kPzongQTBM6W5WGg { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWEnDzqTTtPgqVf9UHqHwW5ShZfdaIln { width:0.9375rem;height:0.9375rem;top:26.625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGGo5kzx63vKpPu41XlgFTZv3TI1wvCo { width:47.75rem;height:1.4375rem;top:16.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugf0ED2zivsiQyLsT0daSeZTB4ZxA04i { width:8.25rem;height:1.9375rem;top:198.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGoz8TkGFC1ady1INn5os6I6XTZGFt3F { display:block; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InX5ze2Zku6L2uJ1z2pBCIUXcBuXP3Aq { width:19.375rem;height:26.1875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 { width:17.875rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:block; }#qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 li:before{  }
 }@media only screen and (max-width: 763px) { #zFQl2KLrI7HvE76IBBTDEEiunxp1LeyG { width:19.4375rem;height:26.25rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3vNWDN0BfLWW5SzpfnH4dHsfgLk18o { width:19.375rem;height:26.25rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf { width:18.5625rem;height:;top:3.6875rem;left:29.1875rem;font-size:1rem;display:block; }#Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf li:before{  }
 }@media only screen and (max-width: 763px) { #wQAbmED41gvTbacUKzAJd9A8RLqbgFPz { width:17.875rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5l6ThTkw59JrUQzBSXJswug6KK2BAz { width:17.75rem;height:1.25rem;top:1.0625rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKprgeQXiDMzzky1kxq9dU7UolRi2gb3 { width:18.3125rem;height:1.25rem;top:1.0625rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo227dgIHxyCxRLIAPSh0kp5AJO1uerO { width:18.5rem;height:2.4375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkWdD07DAoMcbA3xgrdDA7R3h4d6rSx { width:18.375rem;height:2.4375rem;top:0.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObmGibimRH7bR1JrkFTmtKWmBFtTa5U { width:18.5rem;height:2.4375rem;top:0.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEECAqotZQ3TmNDzKR381eIM3XghZ8n { width:17.625rem;height:;top:3.75rem;left:15.0625rem;font-size:1rem;display:block; }#neEECAqotZQ3TmNDzKR381eIM3XghZ8n li:before{  }
 }@media only screen and (max-width: 763px) { #uUCyWB1bkQHu5x2z77eMF8DtdinTOpPK { width:1.5625rem;height:1.5625rem;top:0.75rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrPNdZrKDXaogtiFKWoK8cxFWZnDDgTN { width:3.875rem;height:1.25rem;top:1.0625rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhQvpJMoggqTzI0q76MVkV5NAaDDF4K { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcfsBNwn8ceLMtliDtL92v66AtAmNvtG { width:3.875rem;height:1.25rem;top:1.1875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnlEdAnrz7MuDCQvTgnI7muxkdd9cVP { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWhhsRenBcTOBpAzTSs4Juez7KE2h25u { width:3.875rem;height:1.25rem;top:1.1875rem;left:43.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo { display:none; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BwGviGcc3ABCGlgsHXe6dTyrt2T7u2Rk { width:19.375rem;height:42.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDISkJc5JqMUTL8GuwoWuEzT2A6AQCk3 { width:19.4375rem;height:43.0625rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGOHrvs3L2dv83olXCZgSOgKs1X0OkOb { width:19.375rem;height:43.1875rem;top:-0.0625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS { width:17.625rem;height:;top:5.6875rem;left:0rem;font-size:1rem;display:block; }#UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS li:before{  }
 }@media only screen and (max-width: 763px) { #n7dINKsQVZoudnrdWGsy3wbTtG05oz39 { width:17.375rem;height:2.5625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 { width:16.5625rem;height:;top:5.6875rem;left:15.75rem;font-size:1rem;display:block; }#W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 li:before{  }
 }@media only screen and (max-width: 763px) { #xRAuCkq7B8Q3FWFyZw96IJxWoByCDQ86 { width:18.1875rem;height:2.5625rem;top:1.5rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Dg4gVhR069idgbtE8A1S6Q5tNemhlE { width:18.1875rem;height:2.5625rem;top:1.5rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwtHtG3o18HuRciDuJ28hd3D5b2H6hw8 { width:18.5rem;height:4.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4DSTSkstZndy7ySL6SrvZ0UNZzdCK5f { width:18.5rem;height:4.125rem;top:0.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTX87NoBnMrT88QJAlCJimI5BQSPKmbn { width:18.625rem;height:4.125rem;top:0.75rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 { width:16.5625rem;height:;top:5.6875rem;left:31.1875rem;font-size:1rem;display:block; }#yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 li:before{  }
 }@media only screen and (max-width: 763px) { #iDGJzNWI5FtQBIyTRdGOy1LlcB1gQ0KM { width:0.9375rem;height:0.9375rem;top:16.5rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q { display:none; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPSAMniEyz3fH4reBzKi0H4HVQhBRcT2 { width:19.375rem;height:15.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XA3znTeAStlPZDl8snckDkDlvpSAMwN5 { width:19.4375rem;height:15.125rem;top:0rem;left:14.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V87WhMr1nEmm00WlMLD5MJ1I6c9QfpRo { width:19.375rem;height:15.3125rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCA3HxElrqZNL5i6mIKCu3M3AmVlJVwL { width:18.5rem;height:4.125rem;top:0.25rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDqH1JTSa8B7N9d3q4R4ns6OszelQsW { width:17.5625rem;height:2.625rem;top:0.75rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH { width:16.5625rem;height:8.875rem;top:4.6875rem;left:31.1875rem;font-size:1rem;display:block; }#xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH li:before{  }
 }@media only screen and (max-width: 763px) { #Ro8peR6X8AihgJybpHniDyicGD1G6gmZ { display:block; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #baC7ugAUQc6T6erutdGcTS71iUzZ2m4U { width:19.375rem;height:16.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcc353NydURiG2b4ECVvGFSel0UnTFaq { width:19.4375rem;height:16.25rem;top:-0.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iXRIN7lJOgie7S5RCecHXpM9I76yQN { width:12.8125rem;height:2.4375rem;top:4.1875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3qWKBnnCVSD4fOVTPPEwKk2ToI0HVLl { width:8.4375rem;height:1.625rem;top:4.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRP6yLCDerl81W2HVODGWrylZiJ5pUqU { width:19.375rem;height:16.4375rem;top:-0.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAlNyvMXP7E766E2Pde9PyEKu3Q9Cg9Z { width:11.5625rem;height:2.375rem;top:3.4375rem;left:34.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOdw9S9IHJqTQ6CglMWvaXhEu94n0fwu { width:8.625rem;height:1rem;top:4.125rem;left:39.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3vNpAlOXcvMl4fLa1vKAdcG3WJwiPut { width:12.75rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnroCq0uGGoWVtxT2fxeEp173uu5CAgZ { width:5.125rem;height:1.625rem;top:4.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWXh1b2RuKpNL9hDRTyUJmBmTJtQgVyd { width:18.4375rem;height:4.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhvyyq6nGWUGRFrBNPOZzn39cir3HDwe { width:18.625rem;height:4.125rem;top:3.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvLVB9sCwrucLR7AEmTasU6Qh9GsD5y { width:18.375rem;height:4.125rem;top:3.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppuMGCCWCLRopVSqiFxcoq8auM9iJR { width:17.5rem;height:3.4375rem;top:11.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvVT5qeCLTNZIEEpH33aQR2sFHbetBlv { display:block; }
 }@media only screen and (max-width: 763px) { #vxTPXX2Z1TDKHQ3Nqm3i2qtpAtMStwM4 { width:17.5rem;height:3.4375rem;top:11.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkaSGqfkXuOmMGHrlt0zXsuRwxuCHIDd { display:block; }
 }@media only screen and (max-width: 763px) { #hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 { width:16.1875rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }#hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 li:before{  }
 }@media only screen and (max-width: 763px) { #NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG { width:16.1875rem;height:1.25rem;top:1.4375rem;left:15.75rem;font-size:1rem;display:block; }#NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG li:before{  }
 }@media only screen and (max-width: 763px) { #NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP { width:16.5625rem;height:1.25rem;top:1.4375rem;left:31.1875rem;font-size:1rem;display:block; }#NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP li:before{  }
 }@media only screen and (max-width: 763px) { #OoFofpvO9qbKhgHGfB3UoRJKOrZAaOtM { width:12.5rem;height:1.25rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uioy07lxc1ObOyTZuMO6wTUViZDN8WHk { width:12.5rem;height:1.25rem;top:9.375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndELI6kh3IpzTn8QuTb0sAtvTFeSZ5xW { width:12.5rem;height:1.25rem;top:9.375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCG2WT9agWWrBgrKQulA6Xi2BR4N1nAx { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVFo9nHb2Cm9wHPVo8N5IpTZ2ry1RkTi { display:block; }
 }@media only screen and (max-width: 763px) { #B1IgJoGCqSOsFamMCVyONO3xMwh9au4Z { width:47.75rem;height:2.875rem;top:18.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvHKUEoBygcs2Bn48FaN73tdcEViXzsJ { width:11.5625rem;height:2.375rem;top:5.1875rem;left:34.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQt3mIWsdfLGiegmTxCau2TSAiTtFRp { width:8.625rem;height:1rem;top:6rem;left:39.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t18IiJDFnEEwT8el0kqFU4qME2iZLBpd { display:block; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmCr7sWsRpMZMap2Hf3KexzkBJg8NeLw { width:25.4375rem;height:3.6875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7IHMm2fNwfZJdiOqvuIXqTw0oQrgiw { width:23.375rem;height:3.4375rem;top:1.75rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBHuoOwyQxpcFb3q8zPZPureQhaCKKRd { display:block; }
 }@media only screen and (max-width: 763px) { #wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT { display:block; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOlCx3o4r1DNibWWhvbmGKMOB5S9yO8 { width:47.75rem;height:2.375rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 { display:block; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOTOOJyays2tbWF8oIGlTo6eTPHVoe9k { width:19.125rem;height:2.25rem;top:7.4375rem;left:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ59N1vLGZcJ48nRV7zy5My2lUnuOZsQ { width:17.8125rem;height:2.75rem;top:13.9375rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O43RPyIBTVwQGXW3gGa760QP1V3AkZ0p { width:15.25rem;height:0;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXidorZeAp9NC8CZ3y6CwTxobDotAZ6v { width:15.25rem;height:0;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTAkRAEKVJ7M54ESHmHo1SqiJoyIagX { width:15.25rem;height:0;top:50.75rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c445cHoy1VNW5hVyEi7wcOh0GhLpMg2P { width:15.25rem;height:0;top:50.8125rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blt83ZQsfUd23mhmUIF6anqG5TunKCqJ { width:19.375rem;height:2.25rem;top:7.4375rem;left:24.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9UsQRh8dwAVcqZCXBbsP8reLJG6mZGk { width:15.25rem;height:0;top:50.8125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnK48pD3GnDVLTeWOQxNaZPmLPTgn4y { width:15.25rem;height:0;top:50.875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI3vbq3yNn22bCwQPQy1UNsfE1c8VwVd { width:17.8125rem;height:1.25rem;top:11.25rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHozMtgFtw76qEPLAwxTkss172v2wgBw { width:47.75rem;height:4.0625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqusecJOTJ12Ec58tPCORPihNNml2R5T { width:17.6875rem;height:1.25rem;top:11.25rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzo1pIhbNMc41deQtNpwrwDzetEt0C0D { width:33rem;height:3.4375rem;top:43.5625rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTF5gZ18aGooPNpSX6q5sSpTQbWaZ8Jy { display:block; }
 }@media only screen and (max-width: 763px) { #qWpoh9phqJfwnUaOXFaQ0Fu4GDyxBRJS { width:47.75rem;height:4.1875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn6Z9pTKZfMkCFksnGNHSbo5U9oRLWiS { width:17.8125rem;height:2.75rem;top:13.9375rem;left:25.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWZH071eeDKUHxKhE4AR67NMXcFbwCfw { width:47.75rem;height:4.1875rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxg4hFfx1esc3fQ2HqQT0x1iPRUtiEL { width:17.8125rem;height:2.75rem;top:18.5rem;left:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZbwdTTppbDhHdmv54VwcAgUsc33MlX6 { width:17.8125rem;height:2.75rem;top:23.3125rem;left:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKky4etEx3NFcclqfxCaqse5n9zJWLVt { width:47.75rem;height:4.1875rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzXDOQM37KH9IpdKRMbi2By2LbHzCRF { width:47.75rem;height:4.1875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0MuAoIhZriCdQvpPiU6Q7KByFC16a3T { width:17.8125rem;height:2.75rem;top:28.0625rem;left:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlmPyJuPVnq59lg5eb3dnoy4mhkLaLSz { width:17.8125rem;height:2.75rem;top:32.75rem;left:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eckME4GvIbxTmPs37ORtxSzQxnszyEz0 { width:47.75rem;height:4.1875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR7aBUS6ex5L6v2ft0NO0WJCoW6W9cBz { width:47.75rem;height:4.1875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5F41Jl8h68Ev1WncJoO0JZ31V9rU7kT { width:17.8125rem;height:2.75rem;top:37.375rem;left:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBnkO7SR0iPR9JlQP81RQWTantXWoCT { width:17.8125rem;height:2.75rem;top:18.625rem;left:25.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQoGZQdDToeu51siwybLh5ziQM07fmTv { width:17.8125rem;height:2.75rem;top:23.3125rem;left:25.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTf5WKHcg7mxb2cTTUu28eEr5gOB30w3 { width:17.8125rem;height:2.75rem;top:28.125rem;left:25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #av8ouxXJTbVTxl9NqqBZZFgC5s6MgmxU { width:17.8125rem;height:2.75rem;top:32.75rem;left:25.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eed9aCB0b4oTV4bqnRAkw2dBZOQBR7El { width:17.8125rem;height:2.75rem;top:37.4375rem;left:25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLcFDqBHkAmWfATmuABP3SbJXGJ8J1cb { width:47.75rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXDRLmyKtKT99JRXwTsqPbvrpNacQ3fl { width:12.5rem;height:3.1875rem;top:10rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOmlgq3T0lElvmaw82ybV2B0mt0iews8 { width:12.5rem;height:3.1875rem;top:18rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNVK41ugStldptDBb9THoz29rnKIewmm { width:12.5rem;height:3.1875rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJtLuVChEp8ED3F71ueXfbpXM7HSPSXn { width:12.5rem;height:3.1875rem;top:34.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzkcsR9VHCkzKoTRSibNRXDce8psNOS4 { width:12.5rem;height:3.1875rem;top:42.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0NFkm9ntWhnGHagfuWUhhBvy0VOxScg { width:12.5rem;height:3.1875rem;top:50.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI2tzxibvIGOy2HzVts7GPq2AHkm75yI { width:18.75rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiZBd9h67mQr5ZmViSObKzDbOppme6hy { width:20rem;height:1.25rem;top:8.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf { display:block; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTlvievTrVT4SReBiFJVEDJDSyGn06KC { width:47.75rem;height:3.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ { display:block; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTTnbbZqXKSsUfIHWmVDm7xz3XWuUWJv { width:5rem;height:5rem;top:1.6875rem;left:3.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBV8WHcRCHQvpmgaCVzy5tShrsF6fJX { width:5rem;height:5rem;top:1.6875rem;left:15.406251907349rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsprI5g73OPq8e8Slt7oOb32KPdbt2EA { width:5rem;height:5rem;top:1.6875rem;left:27.343751907349rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9NsELoLhhcUXAoVrfZXvz89M2ypOZi1 { width:5rem;height:5rem;top:1.6875rem;left:39.281251907349rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMAfOyvb0GgbuI5Ih3bbcrCSfpBMkLM { width:15.0625rem;height:3.875rem;top:7.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4yUXuL4ongArkN4qsm5FJRmdRLPfgS6 { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZScE5IiIsp2LFTozeZlsdt4mqQZTATbq { width:12.5rem;height:4rem;top:7.3125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLavTGgcqCyXavAZPmRO46WzUG7OLBD4 { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgxULK0dlDHIiOLXDWTyG6k5hm8sgqXe { width:12.5rem;height:4.0625rem;top:7.3125rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyN2g2AC9iwas1Vw8fCi91B1cDG6yDB { width:12.4375rem;height:4rem;top:7.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqr5Olxp6VrdKSzZNTqLObNxhKmrM6xM { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDEc99h85AgQcs5RzNSJV6oFEA8K8RlU { width:9.375rem;height:1.625rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JarfDKmqcwPGxhSga9Q6sXnFJq1INQNO { width:47.75rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;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:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTt5wZzNwcD8v8NpCIsVIX7rRfAptplz { width:20rem;height:17rem;top:15.8125rem;left:-0.010416686534882rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTusphNvLpBbKnOvXQSLHFZF3hFfBZ7S { width:20rem;height:1.9487875rem;top:1.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceoz0VfHk4feWv9Cx1QwxJQ3RuGLmI7o { width:9.25rem;height:2.1875rem;top:1.125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJNvAbfJUJTqWm1Rh64WA7Ee9wptTlwT { display:block; }
 }@media only screen and (max-width: 763px) { #oJO7S3L3zCSl9pv3PIQAPA99yQSHVxSe { width:20rem;height:5.84635625rem;top:5.375rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0NezxUQvqWld7p5NUdwAm3VTL3DRi26 { width:20rem;height:2.39800625rem;top:13.5rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0mK0wafb2WU7mmeWB5XDZiy5khruDDK { width:9.5rem;height:2.4375rem;top:39.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFhe2IBsPWlTFEsn6E3EKSnR3o6xau2W { display:block; }
 }@media only screen and (max-width: 763px) { #MpTfo00UJbgRZO6ZkwQr4s4NveXRsJvE { width:9.4375rem;height:2.5rem;top:39.5rem;left:10.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIyfDBGn1yJlW8hKtToFqn1ds7LIHy5y { display:block; }
 }@media only screen and (max-width: 763px) { #Qr5TfToHygudFBwNI4cZqW8LhJ4Dxcpz { width:5.0625rem;height:0.625rem;top:12.0625rem;left:7.4687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwBam4XvH3ZUX4L4M87swA0wskPlWnq { width:15.375rem;height:9.4375rem;top:18.3125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlvnUmBEhvLKQGAWhAUSS06z3sREpWTa { width:15.375rem;height:7.8125rem;top:19.125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEv6sQ5AusOXqhth5f7oJayX4l7eFdOg { top:33.09375rem;left:0rem;width:6rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNbvtODWk3cliiyOfFxzbX4GtxF5ZDbo { display:block; }
 }@media only screen and (max-width: 763px) { #OxJOJFXaROTersaMo8hz1PfE0TiZDiwz { top:32.8125rem;left:6.84375rem;width:5.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgzcnVxGd540SAlrGyOK9DoHt5AzP7aL { display:block; }
 }@media only screen and (max-width: 763px) { #bmuKFiLAIQphCToQnQa944JcnVxHrSpS { top:35.25rem;left:9.5rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6RqgOaKEhbaZwcwPcGXaIglSxzmK45H { display:block; }
 }@media only screen and (max-width: 763px) { #neRGxqbRITksyRTQx45oU0uavrB9ndMn { top:35.25rem;left:2.0625rem;width:7.5rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqNCTZPxPLb3ao1CI2XhLnMEDiDH5mmL { display:block; }
 }@media only screen and (max-width: 763px) { #UNG81SRhWCvaSZbMtwZEzQOOo3rTXop2 { top:32.8125rem;left:13.1875rem;width:5.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwmgZ0h2ErNNTVVzUlyFSIr0MuqiA2TD { display:block; }
 }@media only screen and (max-width: 763px) { #gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB { display:block; }#gCg4QFZtioc9UXtp95AHUwoWdNgK4sJB > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiTXK4vPWn6WOhkEL6J5OdNvTRTPcRTf { width:20rem;height:3.89756875rem;top:1.03125rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h { display:block; }#Z93nv7gGyKXvQn6l4sE1u37H8RKVp44h > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJBsICOLqltSgdg2pi3UQcvPZZ4TmFra { width:12.0625rem;height:9.25rem;top:10.6875rem;left:3.9687502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncqvXcC4qzWHBB8HTbRLsCnU82MPafk { width:20rem;height:5.84635625rem;top:1.8125rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMyfA14ikDeoFbB6GAr9BVStUUT2BHo { width:19.3125rem;height:1.199rem;top:20.625rem;left:0.34375005960464rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKrHR7ATxLfBtUFQlvQgb1M222m9iEog { width:1.8125rem;height:1.8125rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXWwID1A9U2AdkbDafgOBTGCmbvk5Tm { width:17.375rem;height:1.199rem;top:22.8125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu9DQKk9glKV8NV5TDSWMVH37wPySCaM { width:1.8125rem;height:1.8125rem;top:24.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEcXOE8MK4hodndGP3yAiSq9GLBgTxmC { width:17.5625rem;height:1.199rem;top:24.625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlAkD9t2cQloRp5RrrvGXcTNLkFOig3b { width:17.625rem;height:1.199rem;top:26.75rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSspuTpiU08v61TedOxVkuoSNO0JTBv { width:1.8125rem;height:1.8125rem;top:26.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXAvXW31KQnTAhtnCFT09Pf5CdrZNRv0 { width:20rem;height:2.875rem;top:31.6875rem;left:0.062500298023225rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpeiAGmnICLIwrEFCn7ivFiXIXUXBpVo { display:block; }
 }@media only screen and (max-width: 763px) { #r3PZ3vQZzVvosvzMAeZXDqZp2t90gnt6 { width:17.6875rem;height:1.199rem;top:28.75rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwIJ3b7uLTGkmCbGa5f704IazltMp0mQ { width:1.8125rem;height:1.8125rem;top:28.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFFGac2CV8V9qptJH8riQtfhFPIkncy { display:block; }#XKFFGac2CV8V9qptJH8riQtfhFPIkncy > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcrCUTHC1mJeeLN5ym7A4EX5c2gytfTX { width:20rem;height:3.89756875rem;top:1.65625rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRKllTfbCVJ89qrWVDpfyERBACT1iNp { width:20rem;height:0.9747875rem;top:0.625rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF { display:block; }#RVllCPWRl10hl1xBs6x0Qwo8nyPZhOzF > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b32ktwhMF6ugmKzwiVsBQ8eFPPkEQnuJ { width:19.9375rem;height:18.125rem;top:15.0625rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMXLiTXlNCztgaF7MfqsLOLuQZkPDzB7 { width:17.6875rem;height:1.2999125rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUhBsMOd1SP1x723BU9FDKPhhoVQ0QVl { width:17.5625rem;height:3.8216125rem;top:2.5625rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEZ0SD73QVDAO8XNpI2HDcrT3JCOtv1 { width:17.6875rem;height:1.2999125rem;top:8rem;left:1.1562500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pn2t0diWNGtRXPbGcIASVvJGvu9Ekl { width:17.5625rem;height:5.0954875rem;top:9.25rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzcSmnrpSdnuAoK7K0iK8rmFk8bd5vTC { width:17.75rem;height:1.2999125rem;top:34.25rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nScnD41OVI3z5VS5pDWrP3IAXOXCb3wh { width:17.5rem;height:5.09548125rem;top:36.1875rem;left:1.1250000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybye53XwzqcgaNtMOuBeUTTRPDVGP0tJ { width:17.75rem;height:1.2999125rem;top:42.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETaeThlb11Fbd8Olf0ohoJh9IOk90DLF { width:17.75rem;height:5.09548125rem;top:44.1123046875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdKJTS7tevfNXDya9a0V9WD14AXui3hk { display:block; }#FdKJTS7tevfNXDya9a0V9WD14AXui3hk > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVARTlOauCbGix9Upwax4uVd3A2Pgcf9 { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla { display:block; }#qF6NMZWTUcVT5cSEgCxTnamwkCnzuNla > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuW7Uvbvug5B9OPXLH7Jnc4JATwhKHCv { width:18.75rem;height:9.6875rem;top:1.125rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX8pTPMqM7l42xH9i6gnoiiH0HFu2Mxo { width:20rem;height:1.949575rem;top:11.125rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qioRt2IIvykD6TyFWG0JtvaXOTaX3yxr { width:18.75rem;height:9.4375rem;top:13.0625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC1Ouu5MBvZZwTTDwCHK46gIywCMG25H { width:18.75rem;height:9.6875rem;top:25.5625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiP8M9fIX3e6iame5ffrceyJMDcWiTwx { width:19rem;height:1.949575rem;top:22.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3mrke7PVBbJxmN6zRO62Dn9Rp0J0ea { width:19rem;height:0.9747875rem;top:35.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaOA3vPyiDobpbpG08cIBClxRCiTUbci { width:18.75rem;height:9.6875rem;top:37.5rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekx9wXp3wLZkZBKgKIZqzR4goQUsfCZN { width:18.75rem;height:9.6875rem;top:49.75rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhE61U6r6gS7HCK1RTTZ8LePPRTALUKa { width:18.75rem;height:9.625rem;top:62.1875rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #syc0gFibSPUiddXdRXMTB5uJmJWB9HlI { width:19rem;height:1.949575rem;top:47.125rem;left:0.50000005960464rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXlpFuQx5yhzzxD1IzX2znt2adUlmkJW { width:19rem;height:1.949575rem;top:59.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB69fSaBSqhrdtGaZ6ypba6nRqHUDv3M { width:20rem;height:1.949575rem;top:72.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atnceRu09tGeT2VJIRh7NP07z3dLTZ7b { display:block; }#atnceRu09tGeT2VJIRh7NP07z3dLTZ7b > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGkHIpDnOHrhaRuDdU27ozDr1xToAF51 { width:20rem;height:3.89756875rem;top:1.65625rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvZFqSuiteusVU5m3ncNP1qKlxFvFulT { width:20rem;height:0.9747875rem;top:0.625rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A { display:block; }#qVuqhyWryLkMkmAO402ZSsrqaMrNJv8A > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Noa3KxpGgaDVv7oNKM9rPLE8dQFJbDWk { width:20rem;height:1.949575rem;top:2.337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk { display:block; }#MQsGNdLuWl8MSr6cn6ViGbyQpkToClBk > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkGHJecxIM2pkEfWEHFLo7aafRytFcgn { width:20rem;height:7.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn { display:block; }#Mw5uTCLRofzdvAktRcW9kdmcgKt3WAEn > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrCe4TguuQJGTzcTuGU1Lan1pFzFC64V { width:17.5rem;height:2.625rem;top:2.5rem;left:1.25rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MeCFbiPqkiE27yxvLzOBTAcLhVDoJPMl { display:block; }
 }@media only screen and (max-width: 763px) { #xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi { display:block; }#xK3WmI6Zt4sw1bgOmVIT5sRq4PnQAIqi > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSZBqMRJnnbhDpniNOWCmCAfsJJ3U479 { width:20rem;height:0.9747875rem;top:0.5625rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeZ4fKnXFfcleFZ7T4SpAa9bSMrc7huC { width:20rem;height:3.89756875rem;top:1.875rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt { display:block; }#dT0qnNzfHOm7ZKuaCziu6ZHA0TTgcGbt > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDnGLs9PUNs4TUg3EWUyHf4sNQEcmB5R { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn { display:block; }#UDGpZWAtTEMacLy75KGx4uLFV1ILXrcn > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOsFQhh6sXQN0gVhBiNgaeX6qBdzfA6m { width:5rem;height:5rem;top:1.25rem;left:0.92708331346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90CWsBLz6ky4M9cPOqQpUk5umRWSMGH { width:5.3125rem;height:2.599825rem;top:6.875rem;left:0.77083331346512rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOVtP3WUxyfiU8TZiqaKdobGXeDLJ6hZ { width:5.25rem;height:2.599825rem;top:6.875rem;left:7.3750002980231rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0uBTBrzZkg7GH7QBwukp2plCG1vAohG { width:6.0625rem;height:2.599825rem;top:6.875rem;left:13.593750298023rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyxQIh6E62brbWAuWMEDoTM6lzX09Ih { width:5rem;height:5rem;top:1.25rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmVUnyaB3B4quDP0WicZodC6ED3dn8Cz { width:5rem;height:5rem;top:1.25rem;left:14.125000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 { display:block; }#V20rNKBOwzOgfNAX89CIpxC3WdvCc8d6 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTwCmXUgTFUZOAKObowFMTu9KNBym5cX { width:19.75rem;height:10.875rem;top:13.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZTTuQaaFuhiToG3OTJWaR8hVS5qrCts { width:17.6875rem;height:1.2999125rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQLTyadviP2f6cTQOpdzGWFXssgvzeI { width:17.5625rem;height:3.8216125rem;top:2.5625rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALpVQlUSV6yS954Q52ky1xni2S5FMtN9 { width:17.6875rem;height:1.2999125rem;top:8.125rem;left:1.1562500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWOp9h2AWgMomT5IoH17H2MTUIbCZcuR { width:19.5rem;height:3.8216125rem;top:9.4375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4PMeMnGZFRg2xybHakC3Z8lvUhgroO { width:17.6875rem;height:1.2999125rem;top:27.4375rem;left:1.1562500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TImLTp4rBZuriRxPPVC0POh9EmfPuPCK { width:15.375rem;height:3.8216125rem;top:29.3125rem;left:2.3125000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkXbPhBvWqf8en8rm7c9yICiPp9IWKaH { width:17.6875rem;height:1.2999125rem;top:34.375rem;left:1.1562500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfROdEbTGiRp8zOrhz5tvyVPqa9z1gqT { width:16rem;height:3.8216125rem;top:36.375rem;left:2.0000000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhinSgDaEMpHcxGWM51eFAGRVvnVxM1K { width:20rem;height:10.8125rem;top:41.4375rem;left:-0.010416686534882rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt { display:block; }#tVTfomeBzzS3TFqKVAvUsKG5ps5unEEt > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8gqua6lVJxV5SBGUk6DIwoBzkIwA2b { width:20rem;height:0.9747875rem;top:0.875rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW8eMMyJKLNAQ6dIxHbkCr77ZDFZBD6M { width:20rem;height:1.9487875rem;top:2.0625rem;left:-0.010416686534882rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl { display:block; }#ETU6zcr7Qic83JiKdq0sUXCT5Lm7idvl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgEQb3KQ9wafux8hIZlCQlqZvJcTwo4o { width:20rem;height:8.0389768574906rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRfz3DkvG4ZSl2r86dUzIae6QkSLUrM5 { width:20rem;height:3.897575rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H { display:block; }#nA8LZtbO6gsEySMAh5XTTAAKbPQZGN8H > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJ7rtCWDxHS6aKdTrIhD6WEbthTgFifg { width:20rem;height:1.9487875rem;top:0.900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c { display:block; }#VrK9kTSqMTJCvhMHNTQzGXOL5tA3Ln6c > .row .container { width:20rem;height:215.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTHu3aKyWuvhntCFTermDR7ZCz8yGZtl { width:20rem;height:1rem;top:1.6875267028809rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibQKI6qxxHogob8t1bmWUIzm9eoI37bL { width:19.9375rem;height:24.25rem;top:6.5625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h292TKviyPy78B715JBAS54Rc6T5bMXg { width:17.5625rem;height:1.9487875rem;top:4.4160366058349rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE { width:17.562125rem;height:6.783875rem;top:10.43678855896rem;left:1.2180396914482rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#BEZTelkJFFJzrKnKMLb1WWoxqskz9bIE li:before{  }
 }@media only screen and (max-width: 763px) { #XF4rAWNSDdUsVAA9WoqMWAXFfAFTsigT { width:19.875rem;height:30.125rem;top:59.1875rem;left:0.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BF21wdBJ54fMgA5J2Ekr7u4Ngtc4blr9 { width:19.4375rem;height:1.9487875rem;top:59.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6yvum92bdDbbf5snacueI4u4To82C6b { width:20rem;height:15.5625rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk6LR4VKHqTGNtM3kOmErsxnAid4R8N7 { width:19.375rem;height:1.9487875rem;top:122.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s { width:18.9375rem;height:15.792125rem;top:127.4360742569rem;left:0.78036218881606rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#h2MeW2aJunJ5l2EyotSW3mCC6ewkyM3s li:before{  }
 }@media only screen and (max-width: 763px) { #rDT5IzqWauR9KwI44Bp5GI3Al4UuuK4S { width:17.5rem;height:1.2999125rem;top:7.75rem;left:1.4375000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MHqoAGxZMSARppS4lWmXNNL1m5o0L3ue { width:20rem;height:2.5rem;top:4.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptEIWHm92ibb5ozT7ld5I0V6lO0cnHnp { width:20rem;height:2.5rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFcM4PM8cRAJi9QrbXolxyADx2ro72hC { width:20rem;height:2.5rem;top:122.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIBZMawZ2rwaHXiuCuZfVhZHSBMgVkGr { width:18.25rem;height:1.2999125rem;top:62.6875rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxOus3tXgl6DqEh1HzgZ4J5NEAJG9qeh { width:18.3125rem;height:1.2999125rem;top:125.6875rem;left:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nuydvKbs2XmrQdTPc0DusHU6gH7TZelA { width:19.375rem;height:2.1875rem;top:125.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwBKNluSVLpqtJs2UDaOdKwLgSNcF4TE { width:19.375rem;height:2.1875rem;top:62.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reLlJ9DWn8HTJi67MGIxSVeP37KaDnl5 { width:19.375rem;height:2.1875rem;top:7.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi { width:16.9375rem;height:12.2439375rem;top:65rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#TtGqQhcsbUar2Ekl6UZDaqKPkct7E3mi li:before{  }
 }@media only screen and (max-width: 763px) { #Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 { width:17.56125rem;height:9.357625rem;top:20.64186668396rem;left:1.2180396914482rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15008;line-height:1.3;display:block; }#Qs7d7hfQuLOxXIXASCChKQKNTZ1HP8t8 li:before{  }
 }@media only screen and (max-width: 763px) { #mSbO16dbVU32rJE0rorItRUZnPQNcvzN { width:19.375rem;height:2.1875rem;top:17.81178855896rem;left:0.25rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #NRVM23EoqsFuOpsv1plhCbqXuitNkRrC { width:17.5rem;height:1.2999125rem;top:18.249465942382rem;left:1.2496448159218rem;text-align:left;text-align-last:left;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #RVnDJ84P5TlOFaw1Rw4F5db0BGpV5ikJ { width:19.875rem;height:16.5rem;top:30.8125rem;left:0.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT { width:18.25rem;height:;top:35.3125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15012;line-height:1.3;display:block; }#bqZ8JFuwR9xiTpr05Z4Aspoyd2hezFmT li:before{  }
 }@media only screen and (max-width: 763px) { #AdWaR2zcTPUL8C4G9yXRxTEPMrIqCf0S { width:18.8125rem;height:2.599825rem;top:31.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #TkATTi0t60A7DIPbNf94kTcEfm3nyB4k { width:19.375rem;height:3.125rem;top:31.686786651611rem;left:0.43678975105286rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ndVNB0SwukU1Z9L7wgKaMS1lKuM1nzFL { width:17.5rem;height:1.2999125rem;top:77.249290466306rem;left:1.6246448159218rem;text-align:left;text-align-last:left;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #RHWyyO7wQnQbDkfprFw43g0v8RhMrgb9 { width:19.375rem;height:2.1875rem;top:76.8125rem;left:0.62499994039536rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE { width:17.562125rem;height:9.357625rem;top:79.704010009762rem;left:1.2171519398689rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15011;line-height:1.3;display:block; }#AtqPOK3d4klsZWEDC4PEzU87PFWWsxBE li:before{  }
 }@media only screen and (max-width: 763px) { #DgwfKZH3cUg8EeHfWmrI0diCyzWvtexE { width:17.75rem;height:2.599825rem;top:90.6376953125rem;left:1.0625rem;text-align:left;text-align-last:left;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #Fqt7ufaqhTCNcuZoQ0rPbIM5ygTUJ5Z4 { width:19.375rem;height:3.25rem;top:90.3125rem;left:0.1875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #Vd4aS03nTELRU4ygVJNmvruv8y8eC546 { width:17.0625rem;height:15.167125rem;top:94.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15071;display:block; }#Vd4aS03nTELRU4ygVJNmvruv8y8eC546 li:before{  }
 }@media only screen and (max-width: 763px) { #FoQ8TBRRbqUTrgvRpGgrESB4RKZDvl0p { width:20rem;height:19.6875rem;top:89.3125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #kLgRWlzof6hoQ0BOh5VLb3I3EHCarv32 { width:15.9375rem;height:1.2999125rem;top:141.24910449982rem;left:1.3742898106575rem;text-align:left;text-align-last:left;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #Szq5S4XMXNwHZ35lhCezT3QKD16CT6wd { width:19.375rem;height:2.1875rem;top:140.8123216629rem;left:0.62411218881607rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #TE59nTQACUicBA69ha8PxblXyqa1TwpR { width:18.4375rem;height:11.9314375rem;top:142.9983959198rem;left:0.78036218881606rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15061;display:block; }#TE59nTQACUicBA69ha8PxblXyqa1TwpR li:before{  }
 }@media only screen and (max-width: 763px) { #BiRKhFRiyfcvHIWQNxCOa6fedxxAU33Z { width:20rem;height:17.3125rem;top:137.875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #yfdq4xsmM3wrsL2XqE69ygz8oh11Ee6B { width:17.5rem;height:2.599825rem;top:155.5625rem;left:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #qpxdxWH2HVLSNXDwqARLHDB2LCoN5KpR { width:19.375rem;height:3.5625rem;top:155.1875rem;left:0.3125rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #Rl6T9Iy27N7wA7Qe4MKoQwl2cA9uNBa7 { width:20rem;height:26.125rem;top:155.1875rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 { width:18.5625rem;height:22.2634375rem;top:159.09711265564rem;left:0.78036218881606rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15072;display:block; }#Nly5gyNJEt4JkKQBHClCAeA2rpfHTOb7 li:before{  }
 }@media only screen and (max-width: 763px) { #mDaID65X7JPvdN3FJNLoeF3NZO5EQ0xq { width:18.1875rem;height:2.599825rem;top:183.68696594238rem;left:0.93696731328963rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #nUw5C9IJ7tN1FhinU2p1iMxGCTOMKL7g { width:19.375rem;height:4.125rem;top:182.93678283691rem;left:0.375rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #J89WraNlKrANv0mar9Pkm3h4SR43UzCD { width:16.5625rem;height:5.8094625rem;top:187.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;z-index:15073;display:block; }#J89WraNlKrANv0mar9Pkm3h4SR43UzCD li:before{  }
 }@media only screen and (max-width: 763px) { #Ucm0trw5Bi1w0lVQkONSpx5XXkoIe7yr { width:20rem;height:12.0625rem;top:181.3125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #MMrUw8LzUaE9EARKGKtNvB55OeSPtsSg { width:20rem;height:11.25rem;top:47.3125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #h477b27F11PhtG1NMO9T8ZtcfLpN2RGo { width:16.1869375rem;height:0.9747875rem;top:48.124111652374rem;left:1.0921519398689rem;font-size:0.75rem;z-index:15086;display:block; }#h477b27F11PhtG1NMO9T8ZtcfLpN2RGo li:before{  }
 }@media only screen and (max-width: 763px) { #BMrXLpDbNgxniPZtTwsWldP5aHIwVkyU { width:10.375rem;height:1.9487875rem;top:50.5625rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #eRqBfdSwwsMSVwHoM0TWdi1xSwJRJl3Q { width:17.5rem;height:3.1875rem;top:50.3125rem;left:1.0625rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #ssOn5KpNOLgyCrzRkv5hCv29G3Pr34bt { width:12.5rem;height:0.9747875rem;top:52.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #NHB8rD5lpZ7dDw8yr6Z5TPZTKnTH1Axl { width:5.125rem;height:0.9747875rem;top:51.0625rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #FqPrtRkqohEMqxf6ucVUJzT5vuzRg0dm { width:17.5rem;height:2.625rem;top:54.6875rem;left:1.0625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #VB24vnpSnpRsVw9DzyEOThuCgdKMa5rD { display:block; }
 }@media only screen and (max-width: 763px) { #tRmAeR2BRmdvuGEbqpfc6mvKXfRsVbrL { width:20rem;height:10.4375rem;top:109rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rNGiBC4T5ZI6l550TG9g93TiGRncTsNA { width:16.1875rem;height:0.9747875rem;top:109.875rem;left:1.625rem;font-size:0.75rem;z-index:15086;display:block; }#rNGiBC4T5ZI6l550TG9g93TiGRncTsNA li:before{  }
 }@media only screen and (max-width: 763px) { #Mzm1lDK4wATSNLPBwgJKbt4iEZwxBCAl { width:17.5rem;height:3.1875rem;top:111.6875rem;left:0.9375rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #BwvDCsRKCa8kIJGTnlhtJZ1wFKmztwac { width:13.5rem;height:1.9487875rem;top:111.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #sHgLMcZii4LXHrILJTn3DFpIVqEOvi5W { width:12.5rem;height:0.9747875rem;top:113.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #C7VQf0l2raZH84ZGa49r3d3m0XibbfrU { width:17.5rem;height:2.5rem;top:115.75rem;left:0.9375rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #IxwrMool2B3ODk83UmQr8TT0ulo8vRB4 { display:block; }
 }@media only screen and (max-width: 763px) { #HGkdzHMDlE64cstOZe8thSBcCuDdRGrp { width:20rem;height:11.375rem;top:193.375rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Q3zWOvH2FBqfJDdBXa6zP2VbpkMXIawt { width:17.5rem;height:3.1875rem;top:196.849609375rem;left:1.25rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #m5tTRVJU6zfLvzV6lXQDywMbWnKTF0Qd { width:17.5rem;height:2.5rem;top:200.912109375rem;left:1.25rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #EtcztxcMrWc27ddragDVkRkLqTIuLZfg { display:block; }
 }@media only screen and (max-width: 763px) { #R2af5bI1JisiTzPlHRtvNlTEZTuly7vS { width:7.3118125rem;height:0.9747875rem;top:198.57332992554rem;left:9.3119674324988rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15098;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iW5L8yJDUIXC7fG38i3U8pT1EZ5J77LS { width:8.3123125rem;height:1.9487875rem;top:196.84836578369rem;left:1.2171519398689rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR { width:16.875rem;height:0.9747875rem;top:194.5rem;left:1.5625rem;font-size:0.75rem;z-index:15087;display:block; }#FpwAHx0ckVcUqkE5BwQOO4Btotr1d7dR li:before{  }
 }@media only screen and (max-width: 763px) { #eOaDpoqioucep76B8dHnPgEKzoz07vRW { width:5.125rem;height:0.9747875rem;top:112.7939453125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #IdKIkO74dRpt1O7bs2GziM65b3E0QTpV { width:8.8743125rem;height:0.9747875rem;top:197.33487129211rem;left:8.4934297204019rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #ehxMtOsirp1wHWubM6c3MlOQcS0qkA8Q { width:20rem;height:4.54426875rem;top:209.56320571899rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #h2LxbgINENADiHT6oFCLipezdcG0VQ4p { display:flex;width:1.5625rem;height:1.5625rem;top:18.062143325806rem;left:13.124644815922rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #l9IGiSzlvI3HM9AzbElbzp1aTkRltlct { width:3.875rem;height:1.2999125rem;top:18.249465942382rem;left:14.874466478824rem;font-size:1rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #p0Q8P1wIC2IvhZTta1DoihgdGKM5vGGk { width:3.875rem;height:1.2999125rem;top:77.312316894531rem;left:14.624466478824rem;font-size:1rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #fGO3ShT93LtKnlLFtpsQcR4EMUo8scW6 { display:flex;width:1.5625rem;height:1.5625rem;top:77.125rem;left:12.874644815922rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #Qt6t3QwJDGC2XpLGRPy4C0Zh3ZPMP966 { width:3.875rem;height:1.2999125rem;top:141.31213855743rem;left:15.311611711979rem;font-size:1rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #TGpxJER0S7XuNsf2kPzongQTBM6W5WGg { display:flex;width:1.5625rem;height:1.5625rem;top:141.1248216629rem;left:13.561789095402rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #gWEnDzqTTtPgqVf9UHqHwW5ShZfdaIln { display:flex;width:0.9375rem;height:0.9375rem;top:213.12232706299rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGGo5kzx63vKpPu41XlgFTZv3TI1wvCo { width:20rem;height:3.4082rem;top:205.43678665161rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ugf0ED2zivsiQyLsT0daSeZTB4ZxA04i { width:8.3123125rem;height:1.9487875rem;top:198.08504867554rem;left:1.2171519398689rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #hGoz8TkGFC1ady1INn5os6I6XTZGFt3F { display:none; }#hGoz8TkGFC1ady1INn5os6I6XTZGFt3F > .row .container { width:20rem;height:66.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #InX5ze2Zku6L2uJ1z2pBCIUXcBuXP3Aq { width:19.375rem;height:14.875rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 { width:17.5625rem;height:11.15625rem;top:2.9375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#qMTkc5TUa0BnekrGEmUCaISFBND8UQG2 li:before{  }
 }@media only screen and (max-width: 763px) { #zFQl2KLrI7HvE76IBBTDEEiunxp1LeyG { width:19.375rem;height:13.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3vNWDN0BfLWW5SzpfnH4dHsfgLk18o { width:19.375rem;height:17.3125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf { width:18.4375rem;height:11.933625rem;top:35.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#Le1HZHTu2HUWNgUq1b8kD7HsiDvoqdSf li:before{  }
 }@media only screen and (max-width: 763px) { #wQAbmED41gvTbacUKzAJd9A8RLqbgFPz { width:17.5rem;height:1.29980625rem;top:1.1875rem;left:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5l6ThTkw59JrUQzBSXJswug6KK2BAz { width:18.625rem;height:1.29980625rem;top:16.6875rem;left:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKprgeQXiDMzzky1kxq9dU7UolRi2gb3 { width:15.9375rem;height:1.29980625rem;top:33.1875rem;left:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oo227dgIHxyCxRLIAPSh0kp5AJO1uerO { width:19.375rem;height:2.1875rem;top:32.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwkWdD07DAoMcbA3xgrdDA7R3h4d6rSx { width:19.375rem;height:2.1875rem;top:16.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kObmGibimRH7bR1JrkFTmtKWmBFtTa5U { width:19.375rem;height:2.1875rem;top:0.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neEECAqotZQ3TmNDzKR381eIM3XghZ8n { width:16.9375rem;height:9.359375rem;top:19rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#neEECAqotZQ3TmNDzKR381eIM3XghZ8n li:before{  }
 }@media only screen and (max-width: 763px) { #uUCyWB1bkQHu5x2z77eMF8DtdinTOpPK { display:flex;width:1.5625rem;height:1.5625rem;top:50.25rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #QrPNdZrKDXaogtiFKWoK8cxFWZnDDgTN { width:3.875rem;height:1.29980625rem;top:53.0625rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIhQvpJMoggqTzI0q76MVkV5NAaDDF4K { display:flex;width:1.5625rem;height:1.5625rem;top:55.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #rcfsBNwn8ceLMtliDtL92v66AtAmNvtG { width:3.875rem;height:1.29980625rem;top:58.375rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOnlEdAnrz7MuDCQvTgnI7muxkdd9cVP { display:flex;width:1.5625rem;height:1.5625rem;top:60.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #eWhhsRenBcTOBpAzTSs4Juez7KE2h25u { width:3.875rem;height:1.29980625rem;top:63.6875rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo { display:none; }#lE7WUrXekn7bEvTaRfp6hHqM6WRfC0Jo > .row .container { width:20rem;height:68.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BwGviGcc3ABCGlgsHXe6dTyrt2T7u2Rk { width:19.375rem;height:16.5rem;top:0rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDISkJc5JqMUTL8GuwoWuEzT2A6AQCk3 { width:19.375rem;height:19.6875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGOHrvs3L2dv83olXCZgSOgKs1X0OkOb { width:19.375rem;height:26.0625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS { width:18.25rem;height:10.84375rem;top:4.5rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#UUNymOCSxGgALOoeB8eQZu4mgM6pWaUS li:before{  }
 }@media only screen and (max-width: 763px) { #n7dINKsQVZoudnrdWGsy3wbTtG05oz39 { width:18.8125rem;height:2.5996125rem;top:1.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 { width:17.0625rem;height:12.9081875rem;top:22.625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#W5hMgKkWCRzr3C9977vZlUrwbKwg5U09 li:before{  }
 }@media only screen and (max-width: 763px) { #xRAuCkq7B8Q3FWFyZw96IJxWoByCDQ86 { width:17.75rem;height:2.5996125rem;top:18.6875rem;left:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m9Dg4gVhR069idgbtE8A1S6Q5tNemhlE { width:18.0625rem;height:2.5996125rem;top:39.375rem;left:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwtHtG3o18HuRciDuJ28hd3D5b2H6hw8 { width:19.375rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4DSTSkstZndy7ySL6SrvZ0UNZzdCK5f { width:18.9375rem;height:2.5rem;top:39.4375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTX87NoBnMrT88QJAlCJimI5BQSPKmbn { width:19.375rem;height:2.5rem;top:18.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 { width:16.5625rem;height:22.2709375rem;top:43.25rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#yTfJcpa0z4e0EoL7kvVx2vwgS6aMlfP1 li:before{  }
 }@media only screen and (max-width: 763px) { #iDGJzNWI5FtQBIyTRdGOy1LlcB1gQ0KM { display:flex;width:0.9375rem;height:0.9375rem;top:65.9375rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q { display:none; }#VtmXeOp0C0TwqTdiURKWpzhebZkBWt5Q > .row .container { width:20rem;height:17.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPSAMniEyz3fH4reBzKi0H4HVQhBRcT2 { width:19.375rem;height:34.25rem;top:0.5625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XA3znTeAStlPZDl8snckDkDlvpSAMwN5 { width:19.375rem;height:39.125rem;top:42.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V87WhMr1nEmm00WlMLD5MJ1I6c9QfpRo { width:19.375rem;height:13.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCA3HxElrqZNL5i6mIKCu3M3AmVlJVwL { width:19.375rem;height:4.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDqH1JTSa8B7N9d3q4R4ns6OszelQsW { width:18.1875rem;height:2.5996125rem;top:3.625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH { width:16.5625rem;height:5.81055rem;top:7.6875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.3;display:block; }#xs0Wdxt8wqUE0SZ6wcSc4u5wi5H5eiTH li:before{  }
 }@media only screen and (max-width: 763px) { #Ro8peR6X8AihgJybpHniDyicGD1G6gmZ { display:none; }#Ro8peR6X8AihgJybpHniDyicGD1G6gmZ > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #baC7ugAUQc6T6erutdGcTS71iUzZ2m4U { width:19.375rem;height:11.25rem;top:1.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcc353NydURiG2b4ECVvGFSel0UnTFaq { width:19.375rem;height:10.4375rem;top:14.07421875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iXRIN7lJOgie7S5RCecHXpM9I76yQN { width:13.5rem;height:1.94921875rem;top:17.025390625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3qWKBnnCVSD4fOVTPPEwKk2ToI0HVLl { width:8.125rem;height:0.9746125rem;top:17.875rem;left:11.875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRP6yLCDerl81W2HVODGWrylZiJ5pUqU { width:19.375rem;height:11.1875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAlNyvMXP7E766E2Pde9PyEKu3Q9Cg9Z { width:12.8125rem;height:1.94921875rem;top:29.875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOdw9S9IHJqTQ6CglMWvaXhEu94n0fwu { width:5.1875rem;height:0.9746125rem;top:30.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3vNpAlOXcvMl4fLa1vKAdcG3WJwiPut { width:10.375rem;height:1.94921875rem;top:4.625rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnroCq0uGGoWVtxT2fxeEp173uu5CAgZ { width:5.125rem;height:0.9746125rem;top:5.125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWXh1b2RuKpNL9hDRTyUJmBmTJtQgVyd { width:17.5rem;height:3.1875rem;top:4.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhvyyq6nGWUGRFrBNPOZzn39cir3HDwe { width:17.5rem;height:3.1875rem;top:16.7685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhvLVB9sCwrucLR7AEmTasU6Qh9GsD5y { width:17.5rem;height:3.1875rem;top:29.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppuMGCCWCLRopVSqiFxcoq8auM9iJR { width:17.5rem;height:2.5rem;top:20.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvVT5qeCLTNZIEEpH33aQR2sFHbetBlv { display:block; }
 }@media only screen and (max-width: 763px) { #vxTPXX2Z1TDKHQ3Nqm3i2qtpAtMStwM4 { width:17.5rem;height:2.5rem;top:34.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkaSGqfkXuOmMGHrlt0zXsuRwxuCHIDd { display:block; }
 }@media only screen and (max-width: 763px) { #hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 { width:16.1875rem;height:0.9746125rem;top:2.8125rem;left:1.90625rem;font-size:0.75rem;display:block; }#hcN96tFsH0oTdTPvvV0rdgayApGHM2q8 li:before{  }
 }@media only screen and (max-width: 763px) { #NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG { width:16.1875rem;height:0.9746125rem;top:14.9375rem;left:1.90625rem;font-size:0.75rem;display:block; }#NxktsQmdhht8TJqqSWkuVf8RfMb4yCzG li:before{  }
 }@media only screen and (max-width: 763px) { #NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP { width:16.875rem;height:0.9746125rem;top:28.0625rem;left:1.5625rem;font-size:0.75rem;display:block; }#NNB9fa9lJC4Bec1d8ptCe7TudTvzaWXP li:before{  }
 }@media only screen and (max-width: 763px) { #OoFofpvO9qbKhgHGfB3UoRJKOrZAaOtM { width:12.5rem;height:0.9746125rem;top:6.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uioy07lxc1ObOyTZuMO6wTUViZDN8WHk { width:12.5rem;height:0.9746125rem;top:18.8046875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndELI6kh3IpzTn8QuTb0sAtvTFeSZ5xW { width:12.5rem;height:0.9746125rem;top:31.6875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCG2WT9agWWrBgrKQulA6Xi2BR4N1nAx { width:17.5rem;height:2.625rem;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVFo9nHb2Cm9wHPVo8N5IpTZ2ry1RkTi { display:block; }
 }@media only screen and (max-width: 763px) { #B1IgJoGCqSOsFamMCVyONO3xMwh9au4Z { width:19.124rem;height:5.68359375rem;top:41rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvHKUEoBygcs2Bn48FaN73tdcEViXzsJ { width:11.5625rem;height:0;top:47.93359375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQt3mIWsdfLGiegmTxCau2TSAiTtFRp { width:8.625rem;height:0;top:51.55859375rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t18IiJDFnEEwT8el0kqFU4qME2iZLBpd { display:block; }#t18IiJDFnEEwT8el0kqFU4qME2iZLBpd > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmCr7sWsRpMZMap2Hf3KexzkBJg8NeLw { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed7IHMm2fNwfZJdiOqvuIXqTw0oQrgiw { width:17.5rem;height:2.625rem;top:4.250030875206rem;left:1.2500000596046rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vBHuoOwyQxpcFb3q8zPZPureQhaCKKRd { display:block; }
 }@media only screen and (max-width: 763px) { #wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT { display:block; }#wT2LbaKWZTdSkc2V0sSMXttr2gMDleJT > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaOlCx3o4r1DNibWWhvbmGKMOB5S9yO8 { width:18.9371875rem;height:2.599825rem;top:1.6243476867676rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 { display:block; }#wa5nX2d2TGIm5cG3NXgCpgqldfnmFpS6 > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOTOOJyays2tbWF8oIGlTo6eTPHVoe9k { width:17.561875rem;height:0;top:4.8779296875rem;left:1.2182616591454rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZ59N1vLGZcJ48nRV7zy5My2lUnuOZsQ { width:17.561875rem;height:0;top:11.528320014477rem;left:1.1865233778954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O43RPyIBTVwQGXW3gGa760QP1V3AkZ0p { width:15.25rem;height:0;top:57rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXidorZeAp9NC8CZ3y6CwTxobDotAZ6v { width:15.25rem;height:0;top:57.0625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPTAkRAEKVJ7M54ESHmHo1SqiJoyIagX { width:15.25rem;height:0;top:40.4375rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c445cHoy1VNW5hVyEi7wcOh0GhLpMg2P { width:15.25rem;height:0;top:40.5rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Blt83ZQsfUd23mhmUIF6anqG5TunKCqJ { width:19.436875rem;height:0;top:27.978515625rem;left:0.56233721971512rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9UsQRh8dwAVcqZCXBbsP8reLJG6mZGk { width:15.25rem;height:0;top:61.625rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWnK48pD3GnDVLTeWOQxNaZPmLPTgn4y { width:15.25rem;height:0;top:61.6875rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fI3vbq3yNn22bCwQPQy1UNsfE1c8VwVd { width:17.5rem;height:1.2999125rem;top:4.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHozMtgFtw76qEPLAwxTkss172v2wgBw { width:20rem;height:2.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqusecJOTJ12Ec58tPCORPihNNml2R5T { width:18.6246875rem;height:0;top:8.6865215301512rem;left:0.68684893846512rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lzo1pIhbNMc41deQtNpwrwDzetEt0C0D { width:20rem;height:3.3748375rem;top:58.311357498169rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTF5gZ18aGooPNpSX6q5sSpTQbWaZ8Jy { display:block; }
 }@media only screen and (max-width: 763px) { #qWpoh9phqJfwnUaOXFaQ0Fu4GDyxBRJS { width:20rem;height:7.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn6Z9pTKZfMkCFksnGNHSbo5U9oRLWiS { width:17.8125rem;height:0;top:12.75rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWZH071eeDKUHxKhE4AR67NMXcFbwCfw { width:20rem;height:7.1875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgxg4hFfx1esc3fQ2HqQT0x1iPRUtiEL { width:17.8125rem;height:0;top:26.999510467052rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZbwdTTppbDhHdmv54VwcAgUsc33MlX6 { width:17.8125rem;height:0;top:31.207682311535rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKky4etEx3NFcclqfxCaqse5n9zJWLVt { width:20rem;height:7.1875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzXDOQM37KH9IpdKRMbi2By2LbHzCRF { width:20rem;height:7.1875rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0MuAoIhZriCdQvpPiU6Q7KByFC16a3T { width:17.8125rem;height:0;top:34.51008862257rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlmPyJuPVnq59lg5eb3dnoy4mhkLaLSz { width:17.8125rem;height:0;top:38.10383862257rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eckME4GvIbxTmPs37ORtxSzQxnszyEz0 { width:20rem;height:7.1875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR7aBUS6ex5L6v2ft0NO0WJCoW6W9cBz { width:20rem;height:7.1875rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5F41Jl8h68Ev1WncJoO0JZ31V9rU7kT { width:17.8125rem;height:0;top:60.510251998901rem;left:2.1874999403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThBnkO7SR0iPR9JlQP81RQWTantXWoCT { width:17.8125rem;height:0;top:24.937336921692rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQoGZQdDToeu51siwybLh5ziQM07fmTv { width:17.8125rem;height:0;top:30.009764373302rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTf5WKHcg7mxb2cTTUu28eEr5gOB30w3 { width:17.8125rem;height:0;top:32.40559643507rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #av8ouxXJTbVTxl9NqqBZZFgC5s6MgmxU { width:17.8125rem;height:0;top:36.905924499035rem;left:1.0937499403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eed9aCB0b4oTV4bqnRAkw2dBZOQBR7El { width:17.8125rem;height:0;top:59.312334060669rem;left:2.1874999403954rem;text-align:left;text-align-last:left;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLcFDqBHkAmWfATmuABP3SbJXGJ8J1cb { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXDRLmyKtKT99JRXwTsqPbvrpNacQ3fl { top:10rem;left:3.75rem;width:12.5rem;height:3.2487rem;z-index:15105;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WOmlgq3T0lElvmaw82ybV2B0mt0iews8 { top:18.0625rem;left:3.625rem;width:12.5rem;height:3.2487rem;z-index:15106;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NNVK41ugStldptDBb9THoz29rnKIewmm { top:26.125rem;left:3.625rem;width:12.5rem;height:3.2487rem;z-index:15107;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oJtLuVChEp8ED3F71ueXfbpXM7HSPSXn { top:34.25rem;left:3.625rem;width:12.5rem;height:3.2487rem;z-index:15108;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XzkcsR9VHCkzKoTRSibNRXDce8psNOS4 { top:42.375rem;left:3.75rem;width:12.5rem;height:3.2487rem;z-index:15109;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T0NFkm9ntWhnGHagfuWUhhBvy0VOxScg { top:51.040855407715rem;left:3.7499997019767rem;width:12.5rem;height:3.2487rem;z-index:15110;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kI2tzxibvIGOy2HzVts7GPq2AHkm75yI { top:1.5625rem;left:0.5rem;width:18.75rem;height:1.625rem;z-index:15111;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiZBd9h67mQr5ZmViSObKzDbOppme6hy { top:5.625rem;left:0rem;width:20rem;height:1.2999125rem;z-index:15112;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf { display:block; }#wmNb4oLWHuR5qgbeiFy0iJX1SXlcDDxf > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTlvievTrVT4SReBiFJVEDJDSyGn06KC { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ { display:block; }#kzVo8pBXIhf1uaTIUbVxXkpK239rBcFQ > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTTnbbZqXKSsUfIHWmVDm7xz3XWuUWJv { width:5rem;height:5rem;top:1.25rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBV8WHcRCHQvpmgaCVzy5tShrsF6fJX { width:5rem;height:5rem;top:11.5625rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsprI5g73OPq8e8Slt7oOb32KPdbt2EA { width:5rem;height:5rem;top:23.5rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9NsELoLhhcUXAoVrfZXvz89M2ypOZi1 { width:5rem;height:5rem;top:36.1875rem;left:7.5000002980231rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNMAfOyvb0GgbuI5Ih3bbcrCSfpBMkLM { width:12.5rem;height:2.4375rem;top:6.25rem;left:3.7500002980233rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4yUXuL4ongArkN4qsm5FJRmdRLPfgS6 { width:12.5rem;height:1.462675rem;top:8.6875rem;left:3.7500002980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZScE5IiIsp2LFTozeZlsdt4mqQZTATbq { width:12.5rem;height:2.4375rem;top:16.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLavTGgcqCyXavAZPmRO46WzUG7OLBD4 { width:12.5rem;height:2.92535rem;top:19rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgxULK0dlDHIiOLXDWTyG6k5hm8sgqXe { width:12.5rem;height:2.4375rem;top:28.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyyN2g2AC9iwas1Vw8fCi91B1cDG6yDB { width:12.5rem;height:2.4375rem;top:40.5rem;left:3.7500002980233rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqr5Olxp6VrdKSzZNTqLObNxhKmrM6xM { width:12.5rem;height:2.92535rem;top:30.9375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDEc99h85AgQcs5RzNSJV6oFEA8K8RlU { width:12.5rem;height:2.92535rem;top:43.625rem;left:3.7500002980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 { display:block; }#ehsk5Jo63FDITMuzt7DvQPbnkmMcu027 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JarfDKmqcwPGxhSga9Q6sXnFJq1INQNO { width:15.5rem;height:2.923175rem;top:1.8125rem;left:2.2500000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }