.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:248,222,222;--color-primary-1:232,146,146;--color-primary-2:208,37,37;--color-primary-3:104,19,19;--color-primary-4:31,6,6;--color-secondary-0:252,221,222;--color-secondary-1:244,142,144;--color-secondary-2:232,28,32;--color-secondary-3:116,14,16;--color-secondary-4:35,4,5;--color-tertiary-0:246,222,222;--color-tertiary-1:224,144,144;--color-tertiary-2:192,33,33;--color-tertiary-3:96,17,17;--color-tertiary-4:29,5,5;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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:#ffffff;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); }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RcAhlI56/pasek.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5.adaptive-delivery-prevent-bg, #wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5.lazyload, #wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5.lazyloading { background-image: none; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container { background-color: transparent; background-image: none; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container > .video-iframe-container { display: none; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row > .video-iframe-container { display: none; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .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); }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container { border-width: 0; border-radius: 0; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:7.125rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sGwVcTKRN9iHSgqQlJ8sc7TtUsx1fuxM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.875rem;top:1.53125rem;left:25.0625rem;overflow:hidden;display:block; }
#HT2OPPypdDTFQ00keuXez82H3XTSPU0A { position:absolute;display:block;z-index:15001;height:4.625rem;width:8.25rem;top:0rem;left:0rem;display:block; }
#G1BeEtshniv1ypugbK39RZhkKfwBfd2k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#G1BeEtshniv1ypugbK39RZhkKfwBfd2k > .row .container { border-width: 0; border-radius: 0; }#G1BeEtshniv1ypugbK39RZhkKfwBfd2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1BeEtshniv1ypugbK39RZhkKfwBfd2k > .row .container { font-size:0.875rem;font-family:"open sans";height:48.4375rem;width:60rem;position:relative;display:none; }#BEdErxJpLzF7sWts9iExlHFJDJHwu0uX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#mgu1W2ZH6Z66BAXulM6sTvsBT7wk8F04 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZbwDwcPs0NBmoIz86OZirFCSGRDtbH9X { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IDgywmMqsk9ddVlyLcmTllBwOnpWFiQ0 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.9375rem;left:22.0625rem;display:block; }
#gdLKlQqmF0qHZiCnUinTEtPgHuwapdrp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvmFBkFuuRn01bmzXBCvcM5AyJTTpN7g { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:36.125rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vv9Ki2baibTNGANDaOGNRloDOgMBcff1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#wTVw6Tmx67lxTVkRR3uyeWyRp4QWlzEk { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#rxkOlDN9McHxh9t3gg501L6u1CqPdXTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y46GMssdEbJIOTmEDzv8IVTZv4X06vxf { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e82Sd4vaBIhOhdQTwmktJhOf1qI32S7m { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:37.0625rem;left:42.3125rem;overflow:hidden;display:block; }
#NHBc2vofACeCrdQUCTT6XrTViorLWuT9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#KGoXXc1ixbLMVkQIRQdcFwJa8MThJ0OK { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#vwyAKGcLVgitMomGgkz7Z0CqReyqf53f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XilQsQC8ac86UQtoSL7Cnp0Pz0k6XvkS { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qeElJyQZoQb9knDepvxpy98PK57UNtiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#qeElJyQZoQb9knDepvxpy98PK57UNtiJ > .row .container { border-width: 0; border-radius: 0; }#qeElJyQZoQb9knDepvxpy98PK57UNtiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeElJyQZoQb9knDepvxpy98PK57UNtiJ > .row .container { font-size:0.875rem;font-family:"open sans";height:74.9375rem;width:60rem;position:relative;display:none; }#WrHmPLmLhCqCNJDgeVzkwVnxC674AThk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#eMDaf0uKPQJObPdXTZBFLQSokK7UxNpc { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bGPWq9tKiqVLQmxrMLXXRUsfo5g2fb5O { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kexL4Xh0hgHD9mF6vbc2Dsd6kfirzRnw { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.0625rem;left:22.0625rem;display:block; }
#SoJvQwElh915mefnZ9vhbQUnuvF1s39c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuE6J5AWglT1OcmiO4L8AmrOAX0kKEfg { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:60.25rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kcfk7fQLcedMFkIUfzX98r5A20vzfwfo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#dXpL5W6TsbIV2rZAPAM2EqxgTDXpJfCF { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#dO2XpHLXfQCaztXmmBdaDPTal7q1xuqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbEtrNvccOXfZTx6gWRBnmCmwhVJgzRv { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LqU8ug3GdaDkcFzwUpN749FyHhBNyCAs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.1875rem;left:42.3125rem;overflow:hidden;display:block; }
#kEPkh0reXGA3GE0oHTpc1ru11N5g2nzZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#X6CQX3RTiPTtW9nQKT1a1xEszTZsxEPD { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#TTyHkRfOfM0t3BFg8oxptfkNzn2nXRJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cKomOH1zaOzVVVJhkyyiO59ETH45Hvmk { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y9zlcKzuukFUy73E0PNzEebfIDx57BTC { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#EppV2DZ3Sl6lsswHWnWeT7MQiUuh170Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7IdKF2uG1eRCiJHx3ygUviRJuGnM69d { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#l72CfdMpuJ2AvLyiQnq5mdwaTHLCOzWJ { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TE8hvLIGFRS0EdA8qZwRNiSXz66xIZvJ { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.625rem;left:22.3125rem;display:block; }
#lPgVkalOQMUU6bh05MfKKh9eRAKXFP9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOJFVrGANRcSQdnwDcCUtCbcyGMAve1P { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.3125rem;left:42.375rem;overflow:hidden;display:block; }
#ipI61GghE2xDBVSRDdc7upTMz6TxOMnW { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.5625rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS > .row .container { border-width: 0; border-radius: 0; }#MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS > .row .container { font-size:0.875rem;font-family:"open sans";height:75.8125rem;width:60rem;position:relative;display:none; }#gapcIKqCCR7LzD3gtmW3khNJ52nxQAa3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#azIPxb44k03icTaPyW3NlTLZhfDGph1O { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kIBQoixyvbu68unNIbZLSu44BIe59Tab { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QyFIUL2bacNXfNETdyiuxHsTFXLrHCbh { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:64.0625rem;left:22.0625rem;display:block; }
#HV1PdsoRhAzxixMrS3RRCMwRuqcyzfaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LpEXLfVNbUne7yee7v1zsBARLwRUSId1 { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:60.25rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NhigeOlQ9dXHfcbhMebSKTUsovqzm9tB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#U0rRdLDOTN2E0F9Dr2zgRTVRsLoCKO9C { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#C7sD1C5EPBZUXgCTn79DHqu1xxtvxGXD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LeXuFUlimhF2xKFWVfJQCe1S5zvBN0mI { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#plb2KsBuSOXCXv2tUvyWze2CUaHIe1pH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.1875rem;left:42.3125rem;overflow:hidden;display:block; }
#RM2szISTrnyi7iXXwx3B5N4UQTu3cgaT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#EJwsUKoeJzax9nvEKomw5C2pp8vSID9P { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#apZS1ifqDpScgeKOHhClBZzeo1h1etms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGFEOADVeMPscndI7fV24FnEQtrVWerd { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wrbSvv6TqTKEaNid5ck6ySrSs54ludn2 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#yD4rA2Q1u8A6a4oBNbTx4Xq4DQgiBNur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xNTB76M5iNCfsSIJuZNkq0hxExsyq93n { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#dOTAcekaqLpEEm8fpetrzCwyvQO4LEh7 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ugKuKfPEfO8CMwpyJO8Cz1Rx1aM61RLE { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.625rem;left:22.3125rem;display:block; }
#bszrNw5QxBTRI4Qpg7c51TtDoTMTfPvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpnmQJvTR3dNMd6vRIDriHkmPXgTCD1r { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.3125rem;left:42.375rem;overflow:hidden;display:block; }
#FVXJKzPJ5JlNCmCen5U7xEeugZu7Rx1G { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.5625rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV > .row .container { border-width: 0; border-radius: 0; }#rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV > .row .container { font-size:0.875rem;font-family:"open sans";height:88.3125rem;width:60rem;position:relative;display:none; }#DfdvFqDTnOV41M7Oqaz0lhHIaf1PkTpJ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#LrRTMa7AdWJSmD8zA4vxbUbKHfr9e47e { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kv49IG78TcW1VuTVuUP6vA79utLA5how { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OhzBsVPJo9VsPHEwgFABCr5yo5kR1wEf { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:77.625rem;left:22.0625rem;display:block; }
#sShOR5TRs8g4r1cHdruMaqwiqFH6dlmI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUbsmWIoLHlAxmhV8qOMiOzL3IPJInMn { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:73.8125rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fgqPPOVVHCIA3WQf6TMhanM3zgQLWUB4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#BFp8utlVAZp3MQvld7TdtTVTckOqA64t { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#pGTrcpeh1Mrnd3zR5qHv04Xm4IxeXuEo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8gzrGgpR8eyauMvs6FZqFs6GDf0pbHe { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#khXsakLr69hptQx8I6Ma1fxhzZ3u2S8K { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.75rem;left:42.3125rem;overflow:hidden;display:block; }
#boWApqkaxOCXSV8uTNBidC9md2ydhZko { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#wQZcgvbGT8UBGDpkbGpZKpm1MJcq8i2U { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#RXswIlaJp139uT2nnf55oqvAuZDichLe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2yRJxyDTk8imO7wLc6hFaFfnlL1tInn { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iZ5PL34NO6MTMoDFMVyZmxsBOwQSXHKd { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#sHibSo927ckBt9t4EHFmXqxguZe9RI12 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AeXTtsrw8ms7eozJhbAO1G6tR6NmOrrK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#zNmFtLU0Ce47L2Lo3g5UfssPCr7xsuT3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mzmQVTdEVX2R2XUWZTrQnC7KVKHDPviC { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.625rem;left:22.3125rem;display:block; }
#P2LU6nTaiyVQ7zDTy8GOHvMI0mAJ28Ad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOHrUIl4fwpvd2FzoDfSngO7MshGyVNa { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.3125rem;left:42.375rem;overflow:hidden;display:block; }
#uGaybGa5n0kuX2ObWuzt4J8H5EqTLzS0 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.5625rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sAL1nL89QvgtNXI38ABpszGRFIECMCum { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:65.6875rem;left:22.3125rem;display:block; }
#RCJ16h6ekVIUIsHv7vDxrWWFliDmKH6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRfVD5CcBxXmp5k1Z1JI88AAvgExOGMb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:60.375rem;left:42.375rem;overflow:hidden;display:block; }
#IHO0sd75yeDzuQvS93Quame2ZFfys67U { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:60.625rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG > .row .container { border-width: 0; border-radius: 0; }#zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG > .row .container { font-size:0.875rem;font-family:"open sans";height:133.0625rem;width:60rem;position:relative;display:none; }#e0P3uvrGt8Wl79nxx8PyHV9D07WqTP1T { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#ayOfraxcxW8U3x1D3WgLdBe579tOTSbI { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kQQkkQRt9ZxCDv7XibUhJTklz1L0k3or { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UcI1pN0JK7cI1Ee47fr7DC8Iiv6KkoxA { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:119.4375rem;left:23.9375rem;display:block; }
#X4Ib1LZAsx1ySThfhsPx09Up5m1g3DLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2EgL4tAovx8laId00r1W6k9iTANJNcv { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:115.625rem;left:17.8125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vXgDmWQ0kkAHdp8GTotBTXLIKiyE5SHL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#CGbuJHPxPF4TKBfze3VFyp9OTJxoZb2G { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#DCT0mx3WA7tuaO5iUzbs6uh98NfdTtyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIG2hLpuDQD6mBAJ2KiRXW3hrzIQKHnA { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ttGAPd5o0yiv1F80suivuOimAPktleHr { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:116.5625rem;left:44.1875rem;overflow:hidden;display:block; }
#CxTO9LWXdcLxbttLIPVquTLhBW4CGQ6x { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#OuLe7zLQmXJhkDClEe9CDy2wPw6gCCtg { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#ol6mbd1rtUfhiLvya9dkLDfnC1NV0iza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zD3JXLnervMMKxcrdV5OpU065sT34kmc { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ctrTbiTnxSviQledasslaazTyDBJsoVg { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#x89u0cFiCGh6VTc9yFviUy520zed4MVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ia1AEDT83RBzOINV6gTH1eD8FKEBc4Ha { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#PZsbWw5QTkt2FrF5y9LH47NJPiCR2tpS { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bid0hOnKBHKmteded0xTrDS5TO4VPvm4 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#TywDRlwRgzEhRM71HTZeKQ06oovXhSs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v75ycTB05T0smd5TZfnI5DKDhE8b4ptx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#JqRkgR2K8xnmFsA2PoUldv8wvokpB16u { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nJDRTvHTzl582DJVbiimK9eOrwA4Gy1k { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#KaKNUplVArycf3gZK5v0xOMlCXsDVcRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJtXQVUR7p9d8RPUKDKl07GXkxvHND0R { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#VBG2zf6TGoNVicZK46UcUwRvHJ3OOCV8 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JE17Dw1sT5BQyGbnfDvBqUPsHFEN1Ped { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#cWRiO7MTy2MoTVZOUOnn9hdtLNhTLJTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FcKl8xOaIcT7D5JnSS0zXLdTaH6Gg81X { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#J7g1eu8nXtLyhMFgcqNP98Eb0ETHOcnC { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b52BvUlnEETSDi0Qea9cB5p66LBX4Kzw { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:92.9375rem;left:22.3125rem;display:block; }
#XzyLFxqEJ1vffE8fqh0At6tHO4hOeIdz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIKgKHahGOMBWk9fHArz7sMM4ToKL0UZ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:87.625rem;left:42.375rem;overflow:hidden;display:block; }
#el8KHUqbOp7urqa4XMRrhSorhK1HA3hE { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:87.875rem;left:17.625rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yBtltX502GVCOaqmCTxIBnloO0UUcq8L { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:107.3125rem;left:23.4375rem;display:block; }
#vwSpRKWt1RD7xWrE520dQTPKdoaa8DB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOQ7eOdwwJuLFciXmL6TME9SHZKBnK57 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:102rem;left:43.5rem;overflow:hidden;display:block; }
#iG5vHezWQE4BiUDDWoyKydTSkEyEtGE1 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:102.25rem;left:18.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa > .row .container { border-width: 0; border-radius: 0; }#tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa > .row .container { font-size:0.875rem;font-family:"open sans";height:116.75rem;width:60rem;position:relative;display:none; }#W4yvqWrpvz4FszEu7yIg5Kif37KxSpDa { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#eI4WRiiaFnEeFkB8ieWSdZP4RdG61NsH { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MIv1f935cgioXu1CSQTSFkMka5Raepwi { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fWuUsvoC55BqiSUPImNbBX5LnRPmq4T6 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:106.125rem;left:22.0625rem;display:block; }
#CxBM7gHHTXFq0sIR94PXBzBbPV9SLBF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLB7qEZ36dV7g5QlLlXJWW1IR1F5nHTs { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:102.3125rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T1SZTrSnOwIqpPIvp8uavhtD5txogXVo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#TledQARwv60b6CNrcHvEsQOd1NiWUUXa { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#yuATiTp6pIv4pnUT1mWrkqedTfokKJk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rlQA3yMUc9u4R9DReuqimbgNluQwRGeR { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nS0UlfhsyxZAgQTxCenOZtSTvTmZV2nw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:103.25rem;left:42.3125rem;overflow:hidden;display:block; }
#sLt59045Nbnf8hlq0FXQztDqyEQ8te0o { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#BAz4y7e4AGhJh5VxRy8nd0vFz803mELu { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#lazElcMVixzoAgXQVHRTwOSWmlcOFM4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LoluUiKymTr3gVkK3bS3wgILCGccOD3C { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RKCft0KOfvbzWsUc7KezNfdhI9EvKFC8 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#fD6As5EmJopMHfNsZl2pRBPMoRHoKmAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnpocX286kshL4Ukagbe4nOIwD67xQfC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#UEMTvCCqQ8e6MzcdfIFTdGLaDT5q3U7B { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yF1FK6oLL4T74t3KBThJyNnRD5JlMD5U { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#pR3B78FRv6CZOdhvTotT6JKSnGhQLUed { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHgu3WLJu65F3yzGFpE7CK7HPkrfM4gJ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#xKF1UfEtXIv9GsV58u2ZswgIbBOObpdH { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SL9ZyXdUcbkMoCcOwevds9Gx3yZKUnDA { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#URlTF110JSnTTZZ0yTIiCvpSVAAToL86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DagqPTsWcch0JgIbz6tegodhQMVTAU4a { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#JrIAZ4NnQR4xGA8DJmrezO34uFAC3Tq8 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dnl2BxoPmk77bLomcX7fAqwgDxOIodph { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#CRTyybsnSAylo4I8mUud3h7iZ30gfP0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rB8oEgBnoLTlfpOOklwczp8AwPT3Kubl { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#AqUFK4DlekASM71l20bVu67tqw2g62Cc { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G507J3e19TpPks5Nedhzv8FOqoLlKdbr { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:92.9375rem;left:22.3125rem;display:block; }
#Lv63ZTfkP2zhhUik212UWr8Adq272Gzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyZthHRttFdqRE3PIW9dAFT4ooEOUMi8 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:87.625rem;left:42.375rem;overflow:hidden;display:block; }
#Gv8BnCNZk0HlTM1iKvqdJnTagU4rJyV3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:87.875rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL > .row .container { border-width: 0; border-radius: 0; }#UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL > .row .container { font-size:0.875rem;font-family:"open sans";height:140.875rem;width:60rem;position:relative;display:none; }#yd4irZaeQDcM6DiuH7bgN8q72F09w9QV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#HkZFuHeHNurbCowh7zhh0ERH57dVUhSN { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WSb3is5GO7VA8SkiT3tdfKvo7KU431tJ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R60XtWht4nwZaBvgTqP4hUeJJFrTV1vV { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:129.8125rem;left:22.0625rem;display:block; }
#OUl1IMDZng24oysyRAu2CmEOlI1NZwRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIqbIM3TnuKZrlXLvvxTy5OvS70tckzN { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:126rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J4LuRn1AJAP9Kftdk38R98DtFlqh7RMe { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#cd0yscfTZUTynADGaXfXMJugXLM5N3PU { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#U4bSUAlgAzwp3J8h0iUZ1ECI1IgxyVCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpugr09cFQQ0GWi7bGQesQeMCV2bSsDX { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PSrukaPPf7J1zO03aPZOha8LqGQHUpvq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:126.9375rem;left:42.3125rem;overflow:hidden;display:block; }
#TEmAClAfcumKMaebTEQbGsuxAp1FvgJo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#We76fnwLzv0eqUQGMZKTv1fvbeUiFASb { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#xhJNohauE6bz2Td8vrla10Twz4yWa4ay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2zpvolNZeOIJi1IotUDKIdh0TSPneXi { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sXaz7aVcdpocZuFaiPPNu5VbEm9Xfn3l { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#T1I9OiWFlL4Eo2iqsDpf6sTNM1TCTH8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUGFLp5x3NmM4rbEJeeXsd1arynpH9kH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#KTP3A23FJ3ff5fb7GiQb176A2BLfMxgp { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iFC0gM2wy3T9HSPeNTvVRmQkrC5DzZyF { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#WabrzzA6LEK4Q6NabiiTGtwUNdEENbIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzyKecAR7nxSoZTIAC0N7ENAFzBlz2Mb { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#FJp1cVAuTabzWfNOmT694rychF0H5Fe0 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i3TVyEP1TPsupOZKpGQHQbtzHEBfN5Dy { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#EApKWTU9AuLaCrvbUAl5l2RaQP1tFkNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lz0cVJRk9FtauuBDC8ikiTbCn0uS7OI8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#V72JAXgw52SxPbfEBnf03H6duP7gPpif { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F6Nq8W7zauf9KFL0cxybAAsWTwx41Sn1 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#QQHDxAV1aJEMW8J9px44Qzc6Jw4T3MHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t2ESBduCfAOD0P4TB4Hq2518N9nFSFcg { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#CiSVZf1Q6nhHuvlnhypXDsUTnCMasNe8 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gPZmHXZS3SuoSlCcdDiJF0vzsW3AQfEA { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:92.6875rem;left:22rem;display:block; }
#VnK3guyM3BSAZpIGEp1pTCahWXHH81Cw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lx8ZX782pn2TPQTL9DWnDAA11MIk3WoS { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:87.375rem;left:42.0625rem;overflow:hidden;display:block; }
#Q7wM2nSwKW9mTW6RzSHLhTngm8aSkmkn { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:87.625rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nRLJayaIvgS4FGq2sLw6GQcCwb0y8UFT { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:105.5rem;left:22rem;display:block; }
#SJc4z4TOpUU2NWTCTPwSW4IcNLSoihfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cCHRNZixA3trHFnwqTieEsLA1IvdsUUg { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:100.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#IlVAVPMxLPb3RdF5fdSfAEsumTkTQiTv { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:100.4375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MDISihh06hDIkmgNK2iKHM3IWbacmdTA { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:117.75rem;left:22rem;display:block; }
#hblo5ITQO2IIvfbTVRvkBloFqIaaCqUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3pPkFh2JEV6TowBPLTxptuzaBg9nE2R { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:112.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#xoCfHdFTC2owfVV1AFLTcpIda567VyUx { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:112.6875rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu > .row .container { border-width: 0; border-radius: 0; }#q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu > .row .container { font-size:0.875rem;font-family:"open sans";height:162.375rem;width:60rem;position:relative;display:none; }#Ccd02ItQPvy3yNBeuTEmhL9zQxSq7Gde { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#QZOGkICPJ3QVWXL3ZM1mp5fdf3gC1OZe { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p4z5b6qiaypDOtRZHdd5ztluODrzhOLp { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nZr5u0vuLPoWpiTtwKDw6Z3LGK9IVMf5 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:153rem;left:22.0625rem;display:block; }
#O679ku36UCzA23cuQXmbB7BhCCqSAd32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I5MrvK3C0oTPl9ipLKkPOSFldarSzWMP { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:149.1875rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DvrCchtg6ySFDCfIZaKd8JBXSUyVJSxx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#NSDUQF1MeyTo25g69wS6GznMEyvh4siV { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#fmThuaaIMASxfBkEPGnaH1eqGImyQJWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTQN8XCtadXBTUFzCuPpFUSfrUbCCSS8 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BziJd3rlkMVLcfkgGtThHqnwmWmZxbrQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:150.125rem;left:42.3125rem;overflow:hidden;display:block; }
#MPrzMsb4eIsdhoViAfFKWTuvsw0IpJcT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#ykLTTzR96qxHKobr8zvSQq3d97oRbgiU { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#GgFx5hhu4iTh7xNJ1PS9NudlPuN8BMae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRFCAZJ7IeGpNsXh3EuxVuDReGv56hp4 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tnSTxx5bsNPsavRp1ncw8TqZ3Sg98vGn { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#U5U39eGLKEywUG26MRm4CuvR9VrcCwZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xe2uVVoKhyqAeOIk47Q8kgXg5CJNlskf { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#XXd8QkTKT8G6s1vWyLlRfRq9Iuwgothr { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o8FT6tmRtUSxr563MMqqWHftwMN9SJck { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#DMTWPJeoa2uOpUikFT7Cq6ImKKEThQbT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EwtRPDcZvUXNP7Nsy4nzRwNdmIuppAQc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#o4UG8g3F2X9LAGfax1aQTKCHW1P9m6cl { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EqdhHyg6TJLx3cZV9oJTTa5WQnQWFuOr { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#UutD5Ru98Zo9lI6X8tlNaF2dTvdz2lMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiomobJ3AGZpwSIrxl4VsQWhqHdN4UhR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#LAh6JksZpa8JToTqeOxUpwCHg1qN8Xi3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fxPRC1TAID6t1deMNdMaAUUbkuyA6x0K { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#bBSeMK6rIfyrdZ0H0s28urWR4KEgUh4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlmtipTyyZQhxWIUD6G7nkbxaKkQkzKS { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#UkXt3LtugP4kiJNvFVUpPBTfTbANN7KV { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rFqh28u7FF1QZJJNAlnEq5biC8wT80N4 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:92.6875rem;left:22rem;display:block; }
#amsTCdpoTpxAJBeSd8gmFFZLybhc1crl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtyTOznpsikT7muZleiKfNMHMHarVll3 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:87.375rem;left:42.0625rem;overflow:hidden;display:block; }
#mFLJJiC0CAM5M0tFzTl4SBtsbXVyL9RH { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:87.625rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Za2XizTIuXcSFs13QWqf8BWFvqONv7uA { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:105.5rem;left:22rem;display:block; }
#yo5wM9Wuwnah6mAwXnKzBoQPc3lxu0nF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkuXRwHSgKn3QHUSqRdr7zmTDNIxSECH { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:100.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#kw37oHiNZTHSSJPaShOEgyn5r57eoxuV { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:100.4375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MQ0o7ME1b3KTkUUqpsTABMEPsrR6KL5C { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:117.75rem;left:22rem;display:block; }
#cKRJDXW9IA2iphT2FA49pGRXfSUdBvhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeKv6daRD1EmKLEnEe8Q6r5TIsh9DyUG { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:112.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#bFvwHE0pty0pUhSp4KTlppckmWE00B61 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:112.6875rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fgyk5rmiW2om3fqUyoUqLdw0NgGm64id { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:130.5rem;left:22rem;display:block; }
#ge0vOAWigqLzO4BEHuMWXBXuTI9qNgHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OLDJR6e037PALQXa3PkAAhKRMHkrhKHy { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:142.75rem;left:22rem;display:block; }
#wLOrg6EtufEiOJsDJCVuNyoSXCASJiBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rimfJXqIT9pivh51LRp5dROkTqyrEpbT { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:137.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#Bz3O1rCsQLgVBoTDopFOUUOD7gbJxLNn { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:137.6875rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XedmElRJ09UTXTkccRSDpamC3gALT4L3 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:125.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#pbcwDbH9dqSQnrdOBORdWUfGvf8Sdhb0 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:125.4375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container { background-color: transparent; background-image: none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container > .video-iframe-container { display: none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row > .video-iframe-container { display: none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .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); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container { border-width: 0; border-radius: 0; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container { font-size:0.875rem;font-family:"open sans";height:131.25rem;width:60rem;position:relative;display:block; }#IfasxyWLi3oS09M5Jxslz4MXTQGbAJfS { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#QMIa7ln7b9cPMDMuFF9GJW6o9StvGRx6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KN43vXDFR1H1nB50KiTwZzBAiJwpcyeV { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pLbnRfTiOi72mS8TClnLkHTLaTvLS0cw { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:117.3125rem;left:22.0625rem;display:block; }
#WJDDeSxroBkr2Qtz1JykVTQyTnKewQUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqZK2xCqMeWNCWXf6I0423uFFOKENsXE { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:113.5rem;left:15.9375rem;height:2.23730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sIZfi3irT12KLK4DzdhZQtHVagGgmTwZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#WalFd7Dz35fU99Xu0rM9FTI9stX3dTwW { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#ftlbBIPplOd3HNvATH80XaAVQ25FV1oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaEex7VL18MTfU6TNZtzkJb4THQmeZaO { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lOT9TUOiITfTEutdhXQlxT3sitoZHybS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:114.4375rem;left:42.3125rem;overflow:hidden;display:block; }
#fr1Q5pMHaPnKhxh4d6BTsyi9rl62DHpa { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#gZv1tpGfETx1k2peaIMoXJDeJbN18ELh { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#BnLmyEyvL9gUyPmGKhuOdAIQh6dhSCGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZ6cT32dAcreozCVf2GCFDWC8CwFHkBq { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DpFrVCCE1Gcd9Xh679Jg3dAOaDMh6mse { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#bK6rnp7q2Z011wDpVyRxEDiWclT728TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXgVgfD5QCGsKzDOTGCX3tVey5ovurBX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#fvi24w3aKhV8cSSBA2CbFMNCt32wz6AF { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nQhawbK89bQlFxcf4QTb6dheNhnNTBLp { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#KxC0aoNw3L8e0k2WuLey5tuMNVd4O50F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCd9up27IJOyEKdIwoh7IywbawrQha8y { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#pREUZfEcw5dbPIX953kNyLultPKpPF6w { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n8FOnlgy91v8ZdmNbBwsSZt2e1MxGmPX { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#dEWJTyin8heTekxV3vqQXZF8ubfrJ3Rz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygwyEqdcRQc5VdOkyOZGCRz2fVgpT3XK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#BeIL9MJZnLEMihfSsnPpoZcMTUDRknm5 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#in8KnaJafSVqQtguTK7somU3d8wJ1INu { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#GK2gIlkmzBrp9vBJPSw6Rvc7nFQPeFvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6MGbHbwsdOxLytJwoXWTSkAgyPzHq2B { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#Eato3fPThcnlp031QG6kiheNV7h50Kzr { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XA1i2PSMnUxfz6LTPfBCw2h3EA9O9Fhq { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:92.6875rem;left:22rem;display:block; }
#N27hWmI2AsHkFg5VQLqPA6VyCZ95tEzA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ky0TUQ6t6I36q7qJ5wWhJrkJzR93oxUD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:87.375rem;left:42.0625rem;overflow:hidden;display:block; }
#Vsg4uCrkDUevq0mlCPdfyz2wG8Mloq6z { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:87.625rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VW5SIx2UUTUhmE8PqXJpaouo3WqyruXs { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:105.5rem;left:22rem;display:block; }
#NGXUSToutISBSg5GNMr3wLSZaCCh4M7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGVaBWBgMQTlTETxH7oufh7MsK9BpIJL { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:100.1875rem;left:42.0625rem;overflow:hidden;display:block; }
#xharAupkN0mtR9QpEZrnUUbHiK02oWQo { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:100.4375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob > .row .container { border-width: 0; border-radius: 0; }#w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob > .row .container { font-size:0.875rem;font-family:"open sans";height:102.25rem;width:60rem;position:relative;display:none; }#l2SwgyqgnNXAaMqquOmFFJ1TK9FyGk17 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#g0HlnUmJcpRPUcMd3XNR2C0PD47Ftr0b { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tRqDXwoH8HZDuVgHyB4d0q0Tkre1L1QJ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OWgQeRNHclFk0TZiSm1mOgHFxwbfMV9C { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:91.75rem;left:22.0625rem;display:block; }
#euezDVxz0wAA1pgFnbDHODNoWC187e2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJvJAhKOkFFBIrLvyUtCWpdaaUdT28pi { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:87.9375rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yNXEvZ52VcDg3CzIXP3dOtoToyvx11iV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#L6Z0hmp2EfWA8DBsEhsTGeqLWug7FWSv { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#vfUdUvVRvHWHXAgPTaRgdJvMc4KJcHPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPK8hZqXsuuh2BVeKwrrB84bTo2JhJrp { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MM64PdCGxlBCpfXLDiSfJ2b3fQn0pM1T { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:88.875rem;left:42.3125rem;overflow:hidden;display:block; }
#p3n1XganL1CvzcuXNUvRSxGkRhQNJvwI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#UrBsyTVua21TAiZb3HN8TDsw0TcT7R7v { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#WbViQO5NGCzlmO0DN7gogUfX5HIwhUmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmlaTv6yR8okoVQTAdK4WwLGcLw4haOv { color:rgba(var(--color-tertiary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.375rem;left:18.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W238mB51CgqkFPqO6T7haMbyHTZRpywu { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#hpV1TWNCPQAONfGkQipqImfozApTCIvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCggq8ZfTP37vDFZLKpKo4k8TgUfZElN { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:37.0625rem;left:43.5rem;overflow:hidden;display:block; }
#nobMUe86cqAXlXTPaaBKIBU9ckPDG9uQ { color:rgba(var(--color-tertiary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.625rem;left:15.28125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rOGQfmKD6TZQzocKdw8tkD8VKbXV5daN { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#rrBPiS6sd2d4KhBlL7GRb0R2iXfTFBMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3EI7r9JwDSAWqGCiwWwPTp18ub6sMn2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#ZqnD8BFmx6rlhM00qMxc95M5iLrcPsQz { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MZOLIaW8FeHVRqPTp3iHDWwcW2iCgdRf { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#hsTAxFSKI5EIJVxfxqwXrzum0WfhQSse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E49NsnQagck7fXxOkrTfOazohOh2hOT6 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#UI2KTqfQiDwQpQWiwmV2c76Qat1HJuNK { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LIT8iy7FRTwU9Et4of0oreZBBSTyergx { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#uzD2VTpwtMObNATARt7fAAmdVSsp8IpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rt10aHR1WhZT8BbVgcZBmlgizogITVTV { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#Ild9bTwygK3hnOpeTe3hOobGd6UmXQ1Q { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb { position:relative;display:none; }#QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb { border-width: 0; border-radius: 0; }#QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y8kkL0rW1MQ9g1zIoc0LQePw9sibwsJg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:6.25rem;left:10rem;display:block; }
#innlB7gsMurLwJuN2C4lkboBT1a5H91p { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.75rem;left:14.5rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX > .row .container { border-width: 0; border-radius: 0; }#kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX > .row .container { font-size:0.875rem;font-family:"open sans";height:104.375rem;width:60rem;position:relative;display:none; }#fAWWKTUJZuapQWvV4gKdB5Hu7sC0UBdD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#pIp7IFn6JlTu0Pi8kuQZpXFgaDXm4WBi { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wlpXzT6G7GDHJzvIM7rNHpzpK9dqqFFU { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.34375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FDS8UzTUr5qkLc0wbrbtyRSgNAKcHy7w { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:93.375rem;left:22.0625rem;display:block; }
#aemuHt0OWMKvx8qTWTeTUNi5DfHEM7pN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLkBx8sGz9GbL2TdURTPSNuL93xC5a4S { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:89.5625rem;left:15.9375rem;height:2.23730625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TqyoPhKZIqn66HprHeLuCbAKCOfbMOUu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#R5tRB6xapHyd1EXg37F5I6TalaAAeHSE { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#Ma0IpAFoOeq3F1bHL7QPLispikyl6tTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifQHEmT9DOpohT1xvfhnPy7KdHRRTQXL { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MDkeRurx6zdCWCTS338RwGWForH9qDmz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:90.5rem;left:42.3125rem;overflow:hidden;display:block; }
#HkA92bMxVJggLT76eZ6ep9cAZHy7LPK8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#gLwLqu3PnyuAQHvhwpTggQB4GgGeirP6 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#ZHv8unqOU5AsQ5zq2Xd9FQpsKc4GKw6Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QV3aLXGOtbJT9Ff9D8pbNxp9A5CT7at4 { color:rgba(var(--color-tertiary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.375rem;left:18.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hE5TZMqE5Q95zrAd4tKDNQJ9wIhAHPgd { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#gesushkikT2sif7103NoM6LVgzTcmnsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tV9POnUVlsdBRl9GB9QKZhIJl51btCVu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:37.0625rem;left:43.5rem;overflow:hidden;display:block; }
#ds6vhcqnZAovIcMT0pZI8De3GKpE91Ba { color:rgba(var(--color-tertiary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.625rem;left:15.28125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SqWFOkg0AvBxbCyOPUpxBrmzDdrq5Kv2 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#oTxnD2dGxfRtmRPNDsf3pGGpf0GcSkUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1PwLKWfgpby5PfNh7XTevcHZ8VKp96o { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#T2pvu5LMk9u69kxM5t2ulW4dwal38UUK { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bxaTEXTcpRw9HlnODMGNd5dcnHmu12Qz { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:66.375rem;left:22.3125rem;display:block; }
#zi229lIPlyeKHtE0Hk2G8bd7X3DVxI66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DG4wb3O7ZE95ezKAgJ52GZwsh2noVtZK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.0625rem;left:42.375rem;overflow:hidden;display:block; }
#P1T4hoBPcbtL0Vz2LRUaueZnJ7L0pqny { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:61.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DJl4cx6zRw8SlkKgKCReKtfJggyxmKp3 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:79.375rem;left:22.3125rem;display:block; }
#LIEQgLXPdsxpOnrZwGtK3DWNXgnT1Kkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CN3mHqKvqOzGOVydUI7kV6XXAuzFB7dn { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:74.0625rem;left:42.375rem;overflow:hidden;display:block; }
#A1qNCMbxdKwtdBzykA4WEBf03vwHwIFt { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:74.3125rem;left:17.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP > .row .container { border-width: 0; border-radius: 0; }#VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP > .row .container { font-size:0.875rem;font-family:"open sans";height:59.8125rem;width:60rem;position:relative;display:none; }#nuNERrxmJAU713RdskSQL7RyNMMHhE8I { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#eNOb1eZ5TK8fcfsF5IrkuvgFC8KRQ2pV { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yo8dyMKDQJblUSeB8SwcBC4A8lEARC4Z { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TLNUIPr3XuqHThOlaGB5EWS3HxorTn35 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.875rem;left:22.0625rem;display:block; }
#W2ptkHcE2tpJ6uwCe7bfNETDP6Z2Df5c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkAStHUEiBHCdlEnuVvgqs82P4ILeETm { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:48.0625rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SKzTohSWXXxXFdrZvrDH9NNZUdeSeBGd { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#TVD1T4mNxMW9fqtLQN9vb1O4ArBrzvwm { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#ub38ynIdsJWT72turD4reqWq1WoL1XQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5iNHuEmUGed7NKExULfAsMTPyZSrDEy { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SLk3ZOxiqVRx34FqzHXONgxReqPTFqhT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:49rem;left:42.3125rem;overflow:hidden;display:block; }
#lbiMFyTIs8sd07z90rBQI6peyeSThMSc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#lg9HRevlKpitdd4HiyX5Fxbp2RCRoFiW { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#APoLZ9JnGViNC02JTRvfW15Z5HCopEHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMzbMdFJl0GrmB5aT1tFcAcaOTzeTWDC { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#envrx3FGg5r6hguzURNK3L5KEO0Q9qWC { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#zkepdWvTTbeKTWZCgzlcCyNZMiemQ4sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDL52h8WkTplnxTwNQhlPmUNO2TICQxt { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#yi5yJCO2SO9PBG2T1FkXcxUEkF4Cg5hA { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Fi5tRqfOshIxiuxXBgESypAugAb47QgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#Fi5tRqfOshIxiuxXBgESypAugAb47QgQ > .row .container { border-width: 0; border-radius: 0; }#Fi5tRqfOshIxiuxXBgESypAugAb47QgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fi5tRqfOshIxiuxXBgESypAugAb47QgQ > .row .container { font-size:0.875rem;font-family:"open sans";height:78.1875rem;width:60rem;position:relative;display:none; }#tdHxPzcb0Nns625KVXoKmvTLTsGHasT0 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#hNrmQ0u5Zwyf8nifeZNUDv1RV6dyflEQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nJhVZ0hdUVbMvnBDvfxZOwuubtQsM0qk { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E7SZJ1H1Zm06PJQLsVLIOG3kdpNMupaZ { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:65.75rem;left:22.0625rem;display:block; }
#kNG4FGDQr5Ru1taIsU4ScAiMpaz6tv4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xrN9qVpUPTmlAczb2hCrg7S96phvpOco { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:61.9375rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d46O9BOC2len84tEWZPKR4e6iyypCfQW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#e2IJTmlvASgHukXvHLaUdfoabKxk7hNs { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#KNHUwq0QtixysgWab4EfhHPx2XzELBov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5wgaNW1qimKdLyTbyFqMHDHI73qrLcd { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#M7TOzygMmHadF7k9GIW39kJBWJ7KFVzT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:62.875rem;left:42.3125rem;overflow:hidden;display:block; }
#Qyt8cRDAFEB4EADWIscTTlgx8TsqGyho { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#PeiNSu4FGoqLFyIdweUJtOWDnlxmJlXk { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#ThdqxAkDm0FL5DRIR1XLk00i0HJ5rIAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaQbJw4ReKUEbRKsTBxAQMtytnaAutCM { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S98A1nmIEWAkhBdp6PcnTNoleAb8y20v { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#i3I6oHQTEuOB7TSbAuBuso2AQkliGkyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTuNdl576TbThTFgXRTrCpiOIS6SMIJH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#hHWlyyTX6uFygC0Q8oOdVuHdN3VviBTt { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HmFVhA3owHeu9m2haGoa3vX5yhCQtTXZ { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#giEgy9qoCoEPLDIn3TowhS9pX2zqAHGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJc99srOD4G04ITw7xmfqyqm4wqsZlXn { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#va4oNZyxMOtE0d3GzoLBqe2Nzd0vr6NM { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 > .row .container { border-width: 0; border-radius: 0; }#LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 > .row .container { font-size:0.875rem;font-family:"open sans";height:91.8125rem;width:60rem;position:relative;display:none; }#fUAeA5QlDqLQJ6RN9esVi274Cwh7hN8h { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#CXT0Pwd2MFRTS72NAkqsCARZi7H8NBMG { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bktGyDbfomcHFWkOFqqUAgRH1bp0gneg { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TTrypV51oqSgFw7aTuD6TAa1EqLpioyl { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:79.4375rem;left:22.0625rem;display:block; }
#lln4QKBUZExfJ2I53eF3WzHBquLlttEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmaqqFnLRALEg67HcP9QgvnDu50tVDr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:75.625rem;left:15.9375rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b1vTInuluScDnbwOmFi25PdCgMEt0tPn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:12.5rem;left:41.4375rem;overflow:hidden;display:block; }
#H7HT10sTyk21ksThfzg8gNqzhP8BPSN2 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.75rem;left:21.0625rem;display:block; }
#Nqe6qsb3035cv0DAHrnip1OsHMcHQEXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WslIluR21GFAE6GwmmAmCstm6d2o2IrJ { color:rgba(var(--color-tertiary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:12.15625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qn9e7makPbi3SGO7wQhG5E97X49whTxV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:76.5625rem;left:42.3125rem;overflow:hidden;display:block; }
#cTPqOmxVg1Ak5Vblns0cTnXPKl20PzIm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:22.375rem;left:42.125rem;overflow:hidden;display:block; }
#f5syTAAQGyAw6XgBNHSym1ube5fasezx { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.6875rem;left:22.0625rem;display:block; }
#Zinf83Xtb0uwuu1LCAI5TT6TaKmFm54R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dAZfy7szxEwAAT3ZwhakOF397lWOTtVB { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.630859375rem;left:17.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dAdJrgbZU8JNEu03MrE8rH2v05wrZp7w { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.3125rem;left:22rem;display:block; }
#PaqoogbTrEIxhpbJ0Mutg4wUx2NT5kMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U00WAv4Fec64Cf951ufPqwG0EJQ1wc93 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:35rem;left:42.0625rem;overflow:hidden;display:block; }
#b5rR0sHB88KCweDmG0732bDCqQXpMJFb { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:35.25rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FLnRoGBer4TdtMv21Rtm9xPz4IB07gzz { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:53rem;left:22rem;display:block; }
#ycQmW5SM22JXLPG5H9RNGBhApvQvpBln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOfnvnNNSdxVUXr1PzNuHb8wEle6H9MG { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:47.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#zW1oHZ8NvBKGRCzVe59JHm2159yxMiXG { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:47.9375rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LTxGPT3hWUhS8cTcW0RvaBTN6XIfSV20 { 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:18.75rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:67.1875rem;left:22rem;display:block; }
#rVQJV8cinfui68TG8Cq8cp60dfFhgPcK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Snp2JqzmwFQFKASC7TxXTmpfMh8ILsAi { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:3.5rem;top:61.875rem;left:42.0625rem;overflow:hidden;display:block; }
#C4PMWuT9R9pl8zoBXhNMTLtr24cmM4EC { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:62.125rem;left:17.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 > .row .container { border-width: 0; border-radius: 0; }#tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 > .row .container { font-size:0.875rem;font-family:"open sans";height:28.3125rem;width:60rem;position:relative;display:none; }#oqTEFaUMHdvObUKV2UT729lu2eORup43 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.125rem;width:11.75rem;top:0.125rem;left:24.125rem;display:block; }
#c80IAd0tE6KeLuQQLyKPpG74lQuMfRSk { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { position:relative;display:block; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { background-color: transparent; background-image: none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container > .video-iframe-container { display: none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row > .video-iframe-container { display: none; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .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); }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { border-width: 0; border-radius: 0; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GlIgTMoSIRAtI6uBJz8ilpPT0MlVhaPL { 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:5.5625rem;width:13.3125rem;top:7.0625rem;left:23.375rem;overflow:hidden;display:block; }
#CXnSrTB7PlTHsdapVo8GzU4UlbU2gnKp { color:rgba(var(--color-tertiary-2),1);display:block;width:51.6875rem;position:absolute;font-family:"barlow medium semibold bold";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:4.1875rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f6f6;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; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { background-color: transparent; background-image: none; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container > .video-iframe-container { display: none; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row > .video-iframe-container { display: none; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .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); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { border-width: 0; border-radius: 0; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { font-size:0.875rem;font-family:"open sans";height:3.5625rem;width:60rem;position:relative;display:block; }#ZnsJuV95Q4aM1IzniFbibRspgERH5IHR { color:#000000;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.15625rem;left:1.0625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 { display:block; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container { width:47.75rem;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) { #sGwVcTKRN9iHSgqQlJ8sc7TtUsx1fuxM { width:9.875rem;height:4.0625rem;top:1.5rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1BeEtshniv1ypugbK39RZhkKfwBfd2k { display:none; }#G1BeEtshniv1ypugbK39RZhkKfwBfd2k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEdErxJpLzF7sWts9iExlHFJDJHwu0uX { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgu1W2ZH6Z66BAXulM6sTvsBT7wk8F04 { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbwDwcPs0NBmoIz86OZirFCSGRDtbH9X { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDgywmMqsk9ddVlyLcmTllBwOnpWFiQ0 { width:18.75rem;height:3.25rem;top:39.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLKlQqmF0qHZiCnUinTEtPgHuwapdrp { display:block; }
 }@media only screen and (max-width: 763px) { #PvmFBkFuuRn01bmzXBCvcM5AyJTTpN7g { width:31rem;height:2.0625rem;top:36.125rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv9Ki2baibTNGANDaOGNRloDOgMBcff1 { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVw6Tmx67lxTVkRR3uyeWyRp4QWlzEk { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkOlDN9McHxh9t3gg501L6u1CqPdXTG { display:block; }
 }@media only screen and (max-width: 763px) { #y46GMssdEbJIOTmEDzv8IVTZv4X06vxf { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e82Sd4vaBIhOhdQTwmktJhOf1qI32S7m { width:3.5rem;height:5.3125rem;top:37.0625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHBc2vofACeCrdQUCTT6XrTViorLWuT9 { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoXXc1ixbLMVkQIRQdcFwJa8MThJ0OK { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwyAKGcLVgitMomGgkz7Z0CqReyqf53f { display:block; }
 }@media only screen and (max-width: 763px) { #XilQsQC8ac86UQtoSL7Cnp0Pz0k6XvkS { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeElJyQZoQb9knDepvxpy98PK57UNtiJ { display:none; }#qeElJyQZoQb9knDepvxpy98PK57UNtiJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrHmPLmLhCqCNJDgeVzkwVnxC674AThk { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMDaf0uKPQJObPdXTZBFLQSokK7UxNpc { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPWq9tKiqVLQmxrMLXXRUsfo5g2fb5O { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexL4Xh0hgHD9mF6vbc2Dsd6kfirzRnw { width:18.75rem;height:3.25rem;top:64.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJvQwElh915mefnZ9vhbQUnuvF1s39c { display:block; }
 }@media only screen and (max-width: 763px) { #DuE6J5AWglT1OcmiO4L8AmrOAX0kKEfg { width:31rem;height:2.0625rem;top:60.25rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfk7fQLcedMFkIUfzX98r5A20vzfwfo { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXpL5W6TsbIV2rZAPAM2EqxgTDXpJfCF { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO2XpHLXfQCaztXmmBdaDPTal7q1xuqd { display:block; }
 }@media only screen and (max-width: 763px) { #TbEtrNvccOXfZTx6gWRBnmCmwhVJgzRv { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqU8ug3GdaDkcFzwUpN749FyHhBNyCAs { width:3.5rem;height:5.3125rem;top:61.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEPkh0reXGA3GE0oHTpc1ru11N5g2nzZ { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6CQX3RTiPTtW9nQKT1a1xEszTZsxEPD { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyHkRfOfM0t3BFg8oxptfkNzn2nXRJn { display:block; }
 }@media only screen and (max-width: 763px) { #cKomOH1zaOzVVVJhkyyiO59ETH45Hvmk { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9zlcKzuukFUy73E0PNzEebfIDx57BTC { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppV2DZ3Sl6lsswHWnWeT7MQiUuh170Z { display:block; }
 }@media only screen and (max-width: 763px) { #w7IdKF2uG1eRCiJHx3ygUviRJuGnM69d { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72CfdMpuJ2AvLyiQnq5mdwaTHLCOzWJ { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8hvLIGFRS0EdA8qZwRNiSXz66xIZvJ { width:18.75rem;height:3.25rem;top:52.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgVkalOQMUU6bh05MfKKh9eRAKXFP9p { display:block; }
 }@media only screen and (max-width: 763px) { #ZOJFVrGANRcSQdnwDcCUtCbcyGMAve1P { width:3.5rem;height:5.3125rem;top:47.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipI61GghE2xDBVSRDdc7upTMz6TxOMnW { width:28.1875rem;height:;top:47.5625rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS { display:none; }#MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gapcIKqCCR7LzD3gtmW3khNJ52nxQAa3 { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIPxb44k03icTaPyW3NlTLZhfDGph1O { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBQoixyvbu68unNIbZLSu44BIe59Tab { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyFIUL2bacNXfNETdyiuxHsTFXLrHCbh { width:18.75rem;height:3.25rem;top:64.0625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV1PdsoRhAzxixMrS3RRCMwRuqcyzfaK { display:block; }
 }@media only screen and (max-width: 763px) { #LpEXLfVNbUne7yee7v1zsBARLwRUSId1 { width:31rem;height:2.0625rem;top:60.25rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhigeOlQ9dXHfcbhMebSKTUsovqzm9tB { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0rRdLDOTN2E0F9Dr2zgRTVRsLoCKO9C { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7sD1C5EPBZUXgCTn79DHqu1xxtvxGXD { display:block; }
 }@media only screen and (max-width: 763px) { #LeXuFUlimhF2xKFWVfJQCe1S5zvBN0mI { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plb2KsBuSOXCXv2tUvyWze2CUaHIe1pH { width:3.5rem;height:5.3125rem;top:61.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM2szISTrnyi7iXXwx3B5N4UQTu3cgaT { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJwsUKoeJzax9nvEKomw5C2pp8vSID9P { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZS1ifqDpScgeKOHhClBZzeo1h1etms { display:block; }
 }@media only screen and (max-width: 763px) { #DGFEOADVeMPscndI7fV24FnEQtrVWerd { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbSvv6TqTKEaNid5ck6ySrSs54ludn2 { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4rA2Q1u8A6a4oBNbTx4Xq4DQgiBNur { display:block; }
 }@media only screen and (max-width: 763px) { #xNTB76M5iNCfsSIJuZNkq0hxExsyq93n { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTAcekaqLpEEm8fpetrzCwyvQO4LEh7 { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugKuKfPEfO8CMwpyJO8Cz1Rx1aM61RLE { width:18.75rem;height:3.25rem;top:52.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bszrNw5QxBTRI4Qpg7c51TtDoTMTfPvu { display:block; }
 }@media only screen and (max-width: 763px) { #hpnmQJvTR3dNMd6vRIDriHkmPXgTCD1r { width:3.5rem;height:5.3125rem;top:47.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVXJKzPJ5JlNCmCen5U7xEeugZu7Rx1G { width:28.1875rem;height:;top:47.5625rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV { display:none; }#rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DfdvFqDTnOV41M7Oqaz0lhHIaf1PkTpJ { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrRTMa7AdWJSmD8zA4vxbUbKHfr9e47e { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv49IG78TcW1VuTVuUP6vA79utLA5how { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhzBsVPJo9VsPHEwgFABCr5yo5kR1wEf { width:18.75rem;height:3.25rem;top:77.625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShOR5TRs8g4r1cHdruMaqwiqFH6dlmI { display:block; }
 }@media only screen and (max-width: 763px) { #TUbsmWIoLHlAxmhV8qOMiOzL3IPJInMn { width:31rem;height:2.0625rem;top:73.8125rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgqPPOVVHCIA3WQf6TMhanM3zgQLWUB4 { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFp8utlVAZp3MQvld7TdtTVTckOqA64t { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTrcpeh1Mrnd3zR5qHv04Xm4IxeXuEo { display:block; }
 }@media only screen and (max-width: 763px) { #M8gzrGgpR8eyauMvs6FZqFs6GDf0pbHe { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXsakLr69hptQx8I6Ma1fxhzZ3u2S8K { width:3.5rem;height:5.3125rem;top:74.75rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWApqkaxOCXSV8uTNBidC9md2ydhZko { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZcgvbGT8UBGDpkbGpZKpm1MJcq8i2U { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXswIlaJp139uT2nnf55oqvAuZDichLe { display:block; }
 }@media only screen and (max-width: 763px) { #s2yRJxyDTk8imO7wLc6hFaFfnlL1tInn { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5PL34NO6MTMoDFMVyZmxsBOwQSXHKd { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHibSo927ckBt9t4EHFmXqxguZe9RI12 { display:block; }
 }@media only screen and (max-width: 763px) { #AeXTtsrw8ms7eozJhbAO1G6tR6NmOrrK { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmFtLU0Ce47L2Lo3g5UfssPCr7xsuT3 { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzmQVTdEVX2R2XUWZTrQnC7KVKHDPviC { width:18.75rem;height:3.25rem;top:52.625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2LU6nTaiyVQ7zDTy8GOHvMI0mAJ28Ad { display:block; }
 }@media only screen and (max-width: 763px) { #wOHrUIl4fwpvd2FzoDfSngO7MshGyVNa { width:3.5rem;height:5.3125rem;top:47.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaybGa5n0kuX2ObWuzt4J8H5EqTLzS0 { width:28.1875rem;height:;top:47.5625rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAL1nL89QvgtNXI38ABpszGRFIECMCum { width:18.75rem;height:3.25rem;top:65.6875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJ16h6ekVIUIsHv7vDxrWWFliDmKH6k { display:block; }
 }@media only screen and (max-width: 763px) { #XRfVD5CcBxXmp5k1Z1JI88AAvgExOGMb { width:3.5rem;height:5.3125rem;top:60.375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO0sd75yeDzuQvS93Quame2ZFfys67U { width:28.1875rem;height:;top:60.625rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG { display:none; }#zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0P3uvrGt8Wl79nxx8PyHV9D07WqTP1T { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOfraxcxW8U3x1D3WgLdBe579tOTSbI { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQkkQRt9ZxCDv7XibUhJTklz1L0k3or { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI1pN0JK7cI1Ee47fr7DC8Iiv6KkoxA { width:18.75rem;height:3.25rem;top:119.4375rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ib1LZAsx1ySThfhsPx09Up5m1g3DLg { display:block; }
 }@media only screen and (max-width: 763px) { #U2EgL4tAovx8laId00r1W6k9iTANJNcv { width:31rem;height:2.0625rem;top:115.625rem;left:11.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgDmWQ0kkAHdp8GTotBTXLIKiyE5SHL { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbuJHPxPF4TKBfze3VFyp9OTJxoZb2G { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCT0mx3WA7tuaO5iUzbs6uh98NfdTtyF { display:block; }
 }@media only screen and (max-width: 763px) { #WIG2hLpuDQD6mBAJ2KiRXW3hrzIQKHnA { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttGAPd5o0yiv1F80suivuOimAPktleHr { width:3.5rem;height:5.3125rem;top:116.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTO9LWXdcLxbttLIPVquTLhBW4CGQ6x { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLe7zLQmXJhkDClEe9CDy2wPw6gCCtg { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol6mbd1rtUfhiLvya9dkLDfnC1NV0iza { display:block; }
 }@media only screen and (max-width: 763px) { #zD3JXLnervMMKxcrdV5OpU065sT34kmc { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctrTbiTnxSviQledasslaazTyDBJsoVg { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89u0cFiCGh6VTc9yFviUy520zed4MVz { display:block; }
 }@media only screen and (max-width: 763px) { #Ia1AEDT83RBzOINV6gTH1eD8FKEBc4Ha { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZsbWw5QTkt2FrF5y9LH47NJPiCR2tpS { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bid0hOnKBHKmteded0xTrDS5TO4VPvm4 { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywDRlwRgzEhRM71HTZeKQ06oovXhSs0 { display:block; }
 }@media only screen and (max-width: 763px) { #v75ycTB05T0smd5TZfnI5DKDhE8b4ptx { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRkgR2K8xnmFsA2PoUldv8wvokpB16u { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJDRTvHTzl582DJVbiimK9eOrwA4Gy1k { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaKNUplVArycf3gZK5v0xOMlCXsDVcRR { display:block; }
 }@media only screen and (max-width: 763px) { #fJtXQVUR7p9d8RPUKDKl07GXkxvHND0R { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBG2zf6TGoNVicZK46UcUwRvHJ3OOCV8 { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE17Dw1sT5BQyGbnfDvBqUPsHFEN1Ped { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWRiO7MTy2MoTVZOUOnn9hdtLNhTLJTS { display:block; }
 }@media only screen and (max-width: 763px) { #FcKl8xOaIcT7D5JnSS0zXLdTaH6Gg81X { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7g1eu8nXtLyhMFgcqNP98Eb0ETHOcnC { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b52BvUlnEETSDi0Qea9cB5p66LBX4Kzw { width:18.75rem;height:3.25rem;top:92.9375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyLFxqEJ1vffE8fqh0At6tHO4hOeIdz { display:block; }
 }@media only screen and (max-width: 763px) { #TIKgKHahGOMBWk9fHArz7sMM4ToKL0UZ { width:3.5rem;height:5.3125rem;top:87.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #el8KHUqbOp7urqa4XMRrhSorhK1HA3hE { width:28.1875rem;height:;top:87.875rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtltX502GVCOaqmCTxIBnloO0UUcq8L { width:18.75rem;height:3.25rem;top:107.3125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSpRKWt1RD7xWrE520dQTPKdoaa8DB8 { display:block; }
 }@media only screen and (max-width: 763px) { #rOQ7eOdwwJuLFciXmL6TME9SHZKBnK57 { width:3.5rem;height:5.3125rem;top:102rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5vHezWQE4BiUDDWoyKydTSkEyEtGE1 { width:28.1875rem;height:;top:102.25rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa { display:none; }#tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W4yvqWrpvz4FszEu7yIg5Kif37KxSpDa { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI4WRiiaFnEeFkB8ieWSdZP4RdG61NsH { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIv1f935cgioXu1CSQTSFkMka5Raepwi { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuUsvoC55BqiSUPImNbBX5LnRPmq4T6 { width:18.75rem;height:3.25rem;top:106.125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxBM7gHHTXFq0sIR94PXBzBbPV9SLBF9 { display:block; }
 }@media only screen and (max-width: 763px) { #MLB7qEZ36dV7g5QlLlXJWW1IR1F5nHTs { width:31rem;height:2.0625rem;top:102.3125rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SZTrSnOwIqpPIvp8uavhtD5txogXVo { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TledQARwv60b6CNrcHvEsQOd1NiWUUXa { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuATiTp6pIv4pnUT1mWrkqedTfokKJk2 { display:block; }
 }@media only screen and (max-width: 763px) { #rlQA3yMUc9u4R9DReuqimbgNluQwRGeR { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS0UlfhsyxZAgQTxCenOZtSTvTmZV2nw { width:3.5rem;height:5.3125rem;top:103.25rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLt59045Nbnf8hlq0FXQztDqyEQ8te0o { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAz4y7e4AGhJh5VxRy8nd0vFz803mELu { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazElcMVixzoAgXQVHRTwOSWmlcOFM4z { display:block; }
 }@media only screen and (max-width: 763px) { #LoluUiKymTr3gVkK3bS3wgILCGccOD3C { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKCft0KOfvbzWsUc7KezNfdhI9EvKFC8 { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD6As5EmJopMHfNsZl2pRBPMoRHoKmAc { display:block; }
 }@media only screen and (max-width: 763px) { #XnpocX286kshL4Ukagbe4nOIwD67xQfC { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEMTvCCqQ8e6MzcdfIFTdGLaDT5q3U7B { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF1FK6oLL4T74t3KBThJyNnRD5JlMD5U { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3B78FRv6CZOdhvTotT6JKSnGhQLUed { display:block; }
 }@media only screen and (max-width: 763px) { #OHgu3WLJu65F3yzGFpE7CK7HPkrfM4gJ { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKF1UfEtXIv9GsV58u2ZswgIbBOObpdH { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL9ZyXdUcbkMoCcOwevds9Gx3yZKUnDA { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URlTF110JSnTTZZ0yTIiCvpSVAAToL86 { display:block; }
 }@media only screen and (max-width: 763px) { #DagqPTsWcch0JgIbz6tegodhQMVTAU4a { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIAZ4NnQR4xGA8DJmrezO34uFAC3Tq8 { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnl2BxoPmk77bLomcX7fAqwgDxOIodph { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTyybsnSAylo4I8mUud3h7iZ30gfP0T { display:block; }
 }@media only screen and (max-width: 763px) { #rB8oEgBnoLTlfpOOklwczp8AwPT3Kubl { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqUFK4DlekASM71l20bVu67tqw2g62Cc { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G507J3e19TpPks5Nedhzv8FOqoLlKdbr { width:18.75rem;height:3.25rem;top:92.9375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv63ZTfkP2zhhUik212UWr8Adq272Gzd { display:block; }
 }@media only screen and (max-width: 763px) { #fyZthHRttFdqRE3PIW9dAFT4ooEOUMi8 { width:3.5rem;height:5.3125rem;top:87.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8BnCNZk0HlTM1iKvqdJnTagU4rJyV3 { width:28.1875rem;height:;top:87.875rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL { display:none; }#UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yd4irZaeQDcM6DiuH7bgN8q72F09w9QV { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkZFuHeHNurbCowh7zhh0ERH57dVUhSN { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSb3is5GO7VA8SkiT3tdfKvo7KU431tJ { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R60XtWht4nwZaBvgTqP4hUeJJFrTV1vV { width:18.75rem;height:3.25rem;top:129.8125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUl1IMDZng24oysyRAu2CmEOlI1NZwRL { display:block; }
 }@media only screen and (max-width: 763px) { #rIqbIM3TnuKZrlXLvvxTy5OvS70tckzN { width:31rem;height:2.0625rem;top:126rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4LuRn1AJAP9Kftdk38R98DtFlqh7RMe { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd0yscfTZUTynADGaXfXMJugXLM5N3PU { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4bSUAlgAzwp3J8h0iUZ1ECI1IgxyVCL { display:block; }
 }@media only screen and (max-width: 763px) { #dpugr09cFQQ0GWi7bGQesQeMCV2bSsDX { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSrukaPPf7J1zO03aPZOha8LqGQHUpvq { width:3.5rem;height:5.3125rem;top:126.9375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmAClAfcumKMaebTEQbGsuxAp1FvgJo { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #We76fnwLzv0eqUQGMZKTv1fvbeUiFASb { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhJNohauE6bz2Td8vrla10Twz4yWa4ay { display:block; }
 }@media only screen and (max-width: 763px) { #O2zpvolNZeOIJi1IotUDKIdh0TSPneXi { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXaz7aVcdpocZuFaiPPNu5VbEm9Xfn3l { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1I9OiWFlL4Eo2iqsDpf6sTNM1TCTH8I { display:block; }
 }@media only screen and (max-width: 763px) { #JUGFLp5x3NmM4rbEJeeXsd1arynpH9kH { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTP3A23FJ3ff5fb7GiQb176A2BLfMxgp { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFC0gM2wy3T9HSPeNTvVRmQkrC5DzZyF { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WabrzzA6LEK4Q6NabiiTGtwUNdEENbIF { display:block; }
 }@media only screen and (max-width: 763px) { #rzyKecAR7nxSoZTIAC0N7ENAFzBlz2Mb { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJp1cVAuTabzWfNOmT694rychF0H5Fe0 { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TVyEP1TPsupOZKpGQHQbtzHEBfN5Dy { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApKWTU9AuLaCrvbUAl5l2RaQP1tFkNF { display:block; }
 }@media only screen and (max-width: 763px) { #lz0cVJRk9FtauuBDC8ikiTbCn0uS7OI8 { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V72JAXgw52SxPbfEBnf03H6duP7gPpif { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Nq8W7zauf9KFL0cxybAAsWTwx41Sn1 { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQHDxAV1aJEMW8J9px44Qzc6Jw4T3MHq { display:block; }
 }@media only screen and (max-width: 763px) { #t2ESBduCfAOD0P4TB4Hq2518N9nFSFcg { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSVZf1Q6nhHuvlnhypXDsUTnCMasNe8 { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZmHXZS3SuoSlCcdDiJF0vzsW3AQfEA { width:18.75rem;height:3.25rem;top:92.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnK3guyM3BSAZpIGEp1pTCahWXHH81Cw { display:block; }
 }@media only screen and (max-width: 763px) { #Lx8ZX782pn2TPQTL9DWnDAA11MIk3WoS { width:3.5rem;height:5.3125rem;top:87.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wM2nSwKW9mTW6RzSHLhTngm8aSkmkn { width:28.1875rem;height:;top:87.625rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLJayaIvgS4FGq2sLw6GQcCwb0y8UFT { width:18.75rem;height:3.25rem;top:105.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJc4z4TOpUU2NWTCTPwSW4IcNLSoihfA { display:block; }
 }@media only screen and (max-width: 763px) { #cCHRNZixA3trHFnwqTieEsLA1IvdsUUg { width:3.5rem;height:5.3125rem;top:100.1875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVAVPMxLPb3RdF5fdSfAEsumTkTQiTv { width:28.1875rem;height:;top:100.4375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDISihh06hDIkmgNK2iKHM3IWbacmdTA { width:18.75rem;height:3.25rem;top:117.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hblo5ITQO2IIvfbTVRvkBloFqIaaCqUd { display:block; }
 }@media only screen and (max-width: 763px) { #v3pPkFh2JEV6TowBPLTxptuzaBg9nE2R { width:3.5rem;height:5.3125rem;top:112.4375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoCfHdFTC2owfVV1AFLTcpIda567VyUx { width:28.1875rem;height:;top:112.6875rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu { display:none; }#q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ccd02ItQPvy3yNBeuTEmhL9zQxSq7Gde { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZOGkICPJ3QVWXL3ZM1mp5fdf3gC1OZe { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4z5b6qiaypDOtRZHdd5ztluODrzhOLp { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZr5u0vuLPoWpiTtwKDw6Z3LGK9IVMf5 { width:18.75rem;height:3.25rem;top:153rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O679ku36UCzA23cuQXmbB7BhCCqSAd32 { display:block; }
 }@media only screen and (max-width: 763px) { #I5MrvK3C0oTPl9ipLKkPOSFldarSzWMP { width:31rem;height:2.0625rem;top:149.1875rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrCchtg6ySFDCfIZaKd8JBXSUyVJSxx { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDUQF1MeyTo25g69wS6GznMEyvh4siV { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmThuaaIMASxfBkEPGnaH1eqGImyQJWT { display:block; }
 }@media only screen and (max-width: 763px) { #lTQN8XCtadXBTUFzCuPpFUSfrUbCCSS8 { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BziJd3rlkMVLcfkgGtThHqnwmWmZxbrQ { width:3.5rem;height:5.3125rem;top:150.125rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPrzMsb4eIsdhoViAfFKWTuvsw0IpJcT { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLTTzR96qxHKobr8zvSQq3d97oRbgiU { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgFx5hhu4iTh7xNJ1PS9NudlPuN8BMae { display:block; }
 }@media only screen and (max-width: 763px) { #DRFCAZJ7IeGpNsXh3EuxVuDReGv56hp4 { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnSTxx5bsNPsavRp1ncw8TqZ3Sg98vGn { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5U39eGLKEywUG26MRm4CuvR9VrcCwZt { display:block; }
 }@media only screen and (max-width: 763px) { #Xe2uVVoKhyqAeOIk47Q8kgXg5CJNlskf { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXd8QkTKT8G6s1vWyLlRfRq9Iuwgothr { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FT6tmRtUSxr563MMqqWHftwMN9SJck { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMTWPJeoa2uOpUikFT7Cq6ImKKEThQbT { display:block; }
 }@media only screen and (max-width: 763px) { #EwtRPDcZvUXNP7Nsy4nzRwNdmIuppAQc { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4UG8g3F2X9LAGfax1aQTKCHW1P9m6cl { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqdhHyg6TJLx3cZV9oJTTa5WQnQWFuOr { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UutD5Ru98Zo9lI6X8tlNaF2dTvdz2lMC { display:block; }
 }@media only screen and (max-width: 763px) { #TiomobJ3AGZpwSIrxl4VsQWhqHdN4UhR { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAh6JksZpa8JToTqeOxUpwCHg1qN8Xi3 { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxPRC1TAID6t1deMNdMaAUUbkuyA6x0K { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSeMK6rIfyrdZ0H0s28urWR4KEgUh4a { display:block; }
 }@media only screen and (max-width: 763px) { #hlmtipTyyZQhxWIUD6G7nkbxaKkQkzKS { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkXt3LtugP4kiJNvFVUpPBTfTbANN7KV { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFqh28u7FF1QZJJNAlnEq5biC8wT80N4 { width:18.75rem;height:3.25rem;top:92.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amsTCdpoTpxAJBeSd8gmFFZLybhc1crl { display:block; }
 }@media only screen and (max-width: 763px) { #dtyTOznpsikT7muZleiKfNMHMHarVll3 { width:3.5rem;height:5.3125rem;top:87.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLJJiC0CAM5M0tFzTl4SBtsbXVyL9RH { width:28.1875rem;height:;top:87.625rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za2XizTIuXcSFs13QWqf8BWFvqONv7uA { width:18.75rem;height:3.25rem;top:105.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5wM9Wuwnah6mAwXnKzBoQPc3lxu0nF { display:block; }
 }@media only screen and (max-width: 763px) { #dkuXRwHSgKn3QHUSqRdr7zmTDNIxSECH { width:3.5rem;height:5.3125rem;top:100.1875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw37oHiNZTHSSJPaShOEgyn5r57eoxuV { width:28.1875rem;height:;top:100.4375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ0o7ME1b3KTkUUqpsTABMEPsrR6KL5C { width:18.75rem;height:3.25rem;top:117.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRJDXW9IA2iphT2FA49pGRXfSUdBvhN { display:block; }
 }@media only screen and (max-width: 763px) { #TeKv6daRD1EmKLEnEe8Q6r5TIsh9DyUG { width:3.5rem;height:5.3125rem;top:112.4375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFvwHE0pty0pUhSp4KTlppckmWE00B61 { width:28.1875rem;height:;top:112.6875rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgyk5rmiW2om3fqUyoUqLdw0NgGm64id { width:18.75rem;height:3.25rem;top:130.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0vOAWigqLzO4BEHuMWXBXuTI9qNgHc { display:block; }
 }@media only screen and (max-width: 763px) { #OLDJR6e037PALQXa3PkAAhKRMHkrhKHy { width:18.75rem;height:3.25rem;top:142.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLOrg6EtufEiOJsDJCVuNyoSXCASJiBq { display:block; }
 }@media only screen and (max-width: 763px) { #rimfJXqIT9pivh51LRp5dROkTqyrEpbT { width:3.5rem;height:5.3125rem;top:137.4375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3O1rCsQLgVBoTDopFOUUOD7gbJxLNn { width:28.1875rem;height:;top:137.6875rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XedmElRJ09UTXTkccRSDpamC3gALT4L3 { width:3.5rem;height:5.3125rem;top:125.1875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcwDbH9dqSQnrdOBORdWUfGvf8Sdhb0 { width:28.1875rem;height:;top:125.4375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawwXzqKinPO6D3v0UsCNV52DteNbxA5 { display:none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IfasxyWLi3oS09M5Jxslz4MXTQGbAJfS { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMIa7ln7b9cPMDMuFF9GJW6o9StvGRx6 { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN43vXDFR1H1nB50KiTwZzBAiJwpcyeV { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbnRfTiOi72mS8TClnLkHTLaTvLS0cw { width:18.75rem;height:3.25rem;top:117.3125rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJDDeSxroBkr2Qtz1JykVTQyTnKewQUH { display:block; }
 }@media only screen and (max-width: 763px) { #ZqZK2xCqMeWNCWXf6I0423uFFOKENsXE { width:31rem;height:2.0625rem;top:113.5rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZfi3irT12KLK4DzdhZQtHVagGgmTwZ { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WalFd7Dz35fU99Xu0rM9FTI9stX3dTwW { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftlbBIPplOd3HNvATH80XaAVQ25FV1oi { display:block; }
 }@media only screen and (max-width: 763px) { #yaEex7VL18MTfU6TNZtzkJb4THQmeZaO { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOT9TUOiITfTEutdhXQlxT3sitoZHybS { width:3.5rem;height:5.3125rem;top:114.4375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr1Q5pMHaPnKhxh4d6BTsyi9rl62DHpa { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZv1tpGfETx1k2peaIMoXJDeJbN18ELh { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnLmyEyvL9gUyPmGKhuOdAIQh6dhSCGz { display:block; }
 }@media only screen and (max-width: 763px) { #HZ6cT32dAcreozCVf2GCFDWC8CwFHkBq { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFrVCCE1Gcd9Xh679Jg3dAOaDMh6mse { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK6rnp7q2Z011wDpVyRxEDiWclT728TV { display:block; }
 }@media only screen and (max-width: 763px) { #KXgVgfD5QCGsKzDOTGCX3tVey5ovurBX { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvi24w3aKhV8cSSBA2CbFMNCt32wz6AF { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQhawbK89bQlFxcf4QTb6dheNhnNTBLp { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxC0aoNw3L8e0k2WuLey5tuMNVd4O50F { display:block; }
 }@media only screen and (max-width: 763px) { #hCd9up27IJOyEKdIwoh7IywbawrQha8y { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pREUZfEcw5dbPIX953kNyLultPKpPF6w { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8FOnlgy91v8ZdmNbBwsSZt2e1MxGmPX { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWJTyin8heTekxV3vqQXZF8ubfrJ3Rz { display:block; }
 }@media only screen and (max-width: 763px) { #ygwyEqdcRQc5VdOkyOZGCRz2fVgpT3XK { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeIL9MJZnLEMihfSsnPpoZcMTUDRknm5 { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in8KnaJafSVqQtguTK7somU3d8wJ1INu { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2gIlkmzBrp9vBJPSw6Rvc7nFQPeFvx { display:block; }
 }@media only screen and (max-width: 763px) { #G6MGbHbwsdOxLytJwoXWTSkAgyPzHq2B { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eato3fPThcnlp031QG6kiheNV7h50Kzr { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA1i2PSMnUxfz6LTPfBCw2h3EA9O9Fhq { width:18.75rem;height:3.25rem;top:92.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N27hWmI2AsHkFg5VQLqPA6VyCZ95tEzA { display:block; }
 }@media only screen and (max-width: 763px) { #ky0TUQ6t6I36q7qJ5wWhJrkJzR93oxUD { width:3.5rem;height:5.3125rem;top:87.375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsg4uCrkDUevq0mlCPdfyz2wG8Mloq6z { width:28.1875rem;height:;top:87.625rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW5SIx2UUTUhmE8PqXJpaouo3WqyruXs { width:18.75rem;height:3.25rem;top:105.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXUSToutISBSg5GNMr3wLSZaCCh4M7X { display:block; }
 }@media only screen and (max-width: 763px) { #GGVaBWBgMQTlTETxH7oufh7MsK9BpIJL { width:3.5rem;height:5.3125rem;top:100.1875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xharAupkN0mtR9QpEZrnUUbHiK02oWQo { width:28.1875rem;height:;top:100.4375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob { display:none; }#w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l2SwgyqgnNXAaMqquOmFFJ1TK9FyGk17 { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0HlnUmJcpRPUcMd3XNR2C0PD47Ftr0b { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRqDXwoH8HZDuVgHyB4d0q0Tkre1L1QJ { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWgQeRNHclFk0TZiSm1mOgHFxwbfMV9C { width:18.75rem;height:3.25rem;top:91.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euezDVxz0wAA1pgFnbDHODNoWC187e2l { display:block; }
 }@media only screen and (max-width: 763px) { #kJvJAhKOkFFBIrLvyUtCWpdaaUdT28pi { width:31rem;height:2.0625rem;top:87.9375rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXEvZ52VcDg3CzIXP3dOtoToyvx11iV { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Z0hmp2EfWA8DBsEhsTGeqLWug7FWSv { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUdUvVRvHWHXAgPTaRgdJvMc4KJcHPl { display:block; }
 }@media only screen and (max-width: 763px) { #wPK8hZqXsuuh2BVeKwrrB84bTo2JhJrp { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM64PdCGxlBCpfXLDiSfJ2b3fQn0pM1T { width:3.5rem;height:5.3125rem;top:88.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3n1XganL1CvzcuXNUvRSxGkRhQNJvwI { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBsyTVua21TAiZb3HN8TDsw0TcT7R7v { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbViQO5NGCzlmO0DN7gogUfX5HIwhUmN { display:block; }
 }@media only screen and (max-width: 763px) { #PmlaTv6yR8okoVQTAdK4WwLGcLw4haOv { width:27rem;height:;top:22.375rem;left:12.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W238mB51CgqkFPqO6T7haMbyHTZRpywu { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpV1TWNCPQAONfGkQipqImfozApTCIvf { display:block; }
 }@media only screen and (max-width: 763px) { #yCggq8ZfTP37vDFZLKpKo4k8TgUfZElN { width:3.5rem;height:5.3125rem;top:37.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobMUe86cqAXlXTPaaBKIBU9ckPDG9uQ { width:32.3125rem;height:;top:35.625rem;left:9.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOGQfmKD6TZQzocKdw8tkD8VKbXV5daN { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBPiS6sd2d4KhBlL7GRb0R2iXfTFBMt { display:block; }
 }@media only screen and (max-width: 763px) { #n3EI7r9JwDSAWqGCiwWwPTp18ub6sMn2 { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnD8BFmx6rlhM00qMxc95M5iLrcPsQz { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZOLIaW8FeHVRqPTp3iHDWwcW2iCgdRf { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTAxFSKI5EIJVxfxqwXrzum0WfhQSse { display:block; }
 }@media only screen and (max-width: 763px) { #E49NsnQagck7fXxOkrTfOazohOh2hOT6 { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI2KTqfQiDwQpQWiwmV2c76Qat1HJuNK { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT8iy7FRTwU9Et4of0oreZBBSTyergx { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzD2VTpwtMObNATARt7fAAmdVSsp8IpO { display:block; }
 }@media only screen and (max-width: 763px) { #rt10aHR1WhZT8BbVgcZBmlgizogITVTV { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ild9bTwygK3hnOpeTe3hOobGd6UmXQ1Q { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb { display:none; }#QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y8kkL0rW1MQ9g1zIoc0LQePw9sibwsJg { width:40rem;height:22.5rem;top:6.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #innlB7gsMurLwJuN2C4lkboBT1a5H91p { width:31rem;height:2.0625rem;top:2.75rem;left:8.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX { display:none; }#kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fAWWKTUJZuapQWvV4gKdB5Hu7sC0UBdD { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIp7IFn6JlTu0Pi8kuQZpXFgaDXm4WBi { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlpXzT6G7GDHJzvIM7rNHpzpK9dqqFFU { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDS8UzTUr5qkLc0wbrbtyRSgNAKcHy7w { width:18.75rem;height:3.25rem;top:93.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aemuHt0OWMKvx8qTWTeTUNi5DfHEM7pN { display:block; }
 }@media only screen and (max-width: 763px) { #lLkBx8sGz9GbL2TdURTPSNuL93xC5a4S { width:31rem;height:2.0625rem;top:89.5625rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyoPhKZIqn66HprHeLuCbAKCOfbMOUu { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5tRB6xapHyd1EXg37F5I6TalaAAeHSE { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma0IpAFoOeq3F1bHL7QPLispikyl6tTq { display:block; }
 }@media only screen and (max-width: 763px) { #ifQHEmT9DOpohT1xvfhnPy7KdHRRTQXL { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkeRurx6zdCWCTS338RwGWForH9qDmz { width:3.5rem;height:5.3125rem;top:90.5rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkA92bMxVJggLT76eZ6ep9cAZHy7LPK8 { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLwLqu3PnyuAQHvhwpTggQB4GgGeirP6 { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHv8unqOU5AsQ5zq2Xd9FQpsKc4GKw6Z { display:block; }
 }@media only screen and (max-width: 763px) { #QV3aLXGOtbJT9Ff9D8pbNxp9A5CT7at4 { width:27rem;height:;top:22.375rem;left:12.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE5TZMqE5Q95zrAd4tKDNQJ9wIhAHPgd { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gesushkikT2sif7103NoM6LVgzTcmnsQ { display:block; }
 }@media only screen and (max-width: 763px) { #tV9POnUVlsdBRl9GB9QKZhIJl51btCVu { width:3.5rem;height:5.3125rem;top:37.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds6vhcqnZAovIcMT0pZI8De3GKpE91Ba { width:32.3125rem;height:;top:35.625rem;left:9.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqWFOkg0AvBxbCyOPUpxBrmzDdrq5Kv2 { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTxnD2dGxfRtmRPNDsf3pGGpf0GcSkUV { display:block; }
 }@media only screen and (max-width: 763px) { #D1PwLKWfgpby5PfNh7XTevcHZ8VKp96o { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2pvu5LMk9u69kxM5t2ulW4dwal38UUK { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxaTEXTcpRw9HlnODMGNd5dcnHmu12Qz { width:18.75rem;height:3.25rem;top:66.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi229lIPlyeKHtE0Hk2G8bd7X3DVxI66 { display:block; }
 }@media only screen and (max-width: 763px) { #DG4wb3O7ZE95ezKAgJ52GZwsh2noVtZK { width:3.5rem;height:5.3125rem;top:61.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1T4hoBPcbtL0Vz2LRUaueZnJ7L0pqny { width:28.1875rem;height:;top:61.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJl4cx6zRw8SlkKgKCReKtfJggyxmKp3 { width:18.75rem;height:3.25rem;top:79.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIEQgLXPdsxpOnrZwGtK3DWNXgnT1Kkr { display:block; }
 }@media only screen and (max-width: 763px) { #CN3mHqKvqOzGOVydUI7kV6XXAuzFB7dn { width:3.5rem;height:5.3125rem;top:74.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qNCMbxdKwtdBzykA4WEBf03vwHwIFt { width:28.1875rem;height:;top:74.3125rem;left:11.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP { display:none; }#VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuNERrxmJAU713RdskSQL7RyNMMHhE8I { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNOb1eZ5TK8fcfsF5IrkuvgFC8KRQ2pV { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo8dyMKDQJblUSeB8SwcBC4A8lEARC4Z { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLNUIPr3XuqHThOlaGB5EWS3HxorTn35 { width:18.75rem;height:3.25rem;top:51.875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ptkHcE2tpJ6uwCe7bfNETDP6Z2Df5c { display:block; }
 }@media only screen and (max-width: 763px) { #KkAStHUEiBHCdlEnuVvgqs82P4ILeETm { width:31rem;height:2.0625rem;top:48.0625rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKzTohSWXXxXFdrZvrDH9NNZUdeSeBGd { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVD1T4mNxMW9fqtLQN9vb1O4ArBrzvwm { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub38ynIdsJWT72turD4reqWq1WoL1XQz { display:block; }
 }@media only screen and (max-width: 763px) { #H5iNHuEmUGed7NKExULfAsMTPyZSrDEy { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLk3ZOxiqVRx34FqzHXONgxReqPTFqhT { width:3.5rem;height:5.3125rem;top:49rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbiMFyTIs8sd07z90rBQI6peyeSThMSc { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg9HRevlKpitdd4HiyX5Fxbp2RCRoFiW { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APoLZ9JnGViNC02JTRvfW15Z5HCopEHR { display:block; }
 }@media only screen and (max-width: 763px) { #UMzbMdFJl0GrmB5aT1tFcAcaOTzeTWDC { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #envrx3FGg5r6hguzURNK3L5KEO0Q9qWC { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkepdWvTTbeKTWZCgzlcCyNZMiemQ4sL { display:block; }
 }@media only screen and (max-width: 763px) { #xDL52h8WkTplnxTwNQhlPmUNO2TICQxt { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5yJCO2SO9PBG2T1FkXcxUEkF4Cg5hA { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5tRqfOshIxiuxXBgESypAugAb47QgQ { display:none; }#Fi5tRqfOshIxiuxXBgESypAugAb47QgQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tdHxPzcb0Nns625KVXoKmvTLTsGHasT0 { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNrmQ0u5Zwyf8nifeZNUDv1RV6dyflEQ { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhVZ0hdUVbMvnBDvfxZOwuubtQsM0qk { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7SZJ1H1Zm06PJQLsVLIOG3kdpNMupaZ { width:18.75rem;height:3.25rem;top:65.75rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNG4FGDQr5Ru1taIsU4ScAiMpaz6tv4q { display:block; }
 }@media only screen and (max-width: 763px) { #xrN9qVpUPTmlAczb2hCrg7S96phvpOco { width:31rem;height:2.0625rem;top:61.9375rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d46O9BOC2len84tEWZPKR4e6iyypCfQW { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IJTmlvASgHukXvHLaUdfoabKxk7hNs { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNHUwq0QtixysgWab4EfhHPx2XzELBov { display:block; }
 }@media only screen and (max-width: 763px) { #J5wgaNW1qimKdLyTbyFqMHDHI73qrLcd { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TOzygMmHadF7k9GIW39kJBWJ7KFVzT { width:3.5rem;height:5.3125rem;top:62.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyt8cRDAFEB4EADWIscTTlgx8TsqGyho { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeiNSu4FGoqLFyIdweUJtOWDnlxmJlXk { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThdqxAkDm0FL5DRIR1XLk00i0HJ5rIAy { display:block; }
 }@media only screen and (max-width: 763px) { #TaQbJw4ReKUEbRKsTBxAQMtytnaAutCM { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98A1nmIEWAkhBdp6PcnTNoleAb8y20v { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3I6oHQTEuOB7TSbAuBuso2AQkliGkyR { display:block; }
 }@media only screen and (max-width: 763px) { #yTuNdl576TbThTFgXRTrCpiOIS6SMIJH { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWlyyTX6uFygC0Q8oOdVuHdN3VviBTt { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFVhA3owHeu9m2haGoa3vX5yhCQtTXZ { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEgy9qoCoEPLDIn3TowhS9pX2zqAHGF { display:block; }
 }@media only screen and (max-width: 763px) { #wJc99srOD4G04ITw7xmfqyqm4wqsZlXn { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va4oNZyxMOtE0d3GzoLBqe2Nzd0vr6NM { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 { display:none; }#LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fUAeA5QlDqLQJ6RN9esVi274Cwh7hN8h { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXT0Pwd2MFRTS72NAkqsCARZi7H8NBMG { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bktGyDbfomcHFWkOFqqUAgRH1bp0gneg { width:47.75rem;height:;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrypV51oqSgFw7aTuD6TAa1EqLpioyl { width:18.75rem;height:3.25rem;top:79.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lln4QKBUZExfJ2I53eF3WzHBquLlttEO { display:block; }
 }@media only screen and (max-width: 763px) { #SmaqqFnLRALEg67HcP9QgvnDu50tVDr6 { width:31rem;height:2.0625rem;top:75.625rem;left:9.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vTInuluScDnbwOmFi25PdCgMEt0tPn { width:3.5rem;height:5.3125rem;top:12.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HT10sTyk21ksThfzg8gNqzhP8BPSN2 { width:18.75rem;height:3.25rem;top:15.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqe6qsb3035cv0DAHrnip1OsHMcHQEXo { display:block; }
 }@media only screen and (max-width: 763px) { #WslIluR21GFAE6GwmmAmCstm6d2o2IrJ { width:36.5625rem;height:;top:11.3125rem;left:6.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn9e7makPbi3SGO7wQhG5E97X49whTxV { width:3.5rem;height:5.3125rem;top:76.5625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPqOmxVg1Ak5Vblns0cTnXPKl20PzIm { width:3.5rem;height:5.3125rem;top:22.375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5syTAAQGyAw6XgBNHSym1ube5fasezx { width:18.75rem;height:3.25rem;top:27.6875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zinf83Xtb0uwuu1LCAI5TT6TaKmFm54R { display:block; }
 }@media only screen and (max-width: 763px) { #dAZfy7szxEwAAT3ZwhakOF397lWOTtVB { width:28.1875rem;height:;top:22.625rem;left:11.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAdJrgbZU8JNEu03MrE8rH2v05wrZp7w { width:18.75rem;height:3.25rem;top:40.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaqoogbTrEIxhpbJ0Mutg4wUx2NT5kMw { display:block; }
 }@media only screen and (max-width: 763px) { #U00WAv4Fec64Cf951ufPqwG0EJQ1wc93 { width:3.5rem;height:5.3125rem;top:35rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5rR0sHB88KCweDmG0732bDCqQXpMJFb { width:28.1875rem;height:;top:35.25rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLnRoGBer4TdtMv21Rtm9xPz4IB07gzz { width:18.75rem;height:3.25rem;top:53rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQmW5SM22JXLPG5H9RNGBhApvQvpBln { display:block; }
 }@media only screen and (max-width: 763px) { #oOfnvnNNSdxVUXr1PzNuHb8wEle6H9MG { width:3.5rem;height:5.3125rem;top:47.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1oHZ8NvBKGRCzVe59JHm2159yxMiXG { width:28.1875rem;height:;top:47.9375rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxGPT3hWUhS8cTcW0RvaBTN6XIfSV20 { width:18.75rem;height:3.25rem;top:67.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVQJV8cinfui68TG8Cq8cp60dfFhgPcK { display:block; }
 }@media only screen and (max-width: 763px) { #Snp2JqzmwFQFKASC7TxXTmpfMh8ILsAi { width:3.5rem;height:5.3125rem;top:61.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4PMWuT9R9pl8zoBXhNMTLtr24cmM4EC { width:28.1875rem;height:;top:62.125rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 { display:none; }#tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqTEFaUMHdvObUKV2UT729lu2eORup43 { width:11.75rem;height:0.125rem;top:0.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80IAd0tE6KeLuQQLyKPpG74lQuMfRSk { width:47.75rem;height:2.8125rem;top:4.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { display:block; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlIgTMoSIRAtI6uBJz8ilpPT0MlVhaPL { width:13.3125rem;height:5.5625rem;top:7.0625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXnSrTB7PlTHsdapVo8GzU4UlbU2gnKp { width:47.75rem;height:2.5rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT { display:block; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnsJuV95Q4aM1IzniFbibRspgERH5IHR { width:31.75rem;height:1.25rem;top:1.125rem;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) { #wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 { display:block; }#wdekRClPmy2TxM8p6xHGpFvdQBOh7bu5 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGwVcTKRN9iHSgqQlJ8sc7TtUsx1fuxM { width:11.8125rem;height:4.8125rem;top:2.25rem;left:4.09375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HT2OPPypdDTFQ00keuXez82H3XTSPU0A { width:8.25rem;height:4.625rem;top:3.5625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1BeEtshniv1ypugbK39RZhkKfwBfd2k { background-color:#ffffff;background-image:none;display:none; }#G1BeEtshniv1ypugbK39RZhkKfwBfd2k > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEdErxJpLzF7sWts9iExlHFJDJHwu0uX { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgu1W2ZH6Z66BAXulM6sTvsBT7wk8F04 { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbwDwcPs0NBmoIz86OZirFCSGRDtbH9X { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDgywmMqsk9ddVlyLcmTllBwOnpWFiQ0 { width:18.75rem;height:3.25rem;top:37.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLKlQqmF0qHZiCnUinTEtPgHuwapdrp { display:block; }
 }@media only screen and (max-width: 763px) { #PvmFBkFuuRn01bmzXBCvcM5AyJTTpN7g { width:20rem;height:1.7871125rem;top:33.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv9Ki2baibTNGANDaOGNRloDOgMBcff1 { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVw6Tmx67lxTVkRR3uyeWyRp4QWlzEk { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkOlDN9McHxh9t3gg501L6u1CqPdXTG { display:block; }
 }@media only screen and (max-width: 763px) { #y46GMssdEbJIOTmEDzv8IVTZv4X06vxf { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e82Sd4vaBIhOhdQTwmktJhOf1qI32S7m { width:2.75rem;height:4.1875rem;top:33.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHBc2vofACeCrdQUCTT6XrTViorLWuT9 { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoXXc1ixbLMVkQIRQdcFwJa8MThJ0OK { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwyAKGcLVgitMomGgkz7Z0CqReyqf53f { display:block; }
 }@media only screen and (max-width: 763px) { #XilQsQC8ac86UQtoSL7Cnp0Pz0k6XvkS { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeElJyQZoQb9knDepvxpy98PK57UNtiJ { background-color:#ffffff;background-image:none;display:none; }#qeElJyQZoQb9knDepvxpy98PK57UNtiJ > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrHmPLmLhCqCNJDgeVzkwVnxC674AThk { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMDaf0uKPQJObPdXTZBFLQSokK7UxNpc { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPWq9tKiqVLQmxrMLXXRUsfo5g2fb5O { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kexL4Xh0hgHD9mF6vbc2Dsd6kfirzRnw { width:18.75rem;height:3.25rem;top:59.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJvQwElh915mefnZ9vhbQUnuvF1s39c { display:block; }
 }@media only screen and (max-width: 763px) { #DuE6J5AWglT1OcmiO4L8AmrOAX0kKEfg { width:20rem;height:1.7871125rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcfk7fQLcedMFkIUfzX98r5A20vzfwfo { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXpL5W6TsbIV2rZAPAM2EqxgTDXpJfCF { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO2XpHLXfQCaztXmmBdaDPTal7q1xuqd { display:block; }
 }@media only screen and (max-width: 763px) { #TbEtrNvccOXfZTx6gWRBnmCmwhVJgzRv { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqU8ug3GdaDkcFzwUpN749FyHhBNyCAs { width:2.75rem;height:4.1875rem;top:54.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEPkh0reXGA3GE0oHTpc1ru11N5g2nzZ { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6CQX3RTiPTtW9nQKT1a1xEszTZsxEPD { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyHkRfOfM0t3BFg8oxptfkNzn2nXRJn { display:block; }
 }@media only screen and (max-width: 763px) { #cKomOH1zaOzVVVJhkyyiO59ETH45Hvmk { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9zlcKzuukFUy73E0PNzEebfIDx57BTC { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EppV2DZ3Sl6lsswHWnWeT7MQiUuh170Z { display:block; }
 }@media only screen and (max-width: 763px) { #w7IdKF2uG1eRCiJHx3ygUviRJuGnM69d { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l72CfdMpuJ2AvLyiQnq5mdwaTHLCOzWJ { width:20rem;height:1.7871125rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8hvLIGFRS0EdA8qZwRNiSXz66xIZvJ { width:18.75rem;height:3.25rem;top:47.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgVkalOQMUU6bh05MfKKh9eRAKXFP9p { display:block; }
 }@media only screen and (max-width: 763px) { #ZOJFVrGANRcSQdnwDcCUtCbcyGMAve1P { width:2.625rem;height:4.0625rem;top:43.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipI61GghE2xDBVSRDdc7upTMz6TxOMnW { width:20rem;height:3.57421875rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS { background-color:#ffffff;background-image:none;display:none; }#MKZCyTkTg7lTEemtC4C8hmwwRgeP6qTS > .row .container { width:20rem;height:70.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gapcIKqCCR7LzD3gtmW3khNJ52nxQAa3 { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #azIPxb44k03icTaPyW3NlTLZhfDGph1O { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIBQoixyvbu68unNIbZLSu44BIe59Tab { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyFIUL2bacNXfNETdyiuxHsTFXLrHCbh { width:18.75rem;height:3.25rem;top:59.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV1PdsoRhAzxixMrS3RRCMwRuqcyzfaK { display:block; }
 }@media only screen and (max-width: 763px) { #LpEXLfVNbUne7yee7v1zsBARLwRUSId1 { width:20rem;height:1.7871125rem;top:54.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhigeOlQ9dXHfcbhMebSKTUsovqzm9tB { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0rRdLDOTN2E0F9Dr2zgRTVRsLoCKO9C { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7sD1C5EPBZUXgCTn79DHqu1xxtvxGXD { display:block; }
 }@media only screen and (max-width: 763px) { #LeXuFUlimhF2xKFWVfJQCe1S5zvBN0mI { width:20rem;height:3.57421875rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plb2KsBuSOXCXv2tUvyWze2CUaHIe1pH { width:2.75rem;height:4.1875rem;top:54.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM2szISTrnyi7iXXwx3B5N4UQTu3cgaT { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJwsUKoeJzax9nvEKomw5C2pp8vSID9P { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apZS1ifqDpScgeKOHhClBZzeo1h1etms { display:block; }
 }@media only screen and (max-width: 763px) { #DGFEOADVeMPscndI7fV24FnEQtrVWerd { width:20rem;height:3.57421875rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbSvv6TqTKEaNid5ck6ySrSs54ludn2 { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD4rA2Q1u8A6a4oBNbTx4Xq4DQgiBNur { display:block; }
 }@media only screen and (max-width: 763px) { #xNTB76M5iNCfsSIJuZNkq0hxExsyq93n { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOTAcekaqLpEEm8fpetrzCwyvQO4LEh7 { width:20rem;height:1.7871125rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugKuKfPEfO8CMwpyJO8Cz1Rx1aM61RLE { width:18.75rem;height:3.25rem;top:47.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bszrNw5QxBTRI4Qpg7c51TtDoTMTfPvu { display:block; }
 }@media only screen and (max-width: 763px) { #hpnmQJvTR3dNMd6vRIDriHkmPXgTCD1r { width:2.625rem;height:4.0625rem;top:43.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVXJKzPJ5JlNCmCen5U7xEeugZu7Rx1G { width:20rem;height:3.57421875rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV { background-color:#ffffff;background-image:none;display:none; }#rPsnQUbQFGJxEZMpNM7dms5JiDeykZwV > .row .container { width:20rem;height:78.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DfdvFqDTnOV41M7Oqaz0lhHIaf1PkTpJ { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrRTMa7AdWJSmD8zA4vxbUbKHfr9e47e { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv49IG78TcW1VuTVuUP6vA79utLA5how { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhzBsVPJo9VsPHEwgFABCr5yo5kR1wEf { width:18.75rem;height:3.25rem;top:71.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShOR5TRs8g4r1cHdruMaqwiqFH6dlmI { display:block; }
 }@media only screen and (max-width: 763px) { #TUbsmWIoLHlAxmhV8qOMiOzL3IPJInMn { width:20rem;height:1.7871125rem;top:67.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgqPPOVVHCIA3WQf6TMhanM3zgQLWUB4 { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFp8utlVAZp3MQvld7TdtTVTckOqA64t { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGTrcpeh1Mrnd3zR5qHv04Xm4IxeXuEo { display:block; }
 }@media only screen and (max-width: 763px) { #M8gzrGgpR8eyauMvs6FZqFs6GDf0pbHe { width:20rem;height:3.57421875rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXsakLr69hptQx8I6Ma1fxhzZ3u2S8K { width:2.75rem;height:4.1875rem;top:67.25rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWApqkaxOCXSV8uTNBidC9md2ydhZko { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQZcgvbGT8UBGDpkbGpZKpm1MJcq8i2U { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXswIlaJp139uT2nnf55oqvAuZDichLe { display:block; }
 }@media only screen and (max-width: 763px) { #s2yRJxyDTk8imO7wLc6hFaFfnlL1tInn { width:20rem;height:5.361325rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5PL34NO6MTMoDFMVyZmxsBOwQSXHKd { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHibSo927ckBt9t4EHFmXqxguZe9RI12 { display:block; }
 }@media only screen and (max-width: 763px) { #AeXTtsrw8ms7eozJhbAO1G6tR6NmOrrK { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNmFtLU0Ce47L2Lo3g5UfssPCr7xsuT3 { width:20rem;height:1.7871125rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzmQVTdEVX2R2XUWZTrQnC7KVKHDPviC { width:18.75rem;height:3.25rem;top:47.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2LU6nTaiyVQ7zDTy8GOHvMI0mAJ28Ad { display:block; }
 }@media only screen and (max-width: 763px) { #wOHrUIl4fwpvd2FzoDfSngO7MshGyVNa { width:2.625rem;height:4.0625rem;top:43.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaybGa5n0kuX2ObWuzt4J8H5EqTLzS0 { width:20rem;height:1.7871125rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAL1nL89QvgtNXI38ABpszGRFIECMCum { width:18.75rem;height:3.25rem;top:60.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJ16h6ekVIUIsHv7vDxrWWFliDmKH6k { display:block; }
 }@media only screen and (max-width: 763px) { #XRfVD5CcBxXmp5k1Z1JI88AAvgExOGMb { width:2.875rem;height:4.4375rem;top:55.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO0sd75yeDzuQvS93Quame2ZFfys67U { width:20rem;height:3.57421875rem;top:54.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG { background-color:#ffffff;background-image:none;display:none; }#zAHFJC08uTUxsxexKf09zMI8AK7Qu0XG > .row .container { width:20rem;height:120.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e0P3uvrGt8Wl79nxx8PyHV9D07WqTP1T { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayOfraxcxW8U3x1D3WgLdBe579tOTSbI { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQkkQRt9ZxCDv7XibUhJTklz1L0k3or { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI1pN0JK7cI1Ee47fr7DC8Iiv6KkoxA { width:18.75rem;height:3.25rem;top:109.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ib1LZAsx1ySThfhsPx09Up5m1g3DLg { display:block; }
 }@media only screen and (max-width: 763px) { #U2EgL4tAovx8laId00r1W6k9iTANJNcv { width:20rem;height:1.7871125rem;top:105.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgDmWQ0kkAHdp8GTotBTXLIKiyE5SHL { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGbuJHPxPF4TKBfze3VFyp9OTJxoZb2G { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCT0mx3WA7tuaO5iUzbs6uh98NfdTtyF { display:block; }
 }@media only screen and (max-width: 763px) { #WIG2hLpuDQD6mBAJ2KiRXW3hrzIQKHnA { width:20rem;height:3.57421875rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttGAPd5o0yiv1F80suivuOimAPktleHr { width:2.75rem;height:4.1875rem;top:105.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTO9LWXdcLxbttLIPVquTLhBW4CGQ6x { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuLe7zLQmXJhkDClEe9CDy2wPw6gCCtg { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol6mbd1rtUfhiLvya9dkLDfnC1NV0iza { display:block; }
 }@media only screen and (max-width: 763px) { #zD3JXLnervMMKxcrdV5OpU065sT34kmc { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctrTbiTnxSviQledasslaazTyDBJsoVg { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89u0cFiCGh6VTc9yFviUy520zed4MVz { display:block; }
 }@media only screen and (max-width: 763px) { #Ia1AEDT83RBzOINV6gTH1eD8FKEBc4Ha { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZsbWw5QTkt2FrF5y9LH47NJPiCR2tpS { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bid0hOnKBHKmteded0xTrDS5TO4VPvm4 { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywDRlwRgzEhRM71HTZeKQ06oovXhSs0 { display:block; }
 }@media only screen and (max-width: 763px) { #v75ycTB05T0smd5TZfnI5DKDhE8b4ptx { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRkgR2K8xnmFsA2PoUldv8wvokpB16u { width:20rem;height:1.7871125rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJDRTvHTzl582DJVbiimK9eOrwA4Gy1k { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaKNUplVArycf3gZK5v0xOMlCXsDVcRR { display:block; }
 }@media only screen and (max-width: 763px) { #fJtXQVUR7p9d8RPUKDKl07GXkxvHND0R { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBG2zf6TGoNVicZK46UcUwRvHJ3OOCV8 { width:20rem;height:3.57421875rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE17Dw1sT5BQyGbnfDvBqUPsHFEN1Ped { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWRiO7MTy2MoTVZOUOnn9hdtLNhTLJTS { display:block; }
 }@media only screen and (max-width: 763px) { #FcKl8xOaIcT7D5JnSS0zXLdTaH6Gg81X { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7g1eu8nXtLyhMFgcqNP98Eb0ETHOcnC { width:20rem;height:1.7871125rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b52BvUlnEETSDi0Qea9cB5p66LBX4Kzw { width:18.75rem;height:3.25rem;top:85.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyLFxqEJ1vffE8fqh0At6tHO4hOeIdz { display:block; }
 }@media only screen and (max-width: 763px) { #TIKgKHahGOMBWk9fHArz7sMM4ToKL0UZ { width:2.5rem;height:3.8125rem;top:80.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #el8KHUqbOp7urqa4XMRrhSorhK1HA3hE { width:20rem;height:3.57421875rem;top:79.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBtltX502GVCOaqmCTxIBnloO0UUcq8L { width:18.75rem;height:3.25rem;top:98.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwSpRKWt1RD7xWrE520dQTPKdoaa8DB8 { display:block; }
 }@media only screen and (max-width: 763px) { #rOQ7eOdwwJuLFciXmL6TME9SHZKBnK57 { width:2.5rem;height:3.875rem;top:93.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5vHezWQE4BiUDDWoyKydTSkEyEtGE1 { width:20rem;height:3.57421875rem;top:92.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa { background-color:#ffffff;background-image:none;display:none; }#tuLBA3EiS4CEiGZZmvk1lwkAi4HqbQKa > .row .container { width:20rem;height:109.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W4yvqWrpvz4FszEu7yIg5Kif37KxSpDa { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eI4WRiiaFnEeFkB8ieWSdZP4RdG61NsH { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIv1f935cgioXu1CSQTSFkMka5Raepwi { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWuUsvoC55BqiSUPImNbBX5LnRPmq4T6 { width:18.75rem;height:3.25rem;top:98.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxBM7gHHTXFq0sIR94PXBzBbPV9SLBF9 { display:block; }
 }@media only screen and (max-width: 763px) { #MLB7qEZ36dV7g5QlLlXJWW1IR1F5nHTs { width:20rem;height:1.7871125rem;top:94.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SZTrSnOwIqpPIvp8uavhtD5txogXVo { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TledQARwv60b6CNrcHvEsQOd1NiWUUXa { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuATiTp6pIv4pnUT1mWrkqedTfokKJk2 { display:block; }
 }@media only screen and (max-width: 763px) { #rlQA3yMUc9u4R9DReuqimbgNluQwRGeR { width:20rem;height:3.57421875rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS0UlfhsyxZAgQTxCenOZtSTvTmZV2nw { width:2.75rem;height:4.1875rem;top:94.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLt59045Nbnf8hlq0FXQztDqyEQ8te0o { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAz4y7e4AGhJh5VxRy8nd0vFz803mELu { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazElcMVixzoAgXQVHRTwOSWmlcOFM4z { display:block; }
 }@media only screen and (max-width: 763px) { #LoluUiKymTr3gVkK3bS3wgILCGccOD3C { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKCft0KOfvbzWsUc7KezNfdhI9EvKFC8 { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD6As5EmJopMHfNsZl2pRBPMoRHoKmAc { display:block; }
 }@media only screen and (max-width: 763px) { #XnpocX286kshL4Ukagbe4nOIwD67xQfC { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEMTvCCqQ8e6MzcdfIFTdGLaDT5q3U7B { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF1FK6oLL4T74t3KBThJyNnRD5JlMD5U { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR3B78FRv6CZOdhvTotT6JKSnGhQLUed { display:block; }
 }@media only screen and (max-width: 763px) { #OHgu3WLJu65F3yzGFpE7CK7HPkrfM4gJ { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKF1UfEtXIv9GsV58u2ZswgIbBOObpdH { width:20rem;height:1.7871125rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL9ZyXdUcbkMoCcOwevds9Gx3yZKUnDA { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URlTF110JSnTTZZ0yTIiCvpSVAAToL86 { display:block; }
 }@media only screen and (max-width: 763px) { #DagqPTsWcch0JgIbz6tegodhQMVTAU4a { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIAZ4NnQR4xGA8DJmrezO34uFAC3Tq8 { width:20rem;height:1.7871125rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnl2BxoPmk77bLomcX7fAqwgDxOIodph { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTyybsnSAylo4I8mUud3h7iZ30gfP0T { display:block; }
 }@media only screen and (max-width: 763px) { #rB8oEgBnoLTlfpOOklwczp8AwPT3Kubl { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqUFK4DlekASM71l20bVu67tqw2g62Cc { width:20rem;height:1.7871125rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G507J3e19TpPks5Nedhzv8FOqoLlKdbr { width:18.75rem;height:3.25rem;top:85.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv63ZTfkP2zhhUik212UWr8Adq272Gzd { display:block; }
 }@media only screen and (max-width: 763px) { #fyZthHRttFdqRE3PIW9dAFT4ooEOUMi8 { width:2.5rem;height:3.8125rem;top:80.25rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8BnCNZk0HlTM1iKvqdJnTagU4rJyV3 { width:20rem;height:1.7871125rem;top:79.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL { background-color:#ffffff;background-image:none;display:none; }#UxH7gTs8eHt1fkOWaUK7nro1DgwTRJXL > .row .container { width:20rem;height:128.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yd4irZaeQDcM6DiuH7bgN8q72F09w9QV { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkZFuHeHNurbCowh7zhh0ERH57dVUhSN { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSb3is5GO7VA8SkiT3tdfKvo7KU431tJ { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R60XtWht4nwZaBvgTqP4hUeJJFrTV1vV { width:18.75rem;height:3.25rem;top:119.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUl1IMDZng24oysyRAu2CmEOlI1NZwRL { display:block; }
 }@media only screen and (max-width: 763px) { #rIqbIM3TnuKZrlXLvvxTy5OvS70tckzN { width:20rem;height:1.7871125rem;top:114.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4LuRn1AJAP9Kftdk38R98DtFlqh7RMe { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd0yscfTZUTynADGaXfXMJugXLM5N3PU { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4bSUAlgAzwp3J8h0iUZ1ECI1IgxyVCL { display:block; }
 }@media only screen and (max-width: 763px) { #dpugr09cFQQ0GWi7bGQesQeMCV2bSsDX { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSrukaPPf7J1zO03aPZOha8LqGQHUpvq { width:2.75rem;height:4.1875rem;top:114.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmAClAfcumKMaebTEQbGsuxAp1FvgJo { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #We76fnwLzv0eqUQGMZKTv1fvbeUiFASb { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhJNohauE6bz2Td8vrla10Twz4yWa4ay { display:block; }
 }@media only screen and (max-width: 763px) { #O2zpvolNZeOIJi1IotUDKIdh0TSPneXi { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXaz7aVcdpocZuFaiPPNu5VbEm9Xfn3l { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1I9OiWFlL4Eo2iqsDpf6sTNM1TCTH8I { display:block; }
 }@media only screen and (max-width: 763px) { #JUGFLp5x3NmM4rbEJeeXsd1arynpH9kH { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTP3A23FJ3ff5fb7GiQb176A2BLfMxgp { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFC0gM2wy3T9HSPeNTvVRmQkrC5DzZyF { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WabrzzA6LEK4Q6NabiiTGtwUNdEENbIF { display:block; }
 }@media only screen and (max-width: 763px) { #rzyKecAR7nxSoZTIAC0N7ENAFzBlz2Mb { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJp1cVAuTabzWfNOmT694rychF0H5Fe0 { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3TVyEP1TPsupOZKpGQHQbtzHEBfN5Dy { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApKWTU9AuLaCrvbUAl5l2RaQP1tFkNF { display:block; }
 }@media only screen and (max-width: 763px) { #lz0cVJRk9FtauuBDC8ikiTbCn0uS7OI8 { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V72JAXgw52SxPbfEBnf03H6duP7gPpif { width:20rem;height:3.57421875rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Nq8W7zauf9KFL0cxybAAsWTwx41Sn1 { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQHDxAV1aJEMW8J9px44Qzc6Jw4T3MHq { display:block; }
 }@media only screen and (max-width: 763px) { #t2ESBduCfAOD0P4TB4Hq2518N9nFSFcg { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiSVZf1Q6nhHuvlnhypXDsUTnCMasNe8 { width:20rem;height:1.7871125rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZmHXZS3SuoSlCcdDiJF0vzsW3AQfEA { width:18.75rem;height:3.25rem;top:83.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnK3guyM3BSAZpIGEp1pTCahWXHH81Cw { display:block; }
 }@media only screen and (max-width: 763px) { #Lx8ZX782pn2TPQTL9DWnDAA11MIk3WoS { width:2.5rem;height:3.875rem;top:78.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7wM2nSwKW9mTW6RzSHLhTngm8aSkmkn { width:20rem;height:1.7871125rem;top:77.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRLJayaIvgS4FGq2sLw6GQcCwb0y8UFT { width:18.75rem;height:3.25rem;top:95.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJc4z4TOpUU2NWTCTPwSW4IcNLSoihfA { display:block; }
 }@media only screen and (max-width: 763px) { #cCHRNZixA3trHFnwqTieEsLA1IvdsUUg { width:2.625rem;height:4rem;top:90.9375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlVAVPMxLPb3RdF5fdSfAEsumTkTQiTv { width:20rem;height:3.57421875rem;top:90.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDISihh06hDIkmgNK2iKHM3IWbacmdTA { width:18.75rem;height:3.25rem;top:108.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hblo5ITQO2IIvfbTVRvkBloFqIaaCqUd { display:block; }
 }@media only screen and (max-width: 763px) { #v3pPkFh2JEV6TowBPLTxptuzaBg9nE2R { width:2.625rem;height:4rem;top:103.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoCfHdFTC2owfVV1AFLTcpIda567VyUx { width:20rem;height:3.57421875rem;top:102.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu { background-color:#ffffff;background-image:none;display:none; }#q8bbhZJCilRWvpZHh7MEHS90Mp7F21Xu > .row .container { width:20rem;height:154.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ccd02ItQPvy3yNBeuTEmhL9zQxSq7Gde { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZOGkICPJ3QVWXL3ZM1mp5fdf3gC1OZe { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4z5b6qiaypDOtRZHdd5ztluODrzhOLp { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZr5u0vuLPoWpiTtwKDw6Z3LGK9IVMf5 { width:18.75rem;height:3.25rem;top:143.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O679ku36UCzA23cuQXmbB7BhCCqSAd32 { display:block; }
 }@media only screen and (max-width: 763px) { #I5MrvK3C0oTPl9ipLKkPOSFldarSzWMP { width:20rem;height:1.7871125rem;top:139.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrCchtg6ySFDCfIZaKd8JBXSUyVJSxx { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDUQF1MeyTo25g69wS6GznMEyvh4siV { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmThuaaIMASxfBkEPGnaH1eqGImyQJWT { display:block; }
 }@media only screen and (max-width: 763px) { #lTQN8XCtadXBTUFzCuPpFUSfrUbCCSS8 { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BziJd3rlkMVLcfkgGtThHqnwmWmZxbrQ { width:2.75rem;height:4.1875rem;top:139.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPrzMsb4eIsdhoViAfFKWTuvsw0IpJcT { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykLTTzR96qxHKobr8zvSQq3d97oRbgiU { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgFx5hhu4iTh7xNJ1PS9NudlPuN8BMae { display:block; }
 }@media only screen and (max-width: 763px) { #DRFCAZJ7IeGpNsXh3EuxVuDReGv56hp4 { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnSTxx5bsNPsavRp1ncw8TqZ3Sg98vGn { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5U39eGLKEywUG26MRm4CuvR9VrcCwZt { display:block; }
 }@media only screen and (max-width: 763px) { #Xe2uVVoKhyqAeOIk47Q8kgXg5CJNlskf { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXd8QkTKT8G6s1vWyLlRfRq9Iuwgothr { width:20rem;height:1.7871125rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8FT6tmRtUSxr563MMqqWHftwMN9SJck { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMTWPJeoa2uOpUikFT7Cq6ImKKEThQbT { display:block; }
 }@media only screen and (max-width: 763px) { #EwtRPDcZvUXNP7Nsy4nzRwNdmIuppAQc { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4UG8g3F2X9LAGfax1aQTKCHW1P9m6cl { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqdhHyg6TJLx3cZV9oJTTa5WQnQWFuOr { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UutD5Ru98Zo9lI6X8tlNaF2dTvdz2lMC { display:block; }
 }@media only screen and (max-width: 763px) { #TiomobJ3AGZpwSIrxl4VsQWhqHdN4UhR { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAh6JksZpa8JToTqeOxUpwCHg1qN8Xi3 { width:20rem;height:5.361325rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxPRC1TAID6t1deMNdMaAUUbkuyA6x0K { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSeMK6rIfyrdZ0H0s28urWR4KEgUh4a { display:block; }
 }@media only screen and (max-width: 763px) { #hlmtipTyyZQhxWIUD6G7nkbxaKkQkzKS { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkXt3LtugP4kiJNvFVUpPBTfTbANN7KV { width:20rem;height:3.57421875rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFqh28u7FF1QZJJNAlnEq5biC8wT80N4 { width:18.75rem;height:3.25rem;top:83.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amsTCdpoTpxAJBeSd8gmFFZLybhc1crl { display:block; }
 }@media only screen and (max-width: 763px) { #dtyTOznpsikT7muZleiKfNMHMHarVll3 { width:2.5rem;height:3.875rem;top:78.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLJJiC0CAM5M0tFzTl4SBtsbXVyL9RH { width:20rem;height:1.7871125rem;top:77.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za2XizTIuXcSFs13QWqf8BWFvqONv7uA { width:18.75rem;height:3.25rem;top:95.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo5wM9Wuwnah6mAwXnKzBoQPc3lxu0nF { display:block; }
 }@media only screen and (max-width: 763px) { #dkuXRwHSgKn3QHUSqRdr7zmTDNIxSECH { width:2.625rem;height:4rem;top:90.9375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw37oHiNZTHSSJPaShOEgyn5r57eoxuV { width:20rem;height:3.57421875rem;top:90.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ0o7ME1b3KTkUUqpsTABMEPsrR6KL5C { width:18.75rem;height:3.25rem;top:108.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKRJDXW9IA2iphT2FA49pGRXfSUdBvhN { display:block; }
 }@media only screen and (max-width: 763px) { #TeKv6daRD1EmKLEnEe8Q6r5TIsh9DyUG { width:2.625rem;height:4rem;top:103.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFvwHE0pty0pUhSp4KTlppckmWE00B61 { width:20rem;height:3.57421875rem;top:102.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgyk5rmiW2om3fqUyoUqLdw0NgGm64id { width:18.75rem;height:3.25rem;top:120.3125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge0vOAWigqLzO4BEHuMWXBXuTI9qNgHc { display:block; }
 }@media only screen and (max-width: 763px) { #OLDJR6e037PALQXa3PkAAhKRMHkrhKHy { width:18.75rem;height:3.25rem;top:133.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLOrg6EtufEiOJsDJCVuNyoSXCASJiBq { display:block; }
 }@media only screen and (max-width: 763px) { #rimfJXqIT9pivh51LRp5dROkTqyrEpbT { width:2.625rem;height:4rem;top:128.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3O1rCsQLgVBoTDopFOUUOD7gbJxLNn { width:20rem;height:3.57421875rem;top:126.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XedmElRJ09UTXTkccRSDpamC3gALT4L3 { width:2.625rem;height:4rem;top:116.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcwDbH9dqSQnrdOBORdWUfGvf8Sdhb0 { width:20rem;height:3.57421875rem;top:114.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MawwXzqKinPO6D3v0UsCNV52DteNbxA5 { background-color:#ffffff;background-image:none;display:block; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container { background-color: transparent; background-image: none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container > .video-iframe-container { display: none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row > .video-iframe-container { display: none; }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .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); }#MawwXzqKinPO6D3v0UsCNV52DteNbxA5 > .row .container { width:20rem;height:119.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfasxyWLi3oS09M5Jxslz4MXTQGbAJfS { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMIa7ln7b9cPMDMuFF9GJW6o9StvGRx6 { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN43vXDFR1H1nB50KiTwZzBAiJwpcyeV { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbnRfTiOi72mS8TClnLkHTLaTvLS0cw { width:18.75rem;height:3.25rem;top:107.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJDDeSxroBkr2Qtz1JykVTQyTnKewQUH { display:block; }
 }@media only screen and (max-width: 763px) { #ZqZK2xCqMeWNCWXf6I0423uFFOKENsXE { width:20rem;height:1.7871125rem;top:103.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZfi3irT12KLK4DzdhZQtHVagGgmTwZ { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WalFd7Dz35fU99Xu0rM9FTI9stX3dTwW { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftlbBIPplOd3HNvATH80XaAVQ25FV1oi { display:block; }
 }@media only screen and (max-width: 763px) { #yaEex7VL18MTfU6TNZtzkJb4THQmeZaO { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOT9TUOiITfTEutdhXQlxT3sitoZHybS { width:2.75rem;height:4.1875rem;top:103.0625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr1Q5pMHaPnKhxh4d6BTsyi9rl62DHpa { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZv1tpGfETx1k2peaIMoXJDeJbN18ELh { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnLmyEyvL9gUyPmGKhuOdAIQh6dhSCGz { display:block; }
 }@media only screen and (max-width: 763px) { #HZ6cT32dAcreozCVf2GCFDWC8CwFHkBq { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpFrVCCE1Gcd9Xh679Jg3dAOaDMh6mse { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK6rnp7q2Z011wDpVyRxEDiWclT728TV { display:block; }
 }@media only screen and (max-width: 763px) { #KXgVgfD5QCGsKzDOTGCX3tVey5ovurBX { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvi24w3aKhV8cSSBA2CbFMNCt32wz6AF { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQhawbK89bQlFxcf4QTb6dheNhnNTBLp { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxC0aoNw3L8e0k2WuLey5tuMNVd4O50F { display:block; }
 }@media only screen and (max-width: 763px) { #hCd9up27IJOyEKdIwoh7IywbawrQha8y { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pREUZfEcw5dbPIX953kNyLultPKpPF6w { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8FOnlgy91v8ZdmNbBwsSZt2e1MxGmPX { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWJTyin8heTekxV3vqQXZF8ubfrJ3Rz { display:block; }
 }@media only screen and (max-width: 763px) { #ygwyEqdcRQc5VdOkyOZGCRz2fVgpT3XK { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeIL9MJZnLEMihfSsnPpoZcMTUDRknm5 { width:20rem;height:3.57421875rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in8KnaJafSVqQtguTK7somU3d8wJ1INu { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2gIlkmzBrp9vBJPSw6Rvc7nFQPeFvx { display:block; }
 }@media only screen and (max-width: 763px) { #G6MGbHbwsdOxLytJwoXWTSkAgyPzHq2B { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eato3fPThcnlp031QG6kiheNV7h50Kzr { width:20rem;height:1.7871125rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA1i2PSMnUxfz6LTPfBCw2h3EA9O9Fhq { width:18.75rem;height:3.25rem;top:83.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N27hWmI2AsHkFg5VQLqPA6VyCZ95tEzA { display:block; }
 }@media only screen and (max-width: 763px) { #ky0TUQ6t6I36q7qJ5wWhJrkJzR93oxUD { width:2.5rem;height:3.875rem;top:78.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsg4uCrkDUevq0mlCPdfyz2wG8Mloq6z { width:20rem;height:1.7871125rem;top:77.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW5SIx2UUTUhmE8PqXJpaouo3WqyruXs { width:18.75rem;height:3.25rem;top:95.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXUSToutISBSg5GNMr3wLSZaCCh4M7X { display:block; }
 }@media only screen and (max-width: 763px) { #GGVaBWBgMQTlTETxH7oufh7MsK9BpIJL { width:2.625rem;height:4rem;top:90.9375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xharAupkN0mtR9QpEZrnUUbHiK02oWQo { width:20rem;height:3.57421875rem;top:90.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob { background-color:#ffffff;background-image:none;display:none; }#w1Ibtg6t5uTmsUNm3UXyzpsE4w8R5Fob > .row .container { width:20rem;height:93.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l2SwgyqgnNXAaMqquOmFFJ1TK9FyGk17 { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0HlnUmJcpRPUcMd3XNR2C0PD47Ftr0b { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRqDXwoH8HZDuVgHyB4d0q0Tkre1L1QJ { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWgQeRNHclFk0TZiSm1mOgHFxwbfMV9C { width:18.75rem;height:3.25rem;top:82.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euezDVxz0wAA1pgFnbDHODNoWC187e2l { display:block; }
 }@media only screen and (max-width: 763px) { #kJvJAhKOkFFBIrLvyUtCWpdaaUdT28pi { width:20rem;height:1.7871125rem;top:78.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXEvZ52VcDg3CzIXP3dOtoToyvx11iV { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Z0hmp2EfWA8DBsEhsTGeqLWug7FWSv { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUdUvVRvHWHXAgPTaRgdJvMc4KJcHPl { display:block; }
 }@media only screen and (max-width: 763px) { #wPK8hZqXsuuh2BVeKwrrB84bTo2JhJrp { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM64PdCGxlBCpfXLDiSfJ2b3fQn0pM1T { width:2.75rem;height:4.1875rem;top:78.5rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3n1XganL1CvzcuXNUvRSxGkRhQNJvwI { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrBsyTVua21TAiZb3HN8TDsw0TcT7R7v { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbViQO5NGCzlmO0DN7gogUfX5HIwhUmN { display:block; }
 }@media only screen and (max-width: 763px) { #PmlaTv6yR8okoVQTAdK4WwLGcLw4haOv { width:20rem;height:3.57421875rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W238mB51CgqkFPqO6T7haMbyHTZRpywu { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpV1TWNCPQAONfGkQipqImfozApTCIvf { display:block; }
 }@media only screen and (max-width: 763px) { #yCggq8ZfTP37vDFZLKpKo4k8TgUfZElN { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nobMUe86cqAXlXTPaaBKIBU9ckPDG9uQ { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOGQfmKD6TZQzocKdw8tkD8VKbXV5daN { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrBPiS6sd2d4KhBlL7GRb0R2iXfTFBMt { display:block; }
 }@media only screen and (max-width: 763px) { #n3EI7r9JwDSAWqGCiwWwPTp18ub6sMn2 { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqnD8BFmx6rlhM00qMxc95M5iLrcPsQz { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZOLIaW8FeHVRqPTp3iHDWwcW2iCgdRf { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTAxFSKI5EIJVxfxqwXrzum0WfhQSse { display:block; }
 }@media only screen and (max-width: 763px) { #E49NsnQagck7fXxOkrTfOazohOh2hOT6 { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI2KTqfQiDwQpQWiwmV2c76Qat1HJuNK { width:20rem;height:3.57421875rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIT8iy7FRTwU9Et4of0oreZBBSTyergx { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzD2VTpwtMObNATARt7fAAmdVSsp8IpO { display:block; }
 }@media only screen and (max-width: 763px) { #rt10aHR1WhZT8BbVgcZBmlgizogITVTV { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ild9bTwygK3hnOpeTe3hOobGd6UmXQ1Q { width:20rem;height:3.57421875rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb { display:none; }#QAWqLqm3oX8I9T3HGOWJDpIp8POBzNSb > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y8kkL0rW1MQ9g1zIoc0LQePw9sibwsJg { height:11.25rem;width:20rem;top:4.2871125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #innlB7gsMurLwJuN2C4lkboBT1a5H91p { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX { background-color:#ffffff;background-image:none;display:none; }#kPDLmhWuIV5OlkkDAgp8t2iFti5cSFvX > .row .container { width:20rem;height:93.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fAWWKTUJZuapQWvV4gKdB5Hu7sC0UBdD { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIp7IFn6JlTu0Pi8kuQZpXFgaDXm4WBi { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlpXzT6G7GDHJzvIM7rNHpzpK9dqqFFU { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDS8UzTUr5qkLc0wbrbtyRSgNAKcHy7w { width:18.75rem;height:3.25rem;top:83.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aemuHt0OWMKvx8qTWTeTUNi5DfHEM7pN { display:block; }
 }@media only screen and (max-width: 763px) { #lLkBx8sGz9GbL2TdURTPSNuL93xC5a4S { width:20rem;height:1.7871125rem;top:79.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyoPhKZIqn66HprHeLuCbAKCOfbMOUu { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5tRB6xapHyd1EXg37F5I6TalaAAeHSE { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma0IpAFoOeq3F1bHL7QPLispikyl6tTq { display:block; }
 }@media only screen and (max-width: 763px) { #ifQHEmT9DOpohT1xvfhnPy7KdHRRTQXL { width:20rem;height:5.361325rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDkeRurx6zdCWCTS338RwGWForH9qDmz { width:2.75rem;height:4.1875rem;top:79.0625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkA92bMxVJggLT76eZ6ep9cAZHy7LPK8 { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLwLqu3PnyuAQHvhwpTggQB4GgGeirP6 { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHv8unqOU5AsQ5zq2Xd9FQpsKc4GKw6Z { display:block; }
 }@media only screen and (max-width: 763px) { #QV3aLXGOtbJT9Ff9D8pbNxp9A5CT7at4 { width:20rem;height:3.57421875rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE5TZMqE5Q95zrAd4tKDNQJ9wIhAHPgd { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gesushkikT2sif7103NoM6LVgzTcmnsQ { display:block; }
 }@media only screen and (max-width: 763px) { #tV9POnUVlsdBRl9GB9QKZhIJl51btCVu { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds6vhcqnZAovIcMT0pZI8De3GKpE91Ba { width:20rem;height:1.7871125rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqWFOkg0AvBxbCyOPUpxBrmzDdrq5Kv2 { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTxnD2dGxfRtmRPNDsf3pGGpf0GcSkUV { display:block; }
 }@media only screen and (max-width: 763px) { #D1PwLKWfgpby5PfNh7XTevcHZ8VKp96o { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2pvu5LMk9u69kxM5t2ulW4dwal38UUK { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxaTEXTcpRw9HlnODMGNd5dcnHmu12Qz { width:18.75rem;height:3.25rem;top:58.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi229lIPlyeKHtE0Hk2G8bd7X3DVxI66 { display:block; }
 }@media only screen and (max-width: 763px) { #DG4wb3O7ZE95ezKAgJ52GZwsh2noVtZK { width:2.4375rem;height:3.75rem;top:53.9375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1T4hoBPcbtL0Vz2LRUaueZnJ7L0pqny { width:20rem;height:3.57421875rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJl4cx6zRw8SlkKgKCReKtfJggyxmKp3 { width:18.75rem;height:3.25rem;top:70.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIEQgLXPdsxpOnrZwGtK3DWNXgnT1Kkr { display:block; }
 }@media only screen and (max-width: 763px) { #CN3mHqKvqOzGOVydUI7kV6XXAuzFB7dn { width:2.75rem;height:4.25rem;top:65.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1qNCMbxdKwtdBzykA4WEBf03vwHwIFt { width:20rem;height:3.57421875rem;top:65.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP { background-color:#ffffff;background-image:none;display:none; }#VgCiHxRvogrDZy0t8Ik1GB9xAcwD72wP > .row .container { width:20rem;height:56.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuNERrxmJAU713RdskSQL7RyNMMHhE8I { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNOb1eZ5TK8fcfsF5IrkuvgFC8KRQ2pV { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo8dyMKDQJblUSeB8SwcBC4A8lEARC4Z { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLNUIPr3XuqHThOlaGB5EWS3HxorTn35 { width:18.75rem;height:3.25rem;top:47.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ptkHcE2tpJ6uwCe7bfNETDP6Z2Df5c { display:block; }
 }@media only screen and (max-width: 763px) { #KkAStHUEiBHCdlEnuVvgqs82P4ILeETm { width:20rem;height:1.7871125rem;top:43.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKzTohSWXXxXFdrZvrDH9NNZUdeSeBGd { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVD1T4mNxMW9fqtLQN9vb1O4ArBrzvwm { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub38ynIdsJWT72turD4reqWq1WoL1XQz { display:block; }
 }@media only screen and (max-width: 763px) { #H5iNHuEmUGed7NKExULfAsMTPyZSrDEy { width:20rem;height:3.57421875rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLk3ZOxiqVRx34FqzHXONgxReqPTFqhT { width:2.75rem;height:4.1875rem;top:43.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbiMFyTIs8sd07z90rBQI6peyeSThMSc { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg9HRevlKpitdd4HiyX5Fxbp2RCRoFiW { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APoLZ9JnGViNC02JTRvfW15Z5HCopEHR { display:block; }
 }@media only screen and (max-width: 763px) { #UMzbMdFJl0GrmB5aT1tFcAcaOTzeTWDC { width:20rem;height:3.57421875rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #envrx3FGg5r6hguzURNK3L5KEO0Q9qWC { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkepdWvTTbeKTWZCgzlcCyNZMiemQ4sL { display:block; }
 }@media only screen and (max-width: 763px) { #xDL52h8WkTplnxTwNQhlPmUNO2TICQxt { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi5yJCO2SO9PBG2T1FkXcxUEkF4Cg5hA { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5tRqfOshIxiuxXBgESypAugAb47QgQ { background-color:#ffffff;background-image:none;display:none; }#Fi5tRqfOshIxiuxXBgESypAugAb47QgQ > .row .container { width:20rem;height:68.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tdHxPzcb0Nns625KVXoKmvTLTsGHasT0 { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNrmQ0u5Zwyf8nifeZNUDv1RV6dyflEQ { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJhVZ0hdUVbMvnBDvfxZOwuubtQsM0qk { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7SZJ1H1Zm06PJQLsVLIOG3kdpNMupaZ { width:18.75rem;height:3.25rem;top:59.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNG4FGDQr5Ru1taIsU4ScAiMpaz6tv4q { display:block; }
 }@media only screen and (max-width: 763px) { #xrN9qVpUPTmlAczb2hCrg7S96phvpOco { width:20rem;height:1.7871125rem;top:55.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d46O9BOC2len84tEWZPKR4e6iyypCfQW { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IJTmlvASgHukXvHLaUdfoabKxk7hNs { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNHUwq0QtixysgWab4EfhHPx2XzELBov { display:block; }
 }@media only screen and (max-width: 763px) { #J5wgaNW1qimKdLyTbyFqMHDHI73qrLcd { width:20rem;height:1.7871125rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TOzygMmHadF7k9GIW39kJBWJ7KFVzT { width:2.75rem;height:4.1875rem;top:55.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyt8cRDAFEB4EADWIscTTlgx8TsqGyho { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeiNSu4FGoqLFyIdweUJtOWDnlxmJlXk { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThdqxAkDm0FL5DRIR1XLk00i0HJ5rIAy { display:block; }
 }@media only screen and (max-width: 763px) { #TaQbJw4ReKUEbRKsTBxAQMtytnaAutCM { width:20rem;height:3.57421875rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98A1nmIEWAkhBdp6PcnTNoleAb8y20v { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3I6oHQTEuOB7TSbAuBuso2AQkliGkyR { display:block; }
 }@media only screen and (max-width: 763px) { #yTuNdl576TbThTFgXRTrCpiOIS6SMIJH { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWlyyTX6uFygC0Q8oOdVuHdN3VviBTt { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmFVhA3owHeu9m2haGoa3vX5yhCQtTXZ { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEgy9qoCoEPLDIn3TowhS9pX2zqAHGF { display:block; }
 }@media only screen and (max-width: 763px) { #wJc99srOD4G04ITw7xmfqyqm4wqsZlXn { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va4oNZyxMOtE0d3GzoLBqe2Nzd0vr6NM { width:20rem;height:1.7871125rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 { background-color:#ffffff;background-image:none;display:none; }#LZ25tM9f5wfpuua6XOwcpb8h93Hmtak8 > .row .container { width:20rem;height:85.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fUAeA5QlDqLQJ6RN9esVi274Cwh7hN8h { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXT0Pwd2MFRTS72NAkqsCARZi7H8NBMG { width:20rem;height:1.70605625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bktGyDbfomcHFWkOFqqUAgRH1bp0gneg { width:20rem;height:3.25rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrypV51oqSgFw7aTuD6TAa1EqLpioyl { width:18.75rem;height:3.25rem;top:75.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lln4QKBUZExfJ2I53eF3WzHBquLlttEO { display:block; }
 }@media only screen and (max-width: 763px) { #SmaqqFnLRALEg67HcP9QgvnDu50tVDr6 { width:20rem;height:1.7871125rem;top:71.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vTInuluScDnbwOmFi25PdCgMEt0tPn { width:2.5rem;height:4rem;top:7.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HT10sTyk21ksThfzg8gNqzhP8BPSN2 { width:18.75rem;height:3.25rem;top:13.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqe6qsb3035cv0DAHrnip1OsHMcHQEXo { display:block; }
 }@media only screen and (max-width: 763px) { #WslIluR21GFAE6GwmmAmCstm6d2o2IrJ { width:20rem;height:3.57421875rem;top:8.025390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn9e7makPbi3SGO7wQhG5E97X49whTxV { width:2.75rem;height:4.1875rem;top:71.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPqOmxVg1Ak5Vblns0cTnXPKl20PzIm { width:2.875rem;height:4.375rem;top:20.1875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5syTAAQGyAw6XgBNHSym1ube5fasezx { width:18.75rem;height:3.25rem;top:25.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zinf83Xtb0uwuu1LCAI5TT6TaKmFm54R { display:block; }
 }@media only screen and (max-width: 763px) { #dAZfy7szxEwAAT3ZwhakOF397lWOTtVB { width:20rem;height:1.7871125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAdJrgbZU8JNEu03MrE8rH2v05wrZp7w { width:18.75rem;height:3.25rem;top:36.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaqoogbTrEIxhpbJ0Mutg4wUx2NT5kMw { display:block; }
 }@media only screen and (max-width: 763px) { #U00WAv4Fec64Cf951ufPqwG0EJQ1wc93 { width:2.375rem;height:3.625rem;top:33.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5rR0sHB88KCweDmG0732bDCqQXpMJFb { width:20rem;height:3.57421875rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLnRoGBer4TdtMv21Rtm9xPz4IB07gzz { width:18.75rem;height:3.25rem;top:47.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQmW5SM22JXLPG5H9RNGBhApvQvpBln { display:block; }
 }@media only screen and (max-width: 763px) { #oOfnvnNNSdxVUXr1PzNuHb8wEle6H9MG { width:2.375rem;height:3.6875rem;top:43.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW1oHZ8NvBKGRCzVe59JHm2159yxMiXG { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxGPT3hWUhS8cTcW0RvaBTN6XIfSV20 { width:18.75rem;height:3.25rem;top:61.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVQJV8cinfui68TG8Cq8cp60dfFhgPcK { display:block; }
 }@media only screen and (max-width: 763px) { #Snp2JqzmwFQFKASC7TxXTmpfMh8ILsAi { width:2.875rem;height:4.4375rem;top:56.5625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4PMWuT9R9pl8zoBXhNMTLtr24cmM4EC { width:20rem;height:1.7871125rem;top:55.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 { background-color:#ffffff;background-image:none;display:none; }#tdnDpA2xiN8ykzCsi2sUMZVVCNFvZlP7 > .row .container { width:20rem;height:12.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oqTEFaUMHdvObUKV2UT729lu2eORup43 { width:11.75rem;height:0.125rem;top:14.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c80IAd0tE6KeLuQQLyKPpG74lQuMfRSk { width:20rem;height:3.4121125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngBcBM9lKdWclOA2gca28bbF0UDWSqSc { display:block; }#ngBcBM9lKdWclOA2gca28bbF0UDWSqSc > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlIgTMoSIRAtI6uBJz8ilpPT0MlVhaPL { width:10.5625rem;height:4.375rem;top:8.75rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXnSrTB7PlTHsdapVo8GzU4UlbU2gnKp { width:20rem;height:4.875rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT { display:block; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnsJuV95Q4aM1IzniFbibRspgERH5IHR { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }