.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:237,234,243;--color-primary-1:214,202,235;--color-primary-2:165,149,194;--color-primary-3:155,118,183;--color-primary-4:33,30,39;--color-secondary-0:254,246,247;--color-secondary-1:253,227,230;--color-secondary-2:251,198,204;--color-secondary-3:126,99,102;--color-secondary-4:38,30,31;--color-tertiary-0:255,255,255;--color-tertiary-1:199,194,194;--color-tertiary-2:161,154,154;--color-tertiary-3:99,98,98;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat 2";--paragraphs-font-family:"Montserrat 2"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:112.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-form-header { font-size:0.8125rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:25.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:.9; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:block;width:25.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.1; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;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:0;display:block;width:25.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.1; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:block;width:25.5rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-tertiary-4),1);font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#6b00a6;width:25.5rem;height:3.125rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:24.25rem;overflow:hidden;font-style:normal;float:none; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .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; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-container:first-of-type{padding-top:0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-container:last-of-type{padding-bottom:0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX  { background-color:rgba(182,156,223,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:45.842016220093rem;top:0rem;z-index:15002;position:absolute;font-size:0.8125rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5rem;display:block;vertical-align:top; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.9375rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX {display:block;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX { background-color:rgba(182,156,223,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:45.842016220093rem;top:0rem;z-index:15002;position:absolute;font-size:0.8125rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cXAT8uNPnPvorBfXPnO3ngfPuNlOnV83 { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #E8cNZbN4nXXcBaoKBz8DA7M2aeyTof96 { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #vicrQyQb9dfogrN2oR2qHnlPiqObyhft { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #DXHXvzmQz06n6fEZlrbJIk5RcqfgOwp4 { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RKRsUWoHEqowBWq4HRzBD8PAIdNsqziO { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ghvviqESzK1yT4De6DLlPALD3GLCUi96 { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cKdFe75755vW0W1ALUJByfcSMSwEMopv { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fBySXTBQkRHzmduaQDlhKMxxssA9o4Eb { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iq96ogi6dTV5LnCOK2qHl3NHOWFNfacZ { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #TaU3qEpiQaaiLvRTbarMiZubf9wk93v1 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RXg9PASlCVvoRwkDvTOxu1Zpo0d2R6CK { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ucH6liBE7Nny5T0BqBrdsSZGFGklEoRh { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NFJrJVbOntEv3zvokwWDPTAihumx9EVz { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #H7OTEFfJi4csqkCLV1IVvOhDv3i52ZMa { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tCypKpRTs9DVdUFU2DZaGIP49THap2Tp { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ioSAs23HxDmIkdyRvkxVTHDVBXn3MBcE { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #OXOnn0rmqwuchHICgDrfm39A6u8lx4Iq { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ytac2MhNuwxO8AMnCo9UEckKHLxaDPFN { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LUDJkC50I83yvgPI3bwkG7zO8KzUhgVF { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #W4Os5B02XwP8c8PfTH8QzVewZsFM6zTD { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Ck8KFwU1CQhbZteJn6CMHLGVzMSSXiiG { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ToeSu0yvS13cMenzKbXk8bir5CAdeoJA { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oIi9fdCib1EimaObi35HT1BchedfBJsI { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #L5tr0gv8kaBJzXJ9F8ukAy3TEdEHWOe2 { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dUiXUX4xME2C9dLPBeg4rzWeiJrJAzvF { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tDsglTmxf5rRN7gy859Eyu3JR4zFnlzf { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SAEE2WxNlH5R6iuDzbApsAPuBrxFxeAy { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #y5WCTPGfSyHLHfFqXVi3BJWiXRXEsnp4 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Jd9oPkXnasmD6BAgO0Ov7IXwOHlzmCDh { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #JsqRMPMg4zfm2KCytBR7Zhb7C42odHKh { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #txK7MCbVh5XbXhU26Sp3V60TUo97UUaP { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #twKNTCmIDGHslayAXhMCb4iPvTzemNId { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xW7qyqobG3QpT8sfvZ6nGDx5fcmnBJgU { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ov7Gmhw56PKnBxp6bKIy7UVzvETVvTpo { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #exG2V33FX21mHR6bOe6059qXObe7q0yk { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #teZ18ZvpbABS7AZoJlIgbpqBRrgQGlug { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #zMkCnmBDI2fq7inc47LM7D58FQeudTta { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #HS8Ivcf0TxIW4pimrJ2hUWUvaXoIyNqO { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #k1ozNrPmoGiPEZkWSVAFkTlsWI5zz5o8 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tt2FZipmm2CiLQToSNfHcwF2Hk73JZPE { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #nc2pcbucq2XUbZ4UTHWyXGD40RtZppqH { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #e0TDZH9qpq2o6xtmQsqHbDM0JtRnQ5az { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #AGS5TMpLREvW2H0B2c31RT95CXC5TVni { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #iG7SvwrKaTpy75Tyfk4tzApEJRt4paTL { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #q7NtIa5kodJ2BeWMO66V2031CJVB5gQe { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #z28DIyilCPHEMNHFm9aSR9dXWSyNFnxd { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #WD4x09bgQibHV0HHuTINsIvLs6nQL5Tw { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #rqVvlNH8plOh2l4E1VsDNlfOwHHSUgMg { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kETy7ExkZwBHaOmNdUPMlaR6fAQF5x20 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SVaMTtl9hMyk81rZp82O1bO8yyl1VHwp { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ACyytykWJbUbzrGcbpPyGByLUeoLNt7D { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oqMimJwRSZ6TVIZbEIv2meTAnp0a6Alu { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LTqBZATbVOoTQaeJMf8ScCTtpqWyFaqq { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S5iQ1Bb8KDO6BA2eUOCMROe8fIQPkZQL { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #VriWO2U4JOc8LKP8s0Jp3HHX5irN7EG8 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B1lTuxrg4UPWPZOuz05vEuT4mGfZwxfo { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fnUzc1uzvp25IEeIawASqknUB7Pfbw4U { position:relative; }
#yOD3fcv2JanJytAGOU564VvrmJqwMxE2 { position:relative;display:block; }
#azz7Px0Sn7N8Ir7vye4T7JAbvOsHXI2y { position:relative;display:block; }
#vAL96vtmNyFCXGE6eTTxdKw4OASpUCya { position:relative;display:block; }
#PxaH2V4tX8vsHQTepzUIeL3yyMfeh3lQ { position:relative;display:block; }
#VBHZI3fmG63BRMGzAhbyy7vkEWFAfSOK { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kHt2QykE4s7TtAJrTPfQfPSZiqMNpAmm { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S3dsyRnONkgTFeNnpAHgyMCcslhWoxVU { position:relative; }
#RTVwz6ayyohCWOoMCHkRoGGkTI2HZmWz { 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:9.875rem;width:11.8125rem;top:79.06250190735rem;left:9.96875rem;overflow:hidden;display:block; }
#kpmVamN7OCqfS3LSciK0bxfXI7ClZbVM { color:rgba(var(--color-primary-2),1);display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:90.42578125rem;left:4.15625rem;height:4.38585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFCcdxnSTMRCRdTE1CfVyNe2QqWFXo0E { 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:111.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mGbWNnbkWWTIskxlXP73wWaLnP9Qe2kA { color:rgba(var(--color-primary-2),1);display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:90.8125rem;left:44.0625rem;height:1.38125rem;font-style:normal;display:block; }
#mE4L1keeoobAAw3Wy5TLNVkUcZ4IGGBw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:2.6875rem;top:88.9375rem;left:40.5625rem;overflow:hidden;display:block; }
#rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:90.61328125rem;left:41rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { color:#6b00a6;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:95.619140625rem;left:3.53125rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrAeqCsCCEe0OQHzXTSziAT5Z5B4EDLt { color:#6b00a6;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:94.75rem;left:40.5625rem;height:2.19375rem;font-style:normal;display:block; }
#oVPkxL0M9bTp6DRebMqPDSD4lse2D63K { 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:1.8125rem;width:2.6875rem;top:99.024307250975rem;left:40.5625rem;overflow:hidden;display:block; }
#T4JrJ14BcnoL3w14TQs8PpmahC0LkCJw { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:99.402778625487rem;left:43.25rem;height:1.21875rem;font-style:normal;display:block; }
#DlSOHdkkQqVxHZN4krI8lXDINWLh2JFy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.6875rem;top:101.51041793823rem;left:40.5625rem;overflow:hidden;display:block; }
#lyzAAdEwWGVPLNWsRbpbRNfeTQP54pMJ { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:101.80729293823rem;left:43.25rem;height:1.21875rem;font-style:normal;display:block; }
#l21SoCNIkxpMz7RlB9DOgnOV6ArmQHxX { 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:1.8125rem;width:2.6875rem;top:104.0625rem;left:40.5625rem;overflow:hidden;display:block; }
#gKwZErZTFTwQSbbgU9QrnAsbX5U1ABoJ { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:104.375rem;left:43.25rem;height:2.43706875rem;font-style:normal;display:block; }
#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 { 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; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { background-color: transparent; background-image: none; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container > .video-iframe-container { display: none; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row > .video-iframe-container { display: none; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .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); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { border-width: 0; border-radius: 0; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#VgWgFQr6zHRXNqw6Q8JZKQNDHtGUrUKg { 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:1.9375rem;width:2.0625rem;top:0.76388931274412rem;left:36.46875rem;overflow:hidden;display:block; }
#xNav5XQoJezrbctoAreHaKem7NK6EenL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7013893127441rem;left:21.4375rem;height:1.21875rem;font-style:normal;display:block; }
#IXVTcc37LJXkgvhPp5fBqwr94k2PCnCs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29rem;height:1.21875rem;font-style:normal;display:block; }
#TDIFhmAl7V8KT9S3K37Bpy0GrQwcalJo { 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:2.6875rem;width:3rem;top:5.5625rem;left:43rem;overflow:hidden;display:block; }
#r5QDVwRmrbRAJCWqTOigeIhOzFMRlnob { color:rgba(var(--color-primary-2),1);display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:43.75rem;height:1.21875rem;font-style:normal;display:block; }
#maTPcbeyK6R9KS1GrLNoQWJoxCCfEbKn { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.0126953125rem;left:15rem;height:2.4370625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PURuPQW0c32N9MhegiulkpJlqkkEGCXr { position:relative;display:block; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr { background-color: transparent; background-image: none; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container > .video-iframe-container { display: none; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row > .video-iframe-container { display: none; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .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); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr { border-width: 0; border-radius: 0; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .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; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .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:64.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; }#wTUsWrqTlhShqCFzQqpRD1veVzV7IHO2 { color:#6b00a6;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:2.2890625rem;left:6.96875rem;height:4.88715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:56.0625rem;top:42.625rem;left:0rem;overflow:hidden;display:block; }
#s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:57.875rem;left:30.75rem;height:1.21875rem;font-style:normal;display:block; }
#mCAULABUIqZDsbt3If6x1DPkDBbupWgO { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.375rem;width:67.3125rem;top:7.84375rem;left:3.84375rem;overflow:hidden;display:block; }
#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { 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; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { background-color: transparent; background-image: none; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container > .video-iframe-container { display: none; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row > .video-iframe-container { display: none; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .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); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { border-width: 0; border-radius: 0; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7265625rem;left:7.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.77734375rem;left:21.25rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/280e1763-fcf9-48a2-bd7e-4f2f2bed5424/Designsemnome9.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ.adaptive-delivery-prevent-bg, #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ.lazyload, #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ.lazyloading { background-image: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { background-color: transparent; background-image: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container > .video-iframe-container { display: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row > .video-iframe-container { display: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .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); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { border-width: 0; border-radius: 0; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { font-size:0.875rem;font-family:arial;height:84.625rem;width:75rem;position:relative;display:block; }#naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:2.875rem;left:5.9375rem;overflow:hidden;display:block; }
#QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { 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:19.25rem;width:19.3125rem;top:2.8750014305115rem;left:28.875001907349rem;overflow:hidden;display:block; }
#PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { box-sizing:content-box;height:9.5625rem;width:67.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:71.5625rem;left:4.5625rem;display:block; }
#Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { color:#6b00a6;display:block;width:64.933125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:73.375rem;left:5.9375rem;height:5.99826875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { color:#6b00a6;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:52.937505722046rem;left:8.9375rem;height:9.6245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { 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:14.75rem;width:9.5625rem;top:4.3671884536743rem;left:10.8125rem;overflow:hidden;display:block; }
#cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.246125rem;width:19.3125rem;top:47.5rem;left:5.9375rem;overflow:hidden;display:block; }
#AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { color:#6b00a6;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:16.999998092651rem;left:11.3125rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k74ut3aqg0DOFMKShcTyQgAeTrmqSoLU { 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:12.3125rem;width:14.4375rem;top:5.1137166023254rem;left:31.312501907349rem;overflow:hidden;display:block; }
#NDHTwhf6rPNIiwKabqLlb1XTSoTxnXd0 { color:#6b00a6;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:17.370661258697rem;left:33.593751907349rem;height:2.0616375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJIlDglG1WVOi5OtZndTMFaWb3qmqsXp { 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:19.25rem;width:19.3125rem;top:2.8750002384186rem;left:51.737848281861rem;overflow:hidden;display:block; }
#Fcs25gKCEUsTv2zQlRfrQUGRdNhnrDyz { 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.0625rem;width:5.0625rem;top:5.9921877384186rem;left:56.456598281861rem;overflow:hidden;display:block; }
#c4m6AUliO5Zw4WOiooTwoBhdvuWr2OfA { color:#6b00a6;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:17.249131917954rem;left:56.456598281861rem;height:2.0616375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8lw3FcWSTOUkeaxfiR8XUtVJpfc0AwT { 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:7.5625rem;width:7.5625rem;top:8.7187497615813rem;left:60.862848281861rem;overflow:hidden;display:block; }
#wnxNKMWWwJupS7NIANiyOwVpFqIkZKnL { 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:19.25rem;width:19.3125rem;top:25.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#hAf5Wn9L9SugXimyS2BJqtFETyqALHIA { 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:17.375rem;width:9.875rem;top:24.5rem;left:10.625rem;overflow:hidden;display:block; }
#W0bGR7v8zEltpf520p8Lzn1WQTIsTGmX { color:#6b00a6;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:39.625rem;left:10.625rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RswLxQKqHLzMh49NFdma9naVKxQUqM3k { 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:19.25rem;width:19.3125rem;top:25.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#GDNLJ2TBpQgGvs1AWIFUhcbtMWxFlvxz { 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.0625rem;width:14.125rem;top:29.1875rem;left:32.875rem;overflow:hidden;display:block; }
#Sr4EunDce8NlQBuJNCI43Hi5zZ7LTuxH { color:#6b00a6;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:39.625rem;left:34.3125rem;height:3.09245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTwRQvUISGV0WLz0dGALJ7OtaiZRLHnw { 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:19.25rem;width:19.3125rem;top:25.6875rem;left:53.25rem;overflow:hidden;display:block; }
#I3OFxx43D1DLZMVft9VRys2H87XSMbbk { 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:16.5rem;width:16.5rem;top:25.6875rem;left:54.625rem;overflow:hidden;display:block; }
#sbZqXfFmEIRlCdXeViow4nTiZe8wwEy9 { color:#6b00a6;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:39.125rem;left:57.625rem;height:2.0616375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { background-color: transparent; background-image: none; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container > .video-iframe-container { display: none; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row > .video-iframe-container { display: none; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .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); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { border-width: 0; border-radius: 0; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#DZ5gFOa9bVCD5dCBBh3KEPBe05KK1WTE { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:1.5rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { z-index:15003;top:1.375rem;left:50.40625rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-2),0) ;box-sizing:border-box;color:#6b00a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L2oNipnFlFc7GZTLVcIXOnoWQImS3LCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { position:relative;display:block; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { background-color: transparent; background-image: none; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container > .video-iframe-container { display: none; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row > .video-iframe-container { display: none; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .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); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { border-width: 0; border-radius: 0; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .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; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .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:179.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:block; }#nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { color:#6b00a6;display:block;width:68.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.40625rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ6O8VmEK1DCBsvM6kH72JXdqghCoFpA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:37.625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { color:rgba(var(--color-primary-2),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.375rem;left:43.562501907349rem;height:5.19748125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tlNla8srZAafJvCknftPsht3XyyhzMRS { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.818572044373rem;left:43.656251907349rem;height:11.0416625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fhkqnmvoacH5wJwFKAs5c6ybKf4J8Hfx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:37.375rem;top:39.568359375rem;left:37.4375rem;overflow:hidden;display:block; }
#lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { color:rgba(var(--color-tertiary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:45.187496185302rem;left:3.40625rem;height:22.083325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { color:rgba(var(--color-primary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:1rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { 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:23.625rem;width:37.875rem;top:70.865456581119rem;left:0rem;overflow:hidden;display:block; }
#AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { color:rgba(var(--color-primary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:72.5625rem;left:41.125rem;height:2.59874375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { color:rgba(var(--color-tertiary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:76.4375rem;left:41.5625rem;height:19.3229125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { 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:25.0625rem;width:37.6875rem;top:97.385431289675rem;left:37.312501907349rem;overflow:hidden;display:block; }
#zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { color:rgba(var(--color-primary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:98.3125rem;left:3.4375rem;height:2.59874375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ub92ZppC7CVantrTbwmTnN1tJ5em85dP { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:102.25rem;left:3.4375rem;height:17.9427rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { color:rgba(var(--color-primary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:123.921875rem;left:42.625rem;height:5.19748125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { color:rgba(var(--color-tertiary-3),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:129.68859291077rem;left:41.562501907349rem;height:19.32293125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { 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:26.9375rem;width:36.75rem;top:124.796875rem;left:0rem;overflow:hidden;display:block; }
#g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:160.5rem;left:0.1875rem;height:15.18229375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { color:rgba(var(--color-primary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:154.3125rem;left:0rem;height:5.1974875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:35.3125rem;top:154.3125rem;left:39.6875rem;overflow:hidden;display:block; }
#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { position:relative;display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { background-color: transparent; background-image: none; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container > .video-iframe-container { display: none; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row > .video-iframe-container { display: none; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .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); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { border-width: 0; border-radius: 0; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .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; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .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:92.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; }#fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { color:#6b00a6;display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:18.5625rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiHW70oKrCfJqitgwQ2WG04aJhRe6mzL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:9.943359375rem;left:5.03125rem;overflow:hidden;display:block; }
#xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { color:#6b00a6;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.717189788818rem;height:6.171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.943359375rem;left:49.0234375rem;height:6.171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { color:#6b00a6;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.638017654419rem;left:13.717014312744rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.999997138977rem;left:13.498264312744rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.636281013489rem;left:49.023439407349rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:40.06857585907rem;left:12.90625rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHzng2lwQalU24Z0CQT91izt2vg7FPyi { color:#6b00a6;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:44.237846374512rem;left:12.90625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5u4WNMBq65UfeTWVX6SwKNRPHg1v96V { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:10.25rem;top:36.280382156372rem;left:2.0243053436279rem;overflow:hidden;display:block; }
#VVTsH0yuhpDJ8yX9L8GHkv6Pd8cmEn3P { color:#6b00a6;display:block;width:22.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:70.184882164rem;left:13.497396469116rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3QOQg17gRXBEGJzIB9ymGMlrm8zKkSl { color:#6b00a6;display:block;width:20.184875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:75.624985694887rem;left:13.717014312744rem;height:5.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GwBn0sQvpeTwltrKbLiXeZcQTnbGMtMO { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:56.479187965393rem;left:13.873264312744rem;height:6.171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bUBLoXzUcob7UgrAdLS3eFSac0GlLnO8 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.4609375rem;left:49.0234375rem;height:5.19965625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { box-sizing:content-box;height:91.9375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:-0.125rem;display:block; }
#CxEdM00o0kmtT1zszIivmwzbkLQd73XZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:10.8125rem;top:6.1857640743256rem;left:38.266492843628rem;overflow:hidden;display:block; }
#r5TqeZmOBgRaSK9kpN2zT6rPLCDPqvJn { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:10.9375rem;top:22.13888835907rem;left:2.0243053436279rem;overflow:hidden;display:block; }
#BZTUJPZnlxitmbl1T2rHle1LT3TrTO01 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.5625rem;top:23.5234375rem;left:37.5234375rem;overflow:hidden;display:block; }
#zu0Q8FPsp9AlW6mHtI5eDGIlTwrUUl4b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:38.405382156372rem;left:39.898439407349rem;overflow:hidden;display:block; }
#padJv9HbgZ3HMkoGpvC2XZsK1cvOQkcc { 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:11.9375rem;width:11.4375rem;top:66.529512405394rem;left:1.5243053436279rem;overflow:hidden;display:block; }
#elNFZ56XOadcVbs9ybwBSDRqKqnCxG9B { 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:7.875rem;width:7.875rem;top:55.628493309021rem;left:5.03125rem;overflow:hidden;display:block; }
#omVcqCxcg7zPKaoGHy1WCZ0RBPdQtHa8 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:40.06857585907rem;left:49.023439407349rem;height:6.171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qKFa49HvNpvcIsgk0I6ruHpXiPw2eJhl { 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:12.3125rem;width:11.5rem;top:51.994792500488rem;left:37.484402916669rem;overflow:hidden;display:block; }
#faLsc7SWFqago1IZe9z70EPEH66HM4sx { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:56.479169845581rem;left:49.023439407349rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2v9XtSCcMXhtEIe4726PTZ9kZGu0yEb { color:#6b00a6;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:61.940975189209rem;left:49.023439407349rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STceTwfMcpXIz0hNTKbtZlmPXkg4rIS8 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:30.999133110046rem;left:49.023439407349rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSR3VMkU0g3F83wJ55VZ6UCoSVPxLWiR { color:#6b00a6;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:46.861978530884rem;left:49.078996658325rem;height:2.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9f31e2ca-1706-4f8a-bac8-64ee5e3af565/starsbg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU.adaptive-delivery-prevent-bg, #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU.lazyload, #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU.lazyloading { background-image: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { background-color: transparent; background-image: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container > .video-iframe-container { display: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row > .video-iframe-container { display: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .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); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { border-width: 0; border-radius: 0; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { font-size:0.875rem;font-family:arial;height:277.375rem;width:75rem;position:relative;display:block; }#S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { box-sizing:content-box;height:6.625rem;width:67.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.0625rem;left:3.8125rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:2.837890625rem;left:4.75rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:33.9375rem;left:31.5rem;overflow:hidden;display:block; }
#XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:40.125rem;left:33rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:35.6875rem;left:32.125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { 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:19.375rem;width:20.4375rem;top:11.6796875rem;left:28.875rem;overflow:hidden;display:block; }
#csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:33.9375rem;left:54.875rem;overflow:hidden;display:block; }
#BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:36.4375rem;left:55.5rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xepRJhTDVTM714mgFttXCgUK1SCsDiZi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:39.5625rem;left:56.375rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { 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:18.375rem;width:19.625rem;top:12.1796875rem;left:52.6875rem;overflow:hidden;display:block; }
#v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:23.25rem;top:9.7421875rem;left:3.8125rem;overflow:hidden;display:block; }
#AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:76.734375rem;left:10.3359375rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mq1rw4XF5aNtrGi2oSXluqQQkXX350AD { 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:8.6875rem;width:15.25rem;top:33.9375rem;left:8.0625rem;overflow:hidden;display:block; }
#sXKRqxVfZi25OTvkzwP0xsnfgzM0xBt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4331875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:35.192708969116rem;left:9.2196178436281rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZwrfgi78epnoAMCX2ZTo4oX4hMTdHIk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:39.081598281861rem;left:10.78125rem;height:2.335075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZhJLeoqmN1w5aiJGoKUSK0LV6o5bzra { color:rgba(var(--color-tertiary-0),1);display:block;width:12.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:128.25rem;left:53.875001907349rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#suQJLJf9ZIATqZSLu0bPuniTXN28UZJw { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:24.9375rem;top:45.4375rem;left:2.96875rem;overflow:hidden;display:block; }
#oalN8kCPeHbf4CSQIxlDeXI9K1g7KbmL { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:71.75rem;left:7.8125rem;overflow:hidden;display:block; }
#VJuikF1hKnwWCvdSSva8HIzzFiBvmLmg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:72.873264312744rem;left:9.21875rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Enuxxz1yGBupeg1mFFSzhTgfxFTyXBAe { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:25rem;top:45.4375rem;left:27.75rem;overflow:hidden;display:block; }
#XdKfIAzZscDZcWanPJft7NR6XJdxkqIB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:71.75rem;left:31.5rem;overflow:hidden;display:block; }
#PK68d26gvqgM1fDxIWNGD6pvDwLBmvu0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:72.873264312744rem;left:32.218751907349rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Snsk27BbWAxIT4lCiX8T65JPWpQ874WV { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:76.733505249025rem;left:34.656251907349rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AvDkeAwlWezRbBqmEWAEMo4DLIEDX0gm { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:26.4375rem;top:44.125007629394rem;left:51.000001907349rem;overflow:hidden;display:block; }
#dFkmdDKCGNlaOtq510BU6U9EWCGg4mZA { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:71.0234375rem;left:56rem;overflow:hidden;display:block; }
#uw2LsTOa9sFkSMZXO9eb6EqLz6derDgF { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:71.75rem;left:58.743059158325rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PT1OeHvTT9JkyLAIJKPb7ODVfQQQCeU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:75.916667938231rem;left:58.430559158325rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLZwMJ2X0uxA50eMDuaowZnARuhTWveW { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:24.1875rem;top:83.750004768369rem;left:2.9305553436279rem;overflow:hidden;display:block; }
#o9XmBC6QQKyVDaylQDQVvix64gzpCAtF { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:108.75rem;left:7.8125rem;overflow:hidden;display:block; }
#ki5LrhporGhCbxkfDWoqigIRTNuVhJk9 { 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:400;z-index:15052;line-height:1.1;letter-spacing:0;top:109.90278053284rem;left:9.8984375rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ev2rCGMHq8uvqtGa0lmrFE4CNcqeaQpT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:114.00694656372rem;left:10.3984375rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDsZ8QDEyZ7IXMAGAZTblGK03Zoc5vWT { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:24.1875rem;top:83.718752622606rem;left:28.875001907349rem;overflow:hidden;display:block; }
#NhVNKfRVmzGcWHDIkQKcwq90dyCyAKGZ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:108.75rem;left:33.375rem;overflow:hidden;display:block; }
#MtKSLvuvv0gPKo07CDirK1vqd27cxef8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:111.15278053284rem;left:34.906251907349rem;height:2.610675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqdedCwCkcCWF5gvfRImOGGQw7wQ4eDE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:114.1875rem;left:34.5rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGZLFR2QZFdZcgU3IeM57qtFtPMHa67F { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5rem;width:23.1875rem;top:84.30555820465rem;left:51.812501907349rem;overflow:hidden;display:block; }
#iuPirMRi2kFvmKEh4TeotOwGTGQtclk9 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:108.75rem;left:56.375rem;overflow:hidden;display:block; }
#Kkclo6ec09AyBLEy606wiehXAMmKPdlf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:110.4375rem;left:58.1875rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ll9R6XpTbJpQJL3ouabpTCOrfSO6Z1xe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:114.875rem;left:57.4375rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMiI9FTuMXpheEPiVLJEpEGXClTuOBm3 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:23.5625rem;top:122.24305725097rem;left:2.09375rem;overflow:hidden;display:block; }
#Ex5mCr0B9yooJKX97Zfozm6oCFEV1eiR { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:148rem;left:5.8125rem;overflow:hidden;display:block; }
#XUe95B2weQ2RytMoK8Dwbd2HypyTfwWm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:149.3125rem;left:7.375rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaoL8w1JuTQpiWFee0D1Pm7P13ZeepcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:153.41666603088rem;left:8.2196178436281rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzacRgIpsIit8M8hMB8oV8WTFRZDbfEZ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:25.75rem;top:122.05555725097rem;left:26.250001907349rem;overflow:hidden;display:block; }
#zQWgrsgyoFhTimme8FlS5J5cMHKUHOyR { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:148.88021087646rem;left:31.500001907349rem;overflow:hidden;display:block; }
#q0QNTsHvs04B8wFckC4PxRW78rX5tr1x { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:150.01041412354rem;left:33.281251907349rem;height:3.9160125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIDqzhwts5mCOkP3dAciBMUbU9C2NKgD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:154.17708587646rem;left:34.406251907349rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fho8V5BfFCn4KBMFzZ8AQyMDgMGRbwOA { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:24.9375rem;top:121.02430725097rem;left:50.062501907349rem;overflow:hidden;display:block; }
#TkOGm76G5KpwuA1tA0oDCOsrfc7GuPXQ { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:148.875rem;left:56rem;overflow:hidden;display:block; }
#VyUQkT6R4wksFEAG5mO5uxUm0uU5QV75 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:150.48784828186rem;left:57.305559158325rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VD10ASCle0UdnQt3q9sy3QKJbw9FylTT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:154.26909828186rem;left:57.406251907349rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aulnSnrXIz40922KUSCqcfmMDsszKzFm { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:24.0625rem;top:160.50000858307rem;left:0.8125rem;overflow:hidden;display:block; }
#olF6UsMr2eKEEN5N6R4hoXyVcp9oq7pB { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:185.9375rem;left:5.8125rem;overflow:hidden;display:block; }
#tEH8BfDLzsP22nNWocddniBJZXXTd3g8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:187.3125rem;left:7.6875rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a30cvaxwweAIrMprXdIl135zLNTJZxv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:191.31250762939rem;left:8.3125rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2gOa3STaUIwt5Xy0pasdhqU4liF7PZt { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:23.25rem;top:159.87500476837rem;left:27.500001907349rem;overflow:hidden;display:block; }
#Szf6a6GseIsnmfsMM3CV6mJVlEBxgSVL { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:185.9375038147rem;left:32.125001907349rem;overflow:hidden;display:block; }
#vfZgZTPnp6mdSrMaTwrdFmGLdtEz3UJM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:188.0000038147rem;left:33.743055343628rem;height:2.335075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsbiaAvNN83UV3GZ19CsC34IpbwbArbf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:191.0234413147rem;left:33.680555343628rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRP0ED6b9qi8TIFT3kwFCAbCPM6aIWua { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:24.75rem;top:159.87500667572rem;left:50.250001907349rem;overflow:hidden;display:block; }
#OnLDsKLi9Af2P1HnAkhTpbuEy2ZAt3dS { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:185.93663597107rem;left:55.978296279907rem;overflow:hidden;display:block; }
#WwDwvzZrZqddRiW6uWJ0orbfL696sS3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:187.99913597107rem;left:57.118059158325rem;height:2.33506875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EsuqHAXgOf2MZU0GNodxsfLsVAyDEmTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.1;letter-spacing:0;top:191.74913406372rem;left:57.055559158325rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2I4rCHGNek2EtHE42s80BO1WqTrtabd { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:24.375rem;top:197.625rem;left:1.6875rem;overflow:hidden;display:block; }
#pITvGqCSDz52r4uqzsAXuGPi80U4fEC2 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:223.625rem;left:6.5rem;overflow:hidden;display:block; }
#ry4SEVl4O4vPrvA125ruttGugxtB1tca { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:225.375rem;left:8.3125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmbVlyTJ4QaJ3aplQ8zPilrNiy56P0N1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:229.5rem;left:7.8125rem;height:1.1002625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2EyxJti4Vw9U1X9fbdl8bnyPhlsZ8WT { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:24.375rem;top:199.15624713898rem;left:26.937501907349rem;overflow:hidden;display:block; }
#DsQu1QcePAta2ydgqq29a8TR3h0XWMk0 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:222.875rem;left:33.375rem;overflow:hidden;display:block; }
#NMtxPrufFIi94JK4TN1JTkCAF4hJCqAJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:224.8125rem;left:35.4375rem;height:3.50260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pyWyAfLxiTd7xi6fCfTdx7cOfDcztRR5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.1;letter-spacing:0;top:229.0625rem;left:34.6875rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhHp25xOmRBy2zPewu6FsUJZp6gDhBMo { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:23.625rem;top:196.11805200577rem;left:51.375001907349rem;overflow:hidden;display:block; }
#PTyFumy5hbRg0TihqKGJmf9eFO6vcXAS { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:222.88628005981rem;left:56.375001907349rem;overflow:hidden;display:block; }
#x3OahM3gS6rdJL0tRd6z51bchUumfFxV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:224.81163978577rem;left:58.493059158325rem;height:2.33506875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iltcfZ99yZKTFDhXsDLAyaSWtQ26Slt0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:229.08594703674rem;left:57.743059158325rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSm31JyHuEcxyTAkl8WpmcMH3xEklr6P { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.125rem;top:235.64841079712rem;left:1.3125rem;overflow:hidden;display:block; }
#EeKDETbUeV7gBeFHRmOeDyL48CWQ4iaL { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:15.25rem;top:261.87502861023rem;left:6.2430553436279rem;overflow:hidden;display:block; }
#HuS07yfUd82P2n0XbbeqJUSB6fiRfmaO { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:263.99999809265rem;left:8.96875rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOsDDKFeO7neQnkhtHXrEBDbe7MelWTK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:267.375rem;left:7.15625rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5H5NTaQQLu1pHEpcyKPD38dV17RKwBd { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:24.875rem;top:235.89736652374rem;left:27.881944656372rem;overflow:hidden;display:block; }
#h5DVlA1fNUBhJ2nVKHM6uFA5KZGP8NFa { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6870625rem;width:15.2495625rem;top:261.20986938476rem;left:32.999135971069rem;overflow:hidden;display:block; }
#eK7w9hTpQolsFl4k9u0aluRMxPSRIO2V { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:263.9995803833rem;left:35.380861282349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RaCOqXyKhw00NWC9llHAVPSr7uEWoh9K { color:rgba(var(--color-tertiary-0),1);display:block;width:12.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:266.47245407104rem;left:34.254560470581rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { position:relative;display:block; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { background-color: transparent; background-image: none; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container > .video-iframe-container { display: none; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row > .video-iframe-container { display: none; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .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); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { border-width: 0; border-radius: 0; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:91rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.75rem;left:21.7265625rem;height:1.5125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { 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:13.625rem;width:13.625rem;top:9.999131679535rem;left:9.6805553436281rem;overflow:hidden;display:block; }
#gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { 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:12.2456875rem;width:12.2456875rem;top:22.342854499817rem;left:10.369792938233rem;overflow:hidden;display:block; }
#eJps75ti06OpJyApAWAM134b97QBUwlr { 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:11.1206875rem;width:11.1206875rem;top:22.341972351074rem;left:26.564237594604rem;overflow:hidden;display:block; }
#gViUGvbQOSmIKDTpS0efzTsMrecAJBke { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;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:16.625rem;top:8.499131679535rem;left:25.067708969116rem;overflow:hidden;display:block; }
#MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { 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:11.0625rem;width:11.0625rem;top:11.280381679535rem;left:44.125001907349rem;overflow:hidden;display:block; }
#OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;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;top:12.280381679535rem;left:58.028650283814rem;overflow:hidden;display:block; }
#ZIUEwLQGV1dZhE5iglG2gd3JXCr9IOoW { 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:12.4375rem;width:13.0625rem;top:22.245659828186rem;left:43.125001907349rem;overflow:hidden;display:block; }
#OSabr59p6TUIJSeBNyodudvB8XMo5KLE { 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:14.5625rem;width:13.5rem;top:32.274306297303rem;left:9.1710071563719rem;overflow:hidden;display:block; }
#pCBUJLgR8EhZdWbVsotXHgT7Fs93KhPZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:17.5625rem;top:30.774306297302rem;left:24.598958969116rem;overflow:hidden;display:block; }
#SxPf9aslQS9WchiFLNIl1auRXncaRCi3 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:30.774306297302rem;left:41.692708969116rem;overflow:hidden;display:block; }
#aC5Dg3fQp45Gu7VFvrUxcciyg4u1D68w { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:17.5625rem;top:19.683159828186rem;left:56.255212783814rem;overflow:hidden;display:block; }
#yPtmTamryT0hBqigdpFdLWOhCZImuqeQ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:17.5625rem;top:30.773438453674rem;left:56.255212783814rem;overflow:hidden;display:block; }
#tRFPJ6HFS0BOQv0DAvc6Ax9p5t76WRGV { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:40.461805343628rem;left:3.8671875rem;overflow:hidden;display:block; }
#tb4oBIOhg8TOrbxelexToTgtRJMBgrxf { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:17.5625rem;top:44.305555343628rem;left:25.067708969116rem;overflow:hidden;display:block; }
#tU05g7fa5OfrbgpG6SavOOULFlSMFzPl { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:17.5625rem;top:42.118055343628rem;left:40.875001907349rem;overflow:hidden;display:block; }
#t3TAtlZ58z6rTH9GO9ebbDrkbsEyThdc { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21.4375rem;top:51.305555343628rem;left:38.411458969116rem;overflow:hidden;display:block; }
#AzK12ECgahzTK68SZfLNHNEn1bHUkKx8 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:17.5625rem;top:42.118055820465rem;left:57.437501907349rem;overflow:hidden;display:block; }
#O8azVb28rIwS993skrtZbL5hXfy6E7gh { 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:13.25rem;width:13.25rem;top:55.399305343628rem;left:26.564237594604rem;overflow:hidden;display:block; }
#rzKpoSQi3lptxM5cxvdm3HM084u0oxi6 { 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:19.6875rem;width:19.6875rem;top:53.111110687256rem;left:7.4427089691163rem;overflow:hidden;display:block; }
#FUMkJC4AKf3e01aIxT8RTxTlCXGQvJIm { 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:21.4375rem;width:21.4375rem;top:50.493057727814rem;left:53.562501907349rem;overflow:hidden;display:block; }
#AsGQmZRN1Azd9QQTcbbqWSV8yRPfLRzT { 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:10.5rem;width:19.6875rem;top:68.649093627931rem;left:7.4424915313719rem;overflow:hidden;display:block; }
#L6EDAfTQZSSzDxDTOFPqm2VZHqvZnAPt { 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:17.9373125rem;width:17.9373125rem;top:64.9294757843rem;left:24.410810470581rem;overflow:hidden;display:block; }
#WMZLAyFPa54cVZXMs3H8slV1G2eE1h9q { 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:21.936875rem;width:21.936875rem;top:60.998268127441rem;left:38.687067031861rem;overflow:hidden;display:block; }
#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { position:relative;display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { background-color: transparent; background-image: none; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container > .video-iframe-container { display: none; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row > .video-iframe-container { display: none; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .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); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { border-width: 0; border-radius: 0; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8338dff7-5aff-4011-9d43-e7aba6837853/Designsemnome11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container.adaptive-delivery-prevent-bg, #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container.lazyload, #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container.lazyloading { background-image: none; }#ztJwOTxAtKT2Hb6T7PXmvIIkuMOr5cqD { box-sizing:content-box;height:25.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.81);background-image:none;top:0rem;left:0rem;display:block; }
#SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:11.29296875rem;left:4.75rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEweEAX53VGJDogARrzKe9y8KAZv4exG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.9375rem;top:2.1875rem;left:5.28125rem;overflow:hidden;display:block; }
#L5TedhRGJd30WSfettFL4KQgATQ6Pgco { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.9375rem;top:16.75rem;left:65.84375rem;overflow:hidden;display:block; }
#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { position:relative;display:block; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { background-color: transparent; background-image: none; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container > .video-iframe-container { display: none; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row > .video-iframe-container { display: none; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .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); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { border-width: 0; border-radius: 0; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .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; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .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:block; }#hr0hssnWbW9c5Zc8KfIVXoeJ4RLIpKnX { color:rgba(var(--color-primary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.01171875rem;left:21.125rem;height:4.4987rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ukypa3N42Lb0BwyMI9sMkk3MfkOrDkLJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.6875rem;top:10.4375rem;left:4.09375rem;overflow:hidden;display:block; }
#e8ZZWJqBri91LtZDUrOIH1gvly8plQQM { 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:7.625rem;width:31.375rem;top:7.51171875rem;left:0rem;overflow:hidden;display:block; }
#D3F9scUPUhfpyTcl2pwVfkl1gdZHlDTw { z-index:15003;top:10.4375rem;left:26.0625rem;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-2),0) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rn1rXZr3MHXg9myJKhfyB6ekIZsabpHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ki42qFSNGebZByBCrChrEsihcppsdDxG { position:relative;display:block; }#ki42qFSNGebZByBCrChrEsihcppsdDxG { background-color: transparent; background-image: none; }#ki42qFSNGebZByBCrChrEsihcppsdDxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container > .video-iframe-container { display: none; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row > .video-iframe-container { display: none; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .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); }#ki42qFSNGebZByBCrChrEsihcppsdDxG { border-width: 0; border-radius: 0; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .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; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .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.5625rem;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; }#xowIv8JIdFxgpBrTShJv97003ObIJUJv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56171875rem;width:12.1241875rem;top:6.4992179870606rem;left:9.4933586120606rem;overflow:hidden;display:block; }
#Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.450778961182rem;left:8.056640625rem;height:1.6493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2peQ9EOTOx5VkOWOObTCM6vBkoTvTn9 { color:#662d8e;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:2.1;letter-spacing:0;top:5.2019500732422rem;left:36.9375rem;height:9.969625rem;font-style:normal;text-align:justify;text-align-last:initial;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) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-regular-label { display:block;width:25.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-textarea { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-button { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-checkbox-label { width:24.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX  { width:25.5rem;height:auto;top:0rem;left:19.75rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .radio-container { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX {display:block;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX { width:25.5rem;height:auto;top:0rem;left:19.75rem; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cXAT8uNPnPvorBfXPnO3ngfPuNlOnV83 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #E8cNZbN4nXXcBaoKBz8DA7M2aeyTof96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #vicrQyQb9dfogrN2oR2qHnlPiqObyhft {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #DXHXvzmQz06n6fEZlrbJIk5RcqfgOwp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RKRsUWoHEqowBWq4HRzBD8PAIdNsqziO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ghvviqESzK1yT4De6DLlPALD3GLCUi96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cKdFe75755vW0W1ALUJByfcSMSwEMopv {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fBySXTBQkRHzmduaQDlhKMxxssA9o4Eb {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iq96ogi6dTV5LnCOK2qHl3NHOWFNfacZ { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #TaU3qEpiQaaiLvRTbarMiZubf9wk93v1 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RXg9PASlCVvoRwkDvTOxu1Zpo0d2R6CK {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ucH6liBE7Nny5T0BqBrdsSZGFGklEoRh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NFJrJVbOntEv3zvokwWDPTAihumx9EVz {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #H7OTEFfJi4csqkCLV1IVvOhDv3i52ZMa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tCypKpRTs9DVdUFU2DZaGIP49THap2Tp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ioSAs23HxDmIkdyRvkxVTHDVBXn3MBcE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #OXOnn0rmqwuchHICgDrfm39A6u8lx4Iq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ytac2MhNuwxO8AMnCo9UEckKHLxaDPFN {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LUDJkC50I83yvgPI3bwkG7zO8KzUhgVF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #W4Os5B02XwP8c8PfTH8QzVewZsFM6zTD {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Ck8KFwU1CQhbZteJn6CMHLGVzMSSXiiG {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ToeSu0yvS13cMenzKbXk8bir5CAdeoJA {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oIi9fdCib1EimaObi35HT1BchedfBJsI {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #L5tr0gv8kaBJzXJ9F8ukAy3TEdEHWOe2 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dUiXUX4xME2C9dLPBeg4rzWeiJrJAzvF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tDsglTmxf5rRN7gy859Eyu3JR4zFnlzf {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SAEE2WxNlH5R6iuDzbApsAPuBrxFxeAy {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #y5WCTPGfSyHLHfFqXVi3BJWiXRXEsnp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Jd9oPkXnasmD6BAgO0Ov7IXwOHlzmCDh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #JsqRMPMg4zfm2KCytBR7Zhb7C42odHKh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #txK7MCbVh5XbXhU26Sp3V60TUo97UUaP {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #twKNTCmIDGHslayAXhMCb4iPvTzemNId {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xW7qyqobG3QpT8sfvZ6nGDx5fcmnBJgU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ov7Gmhw56PKnBxp6bKIy7UVzvETVvTpo {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #exG2V33FX21mHR6bOe6059qXObe7q0yk {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #teZ18ZvpbABS7AZoJlIgbpqBRrgQGlug {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #zMkCnmBDI2fq7inc47LM7D58FQeudTta {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #HS8Ivcf0TxIW4pimrJ2hUWUvaXoIyNqO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #k1ozNrPmoGiPEZkWSVAFkTlsWI5zz5o8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tt2FZipmm2CiLQToSNfHcwF2Hk73JZPE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #nc2pcbucq2XUbZ4UTHWyXGD40RtZppqH {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #e0TDZH9qpq2o6xtmQsqHbDM0JtRnQ5az {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #AGS5TMpLREvW2H0B2c31RT95CXC5TVni {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #iG7SvwrKaTpy75Tyfk4tzApEJRt4paTL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #q7NtIa5kodJ2BeWMO66V2031CJVB5gQe {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #z28DIyilCPHEMNHFm9aSR9dXWSyNFnxd {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #WD4x09bgQibHV0HHuTINsIvLs6nQL5Tw {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #rqVvlNH8plOh2l4E1VsDNlfOwHHSUgMg {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kETy7ExkZwBHaOmNdUPMlaR6fAQF5x20 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SVaMTtl9hMyk81rZp82O1bO8yyl1VHwp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ACyytykWJbUbzrGcbpPyGByLUeoLNt7D {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oqMimJwRSZ6TVIZbEIv2meTAnp0a6Alu {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LTqBZATbVOoTQaeJMf8ScCTtpqWyFaqq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S5iQ1Bb8KDO6BA2eUOCMROe8fIQPkZQL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #VriWO2U4JOc8LKP8s0Jp3HHX5irN7EG8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B1lTuxrg4UPWPZOuz05vEuT4mGfZwxfo {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fnUzc1uzvp25IEeIawASqknUB7Pfbw4U {  }
 }@media only screen and (max-width: 763px) { #yOD3fcv2JanJytAGOU564VvrmJqwMxE2 { display:block; }
 }@media only screen and (max-width: 763px) { #azz7Px0Sn7N8Ir7vye4T7JAbvOsHXI2y { display:block; }
 }@media only screen and (max-width: 763px) { #vAL96vtmNyFCXGE6eTTxdKw4OASpUCya { display:block; }
 }@media only screen and (max-width: 763px) { #PxaH2V4tX8vsHQTepzUIeL3yyMfeh3lQ { display:block; }
 }@media only screen and (max-width: 763px) { #VBHZI3fmG63BRMGzAhbyy7vkEWFAfSOK { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kHt2QykE4s7TtAJrTPfQfPSZiqMNpAmm {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S3dsyRnONkgTFeNnpAHgyMCcslhWoxVU {  }
 }@media only screen and (max-width: 763px) { #RTVwz6ayyohCWOoMCHkRoGGkTI2HZmWz { top:79.0625rem;left:0rem;width:11.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmVamN7OCqfS3LSciK0bxfXI7ClZbVM { top:90.375rem;left:0rem;width:23.4375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFCcdxnSTMRCRdTE1CfVyNe2QqWFXo0E { top:0rem;left:0rem;width:47.75rem;height:71.1475rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbWNnbkWWTIskxlXP73wWaLnP9Qe2kA { top:90.8125rem;left:23.0625rem;width:24.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4L1keeoobAAw3Wy5TLNVkUcZ4IGGBw { top:88.9375rem;left:26.9375rem;width:2.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { top:90.5625rem;left:27.375rem;width:1.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { top:95.5625rem;left:0rem;width:24.6875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrAeqCsCCEe0OQHzXTSziAT5Z5B4EDLt { top:94.75rem;left:17.625rem;width:30.125rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVPkxL0M9bTp6DRebMqPDSD4lse2D63K { top:99rem;left:26.9375rem;width:2.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JrJ14BcnoL3w14TQs8PpmahC0LkCJw { top:99.375rem;left:18.5rem;width:29.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSOHdkkQqVxHZN4krI8lXDINWLh2JFy { top:101.5rem;left:26.9375rem;width:2.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyzAAdEwWGVPLNWsRbpbRNfeTQP54pMJ { top:101.75rem;left:18.5rem;width:29.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l21SoCNIkxpMz7RlB9DOgnOV6ArmQHxX { top:104.0625rem;left:26.9375rem;width:2.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwZErZTFTwQSbbgU9QrnAsbX5U1ABoJ { top:104.375rem;left:18.5rem;width:29.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 { display:block; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgWgFQr6zHRXNqw6Q8JZKQNDHtGUrUKg { top:0.75rem;left:22.84375rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNav5XQoJezrbctoAreHaKem7NK6EenL { top:3.6875rem;left:7.8125rem;width:32.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXVTcc37LJXkgvhPp5fBqwr94k2PCnCs { top:6.5625rem;left:15.375rem;width:14.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIFhmAl7V8KT9S3K37Bpy0GrQwcalJo { top:5.5625rem;left:29.375rem;width:3rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5QDVwRmrbRAJCWqTOigeIhOzFMRlnob { top:6.4375rem;left:30.125rem;width:1.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maTPcbeyK6R9KS1GrLNoQWJoxCCfEbKn { top:10rem;left:1.375rem;width:45rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURuPQW0c32N9MhegiulkpJlqkkEGCXr { display:block; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTUsWrqTlhShqCFzQqpRD1veVzV7IHO2 { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { top:42.625rem;left:0rem;width:47.75rem;height:18.099219620959rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { top:57.875rem;left:17.125rem;width:19rem;height:1.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCAULABUIqZDsbt3If6x1DPkDBbupWgO { top:7.8125rem;left:0rem;width:47.75rem;height:30.059888579387rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { display:block; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { top:2.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { top:0.75rem;left:7.625rem;width:30.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { display:block; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { top:2.875rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { top:2.875rem;left:15.250001907349rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { top:71.5625rem;left:0rem;width:47.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { top:73.375rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { top:52.9375rem;left:0rem;width:13.3125rem;height:9.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { top:4.3125rem;left:0rem;width:9.5625rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { top:47.5rem;left:0rem;width:19.3125rem;height:19.2456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { top:16.9375rem;left:0rem;width:8.5625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74ut3aqg0DOFMKShcTyQgAeTrmqSoLU { top:5.0625rem;left:17.687501907349rem;width:14.4375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDHTwhf6rPNIiwKabqLlb1XTSoTxnXd0 { top:17.3125rem;left:19.968751907349rem;width:9.875rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJIlDglG1WVOi5OtZndTMFaWb3qmqsXp { top:2.875rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcs25gKCEUsTv2zQlRfrQUGRdNhnrDyz { top:5.9375rem;left:42.6875rem;width:5.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4m6AUliO5Zw4WOiooTwoBhdvuWr2OfA { top:17.1875rem;left:37.875rem;width:9.875rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8lw3FcWSTOUkeaxfiR8XUtVJpfc0AwT { top:8.6875rem;left:40.1875rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxNKMWWwJupS7NIANiyOwVpFqIkZKnL { top:25.6875rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAf5Wn9L9SugXimyS2BJqtFETyqALHIA { top:24.5rem;left:0rem;width:9.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0bGR7v8zEltpf520p8Lzn1WQTIsTGmX { top:39.625rem;left:0rem;width:9.875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswLxQKqHLzMh49NFdma9naVKxQUqM3k { top:25.6875rem;left:16.6875rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDNLJ2TBpQgGvs1AWIFUhcbtMWxFlvxz { top:29.1875rem;left:19.25rem;width:14.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4EunDce8NlQBuJNCI43Hi5zZ7LTuxH { top:39.625rem;left:20.687501907349rem;width:11.25rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwRQvUISGV0WLz0dGALJ7OtaiZRLHnw { top:25.6875rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3OFxx43D1DLZMVft9VRys2H87XSMbbk { top:25.6875rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZqXfFmEIRlCdXeViow4nTiZe8wwEy9 { top:39.125rem;left:37.25rem;width:10.5rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { display:block; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ5gFOa9bVCD5dCBBh3KEPBe05KK1WTE { top:2.375rem;left:0rem;width:47.125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { top:1.375rem;left:27rem;width:20.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2oNipnFlFc7GZTLVcIXOnoWQImS3LCk { display:block; }
 }@media only screen and (max-width: 763px) { #b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { display:block; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { top:3.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6O8VmEK1DCBsvM6kH72JXdqghCoFpA { top:10.8125rem;left:0rem;width:37.625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { top:12.375rem;left:18.75rem;width:29rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNla8srZAafJvCknftPsht3XyyhzMRS { top:18.8125rem;left:18.9375rem;width:28.8125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkqnmvoacH5wJwFKAs5c6ybKf4J8Hfx { top:39.5625rem;left:10.1875rem;width:37.375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { top:45.125rem;left:0rem;width:31.0625rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { top:41.375rem;left:0rem;width:23.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { top:70.8125rem;left:0rem;width:37.875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { top:72.5625rem;left:16.25rem;width:31.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { top:76.4375rem;left:16.6875rem;width:31.0625rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { top:97.375rem;left:10.0625rem;width:37.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { top:98.3125rem;left:0rem;width:30.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub92ZppC7CVantrTbwmTnN1tJ5em85dP { top:102.1875rem;left:0rem;width:28.8125rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { top:123.875rem;left:16.9375rem;width:30.8125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { top:129.6875rem;left:14.3125rem;width:33.4375rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { top:124.75rem;left:0rem;width:36.75rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { top:160.5rem;left:0rem;width:32rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { top:154.3125rem;left:0rem;width:35.5rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { top:154.3125rem;left:12.4375rem;width:35.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { top:4.375rem;left:4.9375rem;width:37.875rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHW70oKrCfJqitgwQ2WG04aJhRe6mzL { top:9.9375rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { top:11.3125rem;left:0.091796875rem;width:22.4375rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { top:9.9375rem;left:24.875rem;width:22.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { top:25.625rem;left:0.092014312744138rem;width:21.125rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { top:30.9375rem;left:0rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { top:25.625rem;left:24.875rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { top:40.0625rem;left:0rem;width:22.875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzng2lwQalU24Z0CQT91izt2vg7FPyi { top:44.1875rem;left:0rem;width:23.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5u4WNMBq65UfeTWVX6SwKNRPHg1v96V { top:36.25rem;left:0rem;width:10.25rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTsH0yuhpDJ8yX9L8GHkv6Pd8cmEn3P { top:70.125rem;left:0rem;width:22.8125rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3QOQg17gRXBEGJzIB9ymGMlrm8zKkSl { top:75.5625rem;left:0.092014312744138rem;width:20.125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwBn0sQvpeTwltrKbLiXeZcQTnbGMtMO { top:56.4375rem;left:0.24826431274414rem;width:22.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBLoXzUcob7UgrAdLS3eFSac0GlLnO8 { top:16.4375rem;left:24.875rem;width:22.875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { top:0rem;left:0rem;width:47.75rem;height:91.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxEdM00o0kmtT1zszIivmwzbkLQd73XZ { top:6.125rem;left:24.641492843628rem;width:10.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5TqeZmOBgRaSK9kpN2zT6rPLCDPqvJn { top:22.125rem;left:0rem;width:10.9375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTUJPZnlxitmbl1T2rHle1LT3TrTO01 { top:23.5rem;left:23.8984375rem;width:11.5625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu0Q8FPsp9AlW6mHtI5eDGIlTwrUUl4b { top:38.375rem;left:26.273439407349rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #padJv9HbgZ3HMkoGpvC2XZsK1cvOQkcc { top:66.5rem;left:0rem;width:11.4375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNFZ56XOadcVbs9ybwBSDRqKqnCxG9B { top:55.625rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omVcqCxcg7zPKaoGHy1WCZ0RBPdQtHa8 { top:40.0625rem;left:24.875rem;width:22.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKFa49HvNpvcIsgk0I6ruHpXiPw2eJhl { top:51.9375rem;left:23.859402916669rem;width:11.5rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faLsc7SWFqago1IZe9z70EPEH66HM4sx { top:56.4375rem;left:24.875rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2v9XtSCcMXhtEIe4726PTZ9kZGu0yEb { top:61.9375rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STceTwfMcpXIz0hNTKbtZlmPXkg4rIS8 { top:30.9375rem;left:24.875rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSR3VMkU0g3F83wJ55VZ6UCoSVPxLWiR { top:46.8125rem;left:24.5625rem;width:23.1875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { top:2.0625rem;left:0rem;width:47.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { top:2.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { top:33.9375rem;left:17.875rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { top:40.125rem;left:19.375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { top:35.6875rem;left:18.5rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { top:11.625rem;left:15.25rem;width:20.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { top:33.9375rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { top:36.4375rem;left:33.6875rem;width:14.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { top:39.5625rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { top:12.125rem;left:28.125rem;width:19.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { top:9.6875rem;left:0rem;width:23.25rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { top:76.6875rem;left:0rem;width:9.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq1rw4XF5aNtrGi2oSXluqQQkXX350AD { top:33.9375rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXKRqxVfZi25OTvkzwP0xsnfgzM0xBt4 { top:35.1875rem;left:0rem;width:12.375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwrfgi78epnoAMCX2ZTo4oX4hMTdHIk { top:39.0625rem;left:0rem;width:9.3125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhJLeoqmN1w5aiJGoKUSK0LV6o5bzra { top:376.5625rem;left:0rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #suQJLJf9ZIATqZSLu0bPuniTXN28UZJw { top:45.4375rem;left:0rem;width:24.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #oalN8kCPeHbf4CSQIxlDeXI9K1g7KbmL { top:71.75rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJuikF1hKnwWCvdSSva8HIzzFiBvmLmg { top:72.8125rem;left:0rem;width:12.4375rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enuxxz1yGBupeg1mFFSzhTgfxFTyXBAe { top:45.4375rem;left:14.125rem;width:25rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdKfIAzZscDZcWanPJft7NR6XJdxkqIB { top:71.75rem;left:17.875rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK68d26gvqgM1fDxIWNGD6pvDwLBmvu0 { top:72.8125rem;left:18.593751907349rem;width:13.8125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snsk27BbWAxIT4lCiX8T65JPWpQ874WV { top:76.6875rem;left:21.031251907349rem;width:8.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvDkeAwlWezRbBqmEWAEMo4DLIEDX0gm { top:44.125rem;left:21.3125rem;width:26.4375rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFkmdDKCGNlaOtq510BU6U9EWCGg4mZA { top:71rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2LsTOa9sFkSMZXO9eb6EqLz6derDgF { top:71.75rem;left:37.75rem;width:10rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT1OeHvTT9JkyLAIJKPb7ODVfQQQCeU8 { top:75.875rem;left:37.375rem;width:10.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLZwMJ2X0uxA50eMDuaowZnARuhTWveW { top:83.75rem;left:0rem;width:24.1875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9XmBC6QQKyVDaylQDQVvix64gzpCAtF { top:108.75rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5LrhporGhCbxkfDWoqigIRTNuVhJk9 { top:109.875rem;left:0rem;width:10.25rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2rCGMHq8uvqtGa0lmrFE4CNcqeaQpT { top:114rem;left:0rem;width:9.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDsZ8QDEyZ7IXMAGAZTblGK03Zoc5vWT { top:83.6875rem;left:15.250001907349rem;width:24.1875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhVNKfRVmzGcWHDIkQKcwq90dyCyAKGZ { top:108.75rem;left:19.75rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKSLvuvv0gPKo07CDirK1vqd27cxef8 { top:111.125rem;left:21.281251907349rem;width:12.125rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqdedCwCkcCWF5gvfRImOGGQw7wQ4eDE { top:114.1875rem;left:20.875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGZLFR2QZFdZcgU3IeM57qtFtPMHa67F { top:84.25rem;left:24.5625rem;width:23.1875rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPirMRi2kFvmKEh4TeotOwGTGQtclk9 { top:108.75rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkclo6ec09AyBLEy606wiehXAMmKPdlf { top:110.4375rem;left:36.0625rem;width:11.6875rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll9R6XpTbJpQJL3ouabpTCOrfSO6Z1xe { top:114.875rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMiI9FTuMXpheEPiVLJEpEGXClTuOBm3 { top:122.1875rem;left:0rem;width:23.5625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex5mCr0B9yooJKX97Zfozm6oCFEV1eiR { top:148rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUe95B2weQ2RytMoK8Dwbd2HypyTfwWm { top:149.3125rem;left:0rem;width:12.0625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaoL8w1JuTQpiWFee0D1Pm7P13ZeepcQ { top:153.375rem;left:0rem;width:8.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzacRgIpsIit8M8hMB8oV8WTFRZDbfEZ { top:122rem;left:12.625001907349rem;width:25.75rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQWgrsgyoFhTimme8FlS5J5cMHKUHOyR { top:148.875rem;left:17.875001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QNTsHvs04B8wFckC4PxRW78rX5tr1x { top:150rem;left:19.656251907349rem;width:11.6875rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDqzhwts5mCOkP3dAciBMUbU9C2NKgD { top:154.125rem;left:20.781251907349rem;width:8.875rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fho8V5BfFCn4KBMFzZ8AQyMDgMGRbwOA { top:121rem;left:22.8125rem;width:24.9375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOGm76G5KpwuA1tA0oDCOsrfc7GuPXQ { top:148.875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyUQkT6R4wksFEAG5mO5uxUm0uU5QV75 { top:150.4375rem;left:36.3125rem;width:11.4375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD10ASCle0UdnQt3q9sy3QKJbw9FylTT { top:154.25rem;left:37.5rem;width:10.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aulnSnrXIz40922KUSCqcfmMDsszKzFm { top:160.5rem;left:0rem;width:24.0625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olF6UsMr2eKEEN5N6R4hoXyVcp9oq7pB { top:185.9375rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEH8BfDLzsP22nNWocddniBJZXXTd3g8 { top:187.3125rem;left:0rem;width:11.3125rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30cvaxwweAIrMprXdIl135zLNTJZxv8 { top:191.3125rem;left:0rem;width:8.8125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2gOa3STaUIwt5Xy0pasdhqU4liF7PZt { top:159.875rem;left:13.875001907349rem;width:23.25rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szf6a6GseIsnmfsMM3CV6mJVlEBxgSVL { top:185.9375rem;left:18.500001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZgZTPnp6mdSrMaTwrdFmGLdtEz3UJM { top:188rem;left:20.118055343628rem;width:12.5rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsbiaAvNN83UV3GZ19CsC34IpbwbArbf { top:191rem;left:20.055555343628rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRP0ED6b9qi8TIFT3kwFCAbCPM6aIWua { top:159.875rem;left:23rem;width:24.75rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLDsKLi9Af2P1HnAkhTpbuEy2ZAt3dS { top:185.875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDwvzZrZqddRiW6uWJ0orbfL696sS3Z { top:187.9375rem;left:35.25rem;width:12.5rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsuqHAXgOf2MZU0GNodxsfLsVAyDEmTJ { top:191.6875rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2I4rCHGNek2EtHE42s80BO1WqTrtabd { top:197.625rem;left:0rem;width:24.375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITvGqCSDz52r4uqzsAXuGPi80U4fEC2 { top:223.625rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4SEVl4O4vPrvA125ruttGugxtB1tca { top:225.375rem;left:0rem;width:11.3125rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmbVlyTJ4QaJ3aplQ8zPilrNiy56P0N1 { top:229.5rem;left:0rem;width:12.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2EyxJti4Vw9U1X9fbdl8bnyPhlsZ8WT { top:199.125rem;left:13.312501907349rem;width:24.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsQu1QcePAta2ydgqq29a8TR3h0XWMk0 { top:222.875rem;left:19.75rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMtxPrufFIi94JK4TN1JTkCAF4hJCqAJ { top:224.8125rem;left:21.8125rem;width:10.25rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyWyAfLxiTd7xi6fCfTdx7cOfDcztRR5 { top:229.0625rem;left:21.0625rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHp25xOmRBy2zPewu6FsUJZp6gDhBMo { top:196.0625rem;left:24.125rem;width:23.625rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTyFumy5hbRg0TihqKGJmf9eFO6vcXAS { top:222.875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3OahM3gS6rdJL0tRd6z51bchUumfFxV { top:224.75rem;left:37.5rem;width:10.25rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iltcfZ99yZKTFDhXsDLAyaSWtQ26Slt0 { top:229.0625rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSm31JyHuEcxyTAkl8WpmcMH3xEklr6P { top:235.625rem;left:0rem;width:25.125rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeKDETbUeV7gBeFHRmOeDyL48CWQ4iaL { top:261.875rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuS07yfUd82P2n0XbbeqJUSB6fiRfmaO { top:263.9375rem;left:0rem;width:10rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOsDDKFeO7neQnkhtHXrEBDbe7MelWTK { top:267.375rem;left:0rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5H5NTaQQLu1pHEpcyKPD38dV17RKwBd { top:235.875rem;left:14.256944656372rem;width:24.875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5DVlA1fNUBhJ2nVKHM6uFA5KZGP8NFa { top:261.1875rem;left:19.374135971069rem;width:15.1875rem;height:8.6517079895735rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7w9hTpQolsFl4k9u0aluRMxPSRIO2V { top:263.9375rem;left:21.755861282349rem;width:10rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaCOqXyKhw00NWC9llHAVPSr7uEWoh9K { top:266.4375rem;left:20.629560470581rem;width:12.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { display:block; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { top:2.75rem;left:8.1015625rem;width:33.8125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { top:9.9375rem;left:0rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { top:22.3125rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { top:22.3125rem;left:12.939237594604rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { top:8.4375rem;left:11.442708969116rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { top:11.25rem;left:30.500001907349rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { top:12.25rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIUEwLQGV1dZhE5iglG2gd3JXCr9IOoW { top:22.1875rem;left:29.500001907349rem;width:13.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSabr59p6TUIJSeBNyodudvB8XMo5KLE { top:32.25rem;left:0rem;width:13.5rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCBUJLgR8EhZdWbVsotXHgT7Fs93KhPZ { top:30.75rem;left:10.973958969116rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxPf9aslQS9WchiFLNIl1auRXncaRCi3 { top:30.75rem;left:28.067708969116rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5Dg3fQp45Gu7VFvrUxcciyg4u1D68w { top:19.625rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPtmTamryT0hBqigdpFdLWOhCZImuqeQ { top:30.75rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRFPJ6HFS0BOQv0DAvc6Ax9p5t76WRGV { top:40.4375rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb4oBIOhg8TOrbxelexToTgtRJMBgrxf { top:44.25rem;left:11.442708969116rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU05g7fa5OfrbgpG6SavOOULFlSMFzPl { top:42.0625rem;left:27.250001907349rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TAtlZ58z6rTH9GO9ebbDrkbsEyThdc { top:51.25rem;left:24.786458969116rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzK12ECgahzTK68SZfLNHNEn1bHUkKx8 { top:42.0625rem;left:30.1875rem;width:17.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8azVb28rIwS993skrtZbL5hXfy6E7gh { top:55.375rem;left:12.939237594604rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzKpoSQi3lptxM5cxvdm3HM084u0oxi6 { top:53.0625rem;left:0rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUMkJC4AKf3e01aIxT8RTxTlCXGQvJIm { top:50.4375rem;left:26.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGQmZRN1Azd9QQTcbbqWSV8yRPfLRzT { top:68.625rem;left:0rem;width:19.6875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6EDAfTQZSSzDxDTOFPqm2VZHqvZnAPt { top:64.875rem;left:10.785810470581rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZLAyFPa54cVZXMs3H8slV1G2eE1h9q { top:60.9375rem;left:25.062067031861rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJwOTxAtKT2Hb6T7PXmvIIkuMOr5cqD { top:0rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { top:11.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEweEAX53VGJDogARrzKe9y8KAZv4exG { top:2.1875rem;left:0rem;width:6.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TedhRGJd30WSfettFL4KQgATQ6Pgco { top:16.75rem;left:40.8125rem;width:6.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { display:block; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr0hssnWbW9c5Zc8KfIVXoeJ4RLIpKnX { top:3rem;left:7.5rem;width:32.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukypa3N42Lb0BwyMI9sMkk3MfkOrDkLJ { top:10.4375rem;left:0rem;width:6.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZZWJqBri91LtZDUrOIH1gvly8plQQM { top:7.5rem;left:0rem;width:31.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3F9scUPUhfpyTcl2pwVfkl1gdZHlDTw { top:10.4375rem;left:12.4375rem;width:22.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn1rXZr3MHXg9myJKhfyB6ekIZsabpHR { display:block; }
 }@media only screen and (max-width: 763px) { #ki42qFSNGebZByBCrChrEsihcppsdDxG { display:block; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xowIv8JIdFxgpBrTShJv97003ObIJUJv { top:6.4375rem;left:0rem;width:12.0625rem;height:5.5334208928949rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { top:13.4375rem;left:0rem;width:15rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2peQ9EOTOx5VkOWOObTCM6vBkoTvTn9 { top:5.1875rem;left:12.3125rem;width:35.4375rem;height:9.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-0),0);background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:130.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX  { width:17.499625rem;height:auto;top:1.248046875rem;left:0rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX {display:block;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX { width:17.499625rem;height:auto;top:1.248046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cXAT8uNPnPvorBfXPnO3ngfPuNlOnV83 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #E8cNZbN4nXXcBaoKBz8DA7M2aeyTof96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #vicrQyQb9dfogrN2oR2qHnlPiqObyhft {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #DXHXvzmQz06n6fEZlrbJIk5RcqfgOwp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RKRsUWoHEqowBWq4HRzBD8PAIdNsqziO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ghvviqESzK1yT4De6DLlPALD3GLCUi96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cKdFe75755vW0W1ALUJByfcSMSwEMopv {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fBySXTBQkRHzmduaQDlhKMxxssA9o4Eb {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iq96ogi6dTV5LnCOK2qHl3NHOWFNfacZ { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #TaU3qEpiQaaiLvRTbarMiZubf9wk93v1 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RXg9PASlCVvoRwkDvTOxu1Zpo0d2R6CK {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ucH6liBE7Nny5T0BqBrdsSZGFGklEoRh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NFJrJVbOntEv3zvokwWDPTAihumx9EVz {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #H7OTEFfJi4csqkCLV1IVvOhDv3i52ZMa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tCypKpRTs9DVdUFU2DZaGIP49THap2Tp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ioSAs23HxDmIkdyRvkxVTHDVBXn3MBcE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #OXOnn0rmqwuchHICgDrfm39A6u8lx4Iq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ytac2MhNuwxO8AMnCo9UEckKHLxaDPFN {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LUDJkC50I83yvgPI3bwkG7zO8KzUhgVF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #W4Os5B02XwP8c8PfTH8QzVewZsFM6zTD {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Ck8KFwU1CQhbZteJn6CMHLGVzMSSXiiG {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ToeSu0yvS13cMenzKbXk8bir5CAdeoJA {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oIi9fdCib1EimaObi35HT1BchedfBJsI {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #L5tr0gv8kaBJzXJ9F8ukAy3TEdEHWOe2 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dUiXUX4xME2C9dLPBeg4rzWeiJrJAzvF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tDsglTmxf5rRN7gy859Eyu3JR4zFnlzf {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SAEE2WxNlH5R6iuDzbApsAPuBrxFxeAy {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #y5WCTPGfSyHLHfFqXVi3BJWiXRXEsnp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Jd9oPkXnasmD6BAgO0Ov7IXwOHlzmCDh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #JsqRMPMg4zfm2KCytBR7Zhb7C42odHKh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #txK7MCbVh5XbXhU26Sp3V60TUo97UUaP {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #twKNTCmIDGHslayAXhMCb4iPvTzemNId {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xW7qyqobG3QpT8sfvZ6nGDx5fcmnBJgU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ov7Gmhw56PKnBxp6bKIy7UVzvETVvTpo {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #exG2V33FX21mHR6bOe6059qXObe7q0yk {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #teZ18ZvpbABS7AZoJlIgbpqBRrgQGlug {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #zMkCnmBDI2fq7inc47LM7D58FQeudTta {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #HS8Ivcf0TxIW4pimrJ2hUWUvaXoIyNqO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #k1ozNrPmoGiPEZkWSVAFkTlsWI5zz5o8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tt2FZipmm2CiLQToSNfHcwF2Hk73JZPE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #nc2pcbucq2XUbZ4UTHWyXGD40RtZppqH {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #e0TDZH9qpq2o6xtmQsqHbDM0JtRnQ5az {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #AGS5TMpLREvW2H0B2c31RT95CXC5TVni {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #iG7SvwrKaTpy75Tyfk4tzApEJRt4paTL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #q7NtIa5kodJ2BeWMO66V2031CJVB5gQe {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #z28DIyilCPHEMNHFm9aSR9dXWSyNFnxd {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #WD4x09bgQibHV0HHuTINsIvLs6nQL5Tw {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #rqVvlNH8plOh2l4E1VsDNlfOwHHSUgMg {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kETy7ExkZwBHaOmNdUPMlaR6fAQF5x20 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SVaMTtl9hMyk81rZp82O1bO8yyl1VHwp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ACyytykWJbUbzrGcbpPyGByLUeoLNt7D {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oqMimJwRSZ6TVIZbEIv2meTAnp0a6Alu {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LTqBZATbVOoTQaeJMf8ScCTtpqWyFaqq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S5iQ1Bb8KDO6BA2eUOCMROe8fIQPkZQL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #VriWO2U4JOc8LKP8s0Jp3HHX5irN7EG8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B1lTuxrg4UPWPZOuz05vEuT4mGfZwxfo {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fnUzc1uzvp25IEeIawASqknUB7Pfbw4U {  }
 }@media only screen and (max-width: 763px) { #yOD3fcv2JanJytAGOU564VvrmJqwMxE2 { display:block; }
 }@media only screen and (max-width: 763px) { #azz7Px0Sn7N8Ir7vye4T7JAbvOsHXI2y { display:block; }
 }@media only screen and (max-width: 763px) { #vAL96vtmNyFCXGE6eTTxdKw4OASpUCya { display:block; }
 }@media only screen and (max-width: 763px) { #PxaH2V4tX8vsHQTepzUIeL3yyMfeh3lQ { display:block; }
 }@media only screen and (max-width: 763px) { #VBHZI3fmG63BRMGzAhbyy7vkEWFAfSOK { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kHt2QykE4s7TtAJrTPfQfPSZiqMNpAmm {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S3dsyRnONkgTFeNnpAHgyMCcslhWoxVU {  }
 }@media only screen and (max-width: 763px) { #RTVwz6ayyohCWOoMCHkRoGGkTI2HZmWz { width:6rem;height:4.99921875rem;top:91.437895298006rem;left:6.999609440565rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmVamN7OCqfS3LSciK0bxfXI7ClZbVM { width:15.75rem;height:2.76041875rem;top:98.271099090575rem;left:2.1246094405651rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFCcdxnSTMRCRdTE1CfVyNe2QqWFXo0E { width:19.99925rem;height:29.799625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbWNnbkWWTIskxlXP73wWaLnP9Qe2kA { width:13.562125rem;height:2.76041875rem;top:110.625rem;left:4.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mE4L1keeoobAAw3Wy5TLNVkUcZ4IGGBw { width:2.6871125rem;height:3.75rem;top:109.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { width:1.9371125rem;height:1.462675rem;top:111.25rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { width:14.625rem;height:6.40190625rem;top:102.5849609375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrAeqCsCCEe0OQHzXTSziAT5Z5B4EDLt { width:19.99925rem;height:1.381075rem;top:115.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVPkxL0M9bTp6DRebMqPDSD4lse2D63K { width:2.1875rem;height:1.4375rem;top:118.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JrJ14BcnoL3w14TQs8PpmahC0LkCJw { width:14.37425rem;height:2.2721375rem;top:118.9375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DlSOHdkkQqVxHZN4krI8lXDINWLh2JFy { width:2.125rem;height:1.375rem;top:122.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyzAAdEwWGVPLNWsRbpbRNfeTQP54pMJ { width:14.25rem;height:2.2721375rem;top:122.4375rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l21SoCNIkxpMz7RlB9DOgnOV6ArmQHxX { width:2.125rem;height:1.375rem;top:126rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwZErZTFTwQSbbgU9QrnAsbX5U1ABoJ { width:14.93675rem;height:2.2721375rem;top:126.0625rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 { display:block; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgWgFQr6zHRXNqw6Q8JZKQNDHtGUrUKg { width:1.75rem;height:1.6875rem;top:1.2492218017578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNav5XQoJezrbctoAreHaKem7NK6EenL { width:17.56175rem;height:2.4375rem;top:0.873046875rem;left:2.4374999701977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXVTcc37LJXkgvhPp5fBqwr94k2PCnCs { width:14.0625rem;height:1.21875rem;top:4.8738279342651rem;left:2.9683594405651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDIFhmAl7V8KT9S3K37Bpy0GrQwcalJo { width:3rem;height:2.6871125rem;top:7.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5QDVwRmrbRAJCWqTOigeIhOzFMRlnob { width:1.9371125rem;height:1.21875rem;top:8.125rem;left:9.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maTPcbeyK6R9KS1GrLNoQWJoxCCfEbKn { width:19.99925rem;height:4.8741375rem;top:11.279297828674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PURuPQW0c32N9MhegiulkpJlqkkEGCXr { display:block; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTUsWrqTlhShqCFzQqpRD1veVzV7IHO2 { width:19.9989375rem;height:5.41666875rem;top:2.6166667938233rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { width:20rem;height:7.4375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { width:8.124625rem;height:1.46050625rem;top:27.5625rem;left:10.5rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCAULABUIqZDsbt3If6x1DPkDBbupWgO { width:16.3125rem;height:10.25rem;top:8.82552087307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { display:block; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { width:19.99925rem;height:4.140625rem;top:4.2117156982422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { width:19.99925rem;height:1.381075rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { display:block; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { width:20rem;height:181.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { width:19.3125rem;height:19.249rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { width:19.3125rem;height:19.249rem;top:21.7480625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { width:20rem;height:20.75rem;top:157.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { width:18.3125rem;height:13.98651875rem;top:159rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { width:13.3125rem;height:9.6245625rem;top:137.5rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { width:9.3125rem;height:14.25rem;top:2.5616321563721rem;left:5.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { width:19.3125rem;height:19.249rem;top:132.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { width:8.5625rem;height:3.09245rem;top:15.3740234375rem;left:5.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k74ut3aqg0DOFMKShcTyQgAeTrmqSoLU { width:15.6875rem;height:13.375rem;top:23.750000953674rem;left:2.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDHTwhf6rPNIiwKabqLlb1XTSoTxnXd0 { width:9.875rem;height:2.0616375rem;top:35.75rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJIlDglG1WVOi5OtZndTMFaWb3qmqsXp { width:19.3125rem;height:19.25rem;top:44rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcs25gKCEUsTv2zQlRfrQUGRdNhnrDyz { width:5.0625rem;height:11.125rem;top:46.930554389954rem;left:4.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4m6AUliO5Zw4WOiooTwoBhdvuWr2OfA { width:9.875rem;height:2.0616375rem;top:58.125rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8lw3FcWSTOUkeaxfiR8XUtVJpfc0AwT { width:8.625rem;height:8.625rem;top:49.312498569489rem;left:9.2743054628375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxNKMWWwJupS7NIANiyOwVpFqIkZKnL { width:19.3125rem;height:19.25rem;top:66.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAf5Wn9L9SugXimyS2BJqtFETyqALHIA { width:9.875rem;height:17.375rem;top:65.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0bGR7v8zEltpf520p8Lzn1WQTIsTGmX { width:9.875rem;height:3.09245rem;top:81.125rem;left:5.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RswLxQKqHLzMh49NFdma9naVKxQUqM3k { width:19.3125rem;height:19.25rem;top:89.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDNLJ2TBpQgGvs1AWIFUhcbtMWxFlvxz { width:14.125rem;height:10.0625rem;top:92.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4EunDce8NlQBuJNCI43Hi5zZ7LTuxH { width:9.875rem;height:3.09245rem;top:103.125rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTwRQvUISGV0WLz0dGALJ7OtaiZRLHnw { width:19.3125rem;height:19.25rem;top:109.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3OFxx43D1DLZMVft9VRys2H87XSMbbk { width:16.5rem;height:16.5rem;top:109.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZqXfFmEIRlCdXeViow4nTiZe8wwEy9 { width:10.5rem;height:2.0616375rem;top:123.1875rem;left:4.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { display:block; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ5gFOa9bVCD5dCBBh3KEPBe05KK1WTE { width:19.99925rem;height:2.76041875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { top:4.7378902435303rem;left:0.49804690480232rem;width:19rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2oNipnFlFc7GZTLVcIXOnoWQImS3LCk { display:block; }
 }@media only screen and (max-width: 763px) { #b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { display:block; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container { width:20rem;height:299.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { width:19.9980625rem;height:4.140625rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6O8VmEK1DCBsvM6kH72JXdqghCoFpA { width:19.9980625rem;height:14.3838125rem;top:6.6416rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { width:19.9980625rem;height:7.79625rem;top:22.2754125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlNla8srZAafJvCknftPsht3XyyhzMRS { width:19.9980625rem;height:15.1822875rem;top:31.3232875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhkqnmvoacH5wJwFKAs5c6ybKf4J8Hfx { width:19.9375rem;height:13.25rem;top:48.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { width:19.9980625rem;height:28.98439375rem;top:66.548828125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { width:19.9980625rem;height:2.599825rem;top:63.07421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { width:19.9375rem;height:12.4375rem;top:96.3584625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { width:19.9980625rem;height:5.19748125rem;top:110.9063375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { width:19.9980625rem;height:27.60418125rem;top:117.35555625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { width:19.9980625rem;height:13.297875rem;top:148.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { width:19.9980625rem;height:5.19748125rem;top:162.791015625rem;left:0.0009765625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub92ZppC7CVantrTbwmTnN1tJ5em85dP { width:19.9980625rem;height:22.08335625rem;top:169.115234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { width:20rem;height:10.3949375rem;top:207.578275rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { width:20rem;height:31.74476875rem;top:220.08897399903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { width:19.6875rem;height:14.4375rem;top:192.6943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { width:20rem;height:19.32291875rem;top:278.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { width:20rem;height:7.796225rem;top:269.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { width:20rem;height:13.5215rem;top:254.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { width:20rem;height:107.47377314453rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { width:19.9980625rem;height:2.76041875rem;top:4.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHW70oKrCfJqitgwQ2WG04aJhRe6mzL { width:5.875rem;height:5.875rem;top:8.3915138244631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { width:12.5625rem;height:5.6803375rem;top:9.0625004768369rem;left:6.6250001192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { width:12.5625rem;height:5.6803375rem;top:16.6796875rem;left:6.6250001192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { width:12.8125rem;height:4.54426875rem;top:30.547744035721rem;left:6.5000001192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { width:12.934875rem;height:2.92318125rem;top:35.687493562698rem;left:6.4366317987444rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { width:11.749125rem;height:3.4082rem;top:41.4375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { width:12.75rem;height:2.2721375rem;top:50.9375rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzng2lwQalU24Z0CQT91izt2vg7FPyi { width:12.125rem;height:3.89756875rem;top:53.5rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5u4WNMBq65UfeTWVX6SwKNRPHg1v96V { width:6.0625rem;height:7.1875rem;top:48.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VVTsH0yuhpDJ8yX9L8GHkv6Pd8cmEn3P { width:12.5rem;height:4.54426875rem;top:86.3125rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3QOQg17gRXBEGJzIB9ymGMlrm8zKkSl { width:12.122375rem;height:3.89756875rem;top:91.5625rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwBn0sQvpeTwltrKbLiXeZcQTnbGMtMO { width:12.5625rem;height:4.54426875rem;top:68.4375rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBLoXzUcob7UgrAdLS3eFSac0GlLnO8 { width:12.0625rem;height:4.8719625rem;top:22.937499284744rem;left:6.5625001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { width:20rem;height:0.125rem;top:102.31244277954rem;left:0rem;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CxEdM00o0kmtT1zszIivmwzbkLQd73XZ { width:6.375rem;height:6.875rem;top:15.434028148651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5TqeZmOBgRaSK9kpN2zT6rPLCDPqvJn { width:6.3125rem;height:6.6875rem;top:28.354167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTUJPZnlxitmbl1T2rHle1LT3TrTO01 { width:6.5625rem;height:6.5rem;top:39.892360687256rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zu0Q8FPsp9AlW6mHtI5eDGIlTwrUUl4b { width:5.9375rem;height:5.9375rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #padJv9HbgZ3HMkoGpvC2XZsK1cvOQkcc { width:6.6875rem;height:7rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNFZ56XOadcVbs9ybwBSDRqKqnCxG9B { width:5.6875rem;height:5.6875rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omVcqCxcg7zPKaoGHy1WCZ0RBPdQtHa8 { width:14.25rem;height:4.54426875rem;top:60.375rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKFa49HvNpvcIsgk0I6ruHpXiPw2eJhl { width:6.0625rem;height:6.5rem;top:75.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faLsc7SWFqago1IZe9z70EPEH66HM4sx { width:13.4375rem;height:4.54426875rem;top:76.75rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2v9XtSCcMXhtEIe4726PTZ9kZGu0yEb { width:14.125rem;height:1.94965rem;top:81.9375rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STceTwfMcpXIz0hNTKbtZlmPXkg4rIS8 { width:12.125rem;height:2.92318125rem;top:45.569492816925rem;left:5.9982639551162rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSR3VMkU0g3F83wJ55VZ6UCoSVPxLWiR { width:20rem;height:0;top:103.62481689453rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { width:20rem;height:641.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { width:19.875rem;height:6.6230625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { width:19.9980625rem;height:6.40190625rem;top:1.4248046875rem;left:0.0009765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { width:15.1875rem;height:8.651375rem;top:57.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { width:12.2480625rem;height:1.23779375rem;top:63.25rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { width:14.0625rem;height:3.7109375rem;top:58.8125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { width:18rem;height:17.125rem;top:39.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { width:15.1875rem;height:8.651375rem;top:88.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { width:14.0625rem;height:2.4739625rem;top:90.625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { width:12.2480625rem;height:1.23779375rem;top:93.75rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { width:18.2480625rem;height:17.0654375rem;top:69.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { width:20rem;height:19.3125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { width:12.5625rem;height:2.4739625rem;top:123.75000476837rem;left:3.7500001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mq1rw4XF5aNtrGi2oSXluqQQkXX350AD { width:15.25rem;height:8.6875rem;top:28.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXKRqxVfZi25OTvkzwP0xsnfgzM0xBt4 { width:12.375rem;height:3.7109375rem;top:29.6875rem;left:3.8125001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZwrfgi78epnoAMCX2ZTo4oX4hMTdHIk { width:12.3125rem;height:2.4739625rem;top:33.6875rem;left:3.8750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZhJLeoqmN1w5aiJGoKUSK0LV6o5bzra { width:12.25rem;height:2.4746125rem;top:118.625rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #suQJLJf9ZIATqZSLu0bPuniTXN28UZJw { width:20rem;height:18.4375rem;top:98.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oalN8kCPeHbf4CSQIxlDeXI9K1g7KbmL { width:15.25rem;height:8.6875rem;top:118.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJuikF1hKnwWCvdSSva8HIzzFiBvmLmg { width:10.375rem;height:3.7109375rem;top:119.9375rem;left:4.8125001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Enuxxz1yGBupeg1mFFSzhTgfxFTyXBAe { width:20rem;height:19.75rem;top:130.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdKfIAzZscDZcWanPJft7NR6XJdxkqIB { width:15.25rem;height:8.6875rem;top:150.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK68d26gvqgM1fDxIWNGD6pvDwLBmvu0 { width:13.8125rem;height:3.7109375rem;top:151.3125038147rem;left:3.1250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Snsk27BbWAxIT4lCiX8T65JPWpQ874WV { width:12.5625rem;height:2.4739625rem;top:155.1875038147rem;left:3.7500001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AvDkeAwlWezRbBqmEWAEMo4DLIEDX0gm { width:20rem;height:19.5625rem;top:158.74910473824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFkmdDKCGNlaOtq510BU6U9EWCGg4mZA { width:15.25rem;height:8.6875rem;top:179.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2LsTOa9sFkSMZXO9eb6EqLz6derDgF { width:10rem;height:2.47395625rem;top:180.625rem;left:5.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT1OeHvTT9JkyLAIJKPb7ODVfQQQCeU8 { width:10.125rem;height:2.47395625rem;top:184rem;left:4.9375001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLZwMJ2X0uxA50eMDuaowZnARuhTWveW { width:20rem;height:19.125rem;top:191.6005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9XmBC6QQKyVDaylQDQVvix64gzpCAtF { width:15.25rem;height:8.6875rem;top:212rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki5LrhporGhCbxkfDWoqigIRTNuVhJk9 { width:10.25rem;height:2.47395625rem;top:213.75rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2rCGMHq8uvqtGa0lmrFE4CNcqeaQpT { width:12.5625rem;height:2.4739625rem;top:216.7499961853rem;left:3.7500001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDsZ8QDEyZ7IXMAGAZTblGK03Zoc5vWT { width:19.625rem;height:18.8125rem;top:222.75171426867rem;left:0.2357411280624rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NhVNKfRVmzGcWHDIkQKcwq90dyCyAKGZ { width:15.25rem;height:8.6875rem;top:242.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKSLvuvv0gPKo07CDirK1vqd27cxef8 { width:11.3125rem;height:2.47395625rem;top:244.875rem;left:4.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RqdedCwCkcCWF5gvfRImOGGQw7wQ4eDE { width:12.5625rem;height:1.23698125rem;top:248.3125rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGZLFR2QZFdZcgU3IeM57qtFtPMHa67F { width:18.0625rem;height:19.125rem;top:254.31249809265rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuPirMRi2kFvmKEh4TeotOwGTGQtclk9 { width:15.25rem;height:8.6875rem;top:274.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkclo6ec09AyBLEy606wiehXAMmKPdlf { width:11.6875rem;height:3.7109375rem;top:276.4375rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ll9R6XpTbJpQJL3ouabpTCOrfSO6Z1xe { width:12.5625rem;height:1.23698125rem;top:280.875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMiI9FTuMXpheEPiVLJEpEGXClTuOBm3 { width:20rem;height:20.75rem;top:285.87497615814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex5mCr0B9yooJKX97Zfozm6oCFEV1eiR { width:15.25rem;height:8.6875rem;top:307.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUe95B2weQ2RytMoK8Dwbd2HypyTfwWm { width:11.6875rem;height:3.7109375rem;top:309.1874961853rem;left:3.9375001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WaoL8w1JuTQpiWFee0D1Pm7P13ZeepcQ { width:12.5625rem;height:2.4739625rem;top:313.0624961853rem;left:3.3750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzacRgIpsIit8M8hMB8oV8WTFRZDbfEZ { width:20rem;height:19.25rem;top:320.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQWgrsgyoFhTimme8FlS5J5cMHKUHOyR { width:15.25rem;height:8.6875rem;top:341.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0QNTsHvs04B8wFckC4PxRW78rX5tr1x { width:11.6875rem;height:3.7109375rem;top:342.4999961853rem;left:4.1875001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIDqzhwts5mCOkP3dAciBMUbU9C2NKgD { width:12.5625rem;height:2.4739625rem;top:346.7500038147rem;left:3.7187501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fho8V5BfFCn4KBMFzZ8AQyMDgMGRbwOA { width:20rem;height:21.5625rem;top:384.32073131232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOGm76G5KpwuA1tA0oDCOsrfc7GuPXQ { width:15.25rem;height:8.6875rem;top:406.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyUQkT6R4wksFEAG5mO5uxUm0uU5QV75 { width:10.9375rem;height:3.7109375rem;top:407.8124961853rem;left:4.6250001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VD10ASCle0UdnQt3q9sy3QKJbw9FylTT { width:12.5625rem;height:2.4739625rem;top:411.89754199982rem;left:3.6145836114883rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aulnSnrXIz40922KUSCqcfmMDsszKzFm { width:20rem;height:19.8125rem;top:352.88542366028rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #olF6UsMr2eKEEN5N6R4hoXyVcp9oq7pB { width:15.25rem;height:8.6875rem;top:373.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEH8BfDLzsP22nNWocddniBJZXXTd3g8 { width:11rem;height:3.7109375rem;top:374.9374961853rem;left:4.4375001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a30cvaxwweAIrMprXdIl135zLNTJZxv8 { width:12.5625rem;height:2.4739625rem;top:378.9999961853rem;left:3.3750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2gOa3STaUIwt5Xy0pasdhqU4liF7PZt { width:20rem;height:21.559139784946rem;top:416.68746948243rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Szf6a6GseIsnmfsMM3CV6mJVlEBxgSVL { width:15.25rem;height:8.6875rem;top:437.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZgZTPnp6mdSrMaTwrdFmGLdtEz3UJM { width:12.5rem;height:2.335075rem;top:439.5625rem;left:4rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qsbiaAvNN83UV3GZ19CsC34IpbwbArbf { width:12.5625rem;height:1.23698125rem;top:442.625rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRP0ED6b9qi8TIFT3kwFCAbCPM6aIWua { width:20rem;height:18.585858585859rem;top:447.30120849609rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OnLDsKLi9Af2P1HnAkhTpbuEy2ZAt3dS { width:15.25rem;height:8.6875rem;top:467.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDwvzZrZqddRiW6uWJ0orbfL696sS3Z { width:12.5rem;height:2.33506875rem;top:469.625rem;left:3.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsuqHAXgOf2MZU0GNodxsfLsVAyDEmTJ { width:12.5625rem;height:1.23698125rem;top:473.375rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2I4rCHGNek2EtHE42s80BO1WqTrtabd { width:20rem;height:21.333333333333rem;top:477.50001716614rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pITvGqCSDz52r4uqzsAXuGPi80U4fEC2 { width:15.25rem;height:8.6875rem;top:500.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry4SEVl4O4vPrvA125ruttGugxtB1tca { width:11.3125rem;height:3.7109375rem;top:502.5rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmbVlyTJ4QaJ3aplQ8zPilrNiy56P0N1 { width:12.5625rem;height:1.1002625rem;top:506.625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2EyxJti4Vw9U1X9fbdl8bnyPhlsZ8WT { width:20rem;height:18.820512820513rem;top:512.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DsQu1QcePAta2ydgqq29a8TR3h0XWMk0 { width:15.25rem;height:8.6875rem;top:532.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMtxPrufFIi94JK4TN1JTkCAF4hJCqAJ { width:10.25rem;height:3.50260625rem;top:534.8125rem;left:4.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyWyAfLxiTd7xi6fCfTdx7cOfDcztRR5 { width:12.5625rem;height:1.23698125rem;top:539.0625rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHp25xOmRBy2zPewu6FsUJZp6gDhBMo { width:20rem;height:22.698412698413rem;top:543.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PTyFumy5hbRg0TihqKGJmf9eFO6vcXAS { width:15.25rem;height:8.6875rem;top:567.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3OahM3gS6rdJL0tRd6z51bchUumfFxV { width:10.25rem;height:2.33506875rem;top:569.4375rem;left:4.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iltcfZ99yZKTFDhXsDLAyaSWtQ26Slt0 { width:12.5625rem;height:1.23698125rem;top:573.75rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSm31JyHuEcxyTAkl8WpmcMH3xEklr6P { width:20rem;height:20.348258706468rem;top:578.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EeKDETbUeV7gBeFHRmOeDyL48CWQ4iaL { width:15.25rem;height:8.6875rem;top:600.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuS07yfUd82P2n0XbbeqJUSB6fiRfmaO { width:10rem;height:2.47395625rem;top:602.375rem;left:5.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOsDDKFeO7neQnkhtHXrEBDbe7MelWTK { width:12.5625rem;height:1.23698125rem;top:605.75rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5H5NTaQQLu1pHEpcyKPD38dV17RKwBd { width:20rem;height:20.150753768844rem;top:610.18657421875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h5DVlA1fNUBhJ2nVKHM6uFA5KZGP8NFa { width:15.1875rem;height:8.6517079895735rem;top:631.58632421875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7w9hTpQolsFl4k9u0aluRMxPSRIO2V { width:10rem;height:1.23698125rem;top:634.37603521731rem;left:4.7567253112793rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RaCOqXyKhw00NWC9llHAVPSr7uEWoh9K { width:12.5rem;height:1.23698125rem;top:636.848908905rem;left:3.6304244995117rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { display:block; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container { width:20rem;height:219.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { width:16rem;height:3.02300625rem;top:1.4375rem;left:2.0000001192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { width:10.4375rem;height:10.4375rem;top:4.4609375rem;left:4.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { width:11.125rem;height:11.125rem;top:15.407985687256rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { width:7.5rem;height:7.5rem;top:37.793403625488rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { width:12rem;height:12rem;top:9.9670143127444rem;left:4.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { width:9.0625rem;height:9.0625rem;top:21.455728530884rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { width:7.875rem;height:7.875rem;top:29.918403625488rem;left:6.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIUEwLQGV1dZhE5iglG2gd3JXCr9IOoW { width:9.6875rem;height:9.25rem;top:45.293361663818rem;left:5.5868054628373rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSabr59p6TUIJSeBNyodudvB8XMo5KLE { width:11.75rem;height:12.6875rem;top:53.6796875rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCBUJLgR8EhZdWbVsotXHgT7Fs93KhPZ { width:14.25rem;height:14.25rem;top:63.61718940735rem;left:2.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxPf9aslQS9WchiFLNIl1auRXncaRCi3 { width:17.5625rem;height:17.5625rem;top:70.054729461669rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5Dg3fQp45Gu7VFvrUxcciyg4u1D68w { width:17.5625rem;height:17.5625rem;top:79.3046875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPtmTamryT0hBqigdpFdLWOhCZImuqeQ { width:17.5625rem;height:17.5625rem;top:114.42959308624rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRFPJ6HFS0BOQv0DAvc6Ax9p5t76WRGV { width:20rem;height:20rem;top:87.617192268369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb4oBIOhg8TOrbxelexToTgtRJMBgrxf { width:17.5625rem;height:17.5625rem;top:96.8671913147rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU05g7fa5OfrbgpG6SavOOULFlSMFzPl { width:17.5625rem;height:17.5625rem;top:105.61721992492rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3TAtlZ58z6rTH9GO9ebbDrkbsEyThdc { width:20rem;height:20rem;top:120.67800521851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzK12ECgahzTK68SZfLNHNEn1bHUkKx8 { width:17.5625rem;height:16rem;top:136.99044656754rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8azVb28rIwS993skrtZbL5hXfy6E7gh { width:13.25rem;height:13.25rem;top:131.99047684669rem;left:3.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzKpoSQi3lptxM5cxvdm3HM084u0oxi6 { width:19.6875rem;height:19.6875rem;top:148.36548995972rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUMkJC4AKf3e01aIxT8RTxTlCXGQvJIm { width:20rem;height:20rem;top:159.61543273926rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGQmZRN1Azd9QQTcbbqWSV8yRPfLRzT { width:19.6875rem;height:10.5rem;top:172.80155515671rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6EDAfTQZSSzDxDTOFPqm2VZHqvZnAPt { width:17.875rem;height:17.875rem;top:179.61486816406rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZLAyFPa54cVZXMs3H8slV1G2eE1h9q { width:20rem;height:20rem;top:187.61273819208rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJwOTxAtKT2Hb6T7PXmvIIkuMOr5cqD { width:20rem;height:27.9375rem;top:-0.12548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { width:19.9980625rem;height:10.3993125rem;top:7.69921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEweEAX53VGJDogARrzKe9y8KAZv4exG { width:4.375rem;height:3.0625rem;top:2.8740234375rem;left:0.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TedhRGJd30WSfettFL4KQgATQ6Pgco { width:4.374025rem;height:3.061525rem;top:19.87353515625rem;left:15.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { display:block; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr0hssnWbW9c5Zc8KfIVXoeJ4RLIpKnX { width:19.99925rem;height:2.400175rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ukypa3N42Lb0BwyMI9sMkk3MfkOrDkLJ { width:3.061525rem;height:3.436525rem;top:6.95947265625rem;left:1.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZZWJqBri91LtZDUrOIH1gvly8plQQM { width:15.625rem;height:3.6875rem;top:6.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3F9scUPUhfpyTcl2pwVfkl1gdZHlDTw { top:8.39501953125rem;left:8.18701171875rem;width:11.8125rem;height:2.7495125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn1rXZr3MHXg9myJKhfyB6ekIZsabpHR { display:block; }
 }@media only screen and (max-width: 763px) { #ki42qFSNGebZByBCrChrEsihcppsdDxG { display:block; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xowIv8JIdFxgpBrTShJv97003ObIJUJv { width:7.187125rem;height:3.375rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { width:15rem;height:1.6493rem;top:5.875rem;left:2.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2peQ9EOTOx5VkOWOObTCM6vBkoTvTn9 { width:19.9991875rem;height:8.936625rem;top:8.7746337890625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }