.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:253,228,211;--color-primary-1:249,173,124;--color-primary-2:245,118,36;--color-primary-3:255,183,21;--color-primary-4:49,24,7;--color-secondary-0:217,229,229;--color-secondary-1:129,170,170;--color-secondary-2:2,84,84;--color-secondary-3:1,42,42;--color-secondary-4:0,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3214f45a-dc7d-4edf-9407-09c60767b4e0/tlo3.png");background-position:bottom right !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:49.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#AmeJRLKLyNRAkduwMTPvP3MManLLq6Ts { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.0625rem;left:3.0621109008789rem;height:5.8496125rem;font-style:normal;display:block; }
#VL3CBxt4TTgr5nSgQWdab27pOTveXi4g { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.0625rem;height:8.125rem;display:block; }
#kX2QeBsg28kxmBlBBNv4HgckhmdCQaHQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.43555rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.2119140625rem;left:3.0615234375rem;display:block; }
#hciC1ufli57o6pX0LZKoCoEuk0QQvawb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKbyNIGVsMATdztQ1yihFxOms9r6qITx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.312125rem;top:7.18710899353rem;left:3.0621109008789rem;overflow:hidden;display:block; }
#y5W71WToc91XelrEh72cKm3yXgk5zynT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:15.498827457428rem;left:3.498046875rem;display:none; }
#MofIzHCSVFoKvwfqTsZBu9XWQLiEfZQi { position:absolute;display:block;z-index:14999;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:38.312125rem;width:31.374625rem;top:5.8124995231628rem;left:42.561328887939rem;overflow:hidden;display:block; }
#MLk1hJdvknzOp4HcPzgeRBiexpDc0dSV { position:absolute;display:block;z-index:15016;height:9.812125rem;width:17.625rem;top:32.024997711182rem;left:56.384761810302rem;display:block; }
#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3214f45a-dc7d-4edf-9407-09c60767b4e0/tlo3.png");background-position:bottom right !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:none; }#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6.adaptive-delivery-prevent-bg, #NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6.lazyload, #NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6.lazyloading { background-image: none; }#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 > .row .container { border-width: 0; border-radius: 0; }#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#LoKRVaGgNaCgP2tRNOw0xecaIbPzp6XS { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.062496185302rem;left:1.9996109008789rem;height:6.496875rem;font-style:normal;display:block; }
#Z5nGpzUhs8n52Tct8OD5t62anPaC3A4G { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.311717987061rem;left:1.9996109008789rem;height:6.0890625rem;display:block; }
#dndZOxI1WThMNn07P0yLigVrpCTOEpsa { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.810153961182rem;left:1.9996109008789rem;display:block; }
#mnQR66QOkqdkFUXA6ylgqrvOQb6JJgvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQU3r921A72IKD5x8QelQFybdwGUrPB7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.312125rem;top:7.1871070861819rem;left:1.9996109008789rem;overflow:hidden;display:block; }
#FTHV0vfpTro8oBvkJBcz7KZhutkBzWsc { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:15.498827457428rem;left:3.498046875rem;display:none; }
#Z8snANqZTA94q9QSWT0G6zhsSzmPen4c { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:17.625rem;top:2.0707025527954rem;left:57.374996185302rem;overflow:hidden;display:block; }
#k0EQS0mLcv457MRpp6ZThRKzMw57uAmv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:17.625rem;top:2.0707025527954rem;left:38.499217987061rem;overflow:hidden;display:block; }
#tQgQcboL9D6N7Wu2mCPOHgOvrAZOX7Qb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:17.625rem;top:25.3125rem;left:57.375rem;overflow:hidden;display:block; }
#wbFld8ZJNlT1CU2RgB7UVDAUyNu2Ktx1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:17.625rem;top:25.3125rem;left:38.5rem;overflow:hidden;display:block; }
#ki2gartbTXO8yWDSxHNycpHJxyswiKyW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container { background-color: transparent; background-image: none; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container > .video-iframe-container { display: none; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row > .video-iframe-container { display: none; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .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); }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container { border-width: 0; border-radius: 0; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#g2IS7MaQK6ZG7fl7h84JKLAizT40Phlc { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.5609374046326rem;left:3.5rem;height:8.77148125rem;display:block; }
#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k { position:relative;display:block; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k { background-color: transparent; background-image: none; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .row .container > .video-iframe-container { display: none; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .row > .video-iframe-container { display: none; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .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); }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k { border-width: 0; border-radius: 0; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .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; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .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:30.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MGTeFMm2wOToQAcTiRHgK4W87yXhH1OZ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.49951171875rem;height:2.84375rem;font-style:normal;display:block; }
#neGxx4zBhQht35XPZaHODTtNuVEzcT3X { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.49755859375rem;left:3.498046875rem;height:8.77148125rem;display:block; }
#TAveyE0NPx5Bou4ZLkv1AETx7Wnw12Ji { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:15.498827457428rem;left:3.498046875rem;display:block; }
#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc { position:relative;display:block; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc { background-color: transparent; background-image: none; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .row .container > .video-iframe-container { display: none; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .row > .video-iframe-container { display: none; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .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); }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc { border-width: 0; border-radius: 0; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .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; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .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:17.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ebtJlLNOr2obKuDcQ2VceGwRHF3oLpeq { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:6.25rem;width:18.9375rem;top:4.5rem;left:3.0625rem;display:block; }
#on7llWVghPW6DpvstPZIlaIbT7zHSKQa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14994;line-height:1.2;letter-spacing:0;top:5.25rem;left:4rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyZR7NZAJuT21RKnxegbEE03WpWRAQa4 { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:6.25rem;width:18.5625rem;top:4.5rem;left:28.125rem;display:block; }
#w3XwCsTn34XKiFF7xoTcRX7DkryHrNCC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:5.25rem;left:29.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNygOMVqxrydKoNu3wNTr0mFSG9votCD { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:6.25rem;width:19.75rem;top:4.5rem;left:52.125rem;display:block; }
#brM7y1iAyfmx3QI57kxrJlgqlmcH2SL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:5.25rem;left:53.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsWio71TWqJ2vONrQOWmPqhoauMxuGk7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.626953125rem;left:10.96728515625rem; }
#NP2Ik2Ah9u9BkFCHFyzhRyinDMeMDTe3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.533203125rem;left:35.93701171875rem; }
#oxHoVNQeqZTCgz426SfAoVT5yTSytQMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.533203125rem;left:60.4365234375rem; }
#siBUdzizll59OVaai4MqT6giMTKvKEsf { position:relative;display:block; }#siBUdzizll59OVaai4MqT6giMTKvKEsf { background-color: transparent; background-image: none; }#siBUdzizll59OVaai4MqT6giMTKvKEsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .row .container > .video-iframe-container { display: none; }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .row > .video-iframe-container { display: none; }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .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); }#siBUdzizll59OVaai4MqT6giMTKvKEsf { border-width: 0; border-radius: 0; }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .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; }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .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:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cnaRXA0TZJ6e3tvbXWWunDKBKcQMzV9e { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:28.3125rem;width:18.9375rem;top:0.0615234375rem;left:3.12451171875rem;display:block; }
#eLHoafC237JVdA6kaC0ovNihU1oZK6qI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14994;line-height:1.5;letter-spacing:0;top:1.8125rem;left:3.625rem;height:25.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkUtJnOM0duRBvnkIoFH27eAdQ5wMxEg { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:28.375rem;width:18.5625rem;top:0rem;left:28.21875rem;display:block; }
#VS9Ll9e98Cpkz8wnXh5Qen9ay52Ta8fE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14996;line-height:1.5;letter-spacing:0;top:1.81201171875rem;left:29.1240234375rem;height:24rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAWDPxDSpldpIbyttrgR1SpX9TMc8Z2x { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:28.375rem;width:19.75rem;top:0rem;left:52.125rem;display:block; }
#wvVClplxzH6Turm8LizXae7lteGNAVJr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:1.81201171875rem;left:52.78125rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0duZdxxgN8S8iCFcbNfTw5R2D4ctbK5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43505625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9404296875rem;left:3.84375rem;display:block; }
#hkCzHwxZW9kr226sWKvzI3PWCoTei1Xt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l92Qnw0u8C61WLlThWxMh5yWD6cE8Op2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43359375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.9404296875rem;left:28.75048828125rem;display:block; }
#S8kREp0Igqo4s8Inno8C2Lw8ZGFDbC6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kx7LcvfbGR41tpsSPa3BksXiGJIPZZ8M { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43359375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.9404296875rem;left:53.25rem;display:block; }
#blIpkDI0eaDZSLPfuxQLVbTmp43utHBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o { position:relative;display:none; }#tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o { border-width: 0; border-radius: 0; }#tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o > .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; }#tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o > .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:35.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zE6Z73LyTlM1HbN4f5FlLhqTet8sPJ2f { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:26.4375rem;width:31.8125rem;top:3.908203125rem;left:18.328125rem;display:block; }
#fGtUZmCWTRgntGBw14Jgr2T8dTBTNi9o { color:rgba(var(--color-tertiary-0),1);display:block;width:17.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14997;line-height:1.2;letter-spacing:0;top:4.97021484375rem;left:23.953125rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDG54OQqc4dv7hgo5BB0UPUdrdaFlUaP { color:rgba(var(--color-tertiary-0),1);display:block;width:28.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14996;line-height:1.5;letter-spacing:0;top:9.439453125rem;left:19.265625rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mrtiv4yZMMaCTRhLgaFDc0uliUAA9izm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43505625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.84765625rem;left:58.015625rem;display:block; }
#euAs1EmHS8P8wZmzs1xdRdOwTe90DUE1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi { position:relative;display:none; }#Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi { border-width: 0; border-radius: 0; }#Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi > .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; }#Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi > .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:43.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zJQAWl4wE9lXVdOvxQi93rWNQbiB1ywZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:6.25rem;width:18.5625rem;top:1.9375rem;left:27.5625rem;display:block; }
#CmzxyA8DJsTHq4RmiaAA3KiDBrJV4VN5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:2.6875rem;left:28.625rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHAaT4W5P4hhsDviBXTp4VLMLFK1gaO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.7475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:14998;line-height:1.5;letter-spacing:0;top:12.69140625rem;left:31.623046875rem;height:24rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2xBBuLtwz00RV0KyVpGTWGySU9z8QRe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43359375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.69140625rem;left:15.515625rem;display:block; }
#URrsxRBBcxz0rRE2TewnkebGHDVEJmHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w89XEGa5gHSW066svTgAvPfLWs447ZOV { position:relative;display:none; }#w89XEGa5gHSW066svTgAvPfLWs447ZOV { border-width: 0; border-radius: 0; }#w89XEGa5gHSW066svTgAvPfLWs447ZOV > .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; }#w89XEGa5gHSW066svTgAvPfLWs447ZOV > .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:46.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QSsbExFQo2TBDBkI1T7TJyPiBlino5n6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:31.375rem;width:32.75rem;top:2.3125rem;left:14.5rem;display:block; }
#HLZe6JeqfNPJdnKqzJQy4Fnutrv1cv63 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.0625rem;left:28.6875rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHOL4lGBhtbTkop6VrkbrPSfbwAPi5G1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4350625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.93701171875rem;left:21.65478515625rem;height:22.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uf0w1smWEuonBbXzOvuUFbOnt86Dkkya { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43359375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.59814453125rem;left:53.203125rem;display:block; }
#K6DDSirunehIXHc6iHLf977EcwaTBtuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8b8b8b;background-image:url("https://images.assets-landingi.com/uc/1a00947b-b9c5-4426-a5b7-1a575298b6ae/womanwithhandstogethertalkingwithcounselor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT.adaptive-delivery-prevent-bg, #EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT.lazyload, #EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT.lazyloading { background-image: none; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container { background-color: transparent; background-image: none; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container > .video-iframe-container { display: none; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row > .video-iframe-container { display: none; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .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); }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container { border-width: 0; border-radius: 0; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x { position:relative;display:none; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x { border-width: 0; border-radius: 0; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .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; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .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:48.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TrxmoT6wffVS0S175r4PI2HkFCPg336T { 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:16.75rem;width:12.125rem;top:23.1875rem;left:6.875rem;overflow:hidden;display:block; }
#SznC7e5A9MGOS8thchTsEEJ9dAuwNCbd { color:rgba(var(--color-tertiary-4),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.5rem;height:5.84765625rem;display:block; }
#EqpVQysIiTmGqlZIfz6CSrIu8h5l2EAt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:39.5rem;left:8.4375rem;height:2.3994125rem;font-style:normal;display:block; }
#PZFqoQSslqzdaRSlS1PRqPu4SQ1l7Lio { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14988;line-height:1.3;letter-spacing:0;top:27.0625rem;left:23.5rem;height:16.89109375rem;display:block; }
#xdR9ZzIfT7ap17Tr7TKi6CO2yNr0Vqpo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 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.125rem;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:15014;text-align:center;text-align-last:center;top:43.125rem;left:23.5rem;display:block; }
#awr0iUSrXD4IHwGykQEKnDQDE7Ve840T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCUrC2MlqnstBKcHlVCl3ELiptvdirtJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.125rem;left:43.375rem;display:block; }
#rG1RWu7VCCqv3C8HLDScuoP7uzemg5Vb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCT8467yDo85xc3vLxEBtLWCscAxdwgM { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.5rem;height:2.8418rem;font-style:normal;display:block; }
#B9KcDAbkJoEdXchxJ3fyhnmHEyXhCIGi { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.3125rem;width:9.375rem;top:10.8125rem;left:3.5rem;display:block; }
#DlOaqBz7UFn1lc2lzICLCBooMSFHNCfr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:4rem;width:9.5625rem;top:38.6875rem;left:6.875rem;display:block; }
#PquTmRh519cgI2nFnxakEJUTfgFadoRo { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:18.9375rem;top:23.187889099121rem;left:23.5rem;display:block; }
#nk26T7QsErTcuhIKf5XTNm9JECmV9ld6 { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.0625rem;top:23.187889099121rem;left:44.156246185302rem;display:block; }
#LAQ3f2BztOE01iBUk0Fy1DksVO8771go { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14990;line-height:1.2;letter-spacing:0;top:23.935935974121rem;left:24.4375rem;height:1.19970625rem;font-style:normal;display:block; }
#a59faucBq6BCqKIDiFafcxVLKRphMThq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:14992;line-height:1.2;letter-spacing:0;top:23.9375rem;left:45.161716461182rem;height:1.19970625rem;font-style:normal;display:block; }
#atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG { position:relative;display:none; }#atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG { border-width: 0; border-radius: 0; }#atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG > .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; }#atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG > .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:24.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QBt5Agrr8qRUCldkNO2FBOmGcVvpgKv6 { 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:16.6875rem;width:12.0615rem;top:2.875rem;left:3.3125rem;overflow:hidden;display:block; }
#ZoZvHQlH0X4XTwypL3fJM6rCludhdAB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:18.8125rem;left:4.75rem;height:2.3994125rem;font-style:normal;display:block; }
#cud2IR6Sb0HcbwGP42aScHWJaTia0oP8 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:9.5625rem;top:18rem;left:3.3125rem;display:block; }
#m9pFC2A6ci2ZT7xPsieWsZ2I4Z8E7Vpf { 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:16.6875rem;width:12.1245rem;top:2.875rem;left:22.0625rem;overflow:hidden;display:block; }
#xbi2ln1XaPDNcDNK3J0sJnQlyvC633XO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:18.8125rem;left:23.5rem;height:2.3994125rem;font-style:normal;display:block; }
#fN470VqSdTWEyqQ3dIM0kSLuH14SMSGt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:9.5625rem;top:18rem;left:22.0625rem;display:block; }
#Vh2z091bv0C9WUls1P45dKGsTpkfQTCh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.749rem;width:12.1245rem;top:2.625rem;left:40.8125rem;overflow:hidden;display:block; }
#c8kmaJD575TUN7AEWUCW3rm1DFHrsTil { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:7.9365rem;top:18.25rem;left:40.8125rem;display:block; }
#LWand6LqAWhqd65g7aMRuZmdntpi6xZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:19.0625rem;left:42.375rem;height:2.3994125rem;font-style:normal;display:block; }
#SbhZ28mJWwTwNwlrHowgxq4dT5L0Scix { position:absolute;display:block;z-index:14999;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:16.749rem;width:12.1245rem;top:2.6875rem;left:59.5625rem;overflow:hidden;display:block; }
#Pw9MhFdg1gwNe5L6Ep6fOEi23WRehQbT { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:6.9375rem;top:18.25rem;left:59.5625rem;display:block; }
#ESclN8QEFmlcRnCrmmKpocaS7uxmt5py { color:rgba(var(--color-tertiary-0),1);display:block;width:7.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:19.0625rem;left:60.875rem;height:2.3994125rem;font-style:normal;display:block; }
#EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd { position:relative;display:none; }#EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd { border-width: 0; border-radius: 0; }#EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd > .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; }#EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd > .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:24.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ahSlHrUJregWzkxhbm4nkBHUXT13OnBN { position:absolute;display:block;z-index:14994;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:16.5rem;width:12rem;top:3.125rem;left:3.375rem;overflow:hidden;display:block; }
#tTPSqTP3k4WnsK5UJSrMvq78FTdHdb4I { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:8.3115rem;top:17.8125rem;left:3.375rem;display:block; }
#wevfkAZ0yh4kqpbOkTKU0SICy4Ab9H68 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:18.625rem;left:4.8125rem;height:2.3994125rem;font-style:normal;display:block; }
#gPZwt9WS0E6rHAAQHI7T8aGLA5nfUIkH { position:absolute;display:block;z-index:14998;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:16.749rem;width:12.1245rem;top:2.375rem;left:22.0625rem;overflow:hidden;display:block; }
#ruBivoCoR4lbccbAEkTPEDTkQTg0MhRd { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:10.875rem;top:17.9375rem;left:22.0625rem;display:block; }
#ePFtGeVW6yPhN9mWs8pXJySOLSwblX9c { color:rgba(var(--color-tertiary-0),1);display:block;width:8.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:18.75rem;left:23.75rem;height:2.3994125rem;font-style:normal;display:block; }
#p1Wkp6PwE6c3JaPMtrlk2zFB5gGKqaD3 { position:absolute;display:block;z-index:14996;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:16.749rem;width:12.1245rem;top:2.3125rem;left:40.8125rem;overflow:hidden;display:block; }
#wkVhlG5psoQ6TFqmcXAi3NU1ue2AqfXv { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:10.437rem;top:17.9375rem;left:40.8125rem;display:block; }
#xoHtn8RpK02s3uvN4DbUrh55oQ1PnihI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:18.75rem;left:42.375rem;height:2.3994125rem;font-style:normal;display:block; }
#uEWKwzkI0T4iexTJ03uEmJqQG0p41tVT { 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:15.624rem;width:11.562rem;top:3.5625rem;left:59.8125rem;overflow:hidden;display:block; }
#bcpQF5wGDx76O6tsPHyqBMzxhAReHZJ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:18.125rem;left:60.75rem;height:2.3994125rem;font-style:normal;display:block; }
#CivC9oT2sPdcK6vpQZKuoMsxiPVF9TwS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:9.5625rem;top:17.3125rem;left:59.8125rem;display:block; }
#IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z { position:relative;display:none; }#IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z { border-width: 0; border-radius: 0; }#IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z > .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; }#IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z > .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:24.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UENpZuvIWw4vDsUvVpncHFKX9hWF2naV { position:absolute;display:block;z-index:14995;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:16.749rem;width:12.1245rem;top:2.625rem;left:3.3125rem;overflow:hidden;display:block; }
#yP7XqqK2ydusq3EBOO6dLLrKQQyewQ81 { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:7.437rem;top:18.25rem;left:3.3125rem;display:block; }
#y0TqeQ2HNDQ6acDFqf2vex7u1cufluH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:19rem;left:4.3125rem;height:2.3994125rem;font-style:normal;display:block; }
#xCBSCUSkZJZKTwFFOfXOPqdgDGVFcQiV { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.999025rem;width:9.1245rem;top:17.9375rem;left:22.3125rem;display:block; }
#dLi1sLkPH6nQGdzyEs84hMEWGxaFF784 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.749rem;width:11.562rem;top:2.9375rem;left:22.3125rem;overflow:hidden;display:block; }
#cQfouMlKVrorT59RvwiU9Hye86qnqse7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15076;line-height:1.2;letter-spacing:0;top:18.75rem;left:23.25rem;height:2.3994125rem;font-style:normal;display:block; }
#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw { position:relative;display:block; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw { background-color: transparent; background-image: none; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .row .container > .video-iframe-container { display: none; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .row > .video-iframe-container { display: none; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .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); }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw { border-width: 0; border-radius: 0; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .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; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .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:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RK1gLHbNn31I4gJLhlFHmXTtn2VkNC1l { color:rgba(var(--color-tertiary-4),1);display:block;width:43.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.5625rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mqf4dstovmDXNrihTwkifA8EDIgMaw3e { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.310546875rem;width:9.375rem;top:24.5rem;left:3.5625rem;display:block; }
#rRyXh2wLIiPQ7G8qnHXRuBPQeQio6oLK { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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: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:27.6225625rem;height:5.1870125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.0625rem;left:3.5625rem;display:block; }
#CGDX2eUhwbsQ5B154gTcm7o8NRpw9vpz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gynr5U6zTsToFhBfIK5doa04AUb7Q54s { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:22.9980625rem;width:22.9980625rem;top:7.75rem;left:48.5rem;display:block; }
#aPxmXdAG7TLqT5hXvViPmeBTBuDpokfy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:2.625rem;left:43.375rem;overflow:hidden;display:block; }
#Cu64Jrm8q0TNNcRofwCdA4y0oEDAsmwH { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:3.5625rem;height:7.3095625rem;display:block; }
#yMinLlARwgp0R0EuasB6ryTsI0rvK5NF { color:rgba(var(--color-tertiary-4),1);display:block;width:47.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.5625rem;height:2.84375rem;font-style:normal;display:block; }
#PTbLo1JXkM1mTi1r8dnz1ADzeIQOSuzp { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.3125rem;width:9.375rem;top:5.1875rem;left:3.5625rem;display:block; }
#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container { background-color: transparent; background-image: none; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container > .video-iframe-container { display: none; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row > .video-iframe-container { display: none; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .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); }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container { border-width: 0; border-radius: 0; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#syOBtLATEBaXErZovNdR98SdZkt7epR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9984375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6250009536743rem;left:17.000782012939rem;height:1.4625rem;font-style:normal;display:block; }
#FnzqQrdLefZFXTkFZGLQaeeAuRHIq8Jr { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.31171875rem;width:9.375rem;top:5.9000005722046rem;left:17.000782012939rem;display:block; }
#zubsSGwFkAw6BWaZnmhVEMPqkaRoDnki { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.175000190735rem;left:17.000782012939rem;height:2.923825rem;font-style:normal;display:block; }
#z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ { position:relative;display:none; }#z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ { border-width: 0; border-radius: 0; }#z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ > .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; }#z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ > .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:111.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fTal11aDLiL1GJsicw8oCSFnEmzWUhyv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:10.125057220459rem;left:6.884765625rem;height:2.998825rem;display:block; }
#SOaNZq6nSmbQA9T3IDTSiWiRWFomA8yO { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:47.499607086182rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#mVvuohZxgWv13Po8SJlP8QJTS6vigxuW { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.625rem;width:17.375rem;top:7.5625rem;left:45.875rem;display:block; }
#AQiKvRQJcHpGslsyNO3POSBCZFtxiMNr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.5rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#tmTSO9guTAST7qyIOFuCED2ibi98yJXV { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:14.109375rem;left:6.88437461853rem;display:block; }
#EQZUV8LpetzaUnSmTQ8b9bikVhykQecc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.310544967651rem;left:7.685546875rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#bqgte90RTay6o8LHzghLCPJH8TX0bsnO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:5.9996109008789rem;display:block; }
#MfQmqhgXHsKLVNlW9OWaNzkcBkN7g8b3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.499608039856rem;left:7.5617179870606rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#lRXDOWHCXdrTdiDGxukJ4EhvgzT3NpnZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.061340332031rem;left:27.561325073243rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#JwNtBNyNIkiUmDHVAJ8eOlQHAMTFxaFx { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:25.936717987061rem;display:block; }
#iuR90eVbHF3tL1PkoSkwzQZd9yR82AQe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.498436927796rem;left:27.562107086182rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#Q6qW1ToQHUtPQQ6Pc42RFv6hZk5qo8Iu { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.748840332031rem;left:47.499607086182rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#RXnNX0VLUPmkxkuFRl9WhE8FHrGUQxmE { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:45.874217987061rem;display:block; }
#DWTdCCE7D3M1G5G94bnkrzy2IUaefEaU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.935936927796rem;left:47.499607086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#qlsU2pyqlX5hx091mNLFP27b2m2nAsIm { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:44.625rem;left:25.9375rem;display:block; }
#bItg7BiV5hGbQKcOwTiEHaBGVazbHtTe { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:44.625rem;left:45.875rem;display:block; }
#Glo65dQoP7SVdOd1s5TeDAyF1fZLL0ww { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:49.0625rem;left:47.499607086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#Vry2iN9Sy75Dt35MIN9x6OgQDlgxixo1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.062133789062rem;left:27.5625rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#x7TDwnAORvTHhv3iNaM7qhonlTZwLV9I { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:44.625rem;left:6rem;display:block; }
#Uck2cHm4sg208bezFun8FF08dTdyHUXd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:50.874267578125rem;left:7.5621109008787rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#d5wwgntIngPl5H6q4WM6UUp1kRSoVsXo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.125rem;left:7.5621109008787rem;height:3.084375rem;text-align:left;text-align-last:left;display:block; }
#z9mN8z0C0FQ5E2LBVwoEyWA21bGnamLk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:45.874267578125rem;left:27.5625rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#lK12Z3ad5gCM4wamwu7NtPJT7XUrLtSo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:46.999633789062rem;left:47.499607086182rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#AUP9xSIXLQHlSZud2QTwpCXBVSyGhM0g { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.0625rem;left:7.625rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#ASTduuxs9TRSQqKewrAOBVCmZHWOWf5V { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:63.8125rem;left:6rem;display:block; }
#WWiGn4zWksB4FgNPQUXRr7ke60Mme2M8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:67.124267578125rem;left:7.6242179870606rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#tT7CDHxC0RFFaDhvunHJXPxmXzcTyi32 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:65.6875rem;left:27.5625rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#Wv1bMeHkeqWKsa7eu0LOquTp2vpuX87t { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:63.8125rem;left:25.9375rem;display:block; }
#spJV8lVx5AUgMEwDq0bWO9P5CQOGwPJ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:67.75rem;left:27.5625rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#qgMVmKgVBzpycVoAc9wi9X2ZRuWUMUCk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:65.9375rem;left:47.499607086182rem;height:3.084375rem;text-align:left;text-align-last:left;display:block; }
#Zc9dy3530gBJ5t5Q3QchWkIOKFbrIMwl { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:63.8125rem;left:45.875rem;display:block; }
#rUTB5ENlXMSJicuOe5N5ayMd37b0lLUS { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:69.749267578125rem;left:47.499607086182rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#Fwl6AVWc15KBV1ZbNHlMQWFHpQGtyNhA { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:83rem;left:5.9375rem;display:block; }
#wV5uNTZmeJWvIvFD4RxBtVFrWoGcxNOL { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:85.25rem;left:7.5625rem;height:1.5421875rem;text-align:left;text-align-last:left;display:block; }
#VJzrpXn68iLGdLOX4erS5iHpw48xbTF2 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:83rem;left:25.875rem;display:block; }
#Oa0LiC7mGqCxJoupl2HxURerDwC5tRT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:87.548042297362rem;left:27.560153961182rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#IKhgZZ04LfdbnduUu12HbL7mmT7IrKzx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:87.25rem;left:7.5625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#bB54Ja8ia4PoX4ZU42FBTwg2zUNwDVf4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:84.187133789062rem;left:27.499217987061rem;height:2.611325rem;text-align:left;text-align-last:left;display:block; }
#hRv5M16HZiHHwoLipliIgP48JlJlM9y4 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:83rem;left:45.75rem;display:block; }
#pIkpMNrDox4mGD4XITIHmfgTnZLtL1DV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:88.122680664062rem;left:47.437107086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#fA4d1CLHpAK9JMfdq12Gu0eAd7WDaKXw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:84.937133789062rem;left:47.374217987061rem;height:2.611325rem;text-align:left;text-align-last:left;display:block; }
#GRhJNKspeQL5i8SFwWI38mysMpK6xE9N { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:103.31366729736rem;left:5.935546875rem;display:block; }
#suTwOWS7Xo47y9m0daCVTMscJ9g3IiQb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcIxdGVk8cBcnTFSBfEAxgtdX3ugQn1I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#BJz9Ks0nvWfOthivn21GZNIUTFdwnBTd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#hv5RGVOT155LqrVhbu6f5M1pTmHbnplW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#ffJQPork5TLQyBB1B1Syb0KvogTX68HK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#NdqDydvOlDqbRQXTLnLvfoZrUDmSxrZ9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#FP4RV1AQk2cXhlLaC9a1ccpOccOcw7Wx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#tCxExoKThRi7TuAhM0mUBFOJl12dhdtV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#qb320rWSJT40VMg09ChScwxxW9HFQ80S { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#FqTsGu52cdGMGEFIkDiBPh1E9nWmRkrP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#qe44gFZBgrZ9MoQSZ2bcuzPvut6GKuyo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#UIyDU1BRw1kPL77wt0oV52r97vnVgu9K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#KvswwsCXOFLa7a40vFpVLxnUxc4lCD9g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#sfxA3p1QQGm9WPdy6O39JBfX2axrtubs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF { position:relative;display:block; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF { background-color: transparent; background-image: none; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .row .container > .video-iframe-container { display: none; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .row > .video-iframe-container { display: none; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .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); }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF { border-width: 0; border-radius: 0; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .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; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .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:109.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UnV33rRy4rhnTbmuaEh5Nq1P2IAF28yL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:10.125057220459rem;left:6.884765625rem;height:3rem;display:block; }
#bXkmgFu4PAHcoXchewsApQgZD6yfb5f5 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8121070861819rem;left:51.886325836182rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#SXvSmdAKiX4aSyuT9Wpbxny2XA1WQ0v0 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.625rem;width:17.375rem;top:7.5625rem;left:45.875rem;display:block; }
#JffSuGVU8h3M8iRLiesdXFbQJwBVaV5Q { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.121541976929rem;left:47.373043060302rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#WRsUlTOILwUHzPIMwXQwDzIwWt3SDwxa { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:14.109375rem;left:6.88437461853rem;display:block; }
#hZxDonN2X8N1elNwO89RVmXsUAh5SXzy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0616875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.036717414856rem;left:12.071094512939rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#yI4cRHdqWZ9FSu0Loo3JCyPEQX7JrsRa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:5.9996109008789rem;display:block; }
#bd2hur38TTASMGUe8OhDDD3UMlHGlkZo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.124221801757rem;left:7.5609359741213rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#d0zygdWr5AUw1ITr97TwnbrG35peTG8w { color:rgba(var(--color-tertiary-0),1);display:block;width:10.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.747653007507rem;left:32.008983612061rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#wRZHUhH83p50M5Qezc2SyU0eByw8QUt3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:25.936717987061rem;display:block; }
#HOi1lf8wH4Ed7pE5U5XdC0MZvh4eaZPz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.873043298721rem;left:27.561325073243rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#hsHKkBznV5DCRxLwX9dB5wo7tXxK1ybI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.748824596405rem;left:51.875rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#gXvC2DeZyvb1LaKB5fFG5KkFi0aSO8hx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:45.874217987061rem;display:block; }
#o39yr1T2VJ7srrsDuOzw0mKPQHhE7pri { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.810546875rem;left:47.499607086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#omTLWxKGOczsSQA4JDPqO6i5tZ5Ev5tC { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.5rem;width:17.375rem;top:44.625rem;left:25.937107086182rem;display:block; }
#bEwBTwGg5Xh4sHuVv9fIgBRIn7HLss9B { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.5rem;width:17.375rem;top:44.625rem;left:45.874217987061rem;display:block; }
#yPvnFqAutgd2xKWcEJyPA3X3QtTDlAQG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:49.684761047363rem;left:47.499607086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#iwrKMUeHO8IyQ60ITuuO6GAXMoWmNxce { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:49.748433113098rem;left:27.5625rem;height:11.3671875rem;text-align:left;text-align-last:left;display:block; }
#sfLkqpe5QPHgG8ruQVFgUwzBFhQEJGwk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.5rem;width:17.375rem;top:44.625rem;left:6rem;display:block; }
#n02wFiQ1Z6d8a3OJZiiQwwhgvUnhWChF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:51.526560783386rem;left:7.517578125rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#B7gzH4DC6r1UO2OqIrtxWD0Lc1i3pud0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.935153484344rem;left:12.0625rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#hBFi5kXGoy6fWXItSh92xf0ry6Gfn1hW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:45.936714172363rem;left:31.875rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#SP2Zc18Qkkfv7Rug4OT518gzzVb1oG6R { color:rgba(var(--color-tertiary-0),1);display:block;width:10.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:46.495698928833rem;left:51.875rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#hOWmNGfEbWREmi6CTr1pLATGhzwbbTKd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.999994277956rem;left:12.0625rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#CGhxRUBgOCThhBoBh2RfWifJnsWhfNtf { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.25rem;width:17.375rem;top:63.812103271488rem;left:6rem;display:block; }
#SGXganaJFF3AnD80CvVKSwOoIhTQmTuM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:69.310932159425rem;left:7.623046875rem;height:10.2305rem;text-align:left;text-align-last:left;display:block; }
#RAlFWcJbbkf0IkwASN2ThRoMzyHh1tT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:66.061323165894rem;left:32rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#GbW6tPdyn3OvK9SZ0kbTcPpSdTSMSfUa { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.25rem;width:17.375rem;top:63.8125rem;left:25.9375rem;display:block; }
#nMzTTg8yvIVTXTOfx2W7ChXkc6npQLM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:69.184761047362rem;left:27.401950836182rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#tOF0ilwPKcGPFl6T9vWzVAwi7gUzCwCC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:65.9375rem;left:51.875rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#Tv9e9LduksOQzWM0rOPZDtLSSmBU59tL { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.25rem;width:17.375rem;top:63.8125rem;left:45.875rem;display:block; }
#yUC0KpOJxPWeaQPE73qs8ncJJJGTHcRB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:70.248432159425rem;left:47.499607086182rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#JUAskyugo4GsffQkdelFWthvS0iRG2F8 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.375rem;width:17.375rem;top:83rem;left:5.9375rem;display:block; }
#GdOhJMpWFVt9y3ZAgR6kZIaHiFS6rW82 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:85.249210357669rem;left:12.0625rem;height:1.54394375rem;text-align:left;text-align-last:left;display:block; }
#zBFHvQ2g6wzqNJrGGtJWcBI5ZyiASpIh { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.375rem;width:17.375rem;top:82.999206542969rem;left:25.875rem;display:block; }
#CXUbBAlvf4FM9696vzCDMLB1JaCEX64f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:88.421867370606rem;left:27.560153961182rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#JtibgKslRsXtRV7s9i9ZC2itRXte6mxi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:88.795696258544rem;left:7.6851577758787rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#ZhJzRix2Do6lkBghk6FcRlDBEDhzJQT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:84.498825073244rem;left:32rem;height:2.611325rem;text-align:left;text-align-last:left;display:block; }
#Ph2MDhoU4umVigVTK7na0VrSKKdmLv43 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.375rem;width:17.375rem;top:83rem;left:45.75rem;display:block; }
#C2BBgcZZbKQuUxlXtPGV7ouOzNT2IENI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:88.559757232669rem;left:47.436328887939rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#JkCn1ib7IRJRokzqpflWzpOXDPvXZkw0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:84.623821258544rem;left:51.875rem;height:2.611325rem;text-align:left;text-align-last:left;display:block; }
#U4yKTRZQ5h23RzzgwQdnxwihAowKeTU3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:103.31366729736rem;left:5.935546875rem;display:block; }
#TVur2P40rc2thDFBvLxhbDNQr4C2NOIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UO4k5uJ5S760xOeIBDuQyUthVdTdRL3D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#BRvnPznLcJGt8KRLetgxH40r27WwEXsz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#BgefSyXXbIiiFwTZ10Ccb3m0ze18ROVG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#DadJSr2zq5eFFGfOdV6X0cCE6XJrbtTU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#xJTEilP5qF5CJIA4vDXfUTCkwufDeytU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#yiKNTpnRyDO15LPTg8U7FWlv6XBgrAzV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#rsRahxqtTs1W9FXNhefR8G7d6nlIiffs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#k77aXRsfH2sS3KSRLoIGoeoffxqFcD37 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#HbTb2t2PMT16y5TLZMugGANFPr3CvsaD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#P4c0bA4yuwTuZLFezlMDALcKnLt8o306 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#xku4zS0qJ97HSkd4m7W2yy2pLJfxL83b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#WiaDbg1evSoOwDxxCTIezZOLKwkOKrCX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#FIhWgKyzuCp2edHk7F2QzRBcihJ5i5Sm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;display:none; }
#bGpQ1viEm3Sgtg9vLVr3i1ZBRrO3KpRq { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:8.8957026004794rem;left:47.373043060302rem;overflow:hidden;display:block; }
#cn6tfs2qBE63sTxFamPGBflDbFmIdxcp { position:absolute;display:block;z-index:15035;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:3.375rem;top:26.778123378754rem;left:47.375rem;overflow:hidden;display:block; }
#RezMXgPJkJWyySzqrULZVcTQ2T4AXeOs { position:absolute;display:block;z-index:15036;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:3.375rem;top:45.507418632508rem;left:47.373043060302rem;overflow:hidden;display:block; }
#SnlAmRvW6l5ezOSxn1c6nMX1k1STnW6r { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:65.517572402956rem;left:47.373043060302rem;overflow:hidden;display:block; }
#L5IpGk1s522URGxx07hRzsA6msPgsfUU { position:absolute;display:block;z-index:15038;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:3.375rem;top:84.206243515013rem;left:47.373043060302rem;overflow:hidden;display:block; }
#Mq1LBxSPBMXrRLvbp6lP6U7vAHJCeMyI { position:absolute;display:block;z-index:15039;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:3.375rem;top:26.6875rem;left:27.5rem;overflow:hidden;display:block; }
#he2qdnrXe1p6PTSHDbfcBRILTZlp56uJ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:45.625rem;left:27.5rem;overflow:hidden;display:block; }
#Jcv9NRCTfOdyTk9xZ2pJtVyDffXxeREU { position:absolute;display:block;z-index:15041;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:3.375rem;top:65.0625rem;left:27.5rem;overflow:hidden;display:block; }
#uvrZpgZGn8hMpF03wBqxo4RP1ftHrvoi { position:absolute;display:block;z-index:15042;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:3.375rem;top:84.125rem;left:27.5rem;overflow:hidden;display:block; }
#evpycBC7cFEpZCHn5uPMu02xmu2SbH3o { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:27rem;left:7.5625rem;overflow:hidden;display:block; }
#FI74BJydkV9P68GstxTV7Q1oMmtlev6H { position:absolute;display:block;z-index:15044;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:3.375rem;top:46.5625rem;left:7.5625rem;overflow:hidden;display:block; }
#DEgLwBAEpSm1775G4vttApSsh7dJ0JyB { position:absolute;display:block;z-index:15045;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:3.375rem;top:65rem;left:7.5625rem;overflow:hidden;display:block; }
#I3OrMyR7A4IXBI704LxF1vDfmlEcgJFt { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:84.375rem;left:7.5625rem;overflow:hidden;display:block; }
#i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 { position:relative;display:none; }#i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 { border-width: 0; border-radius: 0; }#i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 > .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; }#i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 > .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:111.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aaXBgKpEWy61trOX4OCbuniErz4Jhzzg { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:10.125057220459rem;left:6.884765625rem;height:3rem;display:block; }
#tqzm7nodwwTzx2UGnSz8PLHyTARdlZAU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:47.499607086182rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#t9pfBaLD3cSW0wCSwQi7mnN3fTy5V1FD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.625rem;width:17.375rem;top:7.5625rem;left:45.875rem;display:block; }
#yfBxpfTJux0krUv4PLR3S3MZKvTOwMTp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.5rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#x5QGoSSwqBFeusxUxuQxunDDL1DxFV90 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:14.109375rem;left:6.88437461853rem;display:block; }
#SG7FWOIG5BnAl5q7iP8o60PF3W2f7Rez { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.310544967651rem;left:7.685546875rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#gfC9npygEV34wK1zxZ7rsKDoTS9ib2Kc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:5.9996109008789rem;display:block; }
#dHoxuHf9PBbJ9qDTqpQrRpIWyZOAys1J { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.499608039856rem;left:7.5617179870606rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#UG47CWJnSmvFMxykWTe4T2m9x7oG8l6x { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.061340332031rem;left:27.561325073243rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#v8EhU1fdiVwh5mFZJGQ5FGTxDGtmDIZO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:25.936717987061rem;display:block; }
#tQTleyr3LS0zAUrb0vPpM9yyXJFcfiJz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.498436927796rem;left:27.562107086182rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#JEVnvpGk2xsDyiiNdMS5BDgziUvhQ2SS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.748840332031rem;left:47.499607086182rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#aFPNmbgFEbrLiXnzdFQ2zbVW0qTvmAl7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:25.561327457428rem;left:45.874217987061rem;display:block; }
#FTkA1TErh3SUiTTEWCpR7qq4vdWDZyEM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.935936927796rem;left:47.499607086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#yPHTI5OOGl5bGfW7ehSevEiyLxNfshC8 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:44.625rem;left:25.9375rem;display:block; }
#u4GEWkWTzUlk3dhQZODyeTBHzI3PUslI { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:44.625rem;left:45.875rem;display:block; }
#diTut1Lvz6II6wCOtDnmnqCDnChL0y0S { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:49.0625rem;left:47.499607086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#ePxzhRFQikRqTosbtRMT1k4VdQ3UsUfX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.062133789062rem;left:27.5625rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#OFTxFcohgD4wiJTxkKBUGOVJ13m7iJRJ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:44.625rem;left:6rem;display:block; }
#uTnpmW7TPazeAvBce3I1aeZ4aoOFK4VO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:50.874267578125rem;left:7.5621109008787rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#eAxfLVOn0zWtnIa55xrpFoXIV3bJTRTb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.125rem;left:7.5621109008787rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#oTFWkclXaHyXw903ShNpxADnN6gaS06e { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:45.874267578125rem;left:27.5625rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#H3P5NNTM59WxTgyGnexqNpbESQ3L2U8p { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:46.999633789062rem;left:47.499607086182rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#LsUThoZiMFQhmPUV4kxKfhdmCfcODfJP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.0625rem;left:7.625rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#xJS1Zy4zZQ4GX3GiJcpSipvf5tAFMqhT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:63.8125rem;left:6rem;display:block; }
#MEUox2RMUS1pCOyswKPO7eAx2OpP9r3D { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:67.124267578125rem;left:7.6242179870606rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#lF7elRe691WSrI02eggyoWFnEqWxasG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:65.6875rem;left:27.5625rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#J5bC4HEdQLPAKkVEn3RUa2Zc9WTOSDsB { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:63.8125rem;left:25.9375rem;display:block; }
#tKbxiH3HJClNTkLpnXmkmgNl4BGkbUkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:67.75rem;left:27.5625rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#F3h4RMD8fvPZ9Q2Cq8t6zTxmTSKptDR7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:65.9375rem;left:47.499607086182rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#t0L23riqxKliMaVtLVcdq2NgbvaDW25A { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:63.8125rem;left:45.875rem;display:block; }
#g3nldfapX4Ke9sE99pw5NJ3JOX4PDfeP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:69.749267578125rem;left:47.499607086182rem;height:8.53125rem;text-align:left;text-align-last:left;display:block; }
#WrLnRQu5ZBrqtexlV62JA9ET3LvN4kaH { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:83rem;left:5.9375rem;display:block; }
#daAsxKztba7AQDLZDa5FrAFI18wAVSGO { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:85.25rem;left:7.5625rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#d6rf9Z2NxE5K4ZaeFD0NwZ2EoWwU8xBn { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:83rem;left:25.875rem;display:block; }
#TmKWHzev7cVnB1gBZ8079XDT50ArWHfx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:87.548042297362rem;left:27.560153961182rem;height:10.96875rem;text-align:left;text-align-last:left;display:block; }
#DOWZAyneTDpNnBbGBLOH9WzcDlUEpaqr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:87.25rem;left:7.5625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#CDtrElEE6wpAt9TCJdUORk291QiosmSE { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:84.187133789062rem;left:27.499217987061rem;height:2.611325rem;text-align:left;text-align-last:left;display:block; }
#Bdzl79THaJutCwqzf1viJZRlPX23RtRS { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:16.625rem;width:17.375rem;top:83rem;left:45.75rem;display:block; }
#q7Uno0cUHQgHLqEUEQLlIc1O2icDnViT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:88.122680664062rem;left:47.437107086182rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#HdC3V4s7CycVBSTgg2GtESTkmmG6QE6p { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:84.937133789062rem;left:47.374217987061rem;height:2.611325rem;text-align:left;text-align-last:left;display:block; }
#rWOQaxRusULqdT67fZhSUce99Llw32gO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:103.31366729736rem;left:5.935546875rem;display:block; }
#WbQmrJaXSzPafgNhsd6tZD5QTviKblMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QioFhTb3V0nxQKcPz1A5yucoaRagG76D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#QioFhTb3V0nxQKcPz1A5yucoaRagG76D > .row .container { border-width: 0; border-radius: 0; }#QioFhTb3V0nxQKcPz1A5yucoaRagG76D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QioFhTb3V0nxQKcPz1A5yucoaRagG76D > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:none; }#tUNZoTR9alo5T33hZNqNPG258vOCFPWN { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.629687309265rem;left:16.999217987061rem;height:10.2375rem;font-style:normal;display:block; }
#gm3gfFhtcExDXfvqF9J3yDkJVbEbW0dL { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.31171875rem;width:9.375rem;top:12.438281059265rem;left:16.999217987061rem;display:block; }
#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aba9a9;background-image:url("https://images.assets-landingi.com/uc/09645a22-651d-430f-8279-54929218ea6a/zespol.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt.adaptive-delivery-prevent-bg, #nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt.lazyload, #nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt.lazyloading { background-image: none; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container { background-color: transparent; background-image: none; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container > .video-iframe-container { display: none; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row > .video-iframe-container { display: none; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .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); }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container { border-width: 0; border-radius: 0; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#pwBen81dgpWkdTUhTBMW5oEAHby2gRMO { position:relative;display:none; }#pwBen81dgpWkdTUhTBMW5oEAHby2gRMO { border-width: 0; border-radius: 0; }#pwBen81dgpWkdTUhTBMW5oEAHby2gRMO > .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; }#pwBen81dgpWkdTUhTBMW5oEAHby2gRMO > .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:23.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nm2OfMfDeEasrCouvuTX7k9t6VzgPQ4K { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.4968748092651rem;height:1.4625rem;display:block; }
#rOwibtT5dmZx6C08h1ZwyesTKI56QZ7T { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.7496032714844rem;left:3.5rem;height:2.8441375rem;font-style:normal;display:block; }
#De0gdMBlH91brA3ERXKwZm8aCDGzlPTb { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.3109375rem;width:9.375rem;top:12.436718940735rem;left:3.5rem;display:block; }
#CRTr2oRfo224PTavAKgEFeBOhBmayWnE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:15.5625rem;left:3.49609375rem;display:block; }
#vGqneTBKnTBt1ckppTcdk50wPkfexS2S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb { position:relative;display:none; }#geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb { border-width: 0; border-radius: 0; }#geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb > .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; }#geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb > .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:54.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lViPLS801PbxVPbrrN5r3ivTfTwQ0eSy { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.4968748092651rem;height:1.4625rem;display:block; }
#K9f3zySfFT8P2rUW47E6RVt49lRXJoUu { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.7496032714844rem;left:3.5rem;height:2.84301875rem;font-style:normal;display:block; }
#UW2tfZo0tsKGxfxkUGth9hKwQDT0m8TT { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.3109375rem;width:9.375rem;top:12.436718940735rem;left:3.5rem;display:block; }
#tkwg130Fiws5EkDuTBgraSU2egvRKFmN { position:absolute;display:block;z-index:15004;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:29.6875rem;width:22.25rem;top:15.625rem;left:45.25rem;overflow:hidden;display:block; }
#pLnu8zW3ASxZyuEgvd3caaV2mbTA18RT { position:absolute;display:block;z-index:15011;height:28.75rem;width:36.8125rem;top:15.6240234375rem;left:2.8916015625rem;display:block; }
#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T { position:relative;display:block; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T { background-color: transparent; background-image: none; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .row .container > .video-iframe-container { display: none; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .row > .video-iframe-container { display: none; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .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); }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T { border-width: 0; border-radius: 0; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .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; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .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:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KXWOZX6taHyw4OIP7sqMwMpg75h0Uuw5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.1875rem 0.1875rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.5625rem;width:21.375rem;top:14.25rem;left:3.375rem;display:block; }
#nBGO9mnbxhBnmAuJ9pnmDnIDWgP6xdGp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.1875rem 0.1875rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.5625rem;width:21.375rem;top:14.25rem;left:26.8125rem;display:block; }
#zO1awIJzITOVOEiFmDCIDgva3iTaTqPq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.875rem;left:11.5625rem;height:1.4625rem;font-style:normal;display:block; }
#XTfVVyOgzWXZ29OQKag4LB2HXzD38vwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:16.875rem;left:35rem;height:1.4619125rem;font-style:normal;display:block; }
#gJZ1cAQ2aZZU1Nu64Tn2Wnrm2OReaZ71 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.25rem;left:5.5625rem;height:11.695325rem;display:block; }
#Gs0m1lGr8ZSXBP4K0vQtgx4VlvcMBKS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.625rem;left:28.5625rem;height:13.15725rem;display:block; }
#KIIsQySx3WQblezBLz6Glh31uF8sRmhJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.1875rem 0.1875rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.75rem;width:21.375rem;top:14.25rem;left:50.1875rem;display:block; }
#n6DwUL2viPMKOJXT2ATK5J0UlSVAZk88 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;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:16.875rem;left:58.125rem;height:1.4619125rem;font-style:normal;display:block; }
#aJHxTkzMMNENlhAua7XBe2TO5MMQSszh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.5625rem;left:52.1875rem;height:2.923825rem;display:block; }
#xLJU3t4BrL2JGrUhM3yb2WF2FgiFen8a { position:absolute;display:block;z-index:15019;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:4.74960625rem;top:15.25rem;left:5.5625rem;overflow:hidden;display:block; }
#xTv6sohgaD1vXJTW6qgr4lvaftz9q1fN { position:absolute;display:block;z-index:15020;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.625rem;width:4.6875rem;top:15.29296875rem;left:52.1875rem;overflow:hidden;display:block; }
#WrgRHf40u2PNi2ZcKSeLaB7v6HEd3Ibw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:34.5rem;left:5.5625rem; }
#aBkVsHWDTlWJCgMJAiNRkBP9EOHyK5q9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:34.5rem;left:7.625rem; }
#iMSD2wgDkbtcK7GXQTsVytclRkcqpbpc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.5rem;left:9.6875rem; }
#XNar7Zq3FNi56aK5TTOJ3KbIkFpdQw9I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:34.5rem;left:11.75rem; }
#lxDcmFs8iPCtAGBizVBNBzhLgAFZD8T8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:34.5rem;left:13.8125rem; }
#o49HDtpeoaREboc2tuFiqApas5lc6Q15 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:34.5rem;left:37.25rem; }
#xOw5UtsR6p32s0TTQelFEl2MsxqRwvhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34.5rem;left:35.1875rem; }
#E6hJO14MwtAecm8xuf8uIhNnyQRMtQ4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:34.5rem;left:33.125rem; }
#kTipTzTJpCGNb96lvMJt2HioAAoabZhV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.5rem;left:31.0625rem; }
#Bo1yJ4i2KAvD7fwSrGZVob3qTF6EPIyD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:34.5rem;left:29rem; }
#l9E3dxzfTdEfxSTxO2R9N8Q8hov6KrQK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:34.5rem;left:52.1875rem; }
#geaJahCTxgL3A2ICgckb5p6DsQXHr5qT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:34.5rem;left:54.25rem; }
#cQZ9OODL5KGizKdXhl6DbkX5oNsHbfOM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:34.5rem;left:56.3125rem; }
#H94XsDkW82nZ8eoxb2UNtcCJnxnRTuQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:34.5rem;left:58.375rem; }
#bJGB6EVqhnZg4zFrwdk3TXcBTQFAbANU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:34.5rem;left:60.4375rem; }
#ArLoTCrRKrFWD7Me4GOJRbDAqk7AvhsP { color:rgba(var(--color-tertiary-4),1);display:block;width:52.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.375rem;height:2.923825rem;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; }
#OZbpzzvwxydi0TKeQHlop7b1Gh8ummUN { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:5.125rem;left:3.375rem;display:block; }
#PZaTAgFvgP73MQh6WRdZhGMR2MsKbnZp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.375rem;height:2.84375rem;font-style:normal;display:block; }
#ICGR9eOm27IsBadlcGALJJiEmaX0Eh5O { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.6875rem;top:15.29296875rem;left:28.5rem;overflow:hidden;display:block; }
#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR { position:relative;display:block; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR { background-color: transparent; background-image: none; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .row .container > .video-iframe-container { display: none; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .row > .video-iframe-container { display: none; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .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); }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR { border-width: 0; border-radius: 0; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .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; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .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:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.5rem;height:;display:block; }#HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm li:before{  }
#lfLc1Zv7P8MDvepBEqpmRw2T3KkA7FK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.5rem;height:2.84375rem;font-style:normal;display:block; }
#qGVe8pyE3J9p27DMNvAvqwi5XPTdMZMc { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:10.125rem;left:3.5rem;display:block; }
#zTyLO3XcalO2uRa8ezXJrTNuxf5hatTx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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:9.75rem;width:26.0625rem;top:8.125rem;left:43.125rem;display:none; }
#THxFfQn6HKEnupKTSaky0SsQwDiDhU6K { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.125rem;left:46.0625rem;height:0;display:none; }
#cGzTyW2swvPP77AKCmJMqZEMKg9PsQHP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4991875rem;height:3.4359375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:16.75rem;left:46rem;display:none; }
#AoiVPz3ywbbSRTJ0dgq8zeGHnCkT40Aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m { position:relative;display:none; }#l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m { border-width: 0; border-radius: 0; }#l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m > .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; }#l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JbhKPMS7XuD5REShxBLtWaZ7BmlehT3u { 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:62.5rem;width:62.5rem;display:none; }
#i3GLstR3KcZbhRwPRRKzgqB6ZmSMTuyl { 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:62.5rem;width:62.5rem;display:none; }
#TfMgz8ZeLpXPgZ4q0ES8Pth3J5kFl6Pf { 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:62.5rem;width:62.5rem;display:none; }
#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD { 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; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container { background-color: transparent; background-image: none; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container > .video-iframe-container { display: none; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row > .video-iframe-container { display: none; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .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); }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container { border-width: 0; border-radius: 0; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:75rem;position:relative;display:block; }#dd7fss5aLokW1xITTp3kw7ElAOZgDmKb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:30.9375rem;top:7.625rem;left:5rem;overflow:hidden;display:block; }
#mC9snKGHQys5JO0IWFC3TGLgokURQtKl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:30.9375rem;top:7.625rem;left:39.0625rem;overflow:hidden;display:block; }
#AuM9pBJ28wEW9KstQCyDCfU1VrEbvXeZ { position:absolute;display:block;z-index:15004;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:28.3125rem;width:30.9375rem;top:39.0625rem;left:39.0625rem;overflow:hidden;display:block; }
#M3IrVCpERvN7HsWwBiwDblW1LrWJkSrl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:30.9375rem;top:39.0625rem;left:5rem;overflow:hidden;display:block; }
#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 { position:relative;display:block; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 { background-color: transparent; background-image: none; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .row .container > .video-iframe-container { display: none; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .row > .video-iframe-container { display: none; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .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); }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 { border-width: 0; border-radius: 0; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .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; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .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.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GXmPkwTU1TuWWTT1bAoWAKxh6ioReWOu { 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:31.1875rem;width:54rem;top:13.113279342651rem;left:3.498046875rem;overflow:hidden;display:none; }
#AZ5zxJJLqx5NmHz9gdZGP16OQ09OG6py { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.4054679870606rem;left:3.5rem;height:2.84375rem;font-style:normal;display:block; }
#Tvdwb2NIyCcoGlQlPxMUANqfJW4lQzlC { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:10.093360900879rem;left:3.5rem;display:block; }
#pVdmE7VTTt62bWqFvLvuHB9Gut7LhfW7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:20.8125rem;top:12.0625rem;left:2.125rem;overflow:hidden;display:block; }
#BLdd7qBpfTeHKKctizMsSDakh51U284t { position:absolute;display:block;z-index:15026;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:20.8125rem;top:12.0625rem;left:26.75rem;overflow:hidden;display:block; }
#vqwxbwD75flPaxNeGzDeQtJ9eiUDWfDy { position:absolute;display:block;z-index:15027;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:11.8125rem;top:26.3125rem;left:3.8125rem;overflow:hidden;display:block; }
#elSuSzEfavTXX4Pf1RHVveMuvwTlAoib { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4366875rem;width:17.4375rem;top:13.125rem;left:49.0625rem;overflow:hidden;display:block; }
#rcxWT2zga9ddOeIOLE93GE6XlplW3ith { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.374625rem;top:27.5rem;left:42.3125rem;overflow:hidden;display:block; }
#pHiwrMcMZpRmbe6oF5h5aGMDF7unTWag { position:absolute;display:block;z-index:15029;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:20.8125rem;top:26.3125rem;left:18rem;overflow:hidden;display:block; }
#b4he4T3uiCUurKMARBM4sWmDLBnDdkva { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:12.9375rem;top:27rem;left:56.8125rem;overflow:hidden;display:block; }
#zTeR2JOviaTvwGs9rlxoy2PnRMhMDZAo { 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.5rem;width:20.8125rem;display:none; }
#MCDCTuyNGCcttDwUIrqUITrI9hQhTqyc { 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:8.625rem;width:20rem;display:none; }
#iPsvtgu02Bvi3rgZ0TrBa2tg6dmbAJLW { 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.5rem;width:20.8125rem;display:none; }
#gSBDxXxI7A1dwDxltPskCMXmfhE8L7LS { 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:28.125rem;width:28.8125rem;display:none; }
#SMZHZzValghloNaypJPUa7f52O9ZS7o6 { 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.5rem;width:20.8125rem;display:none; }
#E3yGK2oWspOHnVBQZKZlU3TROc2IfiEW { 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:7.125rem;width:20.8125rem;display:none; }
#hR7GgG013ymZIkAofBmnMl2yrdCK22vr { 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.5rem;width:12.25rem;display:none; }
#TFMzmS44TJVldiUKLbnLNbWNvIz7oF7X { 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.5rem;width:11.8125rem;display:none; }
#HTscQOKPsv7BeceBblhU5JQ2M7baeusz { 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.5rem;width:20.8125rem;display:none; }
#Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT { position:relative;display:none; }#Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT { border-width: 0; border-radius: 0; }#Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT > .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; }#Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT > .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:35.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ToTek4ty3mMuaXpouwCgn2249UZ7RloF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;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:10.8125rem;left:40.500001907349rem;height:15.597675rem;display:block; }
#TEvFhu0dsJ3XMoKRNGiVc72CS6l8V6DE { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.5625rem;left:40.5rem;height:2.625rem;font-style:normal;display:block; }
#o1WMDiPwzCLkKT8dz5fVo8ZofOyfJWZb { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:7.9375rem;left:40.500001907349rem;display:block; }
#eevo2fIlUi8uARgNKt9EgZrznEmDHuX5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.25rem;left:40.5rem;display:block; }
#CZybi2vnT1y0xyQgwgCfmEcvxxMHCvPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJfDe3LPn9gXslhSUkhT4OfTiKtnfUeN { position:absolute;display:block;z-index:15027;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:28.0625rem;width:18.75rem;top:3.9296875rem;left:8.59375rem;overflow:hidden;display:block; }
#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { position:relative;display:none; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { border-width: 0; border-radius: 0; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .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; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .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:36.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rPFFkD5q0QAhVFIBX0WwrIrmHnkOFwp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;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:10.8125rem;left:40.500001907349rem;height:19.49709375rem;display:block; }
#U3cRy8HqgIZ9hqagunKb0HqBJqCGLzen { position:absolute;display:block;z-index:15010;height:21.375rem;width:34.3125rem;top:5.091796875rem;left:3.0615234375rem;display:none; }
#LCIXf3n0pRDOn0R2PiB4fZmA74UPgTxx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.5625rem;left:40.5rem;height:2.6245125rem;font-style:normal;display:block; }
#rAz7ucZB89WPNrEU8PJwe6K1Ag7hWxvm { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:7.9375rem;left:40.500001907349rem;display:block; }
#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { background-color: transparent; background-image: none; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container > .video-iframe-container { display: none; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row > .video-iframe-container { display: none; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .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); }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { border-width: 0; border-radius: 0; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-form-header { font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:5.6875rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;line-height:1;overflow:hidden; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:24.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:24.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:inline-block;*zoom:1;*display:inline;width:24.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:6.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23rem;overflow:hidden;font-style:normal;float:none; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:first-of-type{padding-top:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:last-of-type{padding-bottom:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5615rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.248291015625rem;left:39.9951171875rem;font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 {display:block;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5615rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.248291015625rem;left:39.9951171875rem;font-size:0.875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Nhxd66oHxRqaA1E5wnnTGa4CWztDcVWV { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #zcyOszHAIIchtXbBXoIGo1b6cMKIUIB8 { position:relative;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #nmURxRhrKQewshsUxQ95MJG801I4Px2Q { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #HHLDZKRk56S5H1rsFZZOpUMPNVdX9LLL { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #J3t0BLVxVDKmT1rODEni753NupcTPOTR { position:relative;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #smErUoTOqatST6szFudQ9vD4UOJ3c98i { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #B6Q8At4ORJSWnw1peffPCsOFs4ovNGOI { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #aMGi1bo045qk4DqKRGZb5oNq5aK7qMBE { position:relative;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Ts7wmoAZ0P9ZhJROGlRwzITd80sS6TUz { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #CurLwvFqvV5NHT2KMLDlI3QwVJ0Apd7z { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #dBnZSZ4Tr0pi5uqMWiPLPShCKNIIC1kL { position:relative;z-index:2; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #rZTSxgIMIkCc1CptqZiOTFVUTJMQVmHV { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #x44yQwalXc7qaE9MlybUfrxVIwoe4cPd { position:relative; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #F8ai4E6nh8TG3kDuUGOH91CTc4vOZfL3 { position:relative; }
#XQuoTb46Qc6dzyDuMVdAqViAAe6hZaGn { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:0.9375rem;left:47.5rem;height:5.25rem;font-style:normal;display:block; }
#WQBRJobaB9DS2axhFfmlWXldPU2JcGzZ { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.31171875rem;width:9.375rem;top:7.875rem;left:47.5rem;display:block; }
#GuIi1nGeJ2EcJTwi5ipqRki1dtWKpE7z { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;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:9.9375rem;left:47.5rem;height:2.5996125rem;display:block; }
#IZa069HvilP1fhUWu37xFkB9cHWRM5cc { position:absolute;display:block;z-index:15029;height:21.74925rem;width:38.75rem;top:4.866943359375rem;left:3.499755859375rem;display:none; }
#wEPb6e5ETRxcXBUfnK4BIUv9U3dTmRds { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:2.3125rem;height:19.49709375rem;display:block; }
#Dbn5KMTrnn6W5waf29WIIdEkrsMbCyk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.75rem;left:2.3125rem;height:2.625rem;font-style:normal;display:block; }
#H9EtkUg2a9dohgPHoqU205OXnmRunrCz { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-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.31171875rem;width:9.375rem;top:5.125rem;left:2.3125rem;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) { #AmeJRLKLyNRAkduwMTPvP3MManLLq6Ts { width:36.75rem;height:5.875rem;top:17.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL3CBxt4TTgr5nSgQWdab27pOTveXi4g { width:34.5rem;height:8.125rem;top:24.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2QeBsg28kxmBlBBNv4HgckhmdCQaHQ { width:17.4375rem;height:3.375rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hciC1ufli57o6pX0LZKoCoEuk0QQvawb { display:block; }
 }@media only screen and (max-width: 763px) { #sKbyNIGVsMATdztQ1yihFxOms9r6qITx { width:17.25rem;height:5.79164169621rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5W71WToc91XelrEh72cKm3yXgk5zynT { width:9.375rem;height:0.25rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MofIzHCSVFoKvwfqTsZBu9XWQLiEfZQi { width:31.3125rem;height:38.236263033024rem;top:5.75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLk1hJdvknzOp4HcPzgeRBiexpDc0dSV { width:17.625rem;height:9.75rem;top:32rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 { display:block; }#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoKRVaGgNaCgP2tRNOw0xecaIbPzp6XS { width:35.0625rem;height:6.4375rem;top:17rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5nGpzUhs8n52Tct8OD5t62anPaC3A4G { width:34.5rem;height:6.0625rem;top:24.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndZOxI1WThMNn07P0yLigVrpCTOEpsa { width:17.4375rem;height:3.375rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnQR66QOkqdkFUXA6ylgqrvOQb6JJgvT { display:block; }
 }@media only screen and (max-width: 763px) { #VQU3r921A72IKD5x8QelQFybdwGUrPB7 { width:17.25rem;height:5.79164169621rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHV0vfpTro8oBvkJBcz7KZhutkBzWsc { width:9.375rem;height:0.25rem;top:15.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8snANqZTA94q9QSWT0G6zhsSzmPen4c { width:17.625rem;height:21.4375rem;top:2.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0EQS0mLcv457MRpp6ZThRKzMw57uAmv { width:17.625rem;height:21.5625rem;top:2.0625rem;left:24.874217987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQgQcboL9D6N7Wu2mCPOHgOvrAZOX7Qb { width:17.625rem;height:21.4375rem;top:25.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbFld8ZJNlT1CU2RgB7UVDAUyNu2Ktx1 { width:17.625rem;height:21.4375rem;top:25.3125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2gartbTXO8yWDSxHNycpHJxyswiKyW { display:block; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2IS7MaQK6ZG7fl7h84JKLAizT40Phlc { width:39.625rem;height:8.75rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k { display:block; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGTeFMm2wOToQAcTiRHgK4W87yXhH1OZ { width:47.75rem;height:2.8125rem;top:8.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neGxx4zBhQht35XPZaHODTtNuVEzcT3X { width:47.75rem;height:8.75rem;top:17.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAveyE0NPx5Bou4ZLkv1AETx7Wnw12Ji { width:9.375rem;height:0.25rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc { display:block; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebtJlLNOr2obKuDcQ2VceGwRHF3oLpeq { width:18.9375rem;height:6.1875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #on7llWVghPW6DpvstPZIlaIbT7zHSKQa { width:17.8125rem;height:3.875rem;top:5.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZR7NZAJuT21RKnxegbEE03WpWRAQa4 { width:18.5625rem;height:6.1875rem;top:4.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XwCsTn34XKiFF7xoTcRX7DkryHrNCC { width:16.6875rem;height:3.875rem;top:5.25rem;left:15.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNygOMVqxrydKoNu3wNTr0mFSG9votCD { width:19.6875rem;height:6.1875rem;top:4.5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #brM7y1iAyfmx3QI57kxrJlgqlmcH2SL5 { width:18.375rem;height:3.875rem;top:5.25rem;left:29.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsWio71TWqJ2vONrQOWmPqhoauMxuGk7 { width:3.0625rem;height:3.0625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP2Ik2Ah9u9BkFCHFyzhRyinDMeMDTe3 { width:3.0625rem;height:3.0625rem;top:12.5rem;left:22.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxHoVNQeqZTCgz426SfAoVT5yTSytQMm { width:3.0625rem;height:3.0625rem;top:12.5rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siBUdzizll59OVaai4MqT6giMTKvKEsf { display:block; }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnaRXA0TZJ6e3tvbXWWunDKBKcQMzV9e { width:18.9375rem;height:28.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHoafC237JVdA6kaC0ovNihU1oZK6qI { width:17.8125rem;height:25.5rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkUtJnOM0duRBvnkIoFH27eAdQ5wMxEg { width:18.5625rem;height:28.375rem;top:0rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS9Ll9e98Cpkz8wnXh5Qen9ay52Ta8fE { width:16.6875rem;height:24rem;top:1.75rem;left:15.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAWDPxDSpldpIbyttrgR1SpX9TMc8Z2x { width:19.75rem;height:28.375rem;top:0rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvVClplxzH6Turm8LizXae7lteGNAVJr { width:18.375rem;height:22.5rem;top:1.75rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0duZdxxgN8S8iCFcbNfTw5R2D4ctbK5 { width:17.4375rem;height:3.375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkCzHwxZW9kr226sWKvzI3PWCoTei1Xt { display:block; }
 }@media only screen and (max-width: 763px) { #l92Qnw0u8C61WLlThWxMh5yWD6cE8Op2 { width:17.4375rem;height:3.375rem;top:30.9375rem;left:15.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8kREp0Igqo4s8Inno8C2Lw8ZGFDbC6y { display:block; }
 }@media only screen and (max-width: 763px) { #Kx7LcvfbGR41tpsSPa3BksXiGJIPZZ8M { width:17.4375rem;height:3.375rem;top:30.9375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blIpkDI0eaDZSLPfuxQLVbTmp43utHBh { display:block; }
 }@media only screen and (max-width: 763px) { #tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o { display:none; }#tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zE6Z73LyTlM1HbN4f5FlLhqTet8sPJ2f { width:31.8125rem;height:26.4375rem;top:3.875rem;left:4.703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGtUZmCWTRgntGBw14Jgr2T8dTBTNi9o { width:17.8125rem;height:3.875rem;top:4.9375rem;left:10.328125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDG54OQqc4dv7hgo5BB0UPUdrdaFlUaP { width:28.75rem;height:21rem;top:9.4375rem;left:5.640625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrtiv4yZMMaCTRhLgaFDc0uliUAA9izm { width:17.4375rem;height:3.375rem;top:16.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euAs1EmHS8P8wZmzs1xdRdOwTe90DUE1 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi { display:none; }#Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zJQAWl4wE9lXVdOvxQi93rWNQbiB1ywZ { width:18.5625rem;height:6.1875rem;top:1.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmzxyA8DJsTHq4RmiaAA3KiDBrJV4VN5 { width:16.6875rem;height:3.875rem;top:2.6875rem;left:15rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHAaT4W5P4hhsDviBXTp4VLMLFK1gaO9 { width:16.6875rem;height:24rem;top:12.6875rem;left:17.998046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xBBuLtwz00RV0KyVpGTWGySU9z8QRe { width:17.4375rem;height:3.375rem;top:13.3125rem;left:2.515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URrsxRBBcxz0rRE2TewnkebGHDVEJmHC { display:block; }
 }@media only screen and (max-width: 763px) { #w89XEGa5gHSW066svTgAvPfLWs447ZOV { display:none; }#w89XEGa5gHSW066svTgAvPfLWs447ZOV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QSsbExFQo2TBDBkI1T7TJyPiBlino5n6 { width:32.75rem;height:31.375rem;top:2.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLZe6JeqfNPJdnKqzJQy4Fnutrv1cv63 { width:19.9375rem;height:3.875rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOL4lGBhtbTkop6VrkbrPSfbwAPi5G1 { width:18.375rem;height:22.5rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf0w1smWEuonBbXzOvuUFbOnt86Dkkya { width:17.4375rem;height:3.375rem;top:4.5625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6DDSirunehIXHc6iHLf977EcwaTBtuh { display:block; }
 }@media only screen and (max-width: 763px) { #EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT { display:block; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pygucw6VATEyZmc73s8axpoQTLk8qC2x { display:none; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrxmoT6wffVS0S175r4PI2HkFCPg336T { width:12.0625rem;height:16.663352096994rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznC7e5A9MGOS8thchTsEEJ9dAuwNCbd { width:47.75rem;height:5.8125rem;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqpVQysIiTmGqlZIfz6CSrIu8h5l2EAt { width:7.1875rem;height:2.375rem;top:39.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZFqoQSslqzdaRSlS1PRqPu4SQ1l7Lio { width:43.3125rem;height:16.875rem;top:27.0625rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdR9ZzIfT7ap17Tr7TKi6CO2yNr0Vqpo { width:17.4375rem;height:3.375rem;top:43.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awr0iUSrXD4IHwGykQEKnDQDE7Ve840T { display:block; }
 }@media only screen and (max-width: 763px) { #iCUrC2MlqnstBKcHlVCl3ELiptvdirtJ { width:14.0625rem;height:3.375rem;top:43.125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG1RWu7VCCqv3C8HLDScuoP7uzemg5Vb { display:block; }
 }@media only screen and (max-width: 763px) { #GCT8467yDo85xc3vLxEBtLWCscAxdwgM { width:47.3125rem;height:2.8125rem;top:7.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KcDAbkJoEdXchxJ3fyhnmHEyXhCIGi { width:9.375rem;height:0.25rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlOaqBz7UFn1lc2lzICLCBooMSFHNCfr { width:9.5625rem;height:3.9375rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PquTmRh519cgI2nFnxakEJUTfgFadoRo { width:18.9375rem;height:2.75rem;top:23.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk26T7QsErTcuhIKf5XTNm9JECmV9ld6 { width:11.0625rem;height:2.75rem;top:23.1875rem;left:30.531246185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAQ3f2BztOE01iBUk0Fy1DksVO8771go { width:17.875rem;height:1.1875rem;top:23.9375rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59faucBq6BCqKIDiFafcxVLKRphMThq { width:9.375rem;height:1.1875rem;top:23.9375rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG { display:none; }#atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QBt5Agrr8qRUCldkNO2FBOmGcVvpgKv6 { width:12rem;height:16.602412635244rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoZvHQlH0X4XTwypL3fJM6rCludhdAB3 { width:7.1875rem;height:2.375rem;top:18.8125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cud2IR6Sb0HcbwGP42aScHWJaTia0oP8 { width:9.5625rem;height:3.9375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9pFC2A6ci2ZT7xPsieWsZ2I4Z8E7Vpf { width:12.0625rem;height:16.602166584189rem;top:2.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbi2ln1XaPDNcDNK3J0sJnQlyvC633XO { width:7.1875rem;height:2.375rem;top:18.8125rem;left:13.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN470VqSdTWEyqQ3dIM0kSLuH14SMSGt { width:9.5625rem;height:3.9375rem;top:18rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh2z091bv0C9WUls1P45dKGsTpkfQTCh { width:12.0625rem;height:16.663352096994rem;top:2.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8kmaJD575TUN7AEWUCW3rm1DFHrsTil { width:7.875rem;height:3.9375rem;top:18.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWand6LqAWhqd65g7aMRuZmdntpi6xZ0 { width:8.5rem;height:2.375rem;top:19.0625rem;left:25.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbhZ28mJWwTwNwlrHowgxq4dT5L0Scix { width:12.0625rem;height:16.663352096994rem;top:2.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9MhFdg1gwNe5L6Ep6fOEi23WRehQbT { width:6.9375rem;height:3.9375rem;top:18.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESclN8QEFmlcRnCrmmKpocaS7uxmt5py { width:7.1875rem;height:2.375rem;top:19.0625rem;left:37.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd { display:none; }#EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahSlHrUJregWzkxhbm4nkBHUXT13OnBN { width:12rem;height:16.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPSqTP3k4WnsK5UJSrMvq78FTdHdb4I { width:8.25rem;height:3.9375rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevfkAZ0yh4kqpbOkTKU0SICy4Ab9H68 { width:8.5rem;height:2.375rem;top:18.625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPZwt9WS0E6rHAAQHI7T8aGLA5nfUIkH { width:12.0625rem;height:16.663352096994rem;top:2.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBivoCoR4lbccbAEkTPEDTkQTg0MhRd { width:10.875rem;height:3.9375rem;top:17.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePFtGeVW6yPhN9mWs8pXJySOLSwblX9c { width:8.5rem;height:2.375rem;top:18.75rem;left:13.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1Wkp6PwE6c3JaPMtrlk2zFB5gGKqaD3 { width:12.0625rem;height:16.663352096994rem;top:2.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVhlG5psoQ6TFqmcXAi3NU1ue2AqfXv { width:10.375rem;height:3.9375rem;top:17.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoHtn8RpK02s3uvN4DbUrh55oQ1PnihI { width:8.5rem;height:2.375rem;top:18.75rem;left:25.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEWKwzkI0T4iexTJ03uEmJqQG0p41tVT { width:11.5rem;height:15.540217955371rem;top:3.5625rem;left:35.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcpQF5wGDx76O6tsPHyqBMzxhAReHZJ9 { width:8.6875rem;height:2.375rem;top:18.125rem;left:36.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivC9oT2sPdcK6vpQZKuoMsxiPVF9TwS { width:9.5625rem;height:3.9375rem;top:17.3125rem;left:35.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z { display:none; }#IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UENpZuvIWw4vDsUvVpncHFKX9hWF2naV { width:12.0625rem;height:16.663352096994rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP7XqqK2ydusq3EBOO6dLLrKQQyewQ81 { width:7.375rem;height:3.9375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0TqeQ2HNDQ6acDFqf2vex7u1cufluH3 { width:5.3125rem;height:2.375rem;top:19rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCBSCUSkZJZKTwFFOfXOPqdgDGVFcQiV { width:9.0625rem;height:3.9375rem;top:17.9375rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLi1sLkPH6nQGdzyEs84hMEWGxaFF784 { width:11.5rem;height:16.659185262066rem;top:2.9375rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfouMlKVrorT59RvwiU9Hye86qnqse7 { width:6.9375rem;height:2.375rem;top:18.75rem;left:13.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efnPbxQafON3VKDogSJ4HAt1HcnlXlTw { display:block; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RK1gLHbNn31I4gJLhlFHmXTtn2VkNC1l { width:43.3125rem;height:2.8125rem;top:19.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqf4dstovmDXNrihTwkifA8EDIgMaw3e { width:9.375rem;height:0.25rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRyXh2wLIiPQ7G8qnHXRuBPQeQio6oLK { width:27.5625rem;height:5.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGDX2eUhwbsQ5B154gTcm7o8NRpw9vpz { display:block; }
 }@media only screen and (max-width: 763px) { #Gynr5U6zTsToFhBfIK5doa04AUb7Q54s { width:22.9375rem;height:22.9375rem;top:7.75rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPxmXdAG7TLqT5hXvViPmeBTBuDpokfy { width:28.125rem;height:28.125rem;top:2.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu64Jrm8q0TNNcRofwCdA4y0oEDAsmwH { width:38rem;height:7.3125rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMinLlARwgp0R0EuasB6ryTsI0rvK5NF { width:47.3125rem;height:2.8125rem;top:1.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbLo1JXkM1mTi1r8dnz1ADzeIQOSuzp { width:9.375rem;height:0.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn { display:block; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syOBtLATEBaXErZovNdR98SdZkt7epR1 { width:40.9375rem;height:1.4375rem;top:3.625rem;left:3.3757820129394rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnzqQrdLefZFXTkFZGLQaeeAuRHIq8Jr { width:9.375rem;height:0.25rem;top:5.875rem;left:3.3757820129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #zubsSGwFkAw6BWaZnmhVEMPqkaRoDnki { width:41.625rem;height:2.9375rem;top:7.125rem;left:3.3757820129394rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ { display:block; }#z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTal11aDLiL1GJsicw8oCSFnEmzWUhyv { width:31.125rem;height:3rem;top:10.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOaNZq6nSmbQA9T3IDTSiWiRWFomA8yO { width:10.3125rem;height:1.5rem;top:9.8125rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVvuohZxgWv13Po8SJlP8QJTS6vigxuW { width:17.3125rem;height:15.625rem;top:7.5625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQiKvRQJcHpGslsyNO3POSBCZFtxiMNr { width:14.375rem;height:8.5625rem;top:11.9375rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTSO9guTAST7qyIOFuCED2ibi98yJXV { width:9.375rem;height:0.25rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQZUV8LpetzaUnSmTQ8b9bikVhykQecc { width:13.3125rem;height:1.5rem;top:28.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqgte90RTay6o8LHzghLCPJH8TX0bsnO { width:17.375rem;height:16.625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfQmqhgXHsKLVNlW9OWaNzkcBkN7g8b3 { width:14.625rem;height:8.5rem;top:30.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXDOWHCXdrTdiDGxukJ4EhvgzT3NpnZ { width:10.3125rem;height:1.5rem;top:28rem;left:13.936325073243rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwNtBNyNIkiUmDHVAJ8eOlQHAMTFxaFx { width:17.375rem;height:16.625rem;top:25.5rem;left:12.311717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuR90eVbHF3tL1PkoSkwzQZd9yR82AQe { width:14.3125rem;height:8.5625rem;top:30.4375rem;left:13.937107086182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6qW1ToQHUtPQQ6Pc42RFv6hZk5qo8Iu { width:10.3125rem;height:1.5rem;top:27.6875rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXnNX0VLUPmkxkuFRl9WhE8FHrGUQxmE { width:17.375rem;height:16.625rem;top:25.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTdCCE7D3M1G5G94bnkrzy2IUaefEaU { width:14.625rem;height:9.75rem;top:29.875rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsU2pyqlX5hx091mNLFP27b2m2nAsIm { width:17.3125rem;height:16.5625rem;top:44.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItg7BiV5hGbQKcOwTiEHaBGVazbHtTe { width:17.375rem;height:16.625rem;top:44.625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glo65dQoP7SVdOd1s5TeDAyF1fZLL0ww { width:14.625rem;height:9.75rem;top:49.0625rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vry2iN9Sy75Dt35MIN9x6OgQDlgxixo1 { width:14.625rem;height:12.1875rem;top:48rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7TDwnAORvTHhv3iNaM7qhonlTZwLV9I { width:17.375rem;height:16.625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uck2cHm4sg208bezFun8FF08dTdyHUXd { width:14.625rem;height:7.3125rem;top:50.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5wwgntIngPl5H6q4WM6UUp1kRSoVsXo { width:13.9375rem;height:3.0625rem;top:47.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9mN8z0C0FQ5E2LBVwoEyWA21bGnamLk { width:13.4375rem;height:1.5625rem;top:45.8125rem;left:13.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK12Z3ad5gCM4wamwu7NtPJT7XUrLtSo { width:10.3125rem;height:1.5rem;top:46.9375rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUP9xSIXLQHlSZud2QTwpCXBVSyGhM0g { width:10.3125rem;height:1.5rem;top:65.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTduuxs9TRSQqKewrAOBVCmZHWOWf5V { width:17.3125rem;height:16.5625rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWiGn4zWksB4FgNPQUXRr7ke60Mme2M8 { width:14.0625rem;height:12.1875rem;top:67.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT7CDHxC0RFFaDhvunHJXPxmXzcTyi32 { width:10.3125rem;height:1.5rem;top:65.625rem;left:13.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv1bMeHkeqWKsa7eu0LOquTp2vpuX87t { width:17.3125rem;height:16.625rem;top:63.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spJV8lVx5AUgMEwDq0bWO9P5CQOGwPJ4 { width:14.4375rem;height:10.9375rem;top:67.75rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgMVmKgVBzpycVoAc9wi9X2ZRuWUMUCk { width:10.3125rem;height:3.0625rem;top:65.9375rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9dy3530gBJ5t5Q3QchWkIOKFbrIMwl { width:17.3125rem;height:16.625rem;top:63.8125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUTB5ENlXMSJicuOe5N5ayMd37b0lLUS { width:13.875rem;height:8.5rem;top:69.6875rem;left:33.874607086182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwl6AVWc15KBV1ZbNHlMQWFHpQGtyNhA { width:17.3125rem;height:16.625rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV5uNTZmeJWvIvFD4RxBtVFrWoGcxNOL { width:10.3125rem;height:1.5rem;top:85.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJzrpXn68iLGdLOX4erS5iHpw48xbTF2 { width:17.3125rem;height:16.5625rem;top:83rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa0LiC7mGqCxJoupl2HxURerDwC5tRT6 { width:14.625rem;height:10.9375rem;top:87.5rem;left:13.935153961182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKhgZZ04LfdbnduUu12HbL7mmT7IrKzx { width:14.625rem;height:9.75rem;top:87.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB54Ja8ia4PoX4ZU42FBTwg2zUNwDVf4 { width:13.875rem;height:2.5625rem;top:84.125rem;left:13.874217987061rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRv5M16HZiHHwoLipliIgP48JlJlM9y4 { width:17.3125rem;height:16.625rem;top:83rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIkpMNrDox4mGD4XITIHmfgTnZLtL1DV { width:14.5rem;height:9.75rem;top:88.0625rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA4d1CLHpAK9JMfdq12Gu0eAd7WDaKXw { width:12.625rem;height:2.5625rem;top:84.875rem;left:33.749217987061rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRhJNKspeQL5i8SFwWI38mysMpK6xE9N { width:17.4375rem;height:3.375rem;top:103.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTwOWS7Xo47y9m0daCVTMscJ9g3IiQb { display:block; }
 }@media only screen and (max-width: 763px) { #VcIxdGVk8cBcnTFSBfEAxgtdX3ugQn1I { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJz9Ks0nvWfOthivn21GZNIUTFdwnBTd { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hv5RGVOT155LqrVhbu6f5M1pTmHbnplW { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffJQPork5TLQyBB1B1Syb0KvogTX68HK { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdqDydvOlDqbRQXTLnLvfoZrUDmSxrZ9 { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP4RV1AQk2cXhlLaC9a1ccpOccOcw7Wx { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCxExoKThRi7TuAhM0mUBFOJl12dhdtV { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qb320rWSJT40VMg09ChScwxxW9HFQ80S { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTsGu52cdGMGEFIkDiBPh1E9nWmRkrP { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe44gFZBgrZ9MoQSZ2bcuzPvut6GKuyo { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIyDU1BRw1kPL77wt0oV52r97vnVgu9K { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvswwsCXOFLa7a40vFpVLxnUxc4lCD9g { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfxA3p1QQGm9WPdy6O39JBfX2axrtubs { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF { display:block; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnV33rRy4rhnTbmuaEh5Nq1P2IAF28yL { width:31.125rem;height:3rem;top:10.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXkmgFu4PAHcoXchewsApQgZD6yfb5f5 { width:10.3125rem;height:1.5rem;top:9.75rem;left:37.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXvSmdAKiX4aSyuT9Wpbxny2XA1WQ0v0 { width:17.3125rem;height:15.625rem;top:7.5625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JffSuGVU8h3M8iRLiesdXFbQJwBVaV5Q { width:14.3125rem;height:8.5rem;top:13.0625rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRsUlTOILwUHzPIMwXQwDzIwWt3SDwxa { width:9.375rem;height:0.25rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxDonN2X8N1elNwO89RVmXsUAh5SXzy { width:10rem;height:3.0625rem;top:27rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI4cRHdqWZ9FSu0Loo3JCyPEQX7JrsRa { width:17.375rem;height:16.625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd2hur38TTASMGUe8OhDDD3UMlHGlkZo { width:14.625rem;height:8.5rem;top:31.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0zygdWr5AUw1ITr97TwnbrG35peTG8w { width:10.3125rem;height:1.5rem;top:27.6875rem;left:18.383983612061rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRZHUhH83p50M5Qezc2SyU0eByw8QUt3 { width:17.375rem;height:16.625rem;top:25.5rem;left:12.311717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOi1lf8wH4Ed7pE5U5XdC0MZvh4eaZPz { width:14.3125rem;height:8.5625rem;top:30.8125rem;left:13.936325073243rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHKkBznV5DCRxLwX9dB5wo7tXxK1ybI { width:10.3125rem;height:1.5rem;top:27.6875rem;left:37.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvC2DeZyvb1LaKB5fFG5KkFi0aSO8hx { width:17.375rem;height:16.625rem;top:25.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o39yr1T2VJ7srrsDuOzw0mKPQHhE7pri { width:14.625rem;height:9.75rem;top:30.75rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTLWxKGOczsSQA4JDPqO6i5tZ5Ev5tC { width:17.375rem;height:17.5rem;top:44.625rem;left:12.312107086182rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEwBTwGg5Xh4sHuVv9fIgBRIn7HLss9B { width:17.375rem;height:17.5rem;top:44.625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvnFqAutgd2xKWcEJyPA3X3QtTDlAQG { width:14.625rem;height:9.75rem;top:49.625rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrKMUeHO8IyQ60ITuuO6GAXMoWmNxce { width:14.875rem;height:10.25rem;top:49.6875rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfLkqpe5QPHgG8ruQVFgUwzBFhQEJGwk { width:17.375rem;height:17.5rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n02wFiQ1Z6d8a3OJZiiQwwhgvUnhWChF { width:14.125rem;height:7.3125rem;top:51.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7gzH4DC6r1UO2OqIrtxWD0Lc1i3pud0 { width:10.25rem;height:3.0625rem;top:45.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFi5kXGoy6fWXItSh92xf0ry6Gfn1hW { width:10.125rem;height:3.0625rem;top:45.875rem;left:18.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP2Zc18Qkkfv7Rug4OT518gzzVb1oG6R { width:10.3125rem;height:1.5rem;top:46.4375rem;left:37.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOWmNGfEbWREmi6CTr1pLATGhzwbbTKd { width:10.3125rem;height:1.5rem;top:65.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhxRUBgOCThhBoBh2RfWifJnsWhfNtf { width:17.375rem;height:17.25rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXganaJFF3AnD80CvVKSwOoIhTQmTuM { width:14.875rem;height:10.1875rem;top:69.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAlFWcJbbkf0IkwASN2ThRoMzyHh1tT0 { width:10.3125rem;height:1.5rem;top:66rem;left:18.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbW6tPdyn3OvK9SZ0kbTcPpSdTSMSfUa { width:17.375rem;height:17.25rem;top:63.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMzTTg8yvIVTXTOfx2W7ChXkc6npQLM4 { width:14.4375rem;height:10.9375rem;top:69.125rem;left:13.776950836182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOF0ilwPKcGPFl6T9vWzVAwi7gUzCwCC { width:10.3125rem;height:3.0625rem;top:65.9375rem;left:37.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9e9LduksOQzWM0rOPZDtLSSmBU59tL { width:17.375rem;height:17.25rem;top:63.8125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUC0KpOJxPWeaQPE73qs8ncJJJGTHcRB { width:13.875rem;height:8.5rem;top:70.1875rem;left:33.874607086182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAskyugo4GsffQkdelFWthvS0iRG2F8 { width:17.375rem;height:17.375rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOhJMpWFVt9y3ZAgR6kZIaHiFS6rW82 { width:10.3125rem;height:1.5rem;top:85.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFHvQ2g6wzqNJrGGtJWcBI5ZyiASpIh { width:17.375rem;height:17.375rem;top:82.9375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXUbBAlvf4FM9696vzCDMLB1JaCEX64f { width:14.625rem;height:10.9375rem;top:88.375rem;left:13.935153961182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtibgKslRsXtRV7s9i9ZC2itRXte6mxi { width:14.625rem;height:9.75rem;top:88.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhJzRix2Do6lkBghk6FcRlDBEDhzJQT1 { width:13.875rem;height:2.5625rem;top:84.5rem;left:18.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph2MDhoU4umVigVTK7na0VrSKKdmLv43 { width:17.375rem;height:17.375rem;top:83rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2BBgcZZbKQuUxlXtPGV7ouOzNT2IENI { width:14.5rem;height:9.75rem;top:88.5rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkCn1ib7IRJRokzqpflWzpOXDPvXZkw0 { width:12.625rem;height:2.5625rem;top:84.625rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4yKTRZQ5h23RzzgwQdnxwihAowKeTU3 { width:17.4375rem;height:3.375rem;top:103.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVur2P40rc2thDFBvLxhbDNQr4C2NOIl { display:block; }
 }@media only screen and (max-width: 763px) { #UO4k5uJ5S760xOeIBDuQyUthVdTdRL3D { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRvnPznLcJGt8KRLetgxH40r27WwEXsz { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgefSyXXbIiiFwTZ10Ccb3m0ze18ROVG { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DadJSr2zq5eFFGfOdV6X0cCE6XJrbtTU { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJTEilP5qF5CJIA4vDXfUTCkwufDeytU { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiKNTpnRyDO15LPTg8U7FWlv6XBgrAzV { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsRahxqtTs1W9FXNhefR8G7d6nlIiffs { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k77aXRsfH2sS3KSRLoIGoeoffxqFcD37 { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbTb2t2PMT16y5TLZMugGANFPr3CvsaD { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4c0bA4yuwTuZLFezlMDALcKnLt8o306 { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xku4zS0qJ97HSkd4m7W2yy2pLJfxL83b { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiaDbg1evSoOwDxxCTIezZOLKwkOKrCX { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIhWgKyzuCp2edHk7F2QzRBcihJ5i5Sm { width:9.0625rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGpQ1viEm3Sgtg9vLVr3i1ZBRrO3KpRq { width:3.375rem;height:3.375rem;top:8.875rem;left:33.748043060302rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn6tfs2qBE63sTxFamPGBflDbFmIdxcp { width:3.375rem;height:3.375rem;top:26.75rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RezMXgPJkJWyySzqrULZVcTQ2T4AXeOs { width:3.375rem;height:3.375rem;top:45.5rem;left:33.748043060302rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnlAmRvW6l5ezOSxn1c6nMX1k1STnW6r { width:3.375rem;height:3.375rem;top:65.5rem;left:33.748043060302rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5IpGk1s522URGxx07hRzsA6msPgsfUU { width:3.375rem;height:3.375rem;top:84.1875rem;left:33.748043060302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq1LBxSPBMXrRLvbp6lP6U7vAHJCeMyI { width:3.375rem;height:3.375rem;top:26.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #he2qdnrXe1p6PTSHDbfcBRILTZlp56uJ { width:3.375rem;height:3.375rem;top:45.625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcv9NRCTfOdyTk9xZ2pJtVyDffXxeREU { width:3.375rem;height:3.375rem;top:65.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrZpgZGn8hMpF03wBqxo4RP1ftHrvoi { width:3.375rem;height:3.375rem;top:84.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evpycBC7cFEpZCHn5uPMu02xmu2SbH3o { width:3.375rem;height:3.375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI74BJydkV9P68GstxTV7Q1oMmtlev6H { width:3.375rem;height:3.375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEgLwBAEpSm1775G4vttApSsh7dJ0JyB { width:3.375rem;height:3.375rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3OrMyR7A4IXBI704LxF1vDfmlEcgJFt { width:3.375rem;height:3.375rem;top:84.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 { display:none; }#i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aaXBgKpEWy61trOX4OCbuniErz4Jhzzg { width:31.125rem;height:3rem;top:10.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqzm7nodwwTzx2UGnSz8PLHyTARdlZAU { width:10.3125rem;height:1.5rem;top:9.8125rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9pfBaLD3cSW0wCSwQi7mnN3fTy5V1FD { width:17.3125rem;height:15.625rem;top:7.5625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBxpfTJux0krUv4PLR3S3MZKvTOwMTp { width:14.375rem;height:8.5625rem;top:11.9375rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5QGoSSwqBFeusxUxuQxunDDL1DxFV90 { width:9.375rem;height:0.25rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG7FWOIG5BnAl5q7iP8o60PF3W2f7Rez { width:13.3125rem;height:1.5rem;top:28.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfC9npygEV34wK1zxZ7rsKDoTS9ib2Kc { width:17.375rem;height:16.625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHoxuHf9PBbJ9qDTqpQrRpIWyZOAys1J { width:14.625rem;height:8.5rem;top:30.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG47CWJnSmvFMxykWTe4T2m9x7oG8l6x { width:10.3125rem;height:1.5rem;top:28rem;left:13.936325073243rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8EhU1fdiVwh5mFZJGQ5FGTxDGtmDIZO { width:17.375rem;height:16.625rem;top:25.5rem;left:12.311717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTleyr3LS0zAUrb0vPpM9yyXJFcfiJz { width:14.3125rem;height:8.5625rem;top:30.4375rem;left:13.937107086182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEVnvpGk2xsDyiiNdMS5BDgziUvhQ2SS { width:10.3125rem;height:1.5rem;top:27.6875rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPNmbgFEbrLiXnzdFQ2zbVW0qTvmAl7 { width:17.375rem;height:16.625rem;top:25.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkA1TErh3SUiTTEWCpR7qq4vdWDZyEM { width:14.625rem;height:9.75rem;top:29.875rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHTI5OOGl5bGfW7ehSevEiyLxNfshC8 { width:17.3125rem;height:16.5625rem;top:44.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4GEWkWTzUlk3dhQZODyeTBHzI3PUslI { width:17.375rem;height:16.625rem;top:44.625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTut1Lvz6II6wCOtDnmnqCDnChL0y0S { width:14.625rem;height:9.75rem;top:49.0625rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxzhRFQikRqTosbtRMT1k4VdQ3UsUfX { width:14.625rem;height:12.1875rem;top:48rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFTxFcohgD4wiJTxkKBUGOVJ13m7iJRJ { width:17.375rem;height:16.625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnpmW7TPazeAvBce3I1aeZ4aoOFK4VO { width:14.625rem;height:7.3125rem;top:50.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAxfLVOn0zWtnIa55xrpFoXIV3bJTRTb { width:13.9375rem;height:3.0625rem;top:47.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTFWkclXaHyXw903ShNpxADnN6gaS06e { width:13.4375rem;height:1.5625rem;top:45.8125rem;left:13.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3P5NNTM59WxTgyGnexqNpbESQ3L2U8p { width:10.3125rem;height:1.5rem;top:46.9375rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsUThoZiMFQhmPUV4kxKfhdmCfcODfJP { width:10.3125rem;height:1.5rem;top:65.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJS1Zy4zZQ4GX3GiJcpSipvf5tAFMqhT { width:17.3125rem;height:16.5625rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEUox2RMUS1pCOyswKPO7eAx2OpP9r3D { width:14.0625rem;height:12.1875rem;top:67.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF7elRe691WSrI02eggyoWFnEqWxasG7 { width:10.3125rem;height:1.5rem;top:65.625rem;left:13.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5bC4HEdQLPAKkVEn3RUa2Zc9WTOSDsB { width:17.3125rem;height:16.625rem;top:63.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKbxiH3HJClNTkLpnXmkmgNl4BGkbUkZ { width:14.4375rem;height:10.9375rem;top:67.75rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3h4RMD8fvPZ9Q2Cq8t6zTxmTSKptDR7 { width:10.3125rem;height:3.0625rem;top:65.9375rem;left:33.874607086182rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0L23riqxKliMaVtLVcdq2NgbvaDW25A { width:17.3125rem;height:16.625rem;top:63.8125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3nldfapX4Ke9sE99pw5NJ3JOX4PDfeP { width:13.875rem;height:8.5rem;top:69.6875rem;left:33.874607086182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLnRQu5ZBrqtexlV62JA9ET3LvN4kaH { width:17.3125rem;height:16.625rem;top:83rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daAsxKztba7AQDLZDa5FrAFI18wAVSGO { width:10.3125rem;height:1.5rem;top:85.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6rf9Z2NxE5K4ZaeFD0NwZ2EoWwU8xBn { width:17.3125rem;height:16.5625rem;top:83rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKWHzev7cVnB1gBZ8079XDT50ArWHfx { width:14.625rem;height:10.9375rem;top:87.5rem;left:13.935153961182rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWZAyneTDpNnBbGBLOH9WzcDlUEpaqr { width:14.625rem;height:9.75rem;top:87.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDtrElEE6wpAt9TCJdUORk291QiosmSE { width:13.875rem;height:2.5625rem;top:84.125rem;left:13.874217987061rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdzl79THaJutCwqzf1viJZRlPX23RtRS { width:17.3125rem;height:16.625rem;top:83rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Uno0cUHQgHLqEUEQLlIc1O2icDnViT { width:14.5rem;height:9.75rem;top:88.0625rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdC3V4s7CycVBSTgg2GtESTkmmG6QE6p { width:12.625rem;height:2.5625rem;top:84.875rem;left:33.749217987061rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOQaxRusULqdT67fZhSUce99Llw32gO { width:17.4375rem;height:3.375rem;top:103.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbQmrJaXSzPafgNhsd6tZD5QTviKblMl { display:block; }
 }@media only screen and (max-width: 763px) { #QioFhTb3V0nxQKcPz1A5yucoaRagG76D { display:block; }#QioFhTb3V0nxQKcPz1A5yucoaRagG76D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUNZoTR9alo5T33hZNqNPG258vOCFPWN { width:40.9375rem;height:10.1875rem;top:6.625rem;left:3.3742179870606rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm3gfFhtcExDXfvqF9J3yDkJVbEbW0dL { width:9.375rem;height:0.25rem;top:12.4375rem;left:3.3742179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt { display:block; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwBen81dgpWkdTUhTBMW5oEAHby2gRMO { display:block; }#pwBen81dgpWkdTUhTBMW5oEAHby2gRMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm2OfMfDeEasrCouvuTX7k9t6VzgPQ4K { width:47.0625rem;height:1.4375rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOwibtT5dmZx6C08h1ZwyesTKI56QZ7T { width:47.75rem;height:2.8125rem;top:5.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #De0gdMBlH91brA3ERXKwZm8aCDGzlPTb { width:9.375rem;height:0.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTr2oRfo224PTavAKgEFeBOhBmayWnE { width:19.3125rem;height:3.4375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqneTBKnTBt1ckppTcdk50wPkfexS2S { display:block; }
 }@media only screen and (max-width: 763px) { #geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb { display:none; }#geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lViPLS801PbxVPbrrN5r3ivTfTwQ0eSy { width:47.0625rem;height:1.4375rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9f3zySfFT8P2rUW47E6RVt49lRXJoUu { width:47.75rem;height:2.8125rem;top:5.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW2tfZo0tsKGxfxkUGth9hKwQDT0m8TT { width:9.375rem;height:0.25rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkwg130Fiws5EkDuTBgraSU2egvRKFmN { width:22.25rem;height:29.6875rem;top:15.625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLnu8zW3ASxZyuEgvd3caaV2mbTA18RT { width:36.8125rem;height:28.75rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T { display:block; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXWOZX6taHyw4OIP7sqMwMpg75h0Uuw5 { width:21.375rem;height:23.5625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBGO9mnbxhBnmAuJ9pnmDnIDWgP6xdGp { width:21.375rem;height:23.5625rem;top:14.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO1awIJzITOVOEiFmDCIDgva3iTaTqPq { width:9.4375rem;height:1.4375rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfVVyOgzWXZ29OQKag4LB2HXzD38vwQ { width:11.875rem;height:1.4375rem;top:16.875rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJZ1cAQ2aZZU1Nu64Tn2Wnrm2OReaZ71 { width:15.9375rem;height:11.6875rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs0m1lGr8ZSXBP4K0vQtgx4VlvcMBKS9 { width:18.375rem;height:13.1875rem;top:20.625rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIIsQySx3WQblezBLz6Glh31uF8sRmhJ { width:21.375rem;height:23.75rem;top:14.25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6DwUL2viPMKOJXT2ATK5J0UlSVAZk88 { width:11.5625rem;height:1.4375rem;top:16.875rem;left:36.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHxTkzMMNENlhAua7XBe2TO5MMQSszh { width:18.4375rem;height:2.875rem;top:20.5625rem;left:29.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJU3t4BrL2JGrUhM3yb2WF2FgiFen8a { width:4.6875rem;height:4.6265833196249rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTv6sohgaD1vXJTW6qgr4lvaftz9q1fN { width:4.6875rem;height:4.625rem;top:15.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrgRHf40u2PNi2ZcKSeLaB7v6HEd3Ibw { width:2.0625rem;height:2.0625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBkVsHWDTlWJCgMJAiNRkBP9EOHyK5q9 { width:2.0625rem;height:2.0625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMSD2wgDkbtcK7GXQTsVytclRkcqpbpc { width:2.0625rem;height:2.0625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNar7Zq3FNi56aK5TTOJ3KbIkFpdQw9I { width:2.0625rem;height:2.0625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxDcmFs8iPCtAGBizVBNBzhLgAFZD8T8 { width:2.0625rem;height:2.0625rem;top:34.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o49HDtpeoaREboc2tuFiqApas5lc6Q15 { width:2.0625rem;height:2.0625rem;top:34.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOw5UtsR6p32s0TTQelFEl2MsxqRwvhU { width:2.0625rem;height:2.0625rem;top:34.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6hJO14MwtAecm8xuf8uIhNnyQRMtQ4g { width:2.0625rem;height:2.0625rem;top:34.5rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTipTzTJpCGNb96lvMJt2HioAAoabZhV { width:2.0625rem;height:2.0625rem;top:34.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo1yJ4i2KAvD7fwSrGZVob3qTF6EPIyD { width:2.0625rem;height:2.0625rem;top:34.5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9E3dxzfTdEfxSTxO2R9N8Q8hov6KrQK { width:2.0625rem;height:2.0625rem;top:34.5rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaJahCTxgL3A2ICgckb5p6DsQXHr5qT { width:2.0625rem;height:2.0625rem;top:34.5rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZ9OODL5KGizKdXhl6DbkX5oNsHbfOM { width:2.0625rem;height:2.0625rem;top:34.5rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H94XsDkW82nZ8eoxb2UNtcCJnxnRTuQX { width:2.0625rem;height:2.0625rem;top:34.5rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJGB6EVqhnZg4zFrwdk3TXcBTQFAbANU { width:2.0625rem;height:2.0625rem;top:34.5rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArLoTCrRKrFWD7Me4GOJRbDAqk7AvhsP { width:47.75rem;height:2.875rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbpzzvwxydi0TKeQHlop7b1Gh8ummUN { width:9.375rem;height:0.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZaTAgFvgP73MQh6WRdZhGMR2MsKbnZp { width:25.8125rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICGR9eOm27IsBadlcGALJJiEmaX0Eh5O { width:4.6875rem;height:4.625rem;top:15.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX9SW7Or4BONS2KPtyy0838o1pqG7AVR { display:block; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm { width:32.9375rem;height:;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }#HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm li:before{  }
 }@media only screen and (max-width: 763px) { #lfLc1Zv7P8MDvepBEqpmRw2T3KkA7FK6 { width:9.4375rem;height:2.8125rem;top:6.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGVe8pyE3J9p27DMNvAvqwi5XPTdMZMc { width:9.375rem;height:0.25rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTyLO3XcalO2uRa8ezXJrTNuxf5hatTx { width:26.0625rem;height:9.75rem;top:8.125rem;left:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THxFfQn6HKEnupKTSaky0SsQwDiDhU6K { width:17.3125rem;height:4.375rem;top:10.125rem;left:30.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGzTyW2swvPP77AKCmJMqZEMKg9PsQHP { width:17.4375rem;height:3.375rem;top:16.75rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoiVPz3ywbbSRTJ0dgq8zeGHnCkT40Aa { display:block; }
 }@media only screen and (max-width: 763px) { #l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m { display:none; }#l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JbhKPMS7XuD5REShxBLtWaZ7BmlehT3u { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3GLstR3KcZbhRwPRRKzgqB6ZmSMTuyl { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfMgz8ZeLpXPgZ4q0ES8Pth3J5kFl6Pf { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD { display:block; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd7fss5aLokW1xITTp3kw7ElAOZgDmKb { width:30.9375rem;height:28.3125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9snKGHQys5JO0IWFC3TGLgokURQtKl { width:30.9375rem;height:28.3125rem;top:7.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuM9pBJ28wEW9KstQCyDCfU1VrEbvXeZ { width:30.9375rem;height:28.3125rem;top:39.0625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3IrVCpERvN7HsWwBiwDblW1LrWJkSrl { width:30.9375rem;height:28.3125rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 { display:block; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXmPkwTU1TuWWTT1bAoWAKxh6ioReWOu { width:47.75rem;height:27.577835648148rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ5zxJJLqx5NmHz9gdZGP16OQ09OG6py { width:15.1875rem;height:2.8125rem;top:6.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvdwb2NIyCcoGlQlPxMUANqfJW4lQzlC { width:9.375rem;height:0.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVdmE7VTTt62bWqFvLvuHB9Gut7LhfW7 { width:20.8125rem;height:12.5rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLdd7qBpfTeHKKctizMsSDakh51U284t { width:20.8125rem;height:12.5rem;top:12.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqwxbwD75flPaxNeGzDeQtJ9eiUDWfDy { width:11.8125rem;height:12.5rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elSuSzEfavTXX4Pf1RHVveMuvwTlAoib { width:17.4375rem;height:10.4366875rem;top:13.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcxWT2zga9ddOeIOLE93GE6XlplW3ith { width:10.3125rem;height:10.064369796499rem;top:27.5rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHiwrMcMZpRmbe6oF5h5aGMDF7unTWag { width:20.8125rem;height:12.5rem;top:26.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4he4T3uiCUurKMARBM4sWmDLBnDdkva { width:12.9375rem;height:11.1875rem;top:27rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTeR2JOviaTvwGs9rlxoy2PnRMhMDZAo { width:20.8125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCDCTuyNGCcttDwUIrqUITrI9hQhTqyc { width:20rem;height:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPsvtgu02Bvi3rgZ0TrBa2tg6dmbAJLW { width:20.8125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSBDxXxI7A1dwDxltPskCMXmfhE8L7LS { width:28.8125rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMZHZzValghloNaypJPUa7f52O9ZS7o6 { width:20.8125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3yGK2oWspOHnVBQZKZlU3TROc2IfiEW { width:20.8125rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hR7GgG013ymZIkAofBmnMl2yrdCK22vr { width:12.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFMzmS44TJVldiUKLbnLNbWNvIz7oF7X { width:11.8125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTscQOKPsv7BeceBblhU5JQ2M7baeusz { width:20.8125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT { display:block; }#Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToTek4ty3mMuaXpouwCgn2249UZ7RloF { width:28.5625rem;height:15.5625rem;top:10.8125rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvFhu0dsJ3XMoKRNGiVc72CS6l8V6DE { width:31.75rem;height:2.625rem;top:4.5625rem;left:16rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1WMDiPwzCLkKT8dz5fVo8ZofOyfJWZb { width:9.375rem;height:0.25rem;top:7.9375rem;left:26.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eevo2fIlUi8uARgNKt9EgZrznEmDHuX5 { width:19.3125rem;height:3.4375rem;top:27.25rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZybi2vnT1y0xyQgwgCfmEcvxxMHCvPl { display:block; }
 }@media only screen and (max-width: 763px) { #tJfDe3LPn9gXslhSUkhT4OfTiKtnfUeN { width:18.75rem;height:28.0625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { display:none; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rPFFkD5q0QAhVFIBX0WwrIrmHnkOFwp2 { width:17.625rem;height:20.75rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3cRy8HqgIZ9hqagunKb0HqBJqCGLzen { width:34.3125rem;height:21.375rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCIXf3n0pRDOn0R2PiB4fZmA74UPgTxx { width:31.75rem;height:2.625rem;top:4.5625rem;left:16rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAz7ucZB89WPNrEU8PJwe6K1Ag7hWxvm { width:9.375rem;height:0.25rem;top:7.9375rem;left:26.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo { display:block; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-textarea { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-button { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:first-of-type{padding-top:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-container:last-of-type{padding-bottom:0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3  { width:30.5rem;height:18.5625rem;top:13.1875rem;left:14.6875rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .radio-container { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 {display:block;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 { width:30.5rem;height:18.5625rem;top:13.1875rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Nhxd66oHxRqaA1E5wnnTGa4CWztDcVWV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #zcyOszHAIIchtXbBXoIGo1b6cMKIUIB8 { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #nmURxRhrKQewshsUxQ95MJG801I4Px2Q {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #HHLDZKRk56S5H1rsFZZOpUMPNVdX9LLL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #J3t0BLVxVDKmT1rODEni753NupcTPOTR { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #smErUoTOqatST6szFudQ9vD4UOJ3c98i {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #B6Q8At4ORJSWnw1peffPCsOFs4ovNGOI {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #aMGi1bo045qk4DqKRGZb5oNq5aK7qMBE { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Ts7wmoAZ0P9ZhJROGlRwzITd80sS6TUz {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #CurLwvFqvV5NHT2KMLDlI3QwVJ0Apd7z {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #dBnZSZ4Tr0pi5uqMWiPLPShCKNIIC1kL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #rZTSxgIMIkCc1CptqZiOTFVUTJMQVmHV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #x44yQwalXc7qaE9MlybUfrxVIwoe4cPd {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #F8ai4E6nh8TG3kDuUGOH91CTc4vOZfL3 {  }
 }@media only screen and (max-width: 763px) { #XQuoTb46Qc6dzyDuMVdAqViAAe6hZaGn { width:24.5rem;height:5.1875rem;top:0.9375rem;left:23.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQBRJobaB9DS2axhFfmlWXldPU2JcGzZ { width:9.375rem;height:0.25rem;top:7.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIi1nGeJ2EcJTwi5ipqRki1dtWKpE7z { width:20.4375rem;height:2.5625rem;top:9.9375rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZa069HvilP1fhUWu37xFkB9cHWRM5cc { width:38.75rem;height:21.6875rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEPb6e5ETRxcXBUfnK4BIUv9U3dTmRds { width:28.5625rem;height:19.4375rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbn5KMTrnn6W5waf29WIIdEkrsMbCyk6 { width:31.6875rem;height:2.5625rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9EtkUg2a9dohgPHoqU205OXnmRunrCz { width:9.375rem;height:0.25rem;top:5.125rem;left:0rem;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:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmeJRLKLyNRAkduwMTPvP3MManLLq6Ts { width:18.1875rem;height:8.69925rem;top:11.25rem;left:1.25rem;font-size:1.8125rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VL3CBxt4TTgr5nSgQWdab27pOTveXi4g { width:16.3741875rem;height:11.375rem;top:22.5625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2QeBsg28kxmBlBBNv4HgckhmdCQaHQ { width:14.31175rem;height:3.4359375rem;top:35.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hciC1ufli57o6pX0LZKoCoEuk0QQvawb { display:block; }
 }@media only screen and (max-width: 763px) { #sKbyNIGVsMATdztQ1yihFxOms9r6qITx { width:14.1855625rem;height:4.6875rem;top:3.6843748092651rem;left:1.2492187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5W71WToc91XelrEh72cKm3yXgk5zynT { width:9.375rem;height:0.24921875rem;top:21rem;left:1.25rem;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MofIzHCSVFoKvwfqTsZBu9XWQLiEfZQi { width:20rem;height:24.422363613907rem;top:35.123040771484rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLk1hJdvknzOp4HcPzgeRBiexpDc0dSV { width:17.625rem;height:9.8125rem;top:40.375rem;left:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 { display:none; }#NIg5Ex1hKsfL4KCU0H6UGg5k4FMZkdS6 > .row .container { width:20rem;height:126rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LoKRVaGgNaCgP2tRNOw0xecaIbPzp6XS { width:18.1875rem;height:6.525rem;top:11.25rem;left:1.25rem;font-size:1.8125rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z5nGpzUhs8n52Tct8OD5t62anPaC3A4G { width:16.374625rem;height:8.1269375rem;top:19.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndZOxI1WThMNn07P0yLigVrpCTOEpsa { width:14.312125rem;height:3.4359375rem;top:30.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnQR66QOkqdkFUXA6ylgqrvOQb6JJgvT { display:block; }
 }@media only screen and (max-width: 763px) { #VQU3r921A72IKD5x8QelQFybdwGUrPB7 { width:14.1855625rem;height:4.6875rem;top:3.6843748092651rem;left:1.2492187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHV0vfpTro8oBvkJBcz7KZhutkBzWsc { width:9.375rem;height:0.249609375rem;top:18.6875rem;left:1.25rem;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z8snANqZTA94q9QSWT0G6zhsSzmPen4c { width:17.625rem;height:21.4375rem;top:57.935545420647rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0EQS0mLcv457MRpp6ZThRKzMw57uAmv { width:17.625rem;height:21.5625rem;top:35.123045420647rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQgQcboL9D6N7Wu2mCPOHgOvrAZOX7Qb { width:17.625rem;height:21.4375rem;top:103.56054542064rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbFld8ZJNlT1CU2RgB7UVDAUyNu2Ktx1 { width:17.625rem;height:21.4375rem;top:80.748045420644rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki2gartbTXO8yWDSxHNycpHJxyswiKyW { display:block; }#ki2gartbTXO8yWDSxHNycpHJxyswiKyW > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2IS7MaQK6ZG7fl7h84JKLAizT40Phlc { width:17.3116875rem;height:15.59761875rem;top:1.6871337890625rem;left:1.3429686129093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k { display:block; }#XCTI2cJnq9Xo72xRbmAI7ooXfVAz6z3k > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGTeFMm2wOToQAcTiRHgK4W87yXhH1OZ { width:19.0609375rem;height:9rem;top:2.2492188215256rem;left:0.93906247615812rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #neGxx4zBhQht35XPZaHODTtNuVEzcT3X { width:17.9375rem;height:20.79686875rem;top:14.499218940735rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAveyE0NPx5Bou4ZLkv1AETx7Wnw12Ji { width:9.375rem;height:0.25rem;top:11.936718940735rem;left:0.93906247615812rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc { display:none; }#TTtpTiJCGSvvTa2TzpTZJkBTmmQuJALc > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ebtJlLNOr2obKuDcQ2VceGwRHF3oLpeq { width:18.9375rem;height:6.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #on7llWVghPW6DpvstPZIlaIbT7zHSKQa { width:17.8125rem;height:3.8964875rem;top:2rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZR7NZAJuT21RKnxegbEE03WpWRAQa4 { width:18.5625rem;height:6.1875rem;top:8.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XwCsTn34XKiFF7xoTcRX7DkryHrNCC { width:16.6875rem;height:3.8964875rem;top:9.4375rem;left:1.74951171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNygOMVqxrydKoNu3wNTr0mFSG9votCD { width:19.6875rem;height:6.1875rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brM7y1iAyfmx3QI57kxrJlgqlmcH2SL5 { width:18.375rem;height:3.8964875rem;top:16.875rem;left:1.18701171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsWio71TWqJ2vONrQOWmPqhoauMxuGk7 { width:3.0625rem;height:3.0625rem;top:23.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP2Ik2Ah9u9BkFCHFyzhRyinDMeMDTe3 { width:3.0625rem;height:3.0625rem;top:27.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxHoVNQeqZTCgz426SfAoVT5yTSytQMm { width:3.0625rem;height:3.0625rem;top:32.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siBUdzizll59OVaai4MqT6giMTKvKEsf { display:none; }#siBUdzizll59OVaai4MqT6giMTKvKEsf > .row .container { width:20rem;height:136.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cnaRXA0TZJ6e3tvbXWWunDKBKcQMzV9e { width:18.9375rem;height:35.5rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHoafC237JVdA6kaC0ovNihU1oZK6qI { width:17.8125rem;height:33.609375rem;top:3rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkUtJnOM0duRBvnkIoFH27eAdQ5wMxEg { width:18.5625rem;height:42.3125rem;top:38rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS9Ll9e98Cpkz8wnXh5Qen9ay52Ta8fE { width:16.6875rem;height:39.2109375rem;top:39.81201171875rem;left:1.5927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAWDPxDSpldpIbyttrgR1SpX9TMc8Z2x { width:19.75rem;height:39.6875rem;top:81.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvVClplxzH6Turm8LizXae7lteGNAVJr { width:18.375rem;height:36.410125rem;top:83.37451171875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0duZdxxgN8S8iCFcbNfTw5R2D4ctbK5 { width:17.4375rem;height:3.375rem;top:122.4995rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkCzHwxZW9kr226sWKvzI3PWCoTei1Xt { display:block; }
 }@media only screen and (max-width: 763px) { #l92Qnw0u8C61WLlThWxMh5yWD6cE8Op2 { width:17.4375rem;height:3.375rem;top:127.1245rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8kREp0Igqo4s8Inno8C2Lw8ZGFDbC6y { display:block; }
 }@media only screen and (max-width: 763px) { #Kx7LcvfbGR41tpsSPa3BksXiGJIPZZ8M { width:17.4375rem;height:3.375rem;top:131.7495rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blIpkDI0eaDZSLPfuxQLVbTmp43utHBh { display:block; }
 }@media only screen and (max-width: 763px) { #tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o { display:block; }#tHthTXl7ASLG3iDOERZAv5M6EH5OSg8o > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE6Z73LyTlM1HbN4f5FlLhqTet8sPJ2f { width:18.9375rem;height:33.125rem;top:1.24951171875rem;left:0.49951171875rem;background-color:#025454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fGtUZmCWTRgntGBw14Jgr2T8dTBTNi9o { width:20rem;height:3.8984375rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDG54OQqc4dv7hgo5BB0UPUdrdaFlUaP { width:17.8125rem;height:25.5rem;top:7.49853515625rem;left:1.0927734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrtiv4yZMMaCTRhLgaFDc0uliUAA9izm { width:17.4375rem;height:3.375rem;top:35.62401171875rem;left:1.25rem;background-color:#ffb715;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #euAs1EmHS8P8wZmzs1xdRdOwTe90DUE1 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi { display:block; }#Q1DtMSMd4R0bHLd5wthgBfpqPbnqDpTi > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJQAWl4wE9lXVdOvxQi93rWNQbiB1ywZ { width:18.5625rem;height:31.75rem;top:1.24951171875rem;left:0.68701171875rem;background-color:#025454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CmzxyA8DJsTHq4RmiaAA3KiDBrJV4VN5 { width:20rem;height:3.8984375rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHAaT4W5P4hhsDviBXTp4VLMLFK1gaO9 { width:16.6875rem;height:24rem;top:7.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xBBuLtwz00RV0KyVpGTWGySU9z8QRe { width:17.4375rem;height:3.375rem;top:34.24851171875rem;left:1.25rem;background-color:#ffb715;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #URrsxRBBcxz0rRE2TewnkebGHDVEJmHC { display:block; }
 }@media only screen and (max-width: 763px) { #w89XEGa5gHSW066svTgAvPfLWs447ZOV { display:block; }#w89XEGa5gHSW066svTgAvPfLWs447ZOV > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSsbExFQo2TBDBkI1T7TJyPiBlino5n6 { width:19.6875rem;height:28.75rem;top:1.24951171875rem;left:0.12451171875rem;background-color:#025454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HLZe6JeqfNPJdnKqzJQy4Fnutrv1cv63 { width:20rem;height:3.8984375rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOL4lGBhtbTkop6VrkbrPSfbwAPi5G1 { width:18.375rem;height:22.5rem;top:7.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf0w1smWEuonBbXzOvuUFbOnt86Dkkya { width:17.4375rem;height:3.375rem;top:31.56005859375rem;left:1.2802734375rem;background-color:#ffb715;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K6DDSirunehIXHc6iHLf977EcwaTBtuh { display:block; }
 }@media only screen and (max-width: 763px) { #EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT { display:none; }#EKG1XZ6ZM1BoKxoQuw6HRaoiVHGKHAAT > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pygucw6VATEyZmc73s8axpoQTLk8qC2x { display:none; }#pygucw6VATEyZmc73s8axpoQTLk8qC2x > .row .container { width:20rem;height:79.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrxmoT6wffVS0S175r4PI2HkFCPg336T { width:12.5rem;height:17.3125rem;top:8.8125rem;left:1.0625rem;z-index:14899;display:block; }
 }@media only screen and (max-width: 763px) { #SznC7e5A9MGOS8thchTsEEJ9dAuwNCbd { width:17.4375rem;height:13rem;top:7.3722648620606rem;left:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqpVQysIiTmGqlZIfz6CSrIu8h5l2EAt { width:12.4991875rem;height:1.2rem;top:23rem;left:7.5rem;font-size:1rem;z-index:14901;display:block; }
 }@media only screen and (max-width: 763px) { #PZFqoQSslqzdaRSlS1PRqPu4SQ1l7Lio { width:18.1241875rem;height:36.38083125rem;top:34.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdR9ZzIfT7ap17Tr7TKi6CO2yNr0Vqpo { width:17.5rem;height:3.4375rem;top:69.3125rem;left:0.9375rem;z-index:14898;display:block; }
 }@media only screen and (max-width: 763px) { #awr0iUSrXD4IHwGykQEKnDQDE7Ve840T { display:block; }
 }@media only screen and (max-width: 763px) { #iCUrC2MlqnstBKcHlVCl3ELiptvdirtJ { width:17.5rem;height:3.25rem;top:73.6875rem;left:0.9375rem;z-index:14897;display:block; }
 }@media only screen and (max-width: 763px) { #rG1RWu7VCCqv3C8HLDScuoP7uzemg5Vb { display:block; }
 }@media only screen and (max-width: 763px) { #GCT8467yDo85xc3vLxEBtLWCscAxdwgM { width:13.125rem;height:2.59863125rem;top:3.125rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KcDAbkJoEdXchxJ3fyhnmHEyXhCIGi { width:9.375rem;height:0.25rem;top:6.0476551055908rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlOaqBz7UFn1lc2lzICLCBooMSFHNCfr { width:12.5625rem;height:3rem;top:22.125rem;left:6.3125rem;z-index:14900;display:block; }
 }@media only screen and (max-width: 763px) { #PquTmRh519cgI2nFnxakEJUTfgFadoRo { width:18.9375rem;height:2.75rem;top:27.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk26T7QsErTcuhIKf5XTNm9JECmV9ld6 { width:11.0625rem;height:2.75rem;top:30.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAQ3f2BztOE01iBUk0Fy1DksVO8771go { width:17.874625rem;height:1.2rem;top:28rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a59faucBq6BCqKIDiFafcxVLKRphMThq { width:9.375rem;height:1.2rem;top:31.3125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG { display:none; }#atvK858ldOkwgVaBJ2d5CJQPnuZ7F4gG > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QBt5Agrr8qRUCldkNO2FBOmGcVvpgKv6 { width:7.25rem;height:10.0625rem;top:1.0625rem;left:2.15625rem;z-index:14894;display:block; }
 }@media only screen and (max-width: 763px) { #ZoZvHQlH0X4XTwypL3fJM6rCludhdAB3 { width:7.1865rem;height:2.3994125rem;top:8.94287109375rem;left:2.5rem;font-size:1rem;z-index:14896;display:block; }
 }@media only screen and (max-width: 763px) { #cud2IR6Sb0HcbwGP42aScHWJaTia0oP8 { width:7.5rem;height:3.125rem;top:8.75rem;left:10.810546875rem;z-index:14895;display:block; }
 }@media only screen and (max-width: 763px) { #m9pFC2A6ci2ZT7xPsieWsZ2I4Z8E7Vpf { width:7.25rem;height:10.0625rem;top:1.09130859375rem;left:10.810546875rem;z-index:14894;display:block; }
 }@media only screen and (max-width: 763px) { #xbi2ln1XaPDNcDNK3J0sJnQlyvC633XO { width:7.1865rem;height:2.3994125rem;top:8.9375rem;left:11.125rem;font-size:1rem;z-index:14896;display:block; }
 }@media only screen and (max-width: 763px) { #fN470VqSdTWEyqQ3dIM0kSLuH14SMSGt { width:7.5rem;height:3.125rem;top:8.75rem;left:2.15625rem;z-index:14895;display:block; }
 }@media only screen and (max-width: 763px) { #Vh2z091bv0C9WUls1P45dKGsTpkfQTCh { width:7.2495rem;height:10.062rem;top:13.125rem;left:2.1875rem;z-index:14882;display:block; }
 }@media only screen and (max-width: 763px) { #c8kmaJD575TUN7AEWUCW3rm1DFHrsTil { width:7.875rem;height:3.125rem;top:20.77880859375rem;left:2.1875rem;z-index:14885;display:block; }
 }@media only screen and (max-width: 763px) { #LWand6LqAWhqd65g7aMRuZmdntpi6xZ0 { width:8.499rem;height:2.3994125rem;top:20.88134765625rem;left:2.5rem;font-size:1rem;z-index:14886;display:block; }
 }@media only screen and (max-width: 763px) { #SbhZ28mJWwTwNwlrHowgxq4dT5L0Scix { width:7.25rem;height:10.0625rem;top:13.125rem;left:10.65380859375rem;z-index:14869;display:block; }
 }@media only screen and (max-width: 763px) { #Pw9MhFdg1gwNe5L6Ep6fOEi23WRehQbT { width:7.5rem;height:3.125rem;top:20.77880859375rem;left:10.8125rem;z-index:14870;display:block; }
 }@media only screen and (max-width: 763px) { #ESclN8QEFmlcRnCrmmKpocaS7uxmt5py { width:7.1865rem;height:2.3994125rem;top:20.88134765625rem;left:11.125rem;font-size:1rem;z-index:14871;display:block; }
 }@media only screen and (max-width: 763px) { #EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd { display:none; }#EHvVqisAKy5GnDpN8mvXHI046qTMG5Pd > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ahSlHrUJregWzkxhbm4nkBHUXT13OnBN { width:7.25rem;height:10rem;top:1.0625rem;left:2.1875rem;z-index:14858;display:block; }
 }@media only screen and (max-width: 763px) { #tTPSqTP3k4WnsK5UJSrMvq78FTdHdb4I { width:7.5rem;height:3.125rem;top:20.75rem;left:2.1875rem;z-index:14890;display:block; }
 }@media only screen and (max-width: 763px) { #wevfkAZ0yh4kqpbOkTKU0SICy4Ab9H68 { width:8.499rem;height:2.3994125rem;top:8.9375rem;left:2.5rem;font-size:1rem;z-index:14891;display:block; }
 }@media only screen and (max-width: 763px) { #gPZwt9WS0E6rHAAQHI7T8aGLA5nfUIkH { width:7.25rem;height:10rem;top:1.0625rem;left:10.8125rem;z-index:14857;display:block; }
 }@media only screen and (max-width: 763px) { #ruBivoCoR4lbccbAEkTPEDTkQTg0MhRd { width:7.5rem;height:3.125rem;top:8.75rem;left:2.1875rem;z-index:14865;display:block; }
 }@media only screen and (max-width: 763px) { #ePFtGeVW6yPhN9mWs8pXJySOLSwblX9c { width:8.499rem;height:2.25rem;top:8.9375rem;left:10.904296875rem;font-size:0.9375rem;z-index:14903;display:block; }
 }@media only screen and (max-width: 763px) { #p1Wkp6PwE6c3JaPMtrlk2zFB5gGKqaD3 { width:7.25rem;height:10rem;top:13.7724609375rem;left:2.1875rem;z-index:14856;display:block; }
 }@media only screen and (max-width: 763px) { #wkVhlG5psoQ6TFqmcXAi3NU1ue2AqfXv { width:7.5rem;height:3.125rem;top:20.75rem;left:10.8125rem;z-index:14860;display:block; }
 }@media only screen and (max-width: 763px) { #xoHtn8RpK02s3uvN4DbUrh55oQ1PnihI { width:8.499rem;height:2.25rem;top:20.875rem;left:2.5rem;font-size:0.9375rem;z-index:14902;display:block; }
 }@media only screen and (max-width: 763px) { #uEWKwzkI0T4iexTJ03uEmJqQG0p41tVT { width:7.25rem;height:9.1875rem;top:13.125rem;left:10.8125rem;z-index:14855;display:block; }
 }@media only screen and (max-width: 763px) { #bcpQF5wGDx76O6tsPHyqBMzxhAReHZJ9 { width:6.9375rem;height:2.3994125rem;top:20.875rem;left:11.125rem;font-size:1rem;z-index:14901;display:block; }
 }@media only screen and (max-width: 763px) { #CivC9oT2sPdcK6vpQZKuoMsxiPVF9TwS { width:7.5rem;height:3.125rem;top:8.75rem;left:10.8125rem;z-index:14900;display:block; }
 }@media only screen and (max-width: 763px) { #IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z { display:none; }#IJK1WfAbVMfctm99VHzPV8JxZPMG7i3z > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UENpZuvIWw4vDsUvVpncHFKX9hWF2naV { width:7.25rem;height:10rem;top:1.0625rem;left:2.1875rem;z-index:14843;display:block; }
 }@media only screen and (max-width: 763px) { #yP7XqqK2ydusq3EBOO6dLLrKQQyewQ81 { width:7.5rem;height:3.125rem;top:8.75rem;left:10.8125rem;z-index:14855;display:block; }
 }@media only screen and (max-width: 763px) { #y0TqeQ2HNDQ6acDFqf2vex7u1cufluH3 { width:6.9375rem;height:2.3994125rem;top:8.9375rem;left:2.5rem;font-size:1rem;z-index:14856;display:block; }
 }@media only screen and (max-width: 763px) { #xCBSCUSkZJZKTwFFOfXOPqdgDGVFcQiV { width:7.5rem;height:3.125rem;top:8.75rem;left:2.1875rem;z-index:14845;display:block; }
 }@media only screen and (max-width: 763px) { #dLi1sLkPH6nQGdzyEs84hMEWGxaFF784 { width:7.25rem;height:10.5rem;top:1.0625rem;left:10.8125rem;z-index:14842;display:block; }
 }@media only screen and (max-width: 763px) { #cQfouMlKVrorT59RvwiU9Hye86qnqse7 { width:6.9375rem;height:2.3994125rem;top:8.9375rem;left:10.875rem;font-size:1rem;z-index:14857;display:block; }
 }@media only screen and (max-width: 763px) { #efnPbxQafON3VKDogSJ4HAt1HcnlXlTw { display:none; }#efnPbxQafON3VKDogSJ4HAt1HcnlXlTw > .row .container { width:20rem;height:20.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RK1gLHbNn31I4gJLhlFHmXTtn2VkNC1l { width:19.9995rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mqf4dstovmDXNrihTwkifA8EDIgMaw3e { width:9.375rem;height:0.25rem;top:7rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRyXh2wLIiPQ7G8qnHXRuBPQeQio6oLK { width:19rem;height:5.125rem;top:8.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGDX2eUhwbsQ5B154gTcm7o8NRpw9vpz { display:block; }
 }@media only screen and (max-width: 763px) { #Gynr5U6zTsToFhBfIK5doa04AUb7Q54s { width:20rem;height:22.9375rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPxmXdAG7TLqT5hXvViPmeBTBuDpokfy { width:20rem;height:20rem;top:2.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu64Jrm8q0TNNcRofwCdA4y0oEDAsmwH { width:20rem;height:auto;top:8rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMinLlARwgp0R0EuasB6ryTsI0rvK5NF { width:19.9995rem;height:2.59863125rem;top:14.8730484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbLo1JXkM1mTi1r8dnz1ADzeIQOSuzp { width:9.375rem;height:0.25rem;top:18.7202171875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn { display:block; }#N3vJ5RKgAHpo5a9OP2tHyGE3XmvnyVLn > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syOBtLATEBaXErZovNdR98SdZkt7epR1 { width:17.125rem;height:1.3rem;top:3.3741455078125rem;left:0.96796873211862rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnzqQrdLefZFXTkFZGLQaeeAuRHIq8Jr { width:9.375rem;height:0.24921875rem;top:5.9991455078125rem;left:0.96796873211862rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zubsSGwFkAw6BWaZnmhVEMPqkaRoDnki { width:18.0625rem;height:6.499rem;top:7.2484130859375rem;left:0.96796873211862rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ { display:block; }#z5P8XclGVRNcNw9itRBQSE6z2sUc6hOZ > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTal11aDLiL1GJsicw8oCSFnEmzWUhyv { width:18.375rem;height:4.79948125rem;top:2.625rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOaNZq6nSmbQA9T3IDTSiWiRWFomA8yO { width:10.374625rem;height:1.3rem;top:13.182420730591rem;left:6.820312052965rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVvuohZxgWv13Po8SJlP8QJTS6vigxuW { width:17.375rem;height:5.3125rem;top:11.186645507812rem;left:1.0617187321186rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AQiKvRQJcHpGslsyNO3POSBCZFtxiMNr { width:14.75rem;height:7.96525rem;top:16.186717987061rem;left:2.3742184937rem;font-size:0.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #tmTSO9guTAST7qyIOFuCED2ibi98yJXV { width:9.375rem;height:0.24921875rem;top:8.6875003818425rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQZUV8LpetzaUnSmTQ8b9bikVhykQecc { width:10.3125rem;height:1.3rem;top:19.75rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqgte90RTay6o8LHzghLCPJH8TX0bsnO { width:17.375rem;height:5.3125rem;top:17.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfQmqhgXHsKLVNlW9OWaNzkcBkN7g8b3 { width:14.625rem;height:7.96525rem;top:31.436716556549rem;left:2.3742184937rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRXDOWHCXdrTdiDGxukJ4EhvgzT3NpnZ { width:10.3125rem;height:1.3rem;top:26.875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwNtBNyNIkiUmDHVAJ8eOlQHAMTFxaFx { width:17.375rem;height:5.3125rem;top:24.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuR90eVbHF3tL1PkoSkwzQZd9yR82AQe { width:14.312125rem;height:7.96525rem;top:29.875rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6qW1ToQHUtPQQ6Pc42RFv6hZk5qo8Iu { width:10.3125rem;height:1.3rem;top:33.875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXnNX0VLUPmkxkuFRl9WhE8FHrGUQxmE { width:17.375rem;height:5.3125rem;top:31.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTdCCE7D3M1G5G94bnkrzy2IUaefEaU { width:14.625rem;height:9.103125rem;top:37.375rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlsU2pyqlX5hx091mNLFP27b2m2nAsIm { width:17.3125rem;height:5.3125rem;top:45.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItg7BiV5hGbQKcOwTiEHaBGVazbHtTe { width:17.375rem;height:5.3125rem;top:53.0625rem;left:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Glo65dQoP7SVdOd1s5TeDAyF1fZLL0ww { width:14.625rem;height:7.96525rem;top:58.75rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vry2iN9Sy75Dt35MIN9x6OgQDlgxixo1 { width:14.625rem;height:11.378875rem;top:51.25rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7TDwnAORvTHhv3iNaM7qhonlTZwLV9I { width:17.375rem;height:5.3125rem;top:38.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uck2cHm4sg208bezFun8FF08dTdyHUXd { width:14.625rem;height:6.8273125rem;top:44.8125rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5wwgntIngPl5H6q4WM6UUp1kRSoVsXo { width:10.3125rem;height:2.5996125rem;top:40.1875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9mN8z0C0FQ5E2LBVwoEyWA21bGnamLk { width:10.3125rem;height:1.3rem;top:48.0625rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK12Z3ad5gCM4wamwu7NtPJT7XUrLtSo { width:10.3125rem;height:1.3rem;top:55.25rem;left:6.8125rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AUP9xSIXLQHlSZud2QTwpCXBVSyGhM0g { width:10.3125rem;height:1.3rem;top:62.25rem;left:6.8125rem;font-size:1rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ASTduuxs9TRSQqKewrAOBVCmZHWOWf5V { width:17.3125rem;height:5.3125rem;top:60.3125rem;left:1.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WWiGn4zWksB4FgNPQUXRr7ke60Mme2M8 { width:14.0625rem;height:10.241rem;top:65.5625rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT7CDHxC0RFFaDhvunHJXPxmXzcTyi32 { width:10.3125rem;height:1.3rem;top:69.9375rem;left:6.8125rem;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Wv1bMeHkeqWKsa7eu0LOquTp2vpuX87t { width:17.3125rem;height:5.3125rem;top:67.8125rem;left:1.0625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #spJV8lVx5AUgMEwDq0bWO9P5CQOGwPJ4 { width:14.4375rem;height:9.103125rem;top:73.3125rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgMVmKgVBzpycVoAc9wi9X2ZRuWUMUCk { width:10.3125rem;height:2.5996125rem;top:76.624216079712rem;left:6.937499552965rem;font-size:1rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9dy3530gBJ5t5Q3QchWkIOKFbrIMwl { width:17.3125rem;height:5.3125rem;top:75.25rem;left:1.1875rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #rUTB5ENlXMSJicuOe5N5ayMd37b0lLUS { width:13.875rem;height:6.8273125rem;top:80.6875rem;left:2.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fwl6AVWc15KBV1ZbNHlMQWFHpQGtyNhA { width:17.3125rem;height:5.3125rem;top:82.6875rem;left:1.125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #wV5uNTZmeJWvIvFD4RxBtVFrWoGcxNOL { width:10.3125rem;height:1.3rem;top:84.875rem;left:6.875rem;font-size:1rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #VJzrpXn68iLGdLOX4erS5iHpw48xbTF2 { width:17.3125rem;height:5.3125rem;top:90.3125rem;left:1.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #Oa0LiC7mGqCxJoupl2HxURerDwC5tRT6 { width:14.625rem;height:10.241rem;top:95.875rem;left:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKhgZZ04LfdbnduUu12HbL7mmT7IrKzx { width:14.625rem;height:9.103125rem;top:88.25rem;left:2.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bB54Ja8ia4PoX4ZU42FBTwg2zUNwDVf4 { width:7.5rem;height:2.19921875rem;top:92rem;left:6.875rem;font-size:1rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #hRv5M16HZiHHwoLipliIgP48JlJlM9y4 { width:17.3125rem;height:5.3125rem;top:97.75rem;left:1.0625rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #pIkpMNrDox4mGD4XITIHmfgTnZLtL1DV { width:14.499625rem;height:7.96525rem;top:103.25rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fA4d1CLHpAK9JMfdq12Gu0eAd7WDaKXw { width:11.0625rem;height:2.19921875rem;top:99.4375rem;left:6.875rem;font-size:1rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #GRhJNKspeQL5i8SFwWI38mysMpK6xE9N { width:17.4375rem;height:3.375rem;top:106.06171607971rem;left:1.0617187321186rem;display:none; }
 }@media only screen and (max-width: 763px) { #suTwOWS7Xo47y9m0daCVTMscJ9g3IiQb { display:block; }
 }@media only screen and (max-width: 763px) { #VcIxdGVk8cBcnTFSBfEAxgtdX3ugQn1I { top:12.051561355591rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BJz9Ks0nvWfOthivn21GZNIUTFdwnBTd { top:18.625rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hv5RGVOT155LqrVhbu6f5M1pTmHbnplW { top:25.75rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ffJQPork5TLQyBB1B1Syb0KvogTX68HK { top:32.6875rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NdqDydvOlDqbRQXTLnLvfoZrUDmSxrZ9 { top:39.6875rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FP4RV1AQk2cXhlLaC9a1ccpOccOcw7Wx { top:46.75rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tCxExoKThRi7TuAhM0mUBFOJl12dhdtV { top:54rem;left:2.25rem;width:3.5625rem;height:3.5625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qb320rWSJT40VMg09ChScwxxW9HFQ80S { top:61.1875rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FqTsGu52cdGMGEFIkDiBPh1E9nWmRkrP { top:68.875rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qe44gFZBgrZ9MoQSZ2bcuzPvut6GKuyo { top:76.3125rem;left:2.5rem;width:3.5625rem;height:3.5625rem;z-index:14989;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UIyDU1BRw1kPL77wt0oV52r97vnVgu9K { top:83.875rem;left:2.4375rem;width:3.5625rem;height:3.5625rem;z-index:14986;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KvswwsCXOFLa7a40vFpVLxnUxc4lCD9g { top:91.3125rem;left:2.4375rem;width:3.5625rem;height:3.5625rem;z-index:14983;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sfxA3p1QQGm9WPdy6O39JBfX2axrtubs { top:98.8125rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:14980;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF { display:none; }#x2lhJBFzWGGwcalNO5MZaVFiTevnwUSF > .row .container { width:20rem;height:296.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UnV33rRy4rhnTbmuaEh5Nq1P2IAF28yL { width:18.375rem;height:4.8rem;top:2.625rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXkmgFu4PAHcoXchewsApQgZD6yfb5f5 { width:10.374625rem;height:1.2984375rem;top:13.182420730591rem;left:6.820312052965rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXvSmdAKiX4aSyuT9Wpbxny2XA1WQ0v0 { width:17.375rem;height:13.875rem;top:11.1875rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JffSuGVU8h3M8iRLiesdXFbQJwBVaV5Q { width:14.75rem;height:7.96525rem;top:16.186717987061rem;left:2.3742184937rem;font-size:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WRsUlTOILwUHzPIMwXQwDzIwWt3SDwxa { width:9.375rem;height:0.24921875rem;top:8.6875003818425rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZxDonN2X8N1elNwO89RVmXsUAh5SXzy { width:10.3125rem;height:1.2984375rem;top:28.312498569489rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI4cRHdqWZ9FSu0Loo3JCyPEQX7JrsRa { width:17.375rem;height:14.125rem;top:26.437498569489rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd2hur38TTASMGUe8OhDDD3UMlHGlkZo { width:14.625rem;height:7.96525rem;top:31.436716556549rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0zygdWr5AUw1ITr97TwnbrG35peTG8w { width:10.3125rem;height:1.2984375rem;top:43.874607563019rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRZHUhH83p50M5Qezc2SyU0eByw8QUt3 { width:17.375rem;height:14rem;top:41.874214649201rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOi1lf8wH4Ed7pE5U5XdC0MZvh4eaZPz { width:14.312125rem;height:7.96525rem;top:46.874607563019rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsHKkBznV5DCRxLwX9dB5wo7tXxK1ybI { width:10.3125rem;height:1.2984375rem;top:59.37499666214rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvC2DeZyvb1LaKB5fFG5KkFi0aSO8hx { width:17.375rem;height:15.25rem;top:57.31249666214rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #o39yr1T2VJ7srrsDuOzw0mKPQHhE7pri { width:14.625rem;height:9.103125rem;top:62.43749666214rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTLWxKGOczsSQA4JDPqO6i5tZ5Ev5tC { width:17.3125rem;height:18.0625rem;top:90.061710834506rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEwBTwGg5Xh4sHuVv9fIgBRIn7HLss9B { width:17.375rem;height:14.75rem;top:109.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPvnFqAutgd2xKWcEJyPA3X3QtTDlAQG { width:14.625rem;height:7.96525rem;top:115rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwrKMUeHO8IyQ60ITuuO6GAXMoWmNxce { width:14.625rem;height:11.378875rem;top:95.437496662138rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfLkqpe5QPHgG8ruQVFgUwzBFhQEJGwk { width:17.375rem;height:14.375rem;top:74.124996662138rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #n02wFiQ1Z6d8a3OJZiiQwwhgvUnhWChF { width:14.625rem;height:6.8273125rem;top:80.124607563019rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7gzH4DC6r1UO2OqIrtxWD0Lc1i3pud0 { width:10.3125rem;height:2.596875rem;top:76.062107563019rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBFi5kXGoy6fWXItSh92xf0ry6Gfn1hW { width:10.3125rem;height:1.2984375rem;top:92.249996662138rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP2Zc18Qkkfv7Rug4OT518gzzVb1oG6R { width:10.3125rem;height:1.2984375rem;top:111.5625rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOWmNGfEbWREmi6CTr1pLATGhzwbbTKd { width:10.3125rem;height:1.2984375rem;top:128rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGhxRUBgOCThhBoBh2RfWifJnsWhfNtf { width:17.3125rem;height:16.5625rem;top:126.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGXganaJFF3AnD80CvVKSwOoIhTQmTuM { width:14.0625rem;height:10.241rem;top:131.3125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAlFWcJbbkf0IkwASN2ThRoMzyHh1tT0 { width:10.3125rem;height:1.2984375rem;top:146.3125rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbW6tPdyn3OvK9SZ0kbTcPpSdTSMSfUa { width:17.3125rem;height:15.8125rem;top:144.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMzTTg8yvIVTXTOfx2W7ChXkc6npQLM4 { width:14.4375rem;height:9.103125rem;top:149.6875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOF0ilwPKcGPFl6T9vWzVAwi7gUzCwCC { width:10.3125rem;height:2.596875rem;top:163.4375rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv9e9LduksOQzWM0rOPZDtLSSmBU59tL { width:17.3125rem;height:13.9375rem;top:161.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUC0KpOJxPWeaQPE73qs8ncJJJGTHcRB { width:13.875rem;height:6.8273125rem;top:167.125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAskyugo4GsffQkdelFWthvS0iRG2F8 { width:17.3125rem;height:16.0625rem;top:177.31170701981rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdOhJMpWFVt9y3ZAgR6kZIaHiFS6rW82 { width:10.3125rem;height:1.2984375rem;top:179.49959754944rem;left:6.8121090233325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFHvQ2g6wzqNJrGGtJWcBI5ZyiASpIh { width:17.3125rem;height:17rem;top:195.06248664856rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXUbBAlvf4FM9696vzCDMLB1JaCEX64f { width:14.625rem;height:10.241rem;top:200.62420463562rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtibgKslRsXtRV7s9i9ZC2itRXte6mxi { width:14.625rem;height:9.103125rem;top:182.87459719181rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhJzRix2Do6lkBghk6FcRlDBEDhzJQT1 { width:7.5rem;height:2.1984375rem;top:196.93279933929rem;left:6.8121090233325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph2MDhoU4umVigVTK7na0VrSKKdmLv43 { width:17.3125rem;height:14.8125rem;top:213.81209564209rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2BBgcZZbKQuUxlXtPGV7ouOzNT2IENI { width:14.499625rem;height:7.96525rem;top:219.31170272827rem;left:2.3742184937rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkCn1ib7IRJRokzqpflWzpOXDPvXZkw0 { width:11.0625rem;height:2.1984375rem;top:215.49959564209rem;left:6.8121090233325rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4yKTRZQ5h23RzzgwQdnxwihAowKeTU3 { width:17.4375rem;height:3.375rem;top:231.81092071533rem;left:1.2796874344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVur2P40rc2thDFBvLxhbDNQr4C2NOIl { display:block; }
 }@media only screen and (max-width: 763px) { #UO4k5uJ5S760xOeIBDuQyUthVdTdRL3D { top:12.051561355591rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BRvnPznLcJGt8KRLetgxH40r27WwEXsz { top:27.180467605591rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BgefSyXXbIiiFwTZ10Ccb3m0ze18ROVG { top:42.742574214935rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DadJSr2zq5eFFGfOdV6X0cCE6XJrbtTU { top:58.175777435302rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xJTEilP5qF5CJIA4vDXfUTCkwufDeytU { top:75.579292297362rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yiKNTpnRyDO15LPTg8U7FWlv6XBgrAzV { top:91.137493133544rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rsRahxqtTs1W9FXNhefR8G7d6nlIiffs { top:110.5625rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k77aXRsfH2sS3KSRLoIGoeoffxqFcD37 { top:126.9375rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HbTb2t2PMT16y5TLZMugGANFPr3CvsaD { top:145.23788070679rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P4c0bA4yuwTuZLFezlMDALcKnLt8o306 { top:162.75116348267rem;left:2.375rem;width:3.5625rem;height:3.5625rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xku4zS0qJ97HSkd4m7W2yy2pLJfxL83b { top:178.49998807907rem;left:2.3742184937rem;width:3.5625rem;height:3.5625rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WiaDbg1evSoOwDxxCTIezZOLKwkOKrCX { top:196.2507686615rem;left:2.3742184937rem;width:3.5625rem;height:3.5625rem;z-index:15045;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FIhWgKyzuCp2edHk7F2QzRBcihJ5i5Sm { top:214.88670349121rem;left:2.3718748390674rem;width:3.5625rem;height:3.5625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bGpQ1viEm3Sgtg9vLVr3i1ZBRrO3KpRq { width:3.375rem;height:3.375rem;top:236.43591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn6tfs2qBE63sTxFamPGBflDbFmIdxcp { width:3.375rem;height:3.375rem;top:250.31091308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RezMXgPJkJWyySzqrULZVcTQ2T4AXeOs { width:3.375rem;height:3.375rem;top:264.18591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnlAmRvW6l5ezOSxn1c6nMX1k1STnW6r { width:3.375rem;height:3.375rem;top:278.06091308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5IpGk1s522URGxx07hRzsA6msPgsfUU { width:3.375rem;height:3.375rem;top:291.93591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq1LBxSPBMXrRLvbp6lP6U7vAHJCeMyI { width:3.375rem;height:3.375rem;top:245.68591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #he2qdnrXe1p6PTSHDbfcBRILTZlp56uJ { width:3.375rem;height:3.375rem;top:259.56091308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcv9NRCTfOdyTk9xZ2pJtVyDffXxeREU { width:3.375rem;height:3.375rem;top:273.43591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrZpgZGn8hMpF03wBqxo4RP1ftHrvoi { width:3.375rem;height:3.375rem;top:287.31091308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evpycBC7cFEpZCHn5uPMu02xmu2SbH3o { width:3.375rem;height:3.375rem;top:241.06091308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI74BJydkV9P68GstxTV7Q1oMmtlev6H { width:3.375rem;height:3.375rem;top:254.93591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEgLwBAEpSm1775G4vttApSsh7dJ0JyB { width:3.375rem;height:3.375rem;top:268.81091308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3OrMyR7A4IXBI704LxF1vDfmlEcgJFt { width:3.375rem;height:3.375rem;top:282.68591308594rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 { display:none; }#i5Tg3AbAHHv4nrPQ98zd1v1SlImHIHq8 > .row .container { width:20rem;height:235.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aaXBgKpEWy61trOX4OCbuniErz4Jhzzg { width:18.375rem;height:4.8rem;top:2.625rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqzm7nodwwTzx2UGnSz8PLHyTARdlZAU { width:10.375rem;height:1.2984375rem;top:12.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9pfBaLD3cSW0wCSwQi7mnN3fTy5V1FD { width:17.375rem;height:13.875rem;top:11.1875rem;left:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yfBxpfTJux0krUv4PLR3S3MZKvTOwMTp { width:14.75rem;height:7.96525rem;top:14.9375rem;left:2.375rem;font-size:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #x5QGoSSwqBFeusxUxuQxunDDL1DxFV90 { width:9.375rem;height:0.24921875rem;top:8.6875003818425rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG7FWOIG5BnAl5q7iP8o60PF3W2f7Rez { width:10.3125rem;height:1.2984375rem;top:28.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfC9npygEV34wK1zxZ7rsKDoTS9ib2Kc { width:17.375rem;height:14.125rem;top:27rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHoxuHf9PBbJ9qDTqpQrRpIWyZOAys1J { width:14.625rem;height:7.96525rem;top:30.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG47CWJnSmvFMxykWTe4T2m9x7oG8l6x { width:10.3125rem;height:1.2984375rem;top:45.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8EhU1fdiVwh5mFZJGQ5FGTxDGtmDIZO { width:17.375rem;height:14rem;top:43.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQTleyr3LS0zAUrb0vPpM9yyXJFcfiJz { width:14.312125rem;height:7.96525rem;top:47.125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEVnvpGk2xsDyiiNdMS5BDgziUvhQ2SS { width:10.3125rem;height:1.2984375rem;top:61.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPNmbgFEbrLiXnzdFQ2zbVW0qTvmAl7 { width:17.375rem;height:15.25rem;top:59.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTkA1TErh3SUiTTEWCpR7qq4vdWDZyEM { width:14.625rem;height:9.103125rem;top:63.375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPHTI5OOGl5bGfW7ehSevEiyLxNfshC8 { width:17.3125rem;height:16.5625rem;top:92.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4GEWkWTzUlk3dhQZODyeTBHzI3PUslI { width:17.375rem;height:13.5rem;top:111.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTut1Lvz6II6wCOtDnmnqCDnChL0y0S { width:14.625rem;height:7.96525rem;top:114.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxzhRFQikRqTosbtRMT1k4VdQ3UsUfX { width:14.625rem;height:11.378875rem;top:96.5625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFTxFcohgD4wiJTxkKBUGOVJ13m7iJRJ { width:17.375rem;height:14.375rem;top:76.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnpmW7TPazeAvBce3I1aeZ4aoOFK4VO { width:14.625rem;height:6.8273125rem;top:81.8125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAxfLVOn0zWtnIa55xrpFoXIV3bJTRTb { width:10.3125rem;height:2.596875rem;top:78.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTFWkclXaHyXw903ShNpxADnN6gaS06e { width:10.3125rem;height:1.2984375rem;top:94.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3P5NNTM59WxTgyGnexqNpbESQ3L2U8p { width:10.3125rem;height:1.2984375rem;top:113rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsUThoZiMFQhmPUV4kxKfhdmCfcODfJP { width:10.3125rem;height:1.2984375rem;top:128.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJS1Zy4zZQ4GX3GiJcpSipvf5tAFMqhT { width:17.3125rem;height:15.75rem;top:126.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEUox2RMUS1pCOyswKPO7eAx2OpP9r3D { width:14.0625rem;height:10.241rem;top:130.375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF7elRe691WSrI02eggyoWFnEqWxasG7 { width:10.3125rem;height:1.2984375rem;top:146.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5bC4HEdQLPAKkVEn3RUa2Zc9WTOSDsB { width:17.3125rem;height:14.75rem;top:144.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKbxiH3HJClNTkLpnXmkmgNl4BGkbUkZ { width:14.4375rem;height:9.103125rem;top:148.1875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3h4RMD8fvPZ9Q2Cq8t6zTxmTSKptDR7 { width:10.3125rem;height:2.596875rem;top:163rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0L23riqxKliMaVtLVcdq2NgbvaDW25A { width:17.3125rem;height:13.9375rem;top:161.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3nldfapX4Ke9sE99pw5NJ3JOX4PDfeP { width:13.875rem;height:6.8273125rem;top:166.3125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrLnRQu5ZBrqtexlV62JA9ET3LvN4kaH { width:17.3125rem;height:15rem;top:177.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daAsxKztba7AQDLZDa5FrAFI18wAVSGO { width:10.3125rem;height:1.2984375rem;top:179.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6rf9Z2NxE5K4ZaeFD0NwZ2EoWwU8xBn { width:17.3125rem;height:15.75rem;top:194.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKWHzev7cVnB1gBZ8079XDT50ArWHfx { width:14.625rem;height:10.241rem;top:198.125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWZAyneTDpNnBbGBLOH9WzcDlUEpaqr { width:14.625rem;height:9.103125rem;top:181.25rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDtrElEE6wpAt9TCJdUORk291QiosmSE { width:12.9375rem;height:1.1rem;top:196.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdzl79THaJutCwqzf1viJZRlPX23RtRS { width:17.3125rem;height:14.3125rem;top:212.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Uno0cUHQgHLqEUEQLlIc1O2icDnViT { width:14.499625rem;height:7.96525rem;top:216.5625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdC3V4s7CycVBSTgg2GtESTkmmG6QE6p { width:12.624625rem;height:1.1rem;top:214.375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOQaxRusULqdT67fZhSUce99Llw32gO { width:17.4375rem;height:3.375rem;top:229.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbQmrJaXSzPafgNhsd6tZD5QTviKblMl { display:block; }
 }@media only screen and (max-width: 763px) { #QioFhTb3V0nxQKcPz1A5yucoaRagG76D { display:none; }#QioFhTb3V0nxQKcPz1A5yucoaRagG76D > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tUNZoTR9alo5T33hZNqNPG258vOCFPWN { width:20rem;height:14.2828125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm3gfFhtcExDXfvqF9J3yDkJVbEbW0dL { width:9.375rem;height:0.25rem;top:16.782080078125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt { display:block; }#nMxBPH1IF2UkN1TaRpbNOsqtVfvkhMAt > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwBen81dgpWkdTUhTBMW5oEAHby2gRMO { display:none; }#pwBen81dgpWkdTUhTBMW5oEAHby2gRMO > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nm2OfMfDeEasrCouvuTX7k9t6VzgPQ4K { width:16.875rem;height:3.8994125rem;top:9.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOwibtT5dmZx6C08h1ZwyesTKI56QZ7T { width:18.4375rem;height:2.25rem;top:4.8125rem;left:1.0625rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #De0gdMBlH91brA3ERXKwZm8aCDGzlPTb { width:9.375rem;height:0.249609375rem;top:8.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTr2oRfo224PTavAKgEFeBOhBmayWnE { width:19.3125rem;height:3.4375rem;top:14.8984375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqneTBKnTBt1ckppTcdk50wPkfexS2S { display:block; }
 }@media only screen and (max-width: 763px) { #geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb { display:none; }#geMV5oIewQ9HbHATwNPOLzU4wPdnV8zb > .row .container { width:20rem;height:70.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lViPLS801PbxVPbrrN5r3ivTfTwQ0eSy { width:16.875rem;height:3.89795rem;top:9.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9f3zySfFT8P2rUW47E6RVt49lRXJoUu { width:18.4375rem;height:2.25rem;top:4.6875rem;left:1.0625rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UW2tfZo0tsKGxfxkUGth9hKwQDT0m8TT { width:9.375rem;height:0.249609375rem;top:8.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkwg130Fiws5EkDuTBgraSU2egvRKFmN { width:19.9995rem;height:26.6850625rem;top:43.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLnu8zW3ASxZyuEgvd3caaV2mbTA18RT { width:20rem;height:28.125rem;top:15.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T { display:block; }#RkFAADhSoeTKCUDGNDtWItOzBGy4ue9T > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXWOZX6taHyw4OIP7sqMwMpg75h0Uuw5 { width:18.4375rem;height:17.6875rem;top:17.8125rem;left:0.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #nBGO9mnbxhBnmAuJ9pnmDnIDWgP6xdGp { width:18.4375rem;height:21.1875rem;top:37.1875rem;left:0.75rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #zO1awIJzITOVOEiFmDCIDgva3iTaTqPq { width:9.437125rem;height:1.4625rem;top:20.4375rem;left:8.125rem;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XTfVVyOgzWXZ29OQKag4LB2HXzD38vwQ { width:9.437125rem;height:1.4619125rem;top:39.8125rem;left:8.125rem;font-size:1.125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #gJZ1cAQ2aZZU1Nu64Tn2Wnrm2OReaZ71 { width:16.375rem;height:9.0986125rem;top:24.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs0m1lGr8ZSXBP4K0vQtgx4VlvcMBKS9 { width:16.125rem;height:11.69825rem;top:43.5625rem;left:2.0625rem;font-size:1rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #KIIsQySx3WQblezBLz6Glh31uF8sRmhJ { width:18.4375rem;height:21.1875rem;top:60.4375rem;left:0.8125rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #n6DwUL2viPMKOJXT2ATK5J0UlSVAZk88 { width:10.125rem;height:1.4619125rem;top:63.0625rem;left:8.6875rem;font-size:1.125rem;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #aJHxTkzMMNENlhAua7XBe2TO5MMQSszh { width:15.3125rem;height:2.5996125rem;top:66.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJU3t4BrL2JGrUhM3yb2WF2FgiFen8a { width:4.6875rem;height:4.6262058565381rem;top:18.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTv6sohgaD1vXJTW6qgr4lvaftz9q1fN { width:4.6875rem;height:4.625rem;top:61.4228515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrgRHf40u2PNi2ZcKSeLaB7v6HEd3Ibw { width:1.5625rem;height:1.5625rem;top:61.5625rem;left:8.6875rem;font-size:1.0625rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #aBkVsHWDTlWJCgMJAiNRkBP9EOHyK5q9 { width:1.5625rem;height:1.5625rem;top:61.5625rem;left:10.25rem;font-size:1.0625rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #iMSD2wgDkbtcK7GXQTsVytclRkcqpbpc { width:1.5625rem;height:1.5625rem;top:61.5625rem;left:11.8125rem;font-size:1.0625rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #XNar7Zq3FNi56aK5TTOJ3KbIkFpdQw9I { width:1.5625rem;height:1.5625rem;top:61.5625rem;left:13.375rem;font-size:1.0625rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #lxDcmFs8iPCtAGBizVBNBzhLgAFZD8T8 { width:1.5625rem;height:1.5625rem;top:61.5625rem;left:14.9375rem;font-size:1.0625rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #o49HDtpeoaREboc2tuFiqApas5lc6Q15 { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:14.1875rem;font-size:1.0625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #xOw5UtsR6p32s0TTQelFEl2MsxqRwvhU { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:12.625rem;font-size:1.0625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #E6hJO14MwtAecm8xuf8uIhNnyQRMtQ4g { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:11.125rem;font-size:1.0625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #kTipTzTJpCGNb96lvMJt2HioAAoabZhV { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:9.5625rem;font-size:1.0625rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #Bo1yJ4i2KAvD7fwSrGZVob3qTF6EPIyD { width:1.5625rem;height:1.5625rem;top:38.3125rem;left:8.125rem;font-size:1.0625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #l9E3dxzfTdEfxSTxO2R9N8Q8hov6KrQK { width:1.5625rem;height:1.5625rem;top:18.8125rem;left:8.1875rem;font-size:1.0625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #geaJahCTxgL3A2ICgckb5p6DsQXHr5qT { width:1.5625rem;height:1.5625rem;top:18.8125rem;left:9.5625rem;font-size:1.0625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #cQZ9OODL5KGizKdXhl6DbkX5oNsHbfOM { width:1.5625rem;height:1.5625rem;top:18.8125rem;left:11.125rem;font-size:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #H94XsDkW82nZ8eoxb2UNtcCJnxnRTuQX { width:1.5625rem;height:1.5625rem;top:18.8125rem;left:12.625rem;font-size:1.0625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #bJGB6EVqhnZg4zFrwdk3TXcBTQFAbANU { width:1.5625rem;height:1.5625rem;top:18.8125rem;left:14.1875rem;font-size:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ArLoTCrRKrFWD7Me4GOJRbDAqk7AvhsP { width:20rem;height:6.7480625rem;top:7.625rem;left:0rem;font-size:1.125rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OZbpzzvwxydi0TKeQHlop7b1Gh8ummUN { width:9.375rem;height:0.25rem;top:6.1875009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZaTAgFvgP73MQh6WRdZhGMR2MsKbnZp { width:20rem;height:2.5996125rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICGR9eOm27IsBadlcGALJJiEmaX0Eh5O { width:4.6875rem;height:4.625rem;top:38.23046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX9SW7Or4BONS2KPtyy0838o1pqG7AVR { display:block; }#OX9SW7Or4BONS2KPtyy0838o1pqG7AVR > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm { width:18.4375rem;height:14.40725rem;top:7.3742179870606rem;left:0.81210938096044rem;font-size:1.125rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }#HiTFUh30Cdqui6HQJsDcLCTxWHqPsuXm li:before{  }
 }@media only screen and (max-width: 763px) { #lfLc1Zv7P8MDvepBEqpmRw2T3KkA7FK6 { width:9.437125rem;height:2.5996125rem;top:2.8742189407349rem;left:0.81210938096044rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGVe8pyE3J9p27DMNvAvqwi5XPTdMZMc { width:9.375rem;height:0.249609375rem;top:5.6867179870606rem;left:0.81210938096044rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTyLO3XcalO2uRa8ezXJrTNuxf5hatTx { width:18.125rem;height:10.5rem;top:22.874267578125rem;left:0.87421870231631rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #THxFfQn6HKEnupKTSaky0SsQwDiDhU6K { width:13.6875rem;height:5.84765625rem;top:24.312498092651rem;left:2.6249997913837rem;font-size:1.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #cGzTyW2swvPP77AKCmJMqZEMKg9PsQHP { width:16.0609375rem;height:3.375rem;top:31.624225616455rem;left:0.81171870231631rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #AoiVPz3ywbbSRTJ0dgq8zeGHnCkT40Aa { display:block; }
 }@media only screen and (max-width: 763px) { #l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m { display:none; }#l3RzUmcTOUtKKWWJKx5uz9FrP9FI185m > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JbhKPMS7XuD5REShxBLtWaZ7BmlehT3u { top:1.3746089935302rem;left:0.71718743443487rem;width:18.5625rem;height:18.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i3GLstR3KcZbhRwPRRKzgqB6ZmSMTuyl { top:21.499217510223rem;left:0.71718743443487rem;width:18.5625rem;height:18.5625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TfMgz8ZeLpXPgZ4q0ES8Pth3J5kFl6Pf { top:41.624998092651rem;left:0.71718743443487rem;width:18.5625rem;height:18.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD { display:block; }#LTSwLqJT6NEayemWXwB4i2X4AEiZAyaD > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd7fss5aLokW1xITTp3kw7ElAOZgDmKb { width:20rem;height:18.30303030303rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC9snKGHQys5JO0IWFC3TGLgokURQtKl { width:20rem;height:18.30303030303rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuM9pBJ28wEW9KstQCyDCfU1VrEbvXeZ { width:20rem;height:18.30303030303rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3IrVCpERvN7HsWwBiwDblW1LrWJkSrl { width:20rem;height:18.30303030303rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 { display:block; }#J5on0tw5MtJXymxQNDcCt6iLnTRFF4n5 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXmPkwTU1TuWWTT1bAoWAKxh6ioReWOu { width:19.9980625rem;height:11.60275rem;top:8.47265625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ5zxJJLqx5NmHz9gdZGP16OQ09OG6py { width:15.1875rem;height:2.5996125rem;top:3.26416015625rem;left:1.0617187321186rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvdwb2NIyCcoGlQlPxMUANqfJW4lQzlC { width:9.375rem;height:0.249609375rem;top:6.17626953125rem;left:1.0617187321186rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVdmE7VTTt62bWqFvLvuHB9Gut7LhfW7 { width:9.437125rem;height:5.625rem;top:7.76132774353rem;left:1.0617187321186rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLdd7qBpfTeHKKctizMsSDakh51U284t { width:11.7491875rem;height:6.9375rem;top:14.585155487061rem;left:8.2511711418631rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqwxbwD75flPaxNeGzDeQtJ9eiUDWfDy { width:6.9375rem;height:7.374625rem;top:14.366014480591rem;left:0.81171873211862rem;display:none; }
 }@media only screen and (max-width: 763px) { #elSuSzEfavTXX4Pf1RHVveMuvwTlAoib { width:9.5625rem;height:5.625rem;top:7.76132774353rem;left:10.436718016863rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcxWT2zga9ddOeIOLE93GE6XlplW3ith { width:7.3125rem;height:7.125rem;top:23.186717033386rem;left:11.874218016863rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHiwrMcMZpRmbe6oF5h5aGMDF7unTWag { width:12rem;height:7.187125rem;top:23.156248092651rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4he4T3uiCUurKMARBM4sWmDLBnDdkva { width:12.9375rem;height:11.1875rem;top:98.98509375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTeR2JOviaTvwGs9rlxoy2PnRMhMDZAo { top:30.873044013977rem;left:2.1867187321186rem;width:15.624625rem;height:9.3116875rem;z-index:15030;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MCDCTuyNGCcttDwUIrqUITrI9hQhTqyc { top:7.4320306777956rem;left:0rem;width:19.6875rem;height:8.5rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iPsvtgu02Bvi3rgZ0TrBa2tg6dmbAJLW { top:7.71249961853rem;left:0rem;width:12.875rem;height:7.625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gSBDxXxI7A1dwDxltPskCMXmfhE8L7LS { top:8.55507850647rem;left:13.624999076128rem;width:6.12421875rem;height:5.93671875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SMZHZzValghloNaypJPUa7f52O9ZS7o6 { top:14.49179649353rem;left:6.4992184937rem;width:13.5rem;height:8.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E3yGK2oWspOHnVBQZKZlU3TROc2IfiEW { top:22.865623474121rem;left:0rem;width:13.6875rem;height:4.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hR7GgG013ymZIkAofBmnMl2yrdCK22vr { top:22.428123474121rem;left:13.622264891863rem;width:5.5rem;height:5.625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TFMzmS44TJVldiUKLbnLNbWNvIz7oF7X { top:15.27304649353rem;left:0.81171873211862rem;width:6.4991875rem;height:6.9375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HTscQOKPsv7BeceBblhU5JQ2M7baeusz { top:26.360544204712rem;left:1.3113280832767rem;width:17.3741875rem;height:10.374625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT { display:none; }#Gf50IXu1htQi6aZKvn6oOZgbJbbTOsuT > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ToTek4ty3mMuaXpouwCgn2249UZ7RloF { width:17.6859375rem;height:16.89748125rem;top:6.875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvFhu0dsJ3XMoKRNGiVc72CS6l8V6DE { width:17.4991875rem;height:2.25rem;top:2.2500011445954rem;left:1.2492187023163rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o1WMDiPwzCLkKT8dz5fVo8ZofOyfJWZb { width:9.375rem;height:0.24921875rem;top:5.0601558685303rem;left:1.1554687023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #eevo2fIlUi8uARgNKt9EgZrznEmDHuX5 { width:19.3125rem;height:3.4375rem;top:24.8125rem;left:0.34375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CZybi2vnT1y0xyQgwgCfmEcvxxMHCvPl { display:block; }
 }@media only screen and (max-width: 763px) { #tJfDe3LPn9gXslhSUkhT4OfTiKtnfUeN { width:18.75rem;height:28.0625rem;top:32.0625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc { display:block; }#FbyPDgVP4h1m7xsm9CKxcUI8Wy6WCeWc > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPFFkD5q0QAhVFIBX0WwrIrmHnkOFwp2 { width:17.6855625rem;height:20.7969rem;top:6.623046875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3cRy8HqgIZ9hqagunKb0HqBJqCGLzen { width:20rem;height:31.9375rem;top:24.9052734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCIXf3n0pRDOn0R2PiB4fZmA74UPgTxx { width:17.4991875rem;height:2.25rem;top:2.2500011445954rem;left:1.2492187023163rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rAz7ucZB89WPNrEU8PJwe6K1Ag7hWxvm { width:9.375rem;height:0.24921875rem;top:5.0601558685303rem;left:1.1554687023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo { display:block; }#M3HpbLVJucPbxwZ7DZDWiE9OJLFh7GEo > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;display:block;vertical-align:top;height:auto; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3  { width:16.6234375rem;height:auto;top:16.875rem;left:0rem; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 {display:block;}#aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 { width:16.6234375rem;height:auto;top:16.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Nhxd66oHxRqaA1E5wnnTGa4CWztDcVWV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #zcyOszHAIIchtXbBXoIGo1b6cMKIUIB8 { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #nmURxRhrKQewshsUxQ95MJG801I4Px2Q {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #HHLDZKRk56S5H1rsFZZOpUMPNVdX9LLL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #J3t0BLVxVDKmT1rODEni753NupcTPOTR { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #smErUoTOqatST6szFudQ9vD4UOJ3c98i {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #B6Q8At4ORJSWnw1peffPCsOFs4ovNGOI {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #aMGi1bo045qk4DqKRGZb5oNq5aK7qMBE { display:block; }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #Ts7wmoAZ0P9ZhJROGlRwzITd80sS6TUz {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #CurLwvFqvV5NHT2KMLDlI3QwVJ0Apd7z {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #dBnZSZ4Tr0pi5uqMWiPLPShCKNIIC1kL {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #rZTSxgIMIkCc1CptqZiOTFVUTJMQVmHV {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #x44yQwalXc7qaE9MlybUfrxVIwoe4cPd {  }
 }@media only screen and (max-width: 763px) { #aSyIvv2TplyyCZdwAo5zCIsOubwgayF3 #F8ai4E6nh8TG3kDuUGOH91CTc4vOZfL3 {  }
 }@media only screen and (max-width: 763px) { #XQuoTb46Qc6dzyDuMVdAqViAAe6hZaGn { width:15rem;height:4.79948125rem;top:3.625rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQBRJobaB9DS2axhFfmlWXldPU2JcGzZ { width:9.375rem;height:0.24921875rem;top:10.124218940735rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuIi1nGeJ2EcJTwi5ipqRki1dtWKpE7z { width:16.4375rem;height:3.8994125rem;top:11.625rem;left:1.3429688215256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZa069HvilP1fhUWu37xFkB9cHWRM5cc { width:20rem;height:21.75rem;top:43.51171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEPb6e5ETRxcXBUfnK4BIUv9U3dTmRds { width:20rem;height:0;top:44.24538125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dbn5KMTrnn6W5waf29WIIdEkrsMbCyk6 { width:20rem;height:0;top:39.245625rem;left:0rem;font-size:1.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #H9EtkUg2a9dohgPHoqU205OXnmRunrCz { width:9.375rem;height:0.25rem;top:42.74538125rem;left:5.3125rem;display:block; }
 }