.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:235,238,240;--color-primary-1:196,204,209;--color-primary-2:157,170,178;--color-primary-3:89,174,233;--color-primary-4:84,165,221;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,189;--color-tertiary-2:74,74,74;--color-tertiary-3:7,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/y7Q4mbYL/p140016_004rr.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;overflow:visible;position:relative;display:block; }#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0.0010414123535156rem;height:8.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.749567031861rem;left:1.8109817504882rem;height:10.2256875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:2.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8fba8bjj/checkbox.png); }
#nTAquzRT1TLIToNRmeW7X1y4tf3Cgn6J { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:26.8125rem;top:0rem;left:16.593748092651rem;overflow:hidden;display:block; }
#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container { background-color: transparent; background-image: none; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container > .video-iframe-container { display: none; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row > .video-iframe-container { display: none; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .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); }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container { border-width: 0; border-radius: 0; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#iGDto9XTWSHtmJtemSdylFnqod928MKN { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),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.124783125rem;width:5rem;top:5.4372844696045rem;left:27.5rem;display:block; }
#KFRQrulWRwmWLn2RESfxnUrkKqiHIVIL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3747844696045rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { background-color: transparent; background-image: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container > .video-iframe-container { display: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container { display: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .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); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { border-width: 0; border-radius: 0; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:60rem;position:relative;display:block; }#sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { 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:12.1875rem;width:18.9375rem;top:6.3125rem;left:0.5rem;overflow:hidden;display:block; }
#PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:3.1875rem;left:6.8125rem;display:block; }
#iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:4.03125rem;left:7.65625rem;display:block; }
#F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1rem;left:0.78125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.0625rem;left:0.5rem;display:block; }
#JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { position:absolute;display:block;z-index:15011;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:12.1875rem;width:17.6875rem;top:6.375rem;left:40.5rem;overflow:hidden;display:block; }
#F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.1218748092651rem;left:40.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ar0tkEl2MlHZsZemQFQfceFPu6P2huod { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:3.25rem;left:46.8125rem;display:block; }
#fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.59375rem;left:48.21875rem;display:block; }
#K59LlMdVaLJJpcIr172ebAxmZA40KdgF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:12.125rem;width:17.6875rem;top:6.3125rem;left:21.15625rem;overflow:hidden;display:block; }
#eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.875rem;width:5.875rem;top:3.25rem;left:26.8125rem;display:block; }
#UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:4.4375rem;left:28.0625rem;display:block; }
#RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1rem;left:20.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNrm3CQE4lRkfW5lV4HyGAxnRNyVbSep { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.21875rem;height:23.895375rem;text-align:center;text-align-last:center;display:block; }
#J0cywi9Du3eduEMRewuTuy6Ql7cR9vwB { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),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:25.0625rem;width:55.9375rem;top:21.055773258209rem;left:2.03125rem;display:block; }
#t8ViPKwzt7KAxhtMZAJQvrxs2yCG2xr2 { color:#1a0f06;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1rem;left:40.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container { background-color: transparent; background-image: none; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container > .video-iframe-container { display: none; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row > .video-iframe-container { display: none; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .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); }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container { border-width: 0; border-radius: 0; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#J1G8AWB4R5TAFbIyx4ArH4vwEaB5qCrC { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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:5rem;top:4.5249996185303rem;left:27.5rem;display:block; }
#iTMzHqSl9IE4DiqTEBXHvZVZvzRiLcu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.65625rem;left:8rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhZONF9gTpo5rWLiiqOy9dXDdbtN7ref { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.5);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:15.4375rem;width:55.9375rem;top:6.25rem;left:2.03125rem;display:block; }
#IorSbVFByi6y1IPhQQFw3MbVtsTzL1GW { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klw94SIqXQVDfbcm2O58T1fJnLDTxszV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { background-color: transparent; background-image: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container { display: none; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .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); }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { border-width: 0; border-radius: 0; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#MRNKHnU9vFstIWHBTnTOCMMaxXHgX07E { 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:12.875rem;width:18.75rem;top:3.125rem;left:0.4375rem;overflow:hidden;display:block; }
#WcBDPaaHZflGIKCeTq4u43nGrRlhHWup { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:18.5625rem;top:3.125rem;left:0.46875rem;display:block; }
#zb8qxo2KB6Vhb0t19dtUVlPXDEn6cxbD { color:#1a0f06;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.84375rem;left:3.625rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbP8SHM3OAQf6DKzlK97cvO34FhRTPTd { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:19.0625rem;top:3.125rem;left:20.375rem;display:block; }
#misN72eQyIwnyGwDzZzuchvHiu3xTNlR { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.875rem;top:29rem;left:20.5625rem;display:block; }
#cTo7E5J5uTVEoLTd6R85hz3x7ZqI24zn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.39999961853rem;left:21.9375rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XP0xAy29fiFepKbTmJcBdcCzlD3ICRZq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.412109375rem;left:20rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPz4TWZmys2k8iGTXi1Tvciudzc42Gxu { position:absolute;display:block;z-index:15015;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:12.875rem;width:19.125rem;top:3.125rem;left:20.4375rem;overflow:hidden;display:block; }
#JOT1uz1K8tfHCFTN6L8VFqrfwuspJHmz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.84375rem;left:23.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DXiRi7oxfRiIDZprQblUhniPOfTZcOWd { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:block; }
#ckwCqmxHnnncf7CmhaoSlt5EMGwDu7aT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:18.75rem;top:3.125rem;left:40.4375rem;display:block; }
#mnzTJzoD4QTx1QTWbRElICG5DaTcJFyA { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.625rem;top:29rem;left:40.6875rem;display:block; }
#Sote0ZHUWz1rEi8E1IPF0eLI2ohi4kBr { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.39990234375rem;left:41.75rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPCf6X3OL4mxWArhvun0tnq5bia3OdVl { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.412109375rem;left:40rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pSuD9iozFJiEk6vftEQP11FHx3fdIsrR { position:absolute;display:block;z-index:15015;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:12.875rem;width:18.75rem;top:3.125rem;left:40.4375rem;overflow:hidden;display:block; }
#AAIeKKQehzdozZp3Lv07Uzx85dDBX22k { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.84375rem;left:43rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pplt8obroQOthcJh66VNEXaEtcfaJfTN { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:40.6875rem;display:block; }
#o6olExGMOAheDp1HbudgicGfO3PS1odE { color:#1a0f06;display:block;width:16.25rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.8125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hD1xFmKJ8f5JwMI7nQxBbCWnmhNcgn69 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0625rem;left:20.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7uDZJlpoHfti5EaPhZ1R4dd4Hvbormv { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:43.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.099998474121rem;left:3.75rem;height:;display:block; }#SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ li:before{  }
#PObN2kqpIlyUr7UVAEV14wzGozva6QsN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.6875rem;left:5.0625rem;height:0;display:block; }#PObN2kqpIlyUr7UVAEV14wzGozva6QsN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PObN2kqpIlyUr7UVAEV14wzGozva6QsN li:before{  }
#NMQRmzvrRCJ1yIaTW7LuWTmodbFpqAHW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.380859375rem;left:1.03125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RLK8qoAxsqdk7n6ZygKQ42znHn6Zg0Kh { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.625rem;top:29rem;left:0.5rem;display:block; }
#LrvkMt17EN3wxOyG4MwzdcBZzX2ysmqZ { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:26.3125rem;left:1.03125rem;display:block; }
#H6u32eyrCXQh70PJy29RaS3zFTDNgXcF { color:rgba(var(--color-tertiary-1),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.39999961853rem;left:2rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbcQADkTXrCQxD05fptNmAfGeS6LiBRt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29rem;left:1.03125rem;height:4.544275rem;display:block; }
#DRtNGQnAmKG4ATbXCi3zu9kVBiG0dJpq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.199998855591rem;left:20.6875rem;height:4.544275rem;display:block; }
#MmdhTSFXZKiQ22TBgxaSTTzT2VTUyr3v { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.068748474121rem;left:41rem;height:6.8164125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xoUUh1ge3BTHIULcq4fInhTq13cPIQ3f { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.209415435791rem;left:3.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#TJMMEu7zzvT2f21bvU8s4qQL91CxFg29 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.883243560791rem;left:24.215496063233rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#enDFZdVzwKUB5oPvxz2vPALBVAiKMiNE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:35.883243560791rem;left:44.248046875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dyhWMtNTOxCKleXarHV5CZ60FElK2ZBQ { 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:12.875rem;width:18.75rem;top:3.125rem;left:0.4375rem;overflow:hidden;display:none; }
#GfA2W5hi8JvBa6AAGM8VbrZcNHZvbTo4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:18.5625rem;top:3.125rem;left:0.46875rem;display:none; }
#Znhc98HKzChBwXZgdOM3PGEFoM1Q1EHW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:35.21249961853rem;left:46.75rem;height:1.28125rem;display:none; }
#S06Wm8ULx8zSwcVmu3OXsqKrAlv6guB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.412109375rem;left:20rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tKoRcM575hfTqaG3cEevnVPaWsWS6v5e { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:none; }
#GpKWxRznrsVPBTCSDV2nVRetv73xRECf { color:#1a0f06;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.84375rem;left:3.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MA9Sxe12E5iTTby3AoaytvMBN1ZZU7CV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.412109375rem;left:20rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sdWQRfWbUpPIOehIVD51K2UPM4oTTkTy { color:rgba(var(--color-tertiary-1),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.39999961853rem;left:2rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lvU42XxLfSV5UMVRHLziG0ty7l7qTFR3 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:none; }
#ZJpesAGbULhtbsbacGMGXvD7UROunf15 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:35.21249961853rem;left:46.75rem;height:1.28125rem;display:none; }
#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container { background-color: transparent; background-image: none; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container > .video-iframe-container { display: none; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row > .video-iframe-container { display: none; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .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); }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container { border-width: 0; border-radius: 0; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#fZBuCxqzkOtIuWCKWRa16QSMtuTrPeOT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:24.375rem;width:45.5rem;top:2.1875rem;left:7.4375rem;display:block; }
#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container { background-color: transparent; background-image: none; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container > .video-iframe-container { display: none; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row > .video-iframe-container { display: none; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .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); }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container { border-width: 0; border-radius: 0; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:60rem;position:relative;display:block; }#NizsW1m5D306vXuZlalDgEE0tfQNviem { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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:5rem;top:4.5249996185303rem;left:27.5rem;display:block; }
#bE78qrKkmuynWpe935CE0xVSTNcHGr67 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.65625rem;left:7.125rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaHyKb04bqhwyd88OAFcrR4OVNc2eNHE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.5);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:15.4375rem;width:55.9375rem;top:5.25rem;left:2.03125rem;display:block; }
#JpC86uSPTEGVkriFXhpOeayHyUZCaSFR { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container { background-color: transparent; background-image: none; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container > .video-iframe-container { display: none; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row > .video-iframe-container { display: none; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .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); }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container { border-width: 0; border-radius: 0; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#cNFTTKiWJs8w8oxrqTWav8TkSG7gzNkf { 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:12.875rem;width:18.75rem;top:3.125rem;left:0.4375rem;overflow:hidden;display:block; }
#iod4nflcfkxv42v5FhO4IrmvMxKvhRk9 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:18.625rem;top:3.125rem;left:0.40625rem;display:block; }
#UBtBUtEzutVe6l7RblrEigySD2NrMmRw { color:#1a0f06;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.84375rem;left:3.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TV9ReXtDZutJWS460n7k24fRBDKL3ntG { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:19rem;top:3.125rem;left:20.4375rem;display:block; }
#Tl7WqkTAM1fMLaURutGcE0EkMwPJcc9D { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.875rem;top:29rem;left:20.5625rem;display:block; }
#TX39elH8A5pR8WnAvFhu1JsTTFmA5QRK { color:#454545;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.39990234375rem;left:21.9375rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUd5tXhy9r8XXlhzbG2Tqm6nUybUaCFT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5810546875rem;left:20.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Al2wRIHwvIbhVOPcBQ86HekW6g0KHLmR { position:absolute;display:block;z-index:15015;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:12.875rem;width:18.75rem;top:3.125rem;left:20.4375rem;overflow:hidden;display:block; }
#oFnT4BK6R89rhOWoz90DtCqWuFhAi5Ug { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.84375rem;left:23.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIXGbnVlvfR6Cw53wTbWAXN7TmB127VW { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:block; }
#LBM3nkXdL83z8d86Z9GZSGUH1RdBygNE { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:18.6875rem;top:3.125rem;left:40.4375rem;display:block; }
#CMGFMwCts3PtvzgTNnfJv3E7w6LPLPx1 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.5rem;top:29rem;left:40.625rem;display:block; }
#P8HMWwL6t9JakqusOXydkTCKD6dX2yZW { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.39990234375rem;left:41.75rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPMsUaNCxkycdmacqIqInCcb1ZRcJdmX { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5185546875rem;left:40rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSHcJmVUOotzpmuxrR214Vg3xtImC6XI { position:absolute;display:block;z-index:15015;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:12.875rem;width:18.75rem;top:3.125rem;left:40.4375rem;overflow:hidden;display:block; }
#l4PwO9nczOz30csPHUQsg7iCTTAtedqv { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.84375rem;left:43rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a8iNXEwTNgooGcyLsO4TSIgQnpumTKb2 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.30615234375rem;left:40.6875rem;display:block; }
#FttinHwmmNocCn4zXTM8HpZTkCSdqDbH { color:#1a0f06;display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.953125rem;left:1.78125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZoOffGnutP2tKxQ3T3VDoaXpx7lyFocT { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0625rem;left:22.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOZQLe3pGT2RJoDTrNZQ9hwzKTbR0g5W { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.65625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.099998474121rem;left:3.75rem;height:;display:block; }#RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o li:before{  }
#Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.6875rem;left:5.0625rem;height:0;display:block; }#Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g li:before{  }
#GQbygbzoSlnr73lz0s8vicOLS7RiM61S { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.4560546875rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAkmbfRi2S23cZo3MHtRNHNL1LSzJOtV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.625rem;top:29rem;left:0.5rem;display:block; }
#ocTzNT9v2IX7WkQ19vtUESwklEPSFDdR { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:26.3125rem;left:1.03125rem;display:block; }
#q3eRT8OUz3ltpStUZzwcwkXWn32Kib7s { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.39990234375rem;left:1.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PACKir3egcdZ9I57n9H7823oZ2Ip0aE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29rem;left:1.03125rem;height:5.68034375rem;display:block; }
#ptybAghql9UEJVLE4Tk7Wcv1u3LmMErM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:29.199998855591rem;left:20.6875rem;height:4.544275rem;display:block; }
#s0SROTADTrG97CTetV1mcXbSqFqrkt70 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.000005722046rem;left:41.749998092651rem;height:6.8164125rem;display:block; }
#L3h7lTBxOilvvMutzNXAZdNqIvu3BGZe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.21249961853rem;left:6.75rem;height:1.3rem;display:block; }
#gFfZg4zrIZUT2l6Ah2Q0d811cLmegHeR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.21249961853rem;left:25.8125rem;height:1.3rem;display:block; }
#zw7ZrP80GwB9aRiuFfedO31WtskSRhex { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:35.21240234375rem;left:46.8125rem;height:1.3rem;display:block; }
#ZoyRk14xzhrsDToSTe91zAzovdslsEV0 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:19.0625rem;top:29.19970703125rem;left:20.5rem;display:block; }
#El1iJWGJIHFCHFiOITbveM0CFhT1RDcK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:18.625rem;top:3.125rem;left:0.40625rem;display:none; }
#or3FKWC2rH5lLE6Khp5WPLssdTLKdP4N { position:absolute;display:block;z-index:15015;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:12.875rem;width:18.75rem;top:3.125rem;left:20.4375rem;overflow:hidden;display:none; }
#MTDiJQu4Sad6XQO9BoWdzTEZi6CRDueH { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5810546875rem;left:20.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kN4UHpHZo8JGFwwbi6xvsg6ngz7ny09W { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:none; }
#Js9NuXSum9v48vglnB8gCRKmSWT3xJEP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.84375rem;left:23.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#w7TnTTiQx8p9HoJ0vPGWTX2cDE4g5sQl { color:rgba(var(--color-tertiary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.5810546875rem;left:20.5rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mKbIXP6HAID6667mcE5ISxgxafbXHQMG { color:#454545;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:26.39990234375rem;left:21.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iV5LcFT3cOFRUalKbxielA1tVNnoBPHg { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:none; }
#p7sQfkTn7tSbZE01ZTacruLWsH7ob4AS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.21249961853rem;left:25.8125rem;height:1.28125rem;display:none; }
#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 { position:relative;display:block; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 { background-color: transparent; background-image: none; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row .container > .video-iframe-container { display: none; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row > .video-iframe-container { display: none; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .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); }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 { border-width: 0; border-radius: 0; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .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; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OVdypgrEDt2T99SG3BqnNUwHyvRzMNVP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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:5rem;top:5.625rem;left:27.5rem;display:block; }
#XA9FgrCfK4ZEN6pC8bkTPcBDQBo3NyD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.373697280884rem;left:7.1234817504881rem;height:14.619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dy8TLzG6uIQTC9ORJkE2KEKOMIgm5I3i { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),0.5);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:17.125rem;width:55.9375rem;top:10.123697280884rem;left:2.03125rem;display:block; }
#VFbZPlDco6kwgozoqHngyFwpuCIfoiqg { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:7.875rem;height:7.7995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k { position:relative;display:block; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k { background-color: transparent; background-image: none; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row .container > .video-iframe-container { display: none; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row > .video-iframe-container { display: none; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .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); }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k { border-width: 0; border-radius: 0; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .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; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;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; }#n8dyS3NvHQHgrOnLuKqpiSVshyfTiPni { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.374125rem;width:18.624125rem;top:1.1697044372559rem;left:0.68684768676756rem;overflow:hidden;display:block; }
#g7XowLOyIzZQCgtPFqxi8roWqHvAOItu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.5625rem;top:1.1393251419068rem;left:20.625rem;overflow:hidden;display:block; }
#Rqg6q87UOXlk0gVkW5iVuDPHWWp75V7M { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:1.1078548431396rem;left:40.625rem;overflow:hidden;display:block; }
#TH7o6URduHIxinHsVxyKoUiF4Kqxqtov { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.210069656372rem;left:0rem;height:4.87413125rem;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; }
#bRqRKbmxOLDr2gTwnuAuukniswyE49aJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.210069656372rem;left:20rem;height:4.87413125rem;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; }
#X6eHMSqHnDnlmIZ9sNlLsIfD4HlXCzuc { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.210069656372rem;left:40rem;height:4.87413125rem;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; }
#hWPvVcxr2ZpbziETFVTzbxWemw4ZdQXh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.836155783385rem;left:0.21809768676757rem;height:12.99913125rem;display:block; }
#zeCsrwhkuvBcD2EAOVFhnSuplMvleUnh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.836155783385rem;left:20.3125rem;height:10.3993rem;display:block; }
#mwebIGGRiPT0tvzcRK18Buv4WQ0I6vei { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.836155783385rem;left:40.342880249024rem;height:11.6992125rem;display:block; }
#lEXJQPU8El5xEGiTAOzUMUoaGIQfNcJI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.906035423279rem;left:1.25rem;display:block; }
#mg5Spy5Tns6wPxTFkeyX6kin2LZxA89J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ix1pXcAiFp9f4o79oVh5nGRFDmAUfp6U { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.904948234558rem;left:21.25rem;display:block; }
#NbiqTaGGJMZTip6qlm1MEyAFHO3Gr0Wh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHxCG1IZlw8p5uCBDg4swWXyd5HFBPgs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.904948234558rem;left:41.25rem;display:block; }
#BxA4wIyXLiRemR0G00AmQ0BBUeT8aqKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 { position:relative;display:block; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 { background-color: transparent; background-image: none; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row .container > .video-iframe-container { display: none; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row > .video-iframe-container { display: none; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .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); }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 { border-width: 0; border-radius: 0; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .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; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;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; }#r605X3FrdeQX2894QI9bfQqSSsllEnli { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.625rem;top:1.1414957046509rem;left:0.68684768676756rem;overflow:hidden;display:block; }
#OXTNMptIbUWbgxI43XnsLRE70Wh9WsQr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.75rem;top:1.1393251419068rem;left:20.625rem;overflow:hidden;display:block; }
#TBvX50AzJSCDwEBbzu2rQybfpMdpKnDK { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:1.1078548431396rem;left:40.625rem;overflow:hidden;display:block; }
#vgBtezyhsyIR0nUe8Eyw0ovvT06zZvDz { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.210069656372rem;left:0rem;height:4.87413125rem;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; }
#fbvnQALStLxa5PO6R1Scp6tvP34km9w5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.210069656372rem;left:20rem;height:4.87413125rem;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; }
#m2KBPSW4fgdQtXqhJi1Z6fSnB2Q4JNl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.210069656372rem;left:40rem;height:4.87413125rem;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; }
#PApLgTrt5zps5gUJRrby0GdolvrbkpTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.836155783385rem;left:0.21809768676757rem;height:12.99913125rem;display:block; }
#FfcLc7Rym8TDcv2EGeMf390Kd0xsGkJq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.836155783385rem;left:20.3125rem;height:10.3993rem;display:block; }
#fJuvlUJZWvWAXSsBHRJEZO3X7qKoyNSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.836155783385rem;left:40.342880249024rem;height:11.6992125rem;display:block; }
#ywo8ghDHhTyoaQs27fOqqNMAK0kZkABJ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.906035423279rem;left:1.25rem;display:block; }
#DnElcZNsyEOmVmzTohNWqlluqQxqdGJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFSMAId18vnQcTL6B8orR6TkgwhfiOKA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.904948234558rem;left:21.25rem;display:block; }
#JsuGD6yvbiQI519B1y3M4Elro1V3S9L6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQ3R4CH7pqHPrZIxXw1lGGDdTQ84Bu8N { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.904948234558rem;left:41.25rem;display:block; }
#ax3Kv3OXxHOvE1fxTWTh7efQ77l2VusS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container { background-color: transparent; background-image: none; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container > .video-iframe-container { display: none; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row > .video-iframe-container { display: none; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .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); }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container { border-width: 0; border-radius: 0; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#NIZl03JDa9UQHegqHMm4Xv7LPODL53vP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:24.375rem;width:45.5rem;top:2.1875rem;left:7.4375rem;display:block; }
#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container { background-color: transparent; background-image: none; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container > .video-iframe-container { display: none; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row > .video-iframe-container { display: none; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .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); }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container { border-width: 0; border-radius: 0; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#D8TFmmCJVtoykc2avrEXIZO4GBTDQZL7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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:5rem;top:4.5249996185303rem;left:27.5rem;display:block; }
#yCRLVfmb3ZtLXKHt0Lug0MELTorkQhED { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mlts4fvL2DpxSMcrNfetGOOgeAGFcKLZ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.5);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:18.0625rem;width:55.9375rem;top:4.5247421264649rem;left:2.03125rem;display:block; }
#r0RmEBbTmeZ1uxPStkdazXSGCehgsvMT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.40625rem;left:5.09375rem;height:16.243475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container { background-color: transparent; background-image: none; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container > .video-iframe-container { display: none; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row > .video-iframe-container { display: none; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .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); }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container { border-width: 0; border-radius: 0; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#gNuymuSsg5hWK3wBpCWv2pILmofScFcL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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:32.8125rem;width:24.125rem;top:1.078125rem;left:34.1875rem;display:block; }
#cilBmwiB9bcrz4dk26zEpyfhFdVKIOk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.34375rem;left:34.375rem;height:23.14453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoNS5MdhrBpXUJDcoz1J51i7SQ8fZlOg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:28.53125rem;height:;display:block; }
#cHTDffExTcXrZrfih6alzr78gBxTJ8b3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38.3125rem;height:2.11263125rem;display:block; }
#e7apcDQ3yqLQUQPAOeTGN6pi2RJ0KIwq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:26.3125rem;top:1.875rem;left:3.3125rem;overflow:hidden;display:block; }
#Xc6f4BgwqwEvrsi6BdRwlOmz0xsIH6LF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:29rem;top:18.25rem;left:4.3125rem;overflow:hidden;display:block; }
#BMFStOOIPcuFI13tvh969De9UXTvpxrp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container { background-color: transparent; background-image: none; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container > .video-iframe-container { display: none; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row > .video-iframe-container { display: none; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .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); }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container { border-width: 0; border-radius: 0; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#AP4e2SpGbUme2JAOCDQJOy23Q0KwUGGT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:24.375rem;width:45.5rem;top:2.1875rem;left:7.4375rem;display:block; }
#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container { background-color: transparent; background-image: none; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container > .video-iframe-container { display: none; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row > .video-iframe-container { display: none; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .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); }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container { border-width: 0; border-radius: 0; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#DQeldNkZ4oMT7KR4rLentdQ3oH6rVNIL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.05);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:32.8125rem;width:24.125rem;top:2.03125rem;left:3.375rem;display:block; }
#CkWluVehiE01Q3eJwGdg3TTUHzofQ8hd { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.03125rem;left:3.5625rem;height:26.2304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4x2UlRQAUoHWNvHUDfQdLfex2dSrD42 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:28.53125rem;height:;display:block; }
#TKZ7k26VKLB842XDpZwvMCX9Xi20bsAb { color:rgba(var(--color-primary-3),1);display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.90625rem;left:4.59375rem;height:2.11263125rem;display:block; }
#w6zTsklrZOTs7BgvMvohcwdU9H8PRD0S { position:absolute;display:block;z-index:15007;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:17.75rem;width:26rem;top:2.03125rem;left:30.09375rem;overflow:hidden;display:block; }
#X2pqyV6FuN22FO3izC9koSyg4MB3zAds { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:26.9375rem;top:18.125rem;left:31.8125rem;overflow:hidden;display:block; }
#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container { background-color: transparent; background-image: none; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container > .video-iframe-container { display: none; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row > .video-iframe-container { display: none; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .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); }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container { border-width: 0; border-radius: 0; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:block; }#TnZtDt5905sl878BtFmAZIDmbbBNyh43 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),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:5rem;top:4.5249996185303rem;left:27.5rem;display:block; }
#HTGi5gQPH7pzxERufeqzKQBGmMpDAhAP { color:rgba(var(--color-tertiary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:13.625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhBc1WO0v9gOfsau88M80tNfItiCwlod { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.5);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:18.375rem;width:55.9375rem;top:4.5247402191162rem;left:2.03125rem;display:block; }
#MfbOtPUxZoTlvksUaXOUEOnTkAr6P9vI { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.40625rem;left:5.09375rem;height:16.2435125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container { background-color: transparent; background-image: none; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container > .video-iframe-container { display: none; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row > .video-iframe-container { display: none; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .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); }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container { border-width: 0; border-radius: 0; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;position:relative;display:block; }#r5IETN5AotesTElvO3L9HNJBh6ghsvui { 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:12.4375rem;width:18.75rem;top:3.125rem;left:0.43728256225586rem;overflow:hidden;display:block; }
#aoR52JEUKecMgcLG78eIvX9JQV0VpQHC { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.625rem;width:18.625rem;top:3.125rem;left:0.40581893920899rem;display:block; }
#uXqsZ2ayQQDn2D32TDl2Xds8esDOynp7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:19rem;top:3.125rem;left:20.437286376953rem;display:block; }
#p2CZ27e7IXBUKXlQunaHdBl4TbBTXmWe { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:18.875rem;top:29rem;left:20.5625rem;display:block; }
#dKDb8vo6fQXFJXtV0vyTkTBD4ylwnXKa { position:absolute;display:block;z-index:15015;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:12.5rem;width:18.875rem;top:3.125rem;left:20.437286376953rem;overflow:hidden;display:block; }
#an3lNJhEget31snFNugpOplBEOV973QP { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.75rem;width:18.6875rem;top:3.125rem;left:40.437282562256rem;display:block; }
#DPWeOng6kcdut66lMqvTFRFDBn555TnS { position:absolute;display:block;z-index:15015;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:12.5rem;width:18.75rem;top:3.125rem;left:40.4375rem;overflow:hidden;display:block; }
#wp2rpDHXAhbbtQ26veznuExeXlWt6MtC { color:#1a0f06;display:block;width:16.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.953125rem;left:1.78125rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6beMgd4hNNJEasFLZTnT5hQUClq6I86 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.0625rem;left:22.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPw4fQGq77rdHQ9vxOQ24OESWaekrJv0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.65625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.099998474121rem;left:3.75rem;height:;display:block; }#p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX li:before{  }
#keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.6875rem;left:5.0625rem;height:0;display:block; }#keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 li:before{  }
#gbuCy14vsaq8V7rkQulGdDcPVBHknFx6 { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.164281129837rem;left:0.718318939209rem;height:15.1823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPl12AWSDIqWIScAW1tC0lygLaIvFH3h { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),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:3.4375rem;width:18.625rem;top:41.375rem;left:0.5rem;display:block; }
#dUeBcTWxSOSZsv7R4VD96ryfwToH2gkE { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:41.375rem;left:9.3125rem;display:block; }
#kTePSwyzKWW2t8hxkUFlCOdmXTI25ZKw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:43.1875rem;left:0rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ld5PIJTh28ifmOq3lOHE4EEv20XE0IX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:46.0625rem;left:0.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#qk85MsFDAoOWzzxnxCRMswam3MV2ZQua { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:46.125rem;left:20.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ZBJq6gWgdp4suTkpnnfZ9FVolysypygh { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:19.0625rem;top:41.4375rem;left:20.5rem;display:block; }
#pPgafFG0xoo5v3phc1zAHTiTEyyK4XSr { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f1f1f1;border-left:0.0625rem solid #f1f1f1;border-right:0.0625rem solid #f1f1f1;border-bottom:0.0625rem solid #f1f1f1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.75rem;width:18.625rem;top:3.125rem;left:0.40625rem;display:none; }
#B6PvmtVsCdq2BxOTMNeDmPca7hKnZPPE { position:absolute;display:block;z-index:15015;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:12.875rem;width:18.75rem;top:3.125rem;left:20.4375rem;overflow:hidden;display:none; }
#KZJ9W6dM4XfqWPJbZhsOURerLZTmB4R5 { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:26.25rem;left:20.6875rem;display:none; }
#c9L6OQSkkpGyti8nVm8q49sHrt71hZ5C { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),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:3.4375rem;width:18.625rem;top:41.375rem;left:40.5rem;display:block; }
#WxgaWTfhmzL80exkiltKFrfo3F84ZaHm { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:41.375rem;left:49.3125rem;display:block; }
#S4OA27nrdq4JazB1KTSrIPmwrpXldRsV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:43.1875rem;left:40rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dI4DCKCG5klH05P0KEWdG5qGv6zQrv4E { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:46.0625rem;left:40.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dCtQ895u1w1MIBqazxwJmzpMXeqSWdUD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.164281129837rem;left:40.812503814698rem;height:17.9426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmaQ3LqNzxOxJXi6PxdNyt8oTzt4NfI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:21.164281129837rem;left:20.937503814698rem;height:14.2990625rem;text-align:center;text-align-last:center;display:block; }
#PZ887vUr7MSZcsElOPTFqdrkTOEhhXd6 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;font-weight:400;line-height:1;height:1.31185rem;width:1.31185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:41.374783754349rem;left:29.342449188233rem;display:block; }
#axvdwL1CMg9nCsoys17EsD8LX0TtfvgA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:43.186852693557rem;left:20.749786376953rem;height:1.13606875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT { position:relative;display:block; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT { background-color: transparent; background-image: none; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row .container > .video-iframe-container { display: none; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row > .video-iframe-container { display: none; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .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); }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT { border-width: 0; border-radius: 0; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .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; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.1875rem;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; }#VJSXeqpHbmWMOHQXTVEu0wNs1mNLdU58 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2293853759766rem;left:14.623481750488rem;height:3.41145625rem;text-align:center;text-align-last:center;display:block; }
#Uo4rwgplTWURQtfUM6siHziyJDkH4BFz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6397571563721rem;left:20.218097686767rem;height:1.2999125rem;display:block; }
#WWTDLetS3gN6m5hP2Swhhii9Vtp2nDB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.9995625rem;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:6.6048183441163rem;left:0.49913024902344rem;height:48.09678125rem;display:block; }
#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/GOLElaA2/p140016_007rr.jpg");background-position:bottom 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; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { border-width: 0; border-radius: 0; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#MPFtwBntanemHl3ti0EarcwDRkFnvTgB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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:5rem;top:21.1875rem;left:26.4375rem;display:block; }
#z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:6.1875rem;height:12.9166875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGp1VIVKLRQ3ZtciV465PEeNCbrD8ZTI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:22.375rem;left:0rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#isPfTwISvUJT7EAdrHJKQB7UaUb6cTcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5625rem;left:23.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#qUZQaC34DBCJ1UIT8GAv1kU4uExme6FD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.5625rem;left:45.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#lxLgtLn6HR6KUT9hIqIZZzXTKW1FpkRi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.5);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:17.625rem;width:48.0625rem;top:2.1245727539062rem;left:6.9943580627444rem;display:block; }
#yu2sm112avBZtxLarhbLMicsdZhFQ1bH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.686407089233rem;left:19.53125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ctpoTdyxqTDWscCBRhb5hTz1Ndf43NfS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.726982116699rem;left:20.185546875rem;display:block; }
#kARQULtRTOvBbPZNgrBcJD7Llo7uIdux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:47.75rem;height:8.9375rem;top:7.8125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:26rem;height:10.1875rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8fba8bjj/checkbox.png); }
 }@media only screen and (max-width: 763px) { #nTAquzRT1TLIToNRmeW7X1y4tf3Cgn6J { width:26.8125rem;height:7.875rem;top:0rem;left:10.468748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK { display:block; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGDto9XTWSHtmJtemSdylFnqod928MKN { width:5rem;height:0.0625rem;top:5.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRQrulWRwmWLn2RESfxnUrkKqiHIVIL { width:47.75rem;height:3.875rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { width:18.9375rem;height:12.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { width:5.875rem;height:5.875rem;top:3.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { width:4.6875rem;height:4.6875rem;top:4rem;left:5.59375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { width:18.4375rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { width:19rem;height:3.5rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block; }
 }@media only screen and (max-width: 763px) { #pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { width:17.6875rem;height:12.1875rem;top:6.375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { width:18.25rem;height:1.3rem;top:1.0625rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar0tkEl2MlHZsZemQFQfceFPu6P2huod { width:5.875rem;height:5.875rem;top:3.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { width:3.5625rem;height:3.5625rem;top:4.5625rem;left:37.90625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K59LlMdVaLJJpcIr172ebAxmZA40KdgF { width:17.6875rem;height:12.125rem;top:6.3125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { width:5.875rem;height:5.875rem;top:3.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { width:3.875rem;height:3.875rem;top:4.4375rem;left:21.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { width:18.125rem;height:1.4625rem;top:1rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNrm3CQE4lRkfW5lV4HyGAxnRNyVbSep { width:47.75rem;height:23.875rem;top:21.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cywi9Du3eduEMRewuTuy6Ql7cR9vwB { width:47.75rem;height:25.0625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8ViPKwzt7KAxhtMZAJQvrxs2yCG2xr2 { width:18.125rem;height:;top:1rem;left:29.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 { display:block; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1G8AWB4R5TAFbIyx4ArH4vwEaB5qCrC { width:5rem;height:0.125rem;top:4.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMzHqSl9IE4DiqTEBXHvZVZvzRiLcu7 { width:44rem;height:9.1rem;top:6.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhZONF9gTpo5rWLiiqOy9dXDdbtN7ref { width:47.75rem;height:15.4375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorSbVFByi6y1IPhQQFw3MbVtsTzL1GW { width:32.75rem;height:1.3rem;top:0rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRNKHnU9vFstIWHBTnTOCMMaxXHgX07E { width:18.75rem;height:12.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcBDPaaHZflGIKCeTq4u43nGrRlhHWup { width:18.5625rem;height:35.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb8qxo2KB6Vhb0t19dtUVlPXDEn6cxbD { width:16.875rem;height:1.4625rem;top:19.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbP8SHM3OAQf6DKzlK97cvO34FhRTPTd { width:19.0625rem;height:35.75rem;top:3.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #misN72eQyIwnyGwDzZzuchvHiu3xTNlR { width:18.875rem;height:4.6875rem;top:29rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTo7E5J5uTVEoLTd6R85hz3x7ZqI24zn { width:11.125rem;height:2.6rem;top:26.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP0xAy29fiFepKbTmJcBdcCzlD3ICRZq { width:18.25rem;height:1.38125rem;top:24.375rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPz4TWZmys2k8iGTXi1Tvciudzc42Gxu { width:19.125rem;height:12.875rem;top:3.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOT1uz1K8tfHCFTN6L8VFqrfwuspJHmz { width:16.5rem;height:1.4625rem;top:19.8125rem;left:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXiRi7oxfRiIDZprQblUhniPOfTZcOWd { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwCqmxHnnncf7CmhaoSlt5EMGwDu7aT { width:18.75rem;height:35.75rem;top:3.125rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnzTJzoD4QTx1QTWbRElICG5DaTcJFyA { width:18.625rem;height:4.6875rem;top:29rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sote0ZHUWz1rEi8E1IPF0eLI2ohi4kBr { width:17.5rem;height:1.125rem;top:26.375rem;left:29.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPCf6X3OL4mxWArhvun0tnq5bia3OdVl { width:19.375rem;height:1.375rem;top:24.375rem;left:28.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSuD9iozFJiEk6vftEQP11FHx3fdIsrR { width:18.75rem;height:12.875rem;top:3.125rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAIeKKQehzdozZp3Lv07Uzx85dDBX22k { width:17rem;height:2.4375rem;top:19.8125rem;left:30.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pplt8obroQOthcJh66VNEXaEtcfaJfTN { width:1.3125rem;height:1.3125rem;top:26.25rem;left:31.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6olExGMOAheDp1HbudgicGfO3PS1odE { width:16.25rem;height:2.275rem;top:17.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD1xFmKJ8f5JwMI7nQxBbCWnmhNcgn69 { width:19.3125rem;height:1.86875rem;top:17.0625rem;left:12.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7uDZJlpoHfti5EaPhZ1R4dd4Hvbormv { width:16.6875rem;height:2.03125rem;top:17.0625rem;left:30.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ { width:12.5rem;height:;top:25.0625rem;left:1.6875rem;font-size:1rem;display:block; }#SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ li:before{  }
 }@media only screen and (max-width: 763px) { #PObN2kqpIlyUr7UVAEV14wzGozva6QsN { width:12.5rem;height:;top:26.6875rem;left:3rem;font-size:1rem;display:block; }#PObN2kqpIlyUr7UVAEV14wzGozva6QsN li:before{  }
 }@media only screen and (max-width: 763px) { #NMQRmzvrRCJ1yIaTW7LuWTmodbFpqAHW { width:17.9375rem;height:1.4375rem;top:24.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLK8qoAxsqdk7n6ZygKQ42znHn6Zg0Kh { width:18.625rem;height:4.6875rem;top:29rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrvkMt17EN3wxOyG4MwzdcBZzX2ysmqZ { width:1.3125rem;height:1.3125rem;top:26.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6u32eyrCXQh70PJy29RaS3zFTDNgXcF { width:10.375rem;height:1.3rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbcQADkTXrCQxD05fptNmAfGeS6LiBRt { width:17.75rem;height:4.55rem;top:29rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRtNGQnAmKG4ATbXCi3zu9kVBiG0dJpq { width:15.375rem;height:4.55rem;top:29.1875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmdhTSFXZKiQ22TBgxaSTTzT2VTUyr3v { width:15.375rem;height:6.825rem;top:29.0625rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoUUh1ge3BTHIULcq4fInhTq13cPIQ3f { width:12.5rem;height:1.25rem;top:35.1875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJMMEu7zzvT2f21bvU8s4qQL91CxFg29 { width:12.5rem;height:1.25rem;top:35.875rem;left:18.027996063233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDFZdVzwKUB5oPvxz2vPALBVAiKMiNE { width:12.5rem;height:1.25rem;top:35.875rem;left:33.935546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhWMtNTOxCKleXarHV5CZ60FElK2ZBQ { width:18.75rem;height:12.875rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfA2W5hi8JvBa6AAGM8VbrZcNHZvbTo4 { width:18.5625rem;height:35.75rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Znhc98HKzChBwXZgdOM3PGEFoM1Q1EHW { width:12.5rem;height:1.25rem;top:56.4375rem;left:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S06Wm8ULx8zSwcVmu3OXsqKrAlv6guB2 { width:16rem;height:1.375rem;top:20.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKoRcM575hfTqaG3cEevnVPaWsWS6v5e { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpKWxRznrsVPBTCSDV2nVRetv73xRECf { width:8.125rem;height:1.4375rem;top:82.625rem;left:3.40625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MA9Sxe12E5iTTby3AoaytvMBN1ZZU7CV { width:16rem;height:2.75rem;top:84.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdWQRfWbUpPIOehIVD51K2UPM4oTTkTy { width:10.375rem;height:2.5625rem;top:86.875rem;left:2.28125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvU42XxLfSV5UMVRHLziG0ty7l7qTFR3 { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJpesAGbULhtbsbacGMGXvD7UROunf15 { width:12.5rem;height:1.25rem;top:35.1875rem;left:35.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO { display:block; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZBuCxqzkOtIuWCKWRa16QSMtuTrPeOT { width:45.5rem;height:24.375rem;top:2.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk { display:block; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NizsW1m5D306vXuZlalDgEE0tfQNviem { width:5rem;height:0.125rem;top:4.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE78qrKkmuynWpe935CE0xVSTNcHGr67 { width:45.75rem;height:9.1rem;top:5.625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaHyKb04bqhwyd88OAFcrR4OVNc2eNHE { width:47.75rem;height:15.4375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpC86uSPTEGVkriFXhpOeayHyUZCaSFR { width:32.75rem;height:1.3rem;top:0rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ { display:block; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNFTTKiWJs8w8oxrqTWav8TkSG7gzNkf { width:18.75rem;height:12.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iod4nflcfkxv42v5FhO4IrmvMxKvhRk9 { width:18.625rem;height:35.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBtBUtEzutVe6l7RblrEigySD2NrMmRw { width:16.875rem;height:1.4625rem;top:19.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV9ReXtDZutJWS460n7k24fRBDKL3ntG { width:19rem;height:35.75rem;top:3.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7WqkTAM1fMLaURutGcE0EkMwPJcc9D { width:18.875rem;height:4.6875rem;top:29rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX39elH8A5pR8WnAvFhu1JsTTFmA5QRK { width:14.3125rem;height:2.6rem;top:26.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUd5tXhy9r8XXlhzbG2Tqm6nUybUaCFT { width:15.5625rem;height:1.38125rem;top:24.5625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al2wRIHwvIbhVOPcBQ86HekW6g0KHLmR { width:18.75rem;height:12.875rem;top:3.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFnT4BK6R89rhOWoz90DtCqWuFhAi5Ug { width:16.5rem;height:1.4625rem;top:19.8125rem;left:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIXGbnVlvfR6Cw53wTbWAXN7TmB127VW { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBM3nkXdL83z8d86Z9GZSGUH1RdBygNE { width:18.6875rem;height:35.875rem;top:3.125rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMGFMwCts3PtvzgTNnfJv3E7w6LPLPx1 { width:18.5rem;height:4.6875rem;top:29rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8HMWwL6t9JakqusOXydkTCKD6dX2yZW { width:16.4375rem;height:1.125rem;top:26.375rem;left:31.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPMsUaNCxkycdmacqIqInCcb1ZRcJdmX { width:18rem;height:1.375rem;top:24.5rem;left:29.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSHcJmVUOotzpmuxrR214Vg3xtImC6XI { width:18.75rem;height:12.875rem;top:3.125rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4PwO9nczOz30csPHUQsg7iCTTAtedqv { width:17rem;height:2.4375rem;top:19.8125rem;left:30.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8iNXEwTNgooGcyLsO4TSIgQnpumTKb2 { width:1.3125rem;height:1.3125rem;top:26.25rem;left:31.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FttinHwmmNocCn4zXTM8HpZTkCSdqDbH { width:16.4375rem;height:2.275rem;top:16.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoOffGnutP2tKxQ3T3VDoaXpx7lyFocT { width:15.75rem;height:2.03125rem;top:17.0625rem;left:15.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZQLe3pGT2RJoDTrNZQ9hwzKTbR0g5W { width:16.6875rem;height:2.03125rem;top:17.0625rem;left:30.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o { width:12.5rem;height:;top:25.0625rem;left:1.6875rem;font-size:1rem;display:block; }#RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o li:before{  }
 }@media only screen and (max-width: 763px) { #Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g { width:12.5rem;height:;top:26.6875rem;left:3rem;font-size:1rem;display:block; }#Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g li:before{  }
 }@media only screen and (max-width: 763px) { #GQbygbzoSlnr73lz0s8vicOLS7RiM61S { width:16.9375rem;height:1.25rem;top:24.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAkmbfRi2S23cZo3MHtRNHNL1LSzJOtV { width:18.625rem;height:4.6875rem;top:29rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocTzNT9v2IX7WkQ19vtUESwklEPSFDdR { width:1.3125rem;height:1.3125rem;top:26.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3eRT8OUz3ltpStUZzwcwkXWn32Kib7s { width:10.375rem;height:;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PACKir3egcdZ9I57n9H7823oZ2Ip0aE2 { width:14.75rem;height:5.6875rem;top:29rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptybAghql9UEJVLE4Tk7Wcv1u3LmMErM { width:15.375rem;height:4.55rem;top:29.1875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0SROTADTrG97CTetV1mcXbSqFqrkt70 { width:15.375rem;height:6.825rem;top:29rem;left:31.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3h7lTBxOilvvMutzNXAZdNqIvu3BGZe { width:12.5rem;height:1.3rem;top:35.1875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFfZg4zrIZUT2l6Ah2Q0d811cLmegHeR { width:12.5rem;height:1.3rem;top:35.1875rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw7ZrP80GwB9aRiuFfedO31WtskSRhex { width:12.5rem;height:1.3rem;top:35.1875rem;left:35.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyRk14xzhrsDToSTe91zAzovdslsEV0 { width:19.0625rem;height:4.6875rem;top:29.1875rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #El1iJWGJIHFCHFiOITbveM0CFhT1RDcK { width:18.625rem;height:35.75rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #or3FKWC2rH5lLE6Khp5WPLssdTLKdP4N { width:18.75rem;height:12.875rem;top:3.125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTDiJQu4Sad6XQO9BoWdzTEZi6CRDueH { width:15.5rem;height:1.375rem;top:21.4375rem;left:0.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kN4UHpHZo8JGFwwbi6xvsg6ngz7ny09W { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Js9NuXSum9v48vglnB8gCRKmSWT3xJEP { width:8.125rem;height:1.4375rem;top:83.9375rem;left:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7TnTTiQx8p9HoJ0vPGWTX2cDE4g5sQl { width:15.5rem;height:1.375rem;top:86.0625rem;left:0.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKbIXP6HAID6667mcE5ISxgxafbXHQMG { width:16.625rem;height:1.25rem;top:88.75rem;left:0.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iV5LcFT3cOFRUalKbxielA1tVNnoBPHg { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7sQfkTn7tSbZE01ZTacruLWsH7ob4AS { width:12.5rem;height:1.25rem;top:91.8125rem;left:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f97tlOp73csQmN2dSzyzDXD7XFAxOH67 { display:block; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVdypgrEDt2T99SG3BqnNUwHyvRzMNVP { width:5rem;height:0.0625rem;top:5.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9FgrCfK4ZEN6pC8bkTPcBDQBo3NyD2 { width:45.6875rem;height:14.5625rem;top:11.3125rem;left:0.99848175048825rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy8TLzG6uIQTC9ORJkE2KEKOMIgm5I3i { width:47.75rem;height:17.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbZPlDco6kwgozoqHngyFwpuCIfoiqg { width:44.125rem;height:7.75rem;top:1.125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k { display:block; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8dyS3NvHQHgrOnLuKqpiSVshyfTiPni { width:18.5625rem;height:12.333180501769rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XowLOyIzZQCgtPFqxi8roWqHvAOItu { width:18.5625rem;height:12.375rem;top:1.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqg6q87UOXlk0gVkW5iVuDPHWWp75V7M { width:18.75rem;height:12.5rem;top:1.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7o6URduHIxinHsVxyKoUiF4Kqxqtov { width:20rem;height:;top:14.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRqRKbmxOLDr2gTwnuAuukniswyE49aJ { width:20rem;height:;top:14.1875rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6eHMSqHnDnlmIZ9sNlLsIfD4HlXCzuc { width:20rem;height:;top:14.1875rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWPvVcxr2ZpbziETFVTzbxWemw4ZdQXh { width:19.5rem;height:12.9375rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeCsrwhkuvBcD2EAOVFhnSuplMvleUnh { width:19.375rem;height:10.375rem;top:19.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwebIGGRiPT0tvzcRK18Buv4WQ0I6vei { width:19.25rem;height:11.6875rem;top:19.8125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEXJQPU8El5xEGiTAOzUMUoaGIQfNcJI { width:17.5rem;height:3.4375rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5Spy5Tns6wPxTFkeyX6kin2LZxA89J { display:block; }
 }@media only screen and (max-width: 763px) { #Ix1pXcAiFp9f4o79oVh5nGRFDmAUfp6U { width:17.5rem;height:3.4375rem;top:35.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbiqTaGGJMZTip6qlm1MEyAFHO3Gr0Wh { display:block; }
 }@media only screen and (max-width: 763px) { #vHxCG1IZlw8p5uCBDg4swWXyd5HFBPgs { width:17.5rem;height:3.4375rem;top:35.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxA4wIyXLiRemR0G00AmQ0BBUeT8aqKE { display:block; }
 }@media only screen and (max-width: 763px) { #oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 { display:block; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r605X3FrdeQX2894QI9bfQqSSsllEnli { width:18.625rem;height:12.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXTNMptIbUWbgxI43XnsLRE70Wh9WsQr { width:18.75rem;height:12.4375rem;top:1.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvX50AzJSCDwEBbzu2rQybfpMdpKnDK { width:18.75rem;height:12.5rem;top:1.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgBtezyhsyIR0nUe8Eyw0ovvT06zZvDz { width:20rem;height:4.8125rem;top:14.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbvnQALStLxa5PO6R1Scp6tvP34km9w5 { width:20rem;height:4.8125rem;top:14.1875rem;left:11.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2KBPSW4fgdQtXqhJi1Z6fSnB2Q4JNl2 { width:20rem;height:4.8125rem;top:14.1875rem;left:27.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApLgTrt5zps5gUJRrby0GdolvrbkpTZ { width:19.5rem;height:12.9375rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcLc7Rym8TDcv2EGeMf390Kd0xsGkJq { width:19.375rem;height:10.375rem;top:19.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJuvlUJZWvWAXSsBHRJEZO3X7qKoyNSQ { width:19.25rem;height:11.6875rem;top:19.8125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywo8ghDHhTyoaQs27fOqqNMAK0kZkABJ { width:17.5rem;height:3.4375rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnElcZNsyEOmVmzTohNWqlluqQxqdGJI { display:block; }
 }@media only screen and (max-width: 763px) { #dFSMAId18vnQcTL6B8orR6TkgwhfiOKA { width:17.5rem;height:3.4375rem;top:35.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsuGD6yvbiQI519B1y3M4Elro1V3S9L6 { display:block; }
 }@media only screen and (max-width: 763px) { #XQ3R4CH7pqHPrZIxXw1lGGDdTQ84Bu8N { width:17.5rem;height:3.4375rem;top:35.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax3Kv3OXxHOvE1fxTWTh7efQ77l2VusS { display:block; }
 }@media only screen and (max-width: 763px) { #t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k { display:block; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZl03JDa9UQHegqHMm4Xv7LPODL53vP { width:45.5rem;height:24.375rem;top:2.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT { display:block; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8TFmmCJVtoykc2avrEXIZO4GBTDQZL7 { width:5rem;height:0.125rem;top:4.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRLVfmb3ZtLXKHt0Lug0MELTorkQhED { width:32.75rem;height:1.3rem;top:0rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlts4fvL2DpxSMcrNfetGOOgeAGFcKLZ { width:47.75rem;height:18.0625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RmEBbTmeZ1uxPStkdazXSGCehgsvMT { width:47.75rem;height:16.1875rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI { display:block; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNuymuSsg5hWK3wBpCWv2pILmofScFcL { width:24.125rem;height:32.8125rem;top:1.0625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cilBmwiB9bcrz4dk26zEpyfhFdVKIOk2 { width:23.75rem;height:23.15625rem;top:7.3125rem;left:24rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoNS5MdhrBpXUJDcoz1J51i7SQ8fZlOg { width:12.5rem;height:;top:9.125rem;left:22.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTDffExTcXrZrfih6alzr78gBxTJ8b3 { width:21.6875rem;height:2.1125rem;top:3.0625rem;left:26.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7apcDQ3yqLQUQPAOeTGN6pi2RJ0KIwq { width:26.3125rem;height:18.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc6f4BgwqwEvrsi6BdRwlOmz0xsIH6LF { width:29rem;height:19.9375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFStOOIPcuFI13tvh969De9UXTvpxrp { display:block; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP4e2SpGbUme2JAOCDQJOy23Q0KwUGGT { width:45.5rem;height:24.375rem;top:2.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rln5muTWBww0HAB0xmeKbGytTCd2kOg1 { display:block; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQeldNkZ4oMT7KR4rLentdQ3oH6rVNIL { width:24.125rem;height:32.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWluVehiE01Q3eJwGdg3TTUHzofQ8hd { width:23.75rem;height:26.24375rem;top:7rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4x2UlRQAUoHWNvHUDfQdLfex2dSrD42 { width:12.5rem;height:;top:9.125rem;left:22.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ7k26VKLB842XDpZwvMCX9Xi20bsAb { width:21.6875rem;height:1.95rem;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6zTsklrZOTs7BgvMvohcwdU9H8PRD0S { width:26rem;height:17.75rem;top:2rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2pqyV6FuN22FO3izC9koSyg4MB3zAds { width:26.9375rem;height:18.4375rem;top:18.125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 { display:block; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnZtDt5905sl878BtFmAZIDmbbBNyh43 { width:5rem;height:0.125rem;top:4.5rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGi5gQPH7pzxERufeqzKQBGmMpDAhAP { width:32.6875rem;height:3.875rem;top:0rem;left:7.4991340637206rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhBc1WO0v9gOfsau88M80tNfItiCwlod { width:47.75rem;height:18.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfbOtPUxZoTlvksUaXOUEOnTkAr6P9vI { width:47.75rem;height:16.1875rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA { display:block; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5IETN5AotesTElvO3L9HNJBh6ghsvui { width:18.75rem;height:12.4375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoR52JEUKecMgcLG78eIvX9JQV0VpQHC { width:18.625rem;height:44.625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqsZ2ayQQDn2D32TDl2Xds8esDOynp7 { width:19rem;height:44.6875rem;top:3.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2CZ27e7IXBUKXlQunaHdBl4TbBTXmWe { width:18.875rem;height:4.6875rem;top:29rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDb8vo6fQXFJXtV0vyTkTBD4ylwnXKa { width:18.875rem;height:12.5rem;top:3.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #an3lNJhEget31snFNugpOplBEOV973QP { width:18.6875rem;height:44.75rem;top:3.125rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPWeOng6kcdut66lMqvTFRFDBn555TnS { width:18.75rem;height:12.5rem;top:3.125rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp2rpDHXAhbbtQ26veznuExeXlWt6MtC { width:16.375rem;height:2.25rem;top:16.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6beMgd4hNNJEasFLZTnT5hQUClq6I86 { width:15.6875rem;height:2rem;top:17rem;left:15.937068939209rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPw4fQGq77rdHQ9vxOQ24OESWaekrJv0 { width:16.625rem;height:2rem;top:17rem;left:31rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX { width:12.5rem;height:;top:25.0625rem;left:1.6875rem;font-size:1rem;display:block; }#p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX li:before{  }
 }@media only screen and (max-width: 763px) { #keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 { width:12.5rem;height:;top:26.6875rem;left:3rem;font-size:1rem;display:block; }#keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 li:before{  }
 }@media only screen and (max-width: 763px) { #gbuCy14vsaq8V7rkQulGdDcPVBHknFx6 { width:18rem;height:15.1875rem;top:21.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPl12AWSDIqWIScAW1tC0lygLaIvFH3h { width:18.5625rem;height:3.4375rem;top:41.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUeBcTWxSOSZsv7R4VD96ryfwToH2gkE { width:1.25rem;height:1.25rem;top:41.375rem;left:7.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTePSwyzKWW2t8hxkUFlCOdmXTI25ZKw { width:18.4375rem;height:1.125rem;top:43.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5PIJTh28ifmOq3lOHE4EEv20XE0IX2 { width:18rem;height:1.25rem;top:46.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk85MsFDAoOWzzxnxCRMswam3MV2ZQua { width:19.0625rem;height:1.25rem;top:46.125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJq6gWgdp4suTkpnnfZ9FVolysypygh { width:19.0625rem;height:3.375rem;top:41.4375rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPgafFG0xoo5v3phc1zAHTiTEyyK4XSr { width:18.625rem;height:35.75rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6PvmtVsCdq2BxOTMNeDmPca7hKnZPPE { width:18.75rem;height:12.875rem;top:3.125rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZJ9W6dM4XfqWPJbZhsOURerLZTmB4R5 { width:1.3125rem;height:1.3125rem;top:26.25rem;left:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9L6OQSkkpGyti8nVm8q49sHrt71hZ5C { width:18.5625rem;height:3.4375rem;top:41.375rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxgaWTfhmzL80exkiltKFrfo3F84ZaHm { width:1.25rem;height:1.25rem;top:41.375rem;left:39rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4OA27nrdq4JazB1KTSrIPmwrpXldRsV { width:18.4375rem;height:1.125rem;top:43.1875rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI4DCKCG5klH05P0KEWdG5qGv6zQrv4E { width:18rem;height:1.25rem;top:46.0625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtQ895u1w1MIBqazxwJmzpMXeqSWdUD { width:17.625rem;height:17.9375rem;top:21.125rem;left:30rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmaQ3LqNzxOxJXi6PxdNyt8oTzt4NfI8 { width:18.1875rem;height:14.25rem;top:21.125rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ887vUr7MSZcsElOPTFqdrkTOEhhXd6 { width:1.25rem;height:1.25rem;top:41.3125rem;left:23.154949188233rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #axvdwL1CMg9nCsoys17EsD8LX0TtfvgA { width:18.4375rem;height:1.125rem;top:43.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT { display:block; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJSXeqpHbmWMOHQXTVEu0wNs1mNLdU58 { width:30.6875rem;height:3.375rem;top:1.1875rem;left:8.4984817504881rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo4rwgplTWURQtfUM6siHziyJDkH4BFz { width:19.5rem;height:1.25rem;top:4.625rem;left:14.093097686767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTDLetS3gN6m5hP2Swhhii9Vtp2nDB5 { width:47.75rem;height:48.0625rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:5rem;height:0.0625rem;top:21.1875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:45.5625rem;height:1.3rem;top:2.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGp1VIVKLRQ3ZtciV465PEeNCbrD8ZTI { width:11.25rem;height:1.25rem;top:22.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isPfTwISvUJT7EAdrHJKQB7UaUb6cTcZ { width:13.3125rem;height:1.25rem;top:22.5625rem;left:17.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZQaC34DBCJ1UIT8GAv1kU4uExme6FD { width:12.5rem;height:1.25rem;top:22.5625rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxLgtLn6HR6KUT9hIqIZZzXTKW1FpkRi { width:47.75rem;height:17.625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2sm112avBZtxLarhbLMicsdZhFQ1bH { width:20.9375rem;height:1.25rem;top:24.625rem;left:13.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctpoTdyxqTDWscCBRhb5hTz1Ndf43NfS { width:17.5rem;height:3.4375rem;top:15.6875rem;left:14.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kARQULtRTOvBbPZNgrBcJD7Llo7uIdux { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:14.75rem;height:8.04375rem;top:8.34375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:15.375rem;height:8.375rem;top:18.5625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/8fba8bjj/checkbox.png); }
 }@media only screen and (max-width: 763px) { #nTAquzRT1TLIToNRmeW7X1y4tf3Cgn6J { width:20rem;height:5.8741258741259rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK { display:block; }#w7zxp8xH78lpIgxKUqKwTn8BZnfd6HZK > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGDto9XTWSHtmJtemSdylFnqod928MKN { width:3.75rem;height:0.125rem;top:7rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRQrulWRwmWLn2RESfxnUrkKqiHIVIL { width:13.875rem;height:4.38585rem;top:1.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { width:20rem;height:128.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { width:16.25rem;height:10.8125rem;top:3rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { width:5.875rem;height:5.875rem;top:0.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { width:3.25rem;height:3.25rem;top:1.75rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { width:18.4375rem;height:1.462675rem;top:15.25rem;left:0.78125rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { width:19rem;height:3.5rem;top:56.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block; }
 }@media only screen and (max-width: 763px) { #pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { width:17.6875rem;height:12.1875rem;top:40.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { width:18.1875rem;height:1.3rem;top:35.9375rem;left:0.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ar0tkEl2MlHZsZemQFQfceFPu6P2huod { width:5.875rem;height:5.875rem;top:37.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { width:3.5625rem;height:3.5625rem;top:39.125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K59LlMdVaLJJpcIr172ebAxmZA40KdgF { width:17.6875rem;height:12.125rem;top:21.875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { width:5.875rem;height:5.875rem;top:18.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { width:18.1875rem;height:1.462675rem;top:34.5625rem;left:0.90625rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JNrm3CQE4lRkfW5lV4HyGAxnRNyVbSep { width:20rem;height:61.44525625rem;top:62.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0cywi9Du3eduEMRewuTuy6Ql7cR9vwB { width:20rem;height:63.9375rem;top:61.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8ViPKwzt7KAxhtMZAJQvrxs2yCG2xr2 { width:18.125rem;height:1.462675rem;top:53.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 { display:block; }#e27AzDBV1s6CwU2VfJJHTmQsZWpHl3y6 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1G8AWB4R5TAFbIyx4ArH4vwEaB5qCrC { width:3.75rem;height:0.125rem;top:6.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTMzHqSl9IE4DiqTEBXHvZVZvzRiLcu7 { width:16.625rem;height:23.152125rem;top:8.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhZONF9gTpo5rWLiiqOy9dXDdbtN7ref { width:20rem;height:25.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorSbVFByi6y1IPhQQFw3MbVtsTzL1GW { width:20rem;height:2.19375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klw94SIqXQVDfbcm2O58T1fJnLDTxszV { display:block; }#klw94SIqXQVDfbcm2O58T1fJnLDTxszV > .row .container { width:20rem;height:100.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRNKHnU9vFstIWHBTnTOCMMaxXHgX07E { width:18.75rem;height:12.875rem;top:1.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcBDPaaHZflGIKCeTq4u43nGrRlhHWup { width:18.9375rem;height:25.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb8qxo2KB6Vhb0t19dtUVlPXDEn6cxbD { width:8.125rem;height:1.462675rem;top:17.59375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbP8SHM3OAQf6DKzlK97cvO34FhRTPTd { width:19rem;height:26.625rem;top:32.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #misN72eQyIwnyGwDzZzuchvHiu3xTNlR { width:18.875rem;height:4.6875rem;top:53rem;left:0.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cTo7E5J5uTVEoLTd6R85hz3x7ZqI24zn { width:12.8125rem;height:1.3rem;top:53.6875rem;left:3.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP0xAy29fiFepKbTmJcBdcCzlD3ICRZq { width:16rem;height:1.38020625rem;top:51.625rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPz4TWZmys2k8iGTXi1Tvciudzc42Gxu { width:18.75rem;height:12.875rem;top:32.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOT1uz1K8tfHCFTN6L8VFqrfwuspJHmz { width:8.125rem;height:1.462675rem;top:49.59375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXiRi7oxfRiIDZprQblUhniPOfTZcOWd { width:1.3125rem;height:1.3125rem;top:53.671875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwCqmxHnnncf7CmhaoSlt5EMGwDu7aT { width:18.75rem;height:35.75rem;top:3.125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnzTJzoD4QTx1QTWbRElICG5DaTcJFyA { width:18.625rem;height:4.6875rem;top:29rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sote0ZHUWz1rEi8E1IPF0eLI2ohi4kBr { width:17.5rem;height:auto;top:26.375rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPCf6X3OL4mxWArhvun0tnq5bia3OdVl { width:19.375rem;height:auto;top:24.375rem;left:0.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSuD9iozFJiEk6vftEQP11FHx3fdIsrR { width:18.75rem;height:12.875rem;top:3.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAIeKKQehzdozZp3Lv07Uzx85dDBX22k { width:17rem;height:auto;top:19.8125rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pplt8obroQOthcJh66VNEXaEtcfaJfTN { width:1.3125rem;height:1.3125rem;top:26.25rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6olExGMOAheDp1HbudgicGfO3PS1odE { width:16.25rem;height:2.275rem;top:14.8125rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD1xFmKJ8f5JwMI7nQxBbCWnmhNcgn69 { width:18.25rem;height:1.86875rem;top:46.625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7uDZJlpoHfti5EaPhZ1R4dd4Hvbormv { width:16.6875rem;height:2.03125rem;top:79.234375rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ { width:12.5rem;height:0;top:80.25rem;left:3.75rem;font-size:1rem;display:block; }#SXTwIaTt0Smn5AKuQ0Mb1Mo1NRgCleoJ li:before{  }
 }@media only screen and (max-width: 763px) { #PObN2kqpIlyUr7UVAEV14wzGozva6QsN { width:12.5rem;height:0;top:84.03125rem;left:3.75rem;font-size:1rem;display:block; }#PObN2kqpIlyUr7UVAEV14wzGozva6QsN li:before{  }
 }@media only screen and (max-width: 763px) { #NMQRmzvrRCJ1yIaTW7LuWTmodbFpqAHW { width:17.9375rem;height:auto;top:24.375rem;left:1rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLK8qoAxsqdk7n6ZygKQ42znHn6Zg0Kh { width:18.625rem;height:4.6875rem;top:29rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrvkMt17EN3wxOyG4MwzdcBZzX2ysmqZ { width:1.3125rem;height:1.3125rem;top:26.3125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6u32eyrCXQh70PJy29RaS3zFTDNgXcF { width:10.375rem;height:1.3rem;top:22.125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbcQADkTXrCQxD05fptNmAfGeS6LiBRt { width:14.75rem;height:4.544275rem;top:9.375rem;left:2.625rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DRtNGQnAmKG4ATbXCi3zu9kVBiG0dJpq { width:15.375rem;height:4.544275rem;top:53.6875rem;left:2.3125rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MmdhTSFXZKiQ22TBgxaSTTzT2VTUyr3v { width:16.8125rem;height:6.8164125rem;top:20.3125rem;left:2.5rem;font-size:0.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #xoUUh1ge3BTHIULcq4fInhTq13cPIQ3f { width:12.5rem;height:1.3rem;top:92.75rem;left:3.75rem;font-size:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TJMMEu7zzvT2f21bvU8s4qQL91CxFg29 { width:12.5rem;height:1.3rem;top:93.96875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enDFZdVzwKUB5oPvxz2vPALBVAiKMiNE { width:12.5rem;height:1.3rem;top:25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhWMtNTOxCKleXarHV5CZ60FElK2ZBQ { width:18.75rem;height:12.875rem;top:64.75rem;left:0.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GfA2W5hi8JvBa6AAGM8VbrZcNHZvbTo4 { width:18.9375rem;height:31.625rem;top:64.375rem;left:0.46875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Znhc98HKzChBwXZgdOM3PGEFoM1Q1EHW { width:12.5rem;height:1.3rem;top:56.4375rem;left:5.9375rem;font-size:1rem;z-index:15032;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S06Wm8ULx8zSwcVmu3OXsqKrAlv6guB2 { width:16rem;height:1.38125rem;top:20.125rem;left:2rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #tKoRcM575hfTqaG3cEevnVPaWsWS6v5e { width:1.3125rem;height:1.3125rem;top:22.109375rem;left:2.34375rem;font-size:0.875rem;z-index:15019;color:#bdbdbd;display:block; }
 }@media only screen and (max-width: 763px) { #GpKWxRznrsVPBTCSDV2nVRetv73xRECf { width:8.125rem;height:1.462675rem;top:82.015625rem;left:5.46875rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MA9Sxe12E5iTTby3AoaytvMBN1ZZU7CV { width:20rem;height:1.38125rem;top:84.3125rem;left:0rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #sdWQRfWbUpPIOehIVD51K2UPM4oTTkTy { width:13.6875rem;height:1.3rem;top:86.921875rem;left:4.34375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lvU42XxLfSV5UMVRHLziG0ty7l7qTFR3 { width:1.3125rem;height:1.3125rem;top:86.90625rem;left:2.34375rem;font-size:0.875rem;z-index:15020;color:#bdbdbd;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpesAGbULhtbsbacGMGXvD7UROunf15 { width:12.5rem;height:1.3rem;top:89.6875rem;left:5.9375rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO { display:block; }#mB08NTKlbZLrQKMFwqe2zsx21J6IfCJO > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZBuCxqzkOtIuWCKWRa16QSMtuTrPeOT { width:20rem;height:10.759162303665rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk { display:block; }#TBCiHCHrR2aL2g5Qs71DdBi2BG5qkBXk > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NizsW1m5D306vXuZlalDgEE0tfQNviem { width:3.75rem;height:0.125rem;top:6.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE78qrKkmuynWpe935CE0xVSTNcHGr67 { width:16.625rem;height:23.152125rem;top:9.15625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaHyKb04bqhwyd88OAFcrR4OVNc2eNHE { width:20rem;height:25.5rem;top:7.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpC86uSPTEGVkriFXhpOeayHyUZCaSFR { width:20rem;height:2.19375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ { display:block; }#SMe3qT6cZkO9SItHlrqVFlVDUV5TtwwZ > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNFTTKiWJs8w8oxrqTWav8TkSG7gzNkf { width:18.75rem;height:12.875rem;top:1.9375rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iod4nflcfkxv42v5FhO4IrmvMxKvhRk9 { width:18.6875rem;height:28.125rem;top:1.9375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBtBUtEzutVe6l7RblrEigySD2NrMmRw { width:8.125rem;height:1.462675rem;top:18.5625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV9ReXtDZutJWS460n7k24fRBDKL3ntG { width:19rem;height:28.5625rem;top:35.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7WqkTAM1fMLaURutGcE0EkMwPJcc9D { width:18.875rem;height:4.6875rem;top:26.3125rem;left:1.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TX39elH8A5pR8WnAvFhu1JsTTFmA5QRK { width:16.625rem;height:1.3rem;top:57.625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUd5tXhy9r8XXlhzbG2Tqm6nUybUaCFT { width:15.5rem;height:1.38125rem;top:55.3125rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Al2wRIHwvIbhVOPcBQ86HekW6g0KHLmR { width:18.75rem;height:12.875rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFnT4BK6R89rhOWoz90DtCqWuFhAi5Ug { width:8.125rem;height:1.462675rem;top:53.125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIXGbnVlvfR6Cw53wTbWAXN7TmB127VW { width:1.3125rem;height:1.3125rem;top:57.609375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBM3nkXdL83z8d86Z9GZSGUH1RdBygNE { width:18.6875rem;height:35.875rem;top:3.125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CMGFMwCts3PtvzgTNnfJv3E7w6LPLPx1 { width:18.5rem;height:4.6875rem;top:29rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8HMWwL6t9JakqusOXydkTCKD6dX2yZW { width:16.4375rem;height:auto;top:26.375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPMsUaNCxkycdmacqIqInCcb1ZRcJdmX { width:18rem;height:auto;top:24.5rem;left:1rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSHcJmVUOotzpmuxrR214Vg3xtImC6XI { width:18.75rem;height:12.875rem;top:3.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4PwO9nczOz30csPHUQsg7iCTTAtedqv { width:17rem;height:auto;top:19.8125rem;left:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8iNXEwTNgooGcyLsO4TSIgQnpumTKb2 { width:1.3125rem;height:1.3125rem;top:26.25rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FttinHwmmNocCn4zXTM8HpZTkCSdqDbH { width:16.4375rem;height:2.275rem;top:15.6875rem;left:1.78125rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoOffGnutP2tKxQ3T3VDoaXpx7lyFocT { width:15.75rem;height:2.03125rem;top:50.359375rem;left:2.6875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOZQLe3pGT2RJoDTrNZQ9hwzKTbR0g5W { width:16.6875rem;height:2.03125rem;top:81.34375rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o { width:12.5rem;height:0;top:80.25rem;left:3.75rem;font-size:1rem;display:block; }#RKFhlvg0tFyQSluoX4kQUQ3TZ1WzNr5o li:before{  }
 }@media only screen and (max-width: 763px) { #Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g { width:12.5rem;height:0;top:85.3125rem;left:3.75rem;font-size:1rem;display:block; }#Mu812TXZCT0bTF8BKUa4oGMV1VSMvO7g li:before{  }
 }@media only screen and (max-width: 763px) { #GQbygbzoSlnr73lz0s8vicOLS7RiM61S { width:16.9375rem;height:auto;top:24.4375rem;left:1.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAkmbfRi2S23cZo3MHtRNHNL1LSzJOtV { width:18.625rem;height:4.6875rem;top:29rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocTzNT9v2IX7WkQ19vtUESwklEPSFDdR { width:1.3125rem;height:1.3125rem;top:26.3125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3eRT8OUz3ltpStUZzwcwkXWn32Kib7s { width:12.3125rem;height:1.3rem;top:23.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PACKir3egcdZ9I57n9H7823oZ2Ip0aE2 { width:14.75rem;height:5.68034375rem;top:29rem;left:2.625rem;font-size:0.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ptybAghql9UEJVLE4Tk7Wcv1u3LmMErM { width:15.375rem;height:4.544275rem;top:23.625rem;left:2.3125rem;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #s0SROTADTrG97CTetV1mcXbSqFqrkt70 { width:15.375rem;height:6.8164125rem;top:22.78125rem;left:2.3125rem;font-size:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #L3h7lTBxOilvvMutzNXAZdNqIvu3BGZe { width:12.5rem;height:1.2999125rem;top:95.0445022583rem;left:5.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFfZg4zrIZUT2l6Ah2Q0d811cLmegHeR { width:12.5rem;height:1.3rem;top:61.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw7ZrP80GwB9aRiuFfedO31WtskSRhex { width:12.5rem;height:1.3rem;top:27.03125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoyRk14xzhrsDToSTe91zAzovdslsEV0 { width:19.0625rem;height:4.6875rem;top:29.1875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #El1iJWGJIHFCHFiOITbveM0CFhT1RDcK { width:18.9375rem;height:28.25rem;top:66.65625rem;left:0.46875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #or3FKWC2rH5lLE6Khp5WPLssdTLKdP4N { width:18.75rem;height:12.875rem;top:66.65625rem;left:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #MTDiJQu4Sad6XQO9BoWdzTEZi6CRDueH { width:15.5rem;height:1.38125rem;top:21.46875rem;left:2.25rem;text-align:center;text-align-last:center;z-index:15018;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kN4UHpHZo8JGFwwbi6xvsg6ngz7ny09W { width:1.3125rem;height:1.3125rem;top:23.609375rem;left:1.4375rem;font-size:0.875rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Js9NuXSum9v48vglnB8gCRKmSWT3xJEP { width:8.125rem;height:1.462675rem;top:83.9375rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #w7TnTTiQx8p9HoJ0vPGWTX2cDE4g5sQl { width:15.5rem;height:1.38125rem;top:86.0625rem;left:2.8125rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mKbIXP6HAID6667mcE5ISxgxafbXHQMG { width:16.625rem;height:1.3rem;top:88.75rem;left:2.6875rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iV5LcFT3cOFRUalKbxielA1tVNnoBPHg { width:1.3125rem;height:1.3125rem;top:88.734375rem;left:1.125rem;font-size:0.875rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p7sQfkTn7tSbZE01ZTacruLWsH7ob4AS { width:12.5rem;height:1.3rem;top:91.8125rem;left:6.8125rem;font-size:1rem;z-index:15031;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f97tlOp73csQmN2dSzyzDXD7XFAxOH67 { display:block; }#f97tlOp73csQmN2dSzyzDXD7XFAxOH67 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVdypgrEDt2T99SG3BqnNUwHyvRzMNVP { width:3.75rem;height:0.124783125rem;top:8.0609807968137rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9FgrCfK4ZEN6pC8bkTPcBDQBo3NyD2 { width:16.625rem;height:23.152125rem;top:9.15625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy8TLzG6uIQTC9ORJkE2KEKOMIgm5I3i { width:20rem;height:33.1875rem;top:0.23394775390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFbZPlDco6kwgozoqHngyFwpuCIfoiqg { width:20rem;height:6.57875rem;top:0.67816829681394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k { display:block; }#npqHm0DFxvT11RmF4r55ZWRgoPiIxl4k > .row .container { width:20rem;height:113.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8dyS3NvHQHgrOnLuKqpiSVshyfTiPni { width:16.4995625rem;height:10.999375rem;top:2.3122873306274rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7XowLOyIzZQCgtPFqxi8roWqHvAOItu { width:18.5625rem;height:12.375rem;top:39.9961125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqg6q87UOXlk0gVkW5iVuDPHWWp75V7M { width:18.75rem;height:12.5rem;top:76.1424125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH7o6URduHIxinHsVxyKoUiF4Kqxqtov { width:20rem;height:4.87413125rem;top:14.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRqRKbmxOLDr2gTwnuAuukniswyE49aJ { width:20rem;height:4.87413125rem;top:53.6836125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6eHMSqHnDnlmIZ9sNlLsIfD4HlXCzuc { width:20rem;height:4.87413125rem;top:89.8924125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWPvVcxr2ZpbziETFVTzbxWemw4ZdQXh { width:19.4998125rem;height:12.99913125rem;top:21.06055rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeCsrwhkuvBcD2EAOVFhnSuplMvleUnh { width:19.375rem;height:10.3993rem;top:59.8066625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwebIGGRiPT0tvzcRK18Buv4WQ0I6vei { width:19.249125rem;height:11.6992125rem;top:96.0154625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEXJQPU8El5xEGiTAOzUMUoaGIQfNcJI { width:17.5rem;height:3.4375rem;top:35.3086125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg5Spy5Tns6wPxTFkeyX6kin2LZxA89J { display:block; }
 }@media only screen and (max-width: 763px) { #Ix1pXcAiFp9f4o79oVh5nGRFDmAUfp6U { width:17.5rem;height:3.4375rem;top:71.4549125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbiqTaGGJMZTip6qlm1MEyAFHO3Gr0Wh { display:block; }
 }@media only screen and (max-width: 763px) { #vHxCG1IZlw8p5uCBDg4swWXyd5HFBPgs { width:17.5rem;height:3.4375rem;top:108.9635875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxA4wIyXLiRemR0G00AmQ0BBUeT8aqKE { display:block; }
 }@media only screen and (max-width: 763px) { #oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 { display:block; }#oL0K5Qd6VynMygu2hvTGuV6A6m0vcs71 > .row .container { width:20rem;height:113.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r605X3FrdeQX2894QI9bfQqSSsllEnli { width:18.625rem;height:12.4375rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXTNMptIbUWbgxI43XnsLRE70Wh9WsQr { width:18.75rem;height:12.4375rem;top:39.9961125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvX50AzJSCDwEBbzu2rQybfpMdpKnDK { width:18.75rem;height:12.5rem;top:76.1424125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgBtezyhsyIR0nUe8Eyw0ovvT06zZvDz { width:20rem;height:4.87413125rem;top:14.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbvnQALStLxa5PO6R1Scp6tvP34km9w5 { width:20rem;height:4.87413125rem;top:53.6836125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2KBPSW4fgdQtXqhJi1Z6fSnB2Q4JNl2 { width:20rem;height:4.87413125rem;top:89.8924125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PApLgTrt5zps5gUJRrby0GdolvrbkpTZ { width:19.4998125rem;height:12.99913125rem;top:21.06055rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcLc7Rym8TDcv2EGeMf390Kd0xsGkJq { width:19.375rem;height:10.3993rem;top:59.8066625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJuvlUJZWvWAXSsBHRJEZO3X7qKoyNSQ { width:19.249125rem;height:11.6992125rem;top:96.0154625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywo8ghDHhTyoaQs27fOqqNMAK0kZkABJ { width:17.5rem;height:3.4375rem;top:35.3086125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnElcZNsyEOmVmzTohNWqlluqQxqdGJI { display:block; }
 }@media only screen and (max-width: 763px) { #dFSMAId18vnQcTL6B8orR6TkgwhfiOKA { width:17.5rem;height:3.4375rem;top:71.4549125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsuGD6yvbiQI519B1y3M4Elro1V3S9L6 { display:block; }
 }@media only screen and (max-width: 763px) { #XQ3R4CH7pqHPrZIxXw1lGGDdTQ84Bu8N { width:17.5rem;height:3.4375rem;top:108.9635875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax3Kv3OXxHOvE1fxTWTh7efQ77l2VusS { display:block; }
 }@media only screen and (max-width: 763px) { #t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k { display:block; }#t98Hy3eds8N7tIVkseqSJIN7V5D6MH5k > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIZl03JDa9UQHegqHMm4Xv7LPODL53vP { width:20rem;height:10.759162303665rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT { display:block; }#w85mCbRo5HAvTmqa3B8pWW5vtEymNvxT > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8TFmmCJVtoykc2avrEXIZO4GBTDQZL7 { width:3.75rem;height:0.125rem;top:6.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRLVfmb3ZtLXKHt0Lug0MELTorkQhED { width:20rem;height:2.19375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlts4fvL2DpxSMcrNfetGOOgeAGFcKLZ { width:20rem;height:22.8125rem;top:8.1868286132812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RmEBbTmeZ1uxPStkdazXSGCehgsvMT { width:20rem;height:20.71509375rem;top:9.06884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI { display:block; }#HWqi2f5hrPViTkLTXCPqTyvPHX33ELWI > .row .container { width:20rem;height:60.947265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNuymuSsg5hWK3wBpCWv2pILmofScFcL { width:20rem;height:28.4375rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cilBmwiB9bcrz4dk26zEpyfhFdVKIOk2 { width:16.625rem;height:20.71506875rem;top:5.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoNS5MdhrBpXUJDcoz1J51i7SQ8fZlOg { width:12.5rem;height:0;top:45.32275rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTDffExTcXrZrfih6alzr78gBxTJ8b3 { width:17.3125rem;height:2.11263125rem;top:2.265625rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7apcDQ3yqLQUQPAOeTGN6pi2RJ0KIwq { width:20rem;height:13.729rem;top:32.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc6f4BgwqwEvrsi6BdRwlOmz0xsIH6LF { width:20rem;height:13.75rem;top:47.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFStOOIPcuFI13tvh969De9UXTvpxrp { display:block; }#BMFStOOIPcuFI13tvh969De9UXTvpxrp > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP4e2SpGbUme2JAOCDQJOy23Q0KwUGGT { width:20rem;height:10.7588125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rln5muTWBww0HAB0xmeKbGytTCd2kOg1 { display:block; }#rln5muTWBww0HAB0xmeKbGytTCd2kOg1 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQeldNkZ4oMT7KR4rLentdQ3oH6rVNIL { width:20rem;height:32.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWluVehiE01Q3eJwGdg3TTUHzofQ8hd { width:16.625rem;height:25.589225rem;top:5.453125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4x2UlRQAUoHWNvHUDfQdLfex2dSrD42 { width:12.5rem;height:0;top:69.28125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKZ7k26VKLB842XDpZwvMCX9Xi20bsAb { width:20rem;height:1.9487875rem;top:1.65625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6zTsklrZOTs7BgvMvohcwdU9H8PRD0S { width:20rem;height:13.6538125rem;top:36.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2pqyV6FuN22FO3izC9koSyg4MB3zAds { width:20rem;height:13.6889375rem;top:51.99755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 { display:block; }#MLXX99TlXwhlqRzJ942WeRLXy9N016Q5 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnZtDt5905sl878BtFmAZIDmbbBNyh43 { width:3.75rem;height:0.125rem;top:6.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTGi5gQPH7pzxERufeqzKQBGmMpDAhAP { width:20rem;height:2.19375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhBc1WO0v9gOfsau88M80tNfItiCwlod { width:20rem;height:23rem;top:8.1868896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfbOtPUxZoTlvksUaXOUEOnTkAr6P9vI { width:20rem;height:20.7150625rem;top:9.06884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA { display:block; }#Bo2qRDaK5314Ghbt4ODmyXi6pBBpC9mA > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5IETN5AotesTElvO3L9HNJBh6ghsvui { width:18.75rem;height:12.5rem;top:1.9375rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aoR52JEUKecMgcLG78eIvX9JQV0VpQHC { width:18.6870625rem;height:28.125rem;top:1.9368495941162rem;left:0.58593755960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqsZ2ayQQDn2D32TDl2Xds8esDOynp7 { width:18.9995625rem;height:28.5623125rem;top:31.818577766419rem;left:0.42968755960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2CZ27e7IXBUKXlQunaHdBl4TbBTXmWe { width:18.8748125rem;height:4.6875rem;top:24.924037933349rem;left:0.56206601858139rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #dKDb8vo6fQXFJXtV0vyTkTBD4ylwnXKa { width:17.1245625rem;height:11.3748125rem;top:31.818591117859rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #an3lNJhEget31snFNugpOplBEOV973QP { width:18.6875rem;height:44.75rem;top:3.125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPWeOng6kcdut66lMqvTFRFDBn555TnS { width:18.75rem;height:12.5rem;top:3.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp2rpDHXAhbbtQ26veznuExeXlWt6MtC { width:19.749375rem;height:2.27430625rem;top:14.931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6beMgd4hNNJEasFLZTnT5hQUClq6I86 { width:18.375rem;height:2.03125rem;top:44.100480079651rem;left:0.88020855188369rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPw4fQGq77rdHQ9vxOQ24OESWaekrJv0 { width:16.6873125rem;height:2.03125rem;top:80.249573707581rem;left:2.6302085518837rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX { width:12.5rem;height:0;top:80.25rem;left:3.75rem;font-size:1rem;display:block; }#p4G9ni1nhObq7SZpkGNr6B6fSNKVzDiX li:before{  }
 }@media only screen and (max-width: 763px) { #keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 { width:12.5rem;height:0;top:85.3125rem;left:3.75rem;font-size:1rem;display:block; }#keeLXeCKrn03UXDgrr2dEwebyOvGcKu0 li:before{  }
 }@media only screen and (max-width: 763px) { #gbuCy14vsaq8V7rkQulGdDcPVBHknFx6 { width:18rem;height:auto;top:21.125rem;left:1rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPl12AWSDIqWIScAW1tC0lygLaIvFH3h { width:18.5625rem;height:3.4375rem;top:41.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUeBcTWxSOSZsv7R4VD96ryfwToH2gkE { width:1.25rem;height:1.25rem;top:41.375rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTePSwyzKWW2t8hxkUFlCOdmXTI25ZKw { width:12.3123125rem;height:1.2999125rem;top:25.809462547302rem;left:4.4053822159767rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5PIJTh28ifmOq3lOHE4EEv20XE0IX2 { width:12.5rem;height:1.2999125rem;top:27.623680114746rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk85MsFDAoOWzzxnxCRMswam3MV2ZQua { width:12.5rem;height:1.2999125rem;top:64.686420440675rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJq6gWgdp4suTkpnnfZ9FVolysypygh { width:19.0625rem;height:3.375rem;top:41.4375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPgafFG0xoo5v3phc1zAHTiTEyyK4XSr { width:18.9375rem;height:28.25rem;top:66.65625rem;left:0.46875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #B6PvmtVsCdq2BxOTMNeDmPca7hKnZPPE { width:18.75rem;height:12.875rem;top:66.65625rem;left:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KZJ9W6dM4XfqWPJbZhsOURerLZTmB4R5 { width:1.31185rem;height:1.31185rem;top:25.801867485046rem;left:2.6866319775581rem;font-size:0.875rem;z-index:15019;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c9L6OQSkkpGyti8nVm8q49sHrt71hZ5C { width:18.5625rem;height:3.4375rem;top:41.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxgaWTfhmzL80exkiltKFrfo3F84ZaHm { width:1.25rem;height:1.25rem;top:41.375rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4OA27nrdq4JazB1KTSrIPmwrpXldRsV { width:18.4375rem;height:1.2999125rem;top:55.686852455139rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI4DCKCG5klH05P0KEWdG5qGv6zQrv4E { width:17.999125rem;height:1.2999125rem;top:91.751346588137rem;left:1.0004341006279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtQ895u1w1MIBqazxwJmzpMXeqSWdUD { width:17.625rem;height:auto;top:21.125rem;left:1.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmaQ3LqNzxOxJXi6PxdNyt8oTzt4NfI8 { width:18.186875rem;height:15.5989375rem;top:48.537330627441rem;left:0.90494793653488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ887vUr7MSZcsElOPTFqdrkTOEhhXd6 { width:1.25rem;height:1.25rem;top:41.3125rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #axvdwL1CMg9nCsoys17EsD8LX0TtfvgA { width:18.4375rem;height:1.2999125rem;top:46.749135017395rem;left:0.78125005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT { display:block; }#DT4dfbqDb86eIxbPAQIcUoFxyXQ3NVGT > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJSXeqpHbmWMOHQXTVEu0wNs1mNLdU58 { width:20rem;height:1.2999125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo4rwgplTWURQtfUM6siHziyJDkH4BFz { width:19.4998125rem;height:2.599825rem;top:3.798825rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWTDLetS3gN6m5hP2Swhhii9Vtp2nDB5 { width:20rem;height:116.9922625rem;top:7.64756875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Xi7Ky3Wo/lakelouise.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:3.75rem;height:0.124783125rem;top:16.686199188233rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:20rem;height:10.7248125rem;top:4.5930976867676rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGp1VIVKLRQ3ZtciV465PEeNCbrD8ZTI { width:11.3125rem;height:0.975rem;top:26.09375rem;left:7.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #isPfTwISvUJT7EAdrHJKQB7UaUb6cTcZ { width:13.375rem;height:0.975rem;top:26.09375rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZQaC34DBCJ1UIT8GAv1kU4uExme6FD { width:12.5rem;height:0.975rem;top:26.09375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lxLgtLn6HR6KUT9hIqIZZzXTKW1FpkRi { width:20rem;height:23.5625rem;top:1.03076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2sm112avBZtxLarhbLMicsdZhFQ1bH { width:20rem;height:0.97439375rem;top:28.369084472656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctpoTdyxqTDWscCBRhb5hTz1Ndf43NfS { width:17.5rem;height:3.4375rem;top:18.152126312256rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kARQULtRTOvBbPZNgrBcJD7Llo7uIdux { display:block; }
 }