.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:220,242,224;--color-primary-1:149,216,163;--color-primary-2:78,190,101;--color-primary-3:29,162,57;--color-primary-4:16,38,20;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:26,26,26;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:114,114,114;--color-tertiary-4:57,57,57;--headlines-font-family:"MuseoSans-100";--paragraphs-font-family:"MuseoSans-900"; }@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); }#qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ { position:relative;display:none; }#qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ { border-width: 0; border-radius: 0; }#qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ > .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; }#qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy { position:relative;display:block; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy { background-color: transparent; background-image: none; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .row .container > .video-iframe-container { display: none; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .row > .video-iframe-container { display: none; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .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); }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy { border-width: 0; border-radius: 0; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .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; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .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:3.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; }#bxqqQwuMbJQ9DsKDO1I80SV9FSS1NwkX { 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.5rem;width:6.6875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#msPc0m0LwH43AyXkp6SBTgpoCAairL9y { 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/9b47d65e-78e0-40c6-a806-9774bc9ceb02/iPOSkasoterminalenawynajem.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y.adaptive-delivery-prevent-bg, #msPc0m0LwH43AyXkp6SBTgpoCAairL9y.lazyload, #msPc0m0LwH43AyXkp6SBTgpoCAairL9y.lazyloading { background-image: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { background-color: transparent; background-image: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container > .video-iframe-container { display: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row > .video-iframe-container { display: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .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); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { border-width: 0; border-radius: 0; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#CHyJqQxwwUlhEBFxucp934NEcBQvrIQQ { display:block;width:47.25rem;position:absolute;font-family:museosans-500;font-size:4.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:4.875rem;left:0rem;height:4.25021875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#egDhQhXKZLCWzdiGdw59F4LCVFez0Paw { display:block;width:32.25rem;position:absolute;font-family:museosans-300;font-size:1.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10rem;left:0rem;height:6.3008125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mAyNdDIkZkPK1WotEiWqzoOqcWczztaF { display:block;width:34.6875rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:17.125rem;left:0rem;height:1.349825rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DllRL2wqF2P861tXHPzHeTK9l4EKrWHx { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:museosans-500;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:23.5rem;left:0rem;display:block; }
#D7sPpu0EVdTtIGBc9KfSJTFInFCy6Ric { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0ez48QAh4eOCvOOBLU38nRXu8npUkFz { position:absolute;display:block;z-index:15035;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:11.3125rem;width:11.25rem;top:26.125rem;left:53.375rem;overflow:hidden;display:block; }
#Phog5mKoKroli79NTlhdgDz2S4agoctm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f8;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; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container { background-color: transparent; background-image: none; }#Phog5mKoKroli79NTlhdgDz2S4agoctm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container > .video-iframe-container { display: none; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row > .video-iframe-container { display: none; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .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); }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container { border-width: 0; border-radius: 0; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#lieGefi1h5PQeHBvvI017nXpkwnaKlzq { display:block;width:58.6875rem;position:absolute;font-family:museosans-700;font-size:3rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.25rem;left:8.15625rem;height:6.6005rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#foHZOFH2kwvCeVePINzD5J6Of4qscl6t { display:block;width:55.1875rem;position:absolute;font-family:museosans-500;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.375rem;left:9.90625rem;height:1.9487875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uX8gKwtezDGByc3kMpEVasq7pSSwTQBW { display:block;width:55.1875rem;position:absolute;font-family:museosans-700;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:3.4375rem;left:9.90625rem;height:1.6250625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f8;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; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container { background-color: transparent; background-image: none; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container > .video-iframe-container { display: none; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row > .video-iframe-container { display: none; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .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); }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container { border-width: 0; border-radius: 0; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container { font-size:0.875rem;font-family:arial;height:63.375rem;width:75rem;position:relative;display:block; }#szbRWyRfL933HKJLe50PUfrMfhEKQsm7 { box-sizing:content-box;height:55.375rem;width:22.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:-0.0625rem;left:1.4375rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#mJTcRKWolfA6atskhOLllr4CZtozwQ80 { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.0625rem;left:4.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZT4W3JxC235u8oKZXdZmFiiAUvIDpBuS { display:block;width:20.125rem;position:absolute;font-family:museosans-700;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:18.9375rem;left:2.8125rem;height:1.94986875rem;color:#009844;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EoUe6nx2uU0S17zT6lCkFwPrdd6SM5oT { 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:1.1875rem;width:1.1875rem;top:22.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#csGoUJTxutisG6qGClWJBCLdXHdq31kt { display:block;width:14.625rem;position:absolute;font-family:museosans-300;font-size:2.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.3125rem;left:2.8125rem;height:2.5504rem;color:#1d1d1d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZRLhvqtB7TLJdARxwz4rd1XwqGBsR2uP { position:absolute;display:block;z-index:15034;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:13.1875rem;width:19.9375rem;top:1.625rem;left:3.125rem;overflow:hidden;display:block; }
#bFFlDsWKkiW0OmThF1gDlNDA9RMT52cU { 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:1.1875rem;width:1.1875rem;top:24.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#BqEq4iz1lRQ1KdXDCNH9ZCeyBtBlSVTC { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aQtgTlAQhbr9d6t3gRNTn32XJOgsW8TT { 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:1.1875rem;width:1.1875rem;top:27rem;left:2.8125rem;overflow:hidden;display:block; }
#l88q1TucPAMuRliyR0W7cTLxrDN4pBxJ { display:block;width:17.6875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.0625rem;left:4.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WdbWMVAECzRvcKDLyh26MFoT7mySAPAe { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.9375rem;left:4.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tAS7nA1bexlqC6eW1KM0NIpzedDzGKxp { 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:1.1875rem;width:1.1875rem;top:29.125rem;left:2.8125rem;overflow:hidden;display:block; }
#FDx6n0kPJc63lRPZ2XbbON2Dk1DLTL4D { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:31.9375rem;left:4.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nsLydr8R5E0ETGspxvMreZb6KnOmH8QM { 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:1.1875rem;width:1.1875rem;top:31.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#mquii0Brl8V4PGH3Zqr3e5xpCEhMKfEz { display:block;width:15.375rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:35.0625rem;left:4.75rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sxsX8TCphs8zufQJonfiX9UpmISl6dPz { 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:1.1875rem;width:1.1875rem;top:35.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#x566dlTDWzts5f2Zk0OJWLTRWP6r48UI { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:39.5625rem;left:4.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dkcJCbibHrmFlnr8qB4NM7IdoVdOA9mk { 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:1.1875rem;width:1.1875rem;top:39.625rem;left:2.8125rem;overflow:hidden;display:block; }
#iCvIC0T4hUGrMnCldfdmhpLNKc9PDAif { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:42.75rem;left:4.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XqALmXOV8H6dTNNF5wttSuVpFzNF3kkh { 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:1.1875rem;width:1.1875rem;top:42.625rem;left:2.8125rem;overflow:hidden;display:block; }
#VN4Vk2xDMahnsaNIfR3t3n3ca7mtmCUF { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.6875rem;left:2.8125rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NqPle2zMfeQ3sO1TQBG92lEBPi2gL7TA { box-sizing:content-box;height:55.375rem;width:22.0625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:-0.0625rem;left:26.4375rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#XixWqXlFuZ7OHg5aZnkgF2msA7mLnueA { position:absolute;display:block;z-index:15055;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:13.125rem;width:18.3125rem;top:1.4375rem;left:28.4375rem;overflow:hidden;display:block; }
#BhHwrGvzcyifI2S8h9TTfHVJ50pxxI52 { display:block;width:14.625rem;position:absolute;font-family:museosans-300;font-size:2.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:16.3125rem;left:27.8125rem;height:2.5504rem;color:#1d1d1d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n8J2yiwOuI03sPcWCcbsMMDgTkKBmQXM { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.0625rem;left:29.6875rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FdpRkZe4AvN8sV0bzNsxJqGJnxIiiR4N { display:block;width:20.125rem;position:absolute;font-family:museosans-700;font-size:1.625rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:18.9375rem;left:27.8125rem;height:1.94986875rem;color:#009844;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WqmFGIKo5JqLsNGuoF8E25AIDat7Lqll { 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:1.1875rem;width:1.1875rem;top:22.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#NFL1GooCndTg5DTs1Mzhwpsyvu7yAIa2 { 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:1.1875rem;width:1.1875rem;top:24.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#N47JTgvaksn4zPwFcX9woSkItXG3UNoF { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.875rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hKH2INPNlKDydqZta7PRL1xtnQN45RJ2 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:27rem;left:27.8125rem;overflow:hidden;display:block; }
#ohGDT9sHEmyL9F1B4aWTPiR1z51mrezp { display:block;width:17.6875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:27.0625rem;left:29.6875rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wKceW3uS7UzGrn4TEffKqN3xWuTKduO2 { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:28.9375rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CKtarqcVOELHUhqCe8y8ruWZadrRSNvN { 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:1.1875rem;width:1.1875rem;top:29.125rem;left:27.8125rem;overflow:hidden;display:block; }
#BMgTokxM8kMDNTPgRTPcz2kGSisLMmMZ { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:31.9375rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S19NzZBCq14nfZiI2wsxfFCrFZ6MSsUR { 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:1.1875rem;width:1.1875rem;top:31.9375rem;left:27.8125rem;overflow:hidden;display:block; }
#RFH2iOe34qnrTloSSzF2vSW4iR2klq3I { display:block;width:15.3125rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:35.0625rem;left:29.6875rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JxcGtmU1Ti4hZ0CgTCb9902QECqyR96h { 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:1.1875rem;width:1.1875rem;top:35.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#LoGBnCC9Be6slEpUTz0TXpgIkaP4Ofco { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:39.5625rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PAVtKnWqGwEgRDA4Dqe3ldW5ZqwEW6e1 { 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:1.1875rem;width:1.1875rem;top:39.625rem;left:27.8125rem;overflow:hidden;display:block; }
#gMgnugmFPByIVbNO2islrrmcipRxwA1F { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:42.75rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rc0TU6UiTXpyywCuw28IpJgW0TKTnvUF { 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:1.1875rem;width:1.1875rem;top:42.75rem;left:27.8125rem;overflow:hidden;display:block; }
#vK2efOB4DDAVVRlPefeTNdiRAzvA2R0c { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:49.6875rem;left:28.0625rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cs6u2Fs94GCeb8OChEAV5n1x2OXWSllr { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:46.09375rem;left:29.6875rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NHGRCtSqRG04qy9Mt6ypzkStAbka5XCS { 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:1.1875rem;width:1.1875rem;top:46.125rem;left:27.8125rem;overflow:hidden;display:block; }
#LqVUZZhDysPCbG3nqc7dTNJT1HAXK741 { box-sizing:content-box;height:55.3125rem;width:22.0625rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:0rem;left:51.5rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#gKNvkfw0PBDBaXp6kgkGVeW2VrvpHyWV { display:block;width:14.625rem;position:absolute;font-family:museosans-300;font-size:2.125rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:16.3125rem;left:52.875rem;height:2.5504rem;color:#1d1d1d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pvdhkcw6dBppmgJ2eqpQCvUFMpLntoHB { display:block;width:20.125rem;position:absolute;font-family:museosans-700;font-size:1.625rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:18.9375rem;left:52.875rem;height:1.94986875rem;color:#009844;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mRsRKaiCRdCbTdL54yK7RAAPU3ZKEgdC { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22.0625rem;left:54.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oCzZ4ZVy8DMPwo9IFLXv5ItCsd1ydatn { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:23.875rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fODwOxT4CSy3gDqk5nVud7LxBPWTeUm0 { display:block;width:17.6875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:27.0625rem;left:54.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pXcaIFWQXPSnD50vGb40R7TWUqmERRTL { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:28.9375rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#du07JGWwdP1wzZw0CzOulfDURtJbfJVz { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:31.9375rem;left:54.75rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hXle2vB6Fu2MPSO87yfNTV8JtwbrrpIN { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:22.0625rem;left:52.875rem;overflow:hidden;display:block; }
#lyauBy1v5EzzdBoqLclgWMzsRZnIx5ct { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:24.0625rem;left:52.875rem;overflow:hidden;display:block; }
#eCebh1NlGkoX90QMiK9XV9ULXRAKqcVg { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:27rem;left:52.875rem;overflow:hidden;display:block; }
#Vm2BvC3c2zH3VsarrCzIFuyhJauTE01w { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:29.125rem;left:52.875rem;overflow:hidden;display:block; }
#svFCIRXDZeltH30o1mWyAcLE2Iyxv7Tc { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:31.9375rem;left:52.875rem;overflow:hidden;display:block; }
#Vh8mWsviRfK178tEnIcJr6wZhpdkx8Qg { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:35.0625rem;left:54.75rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cTQUhDHe4xqWSchxatD0oXe4r2oN5cyT { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:35.0625rem;left:52.875rem;overflow:hidden;display:block; }
#TrN7BUorHhMxRM4yULQL3ZxytsPCpvPI { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:39.5rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XpRMgipI72Ss1vslxr0cSsSxZWc92oL2 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:39.625rem;left:52.875rem;overflow:hidden;display:block; }
#qsaPW7rzxsxGiOmk1DEyfFl8E3CiD9MU { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:42.6875rem;left:54.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D1AQTGayGnn2xGRzQbZalsoygMxILLOf { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:42.625rem;left:52.875rem;overflow:hidden;display:block; }
#hacEifJk3ox6FEh3oXyfwb6AxTg3Brf0 { display:block;width:15.9375rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:44.875rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E92hIN1L6ZSCe2grhy8rI9EJK4ThVJhL { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:44.9375rem;left:52.875rem;overflow:hidden;display:block; }
#rsSZPWQKeBAJVWTnLTeHhqRD7SUimliN { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:49.6875rem;left:53.125rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E0zFgNxVoZnUSycA1eTcvkLCPMONEqLR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:museosans-500;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:57.8125rem;left:29.125rem;display:block; }
#yuWBu6VyVCdofu0BkGdgdGIbiT7a45hA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0C5X5J7tTN4PbTDTPOM56e2elOdBpay { position:absolute;display:block;z-index:15078;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:15.125rem;width:20.375rem;top:-0.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f8;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; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container { background-color: transparent; background-image: none; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container > .video-iframe-container { display: none; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row > .video-iframe-container { display: none; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .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); }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container { border-width: 0; border-radius: 0; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#MzN97tFdnfbDdeIOL2pgvaG7SKw1vwqt { display:block;width:40.125rem;position:absolute;font-family:museosans-500;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.5625rem;left:17.4375rem;height:3.89756875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OxfAm3ZJ0AmsBKt134ehFegBlM4U7k9z { position:absolute;display:block;z-index:15078;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:20.625rem;width:20.25rem;top:5.4375rem;left:52.3125rem;overflow:hidden;display:block; }
#daGrvvNVAKZc4yn0GO6z0WIwuBJ0N0LD { position:absolute;display:block;z-index:15055;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:16.0625rem;width:20.3125rem;top:9.375rem;left:26.5rem;overflow:hidden;display:block; }
#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f8;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; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container { background-color: transparent; background-image: none; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container > .video-iframe-container { display: none; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row > .video-iframe-container { display: none; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .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); }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container { border-width: 0; border-radius: 0; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#fETgUpvL9KXDFICkvlRaOatlCTlGFHgf { box-sizing:content-box;height:54.25rem;width:22.0625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:-0.0625rem;left:1.4375rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#JazLJlR3WmnUKlXJMUIRPgLKlHigzoW2 { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.0625rem;left:4.75rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fpeWsnuXQrpTvKl9hk8Mbdy2h17rmd8e { display:block;width:20.125rem;position:absolute;font-family:museosans-700;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.1875rem;left:2.8125rem;height:1.94986875rem;color:#009844;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dSZ1smoNSmRTE5ldLGGZbIsuD3JD6rH1 { 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:1.1875rem;width:1.1875rem;top:22.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#r9gg1Azad1gGA6WiEuZsbhkAh2tGbWER { display:block;width:14.625rem;position:absolute;font-family:museosans-300;font-size:2.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:16.5625rem;left:2.8125rem;height:2.5504rem;color:#1d1d1d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FSlPH1NvaM87fuhdhDIFtpHO9wbx8PB2 { position:absolute;display:block;z-index:15034;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:13.75rem;width:18.3125rem;top:1rem;left:3.125rem;overflow:hidden;display:block; }
#PBWg13H9NcHX3l5qwyCn2QJX0X9onOR8 { 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:1.1875rem;width:1.1875rem;top:24.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#ItWT3AMkWDHc1UlAPZbSQAlQZFb260Fr { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.875rem;left:4.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C8TJWuKnf5rooHJNf3Wc5FJAtTKba7cm { 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:1.1875rem;width:1.1875rem;top:27rem;left:2.8125rem;overflow:hidden;display:block; }
#pUHDwMfHgsEa5N6dbTZ1TJIDhZdSm8mG { display:block;width:17.6875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.0625rem;left:4.75rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ctt1t8F1ACORA51MlLCgDVevydQlLpHC { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:30.21875rem;left:4.71875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#khl8PzrxyltzpU2QmtcQvhE96mIERdVh { 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:1.1875rem;width:1.1875rem;top:30.34375rem;left:2.8125rem;overflow:hidden;display:block; }
#DJAFwBkINgufCeHEUEVoQukDrQgps0cI { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:33.46875rem;left:4.71875rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DvmhWBMuyTlU71p8KQ2BFSaBZPfDPmLh { 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:1.1875rem;width:1.1875rem;top:33.5625rem;left:2.8125rem;overflow:hidden;display:block; }
#MgHCWLUqh7wANSAqWKEwE0kNZt6zpVKW { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:38rem;left:4.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fk4xcObVfmGJW00EqUR5KCBp1rTwknTx { 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:1.1875rem;width:1.1875rem;top:38rem;left:2.8125rem;overflow:hidden;display:block; }
#kdefs2UddXMXkQ1Ta6WLAldRJDtzUJiE { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:41.25rem;left:4.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bHmahG9aLLF9eWWuCA3OUuTnwTEsJ98K { 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:1.1875rem;width:1.1875rem;top:41.21875rem;left:2.8125rem;overflow:hidden;display:block; }
#tAskUp26n7iZOyOR7ZXqw7H4yHlLCv8J { display:block;width:18.75rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.6875rem;left:3.375rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NZdRm3wEdm9nva6LMkhdxwUUQlONUV3M { box-sizing:content-box;height:54.3125rem;width:22.0625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:-0.0625rem;left:26.4375rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#OsSx1nlyTTex2C0uggnq1vP9QxCfP2zf { display:block;width:14.625rem;position:absolute;font-family:museosans-300;font-size:2.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:16.5625rem;left:27.8125rem;height:2.5504rem;color:#1d1d1d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ScA6TXUOmJkk7MssfHKTi94k51vQtEVK { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.0625rem;left:29.6875rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ED9PdmfziyA00iJREtzVIenCcxXi5TZ8 { display:block;width:20.125rem;position:absolute;font-family:museosans-700;font-size:1.625rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:19.1875rem;left:27.8125rem;height:;color:#009844;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NXzBd4f19LiAIfE7TKtaXHZkddOTZUzB { 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:1.1875rem;width:1.1875rem;top:22.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#ND6un2FBfP7xVVx6qCOvFqG6NDSZsTLB { 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:1.1875rem;width:1.1875rem;top:24.0625rem;left:27.8125rem;overflow:hidden;display:block; }
#q30XPc4bdiQRIUDLaWBN8i0pDcLf5CVM { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:23.875rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#em5ny5JfwdwkEtw227AXyOLEFViXZOVM { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:27rem;left:27.8125rem;overflow:hidden;display:block; }
#kpHwhy4a84NSwCxSDCd2AOocGU5b3khT { display:block;width:17.6875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:26.9375rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TIf2C9sJTvLXQDtMoPWcE8P6drpOmWtT { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:30.28125rem;left:29.71875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CmQfGQE1QEQp0QMLBcDVmMfft5MWkmHw { 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:1.1875rem;width:1.1875rem;top:30.3125rem;left:27.8125rem;overflow:hidden;display:block; }
#mb4NuE9sWioq9RX6TMoGCf0i8JooF0sM { display:block;width:15.3125rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:33.46875rem;left:29.6875rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dN6v1O4gpma4zvFstPQZCyBhxxyc8RqN { 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:1.1875rem;width:1.1875rem;top:33.59375rem;left:27.8125rem;overflow:hidden;display:block; }
#RWuG6TDPXfr1470FxXqOqwWVBt2S2kiq { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:40.9375rem;left:29.6875rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s1ZJJUSD6a6HG543pUtkTIbTcT0Tf1Wa { 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:1.1875rem;width:1.1875rem;top:38rem;left:27.8125rem;overflow:hidden;display:block; }
#neNERVcmxiPdlEUEVN3lOftsHM0SZ2Fg { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:37.9375rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n1blW8zEcmygE2LxwM3wxz21dq6gMfSf { 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:1.1875rem;width:1.1875rem;top:40.9375rem;left:27.8125rem;overflow:hidden;display:block; }
#Qw8tIwFkcNu2NksMOZqfaKwpGC3oWo2b { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:49.6875rem;left:28.0625rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V9TKfvMuNmEzxphS8r3r3n3MnFJxyymZ { display:block;width:15.875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:42.8125rem;left:29.6875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EcCG5FG25tcTXrb9TGVzwUQxywDgZmTU { 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:1.1875rem;width:1.1875rem;top:42.875rem;left:27.8125rem;overflow:hidden;display:block; }
#ISWwNWGn2K0qd0B180b8ktTsJXyo4774 { box-sizing:content-box;height:54.25rem;width:22.0625rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:0rem;left:51.5rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#XN2LIdykM29hTMRQ9r8XT4d7z306fmpW { display:block;width:14.625rem;position:absolute;font-family:museosans-300;font-size:2.125rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:16.5625rem;left:52.875rem;height:2.5504rem;color:#1d1d1d;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZSd0b9eJrJkt3Z2iznTCIFepRTXHWWbb { display:block;width:20.125rem;position:absolute;font-family:museosans-700;font-size:1.625rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:19.1875rem;left:52.875rem;height:;color:#009844;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qLRhcxix1FJM3exnt4t2K63OClzZPQEM { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:22.0625rem;left:54.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EJudTT2F5ElTbwhnJPknVLJMTzWO7byr { display:block;width:15.1875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:23.875rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vm6cBVVdmJbk4zeRxbmaDVWF07AUofBH { display:block;width:17.0625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:27rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#izv90Ts7mEe5eQX65z1936G7k3k1xCqc { display:block;width:15.5625rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:30.09375rem;left:54.71875rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N1XNAleTsD5Ecx2dFvlmJtgTNS9iZVzJ { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:22.0625rem;left:52.875rem;overflow:hidden;display:block; }
#sRL7GnTTgTDhRf9GFsaxwbDhFWxWcFq2 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:24.0625rem;left:52.875rem;overflow:hidden;display:block; }
#ICbarUhgFaFxyP9oPaCfMaC5KJFhZ2A1 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:27.0625rem;left:52.875rem;overflow:hidden;display:block; }
#fIHihSJJHsJs3GF14eNPUzSONDMrHpl6 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:30.25rem;left:52.875rem;overflow:hidden;display:block; }
#oSohT1BmCtT7SbJiS8sacDVxwJKU1oK2 { display:block;width:15.3125rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:33.28125rem;left:54.71875rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mLFe4aRWKE3EIaNkAuVHugSycaVT2xAI { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:33.25rem;left:52.875rem;overflow:hidden;display:block; }
#q5GGEH7Gb8VSQsfoZ1IiQiP1mOyCn1kV { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:37.875rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KuqgDmdLmWkWLxVa91WmnkXErb5Z8XCA { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:38.0625rem;left:52.875rem;overflow:hidden;display:block; }
#HAVbVNVfWETwXMR3mZfsuqchDMotdDUL { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:41.0625rem;left:54.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qevIbygCQgJtceZsxXoykwGyVtX9O7Zq { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:41.0625rem;left:52.875rem;overflow:hidden;display:block; }
#fNkXAPu1I8fkt555din8bBPoi9egRlHT { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:42.9375rem;left:54.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#POZbMCItpOD7zFFqCsk35IH1I1xRPSMy { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:42.9375rem;left:52.875rem;overflow:hidden;display:block; }
#WynkOHipdXl3aoN1zeCZPFBAcpoOH2vo { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:49.6875rem;left:53.125rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#v5JyMpBnX8ZX7G8yrGv1h56eoLg99Jt5 { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:43.3125rem;left:4.75rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vxp3miiKibwTEhoAWyOHosG9Rh8RUTME { 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:1.1875rem;width:1.1875rem;top:43.28125rem;left:2.8125rem;overflow:hidden;display:block; }
#Kwev3NycetXlZ4byux5LqSOTsTsBhypG { display:block;width:17rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:44.75rem;left:54.75rem;height:2.60053125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hFmIWy0TwuSpMcDcslEZR1T27U9KDIpz { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:1.1875rem;top:44.875rem;left:52.875rem;overflow:hidden;display:block; }
#hTb2IOcQTExhidM9SEpSN585k37SC8qh { position:absolute;display:block;z-index:15034;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:13.6875rem;width:17.3125rem;top:1rem;left:3.125rem;overflow:hidden;display:none; }
#kzekAycMZrSkTDUTuZ0h6S56QU2qJM85 { position:absolute;display:block;z-index:15034;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:13.6875rem;width:13.5rem;top:1rem;left:3.125rem;overflow:hidden;display:none; }
#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f8;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; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container { background-color: transparent; background-image: none; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container > .video-iframe-container { display: none; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row > .video-iframe-container { display: none; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .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); }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container { border-width: 0; border-radius: 0; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#rXqUl9ym4vOw7d4Zbp78IRnxPhFPJBal { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:museosans-500;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:19.875rem;left:29.125rem;display:block; }
#ZU3DU8Rkn3EMh4tDIkhqLS7iWE13yiDw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LsItCKkL5BuE1GTVWRlxQEVMLVaIr6e4 { box-sizing:content-box;height:20rem;width:72.1875rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:1.65625rem;left:1.34375rem;border-top:0.0625rem solid #c9c9c9;border-left:0.0625rem solid #c9c9c9;border-right:0.0625rem solid #c9c9c9;border-bottom:0.0625rem solid #c9c9c9;display:block; }
#Uc2aqyA94zA8MbgabZV4X6evmkFEvZ5C { display:block;width:30.125rem;position:absolute;font-family:museosans-300;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.0625rem;height:1.6250625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sf1UImmApf3EG1xyGHsfXBpIBnTfc46p { 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:1.1875rem;width:1.1875rem;top:6.65625rem;left:3.0625rem;overflow:hidden;display:block; }
#aeHs8tv23thFTTfLzrMsFan8JNmfliCW { display:block;width:31.25rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:6.375rem;left:5.0625rem;height:2.92315rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sAk1CXV06WsIDnM7m9pbqJvM3u5d9vU1 { 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:1.1875rem;width:1.1875rem;top:9.96875rem;left:3.0625rem;overflow:hidden;display:block; }
#h1GwQNl3XntPGPEh7pKwdIiI3RbI4go8 { display:block;width:31.25rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:9.90625rem;left:5.0625rem;height:1.461575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QobBziTcw9aHbH5Q1t2DrEMDcC45nUle { 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:1.1875rem;width:1.1875rem;top:12.28125rem;left:3.0625rem;overflow:hidden;display:block; }
#VCrpokPUeXmUVzLlk1LfT2tQD1Xz39u6 { display:block;width:31.25rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.15625rem;left:5.0625rem;height:1.461575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LZK4oNXP3rh0INx5Bsi1zIxvGF0sFLBa { 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:1.1875rem;width:1.1875rem;top:14.78125rem;left:3.0625rem;overflow:hidden;display:block; }
#r7LMGA97V7OZCG4lWEX6RVkSn1VabrdG { display:block;width:31.25rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:14.53125rem;left:5.0625rem;height:2.92315rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V9AfESO59nrIwoT5eQtJmzmJnrfJp0Sz { display:block;width:18.75rem;position:absolute;font-family:museosans-300;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:3.6875rem;left:48.6875rem;height:1.6250625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o9X7nQpqfVC05HC1LKbTlpiVErTCVIsk { display:block;width:18.75rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:6.53125rem;left:50.5625rem;height:;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GaBofVUrZJEWSsk2CRXLnPyuT68RC7A6 { 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:1.1875rem;width:1.1875rem;top:6.65625rem;left:48.6875rem;overflow:hidden;display:block; }
#tXGuTiD3rq2gblXQNKSKzc5VZpWOxm6P { 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:1.1875rem;width:1.1875rem;top:8.8125rem;left:48.6875rem;overflow:hidden;display:block; }
#W18JLXknhkgdwAVpHHSaw8xmJrO7lZvc { display:block;width:18.75rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:8.71875rem;left:50.5625rem;height:1.461575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rJXGS86u2dcSCovSg5vTCrVbeK5OdeHz { 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:1.1875rem;width:1.1875rem;top:11.15625rem;left:48.6875rem;overflow:hidden;display:block; }
#RzwsDMOfxBSI2zdUPCvHWAvBqktQa2O7 { display:block;width:23.1875rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:11.09375rem;left:50.5625rem;height:1.461575rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 { 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/ccb43db8-b19b-47e1-b4f3-c2c8d52b813d/iPOSbranze.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2.adaptive-delivery-prevent-bg, #PhSXK6mxmWRASQB84hNZG56WzwIHDXc2.lazyload, #PhSXK6mxmWRASQB84hNZG56WzwIHDXc2.lazyloading { background-image: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { background-color: transparent; background-image: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container > .video-iframe-container { display: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row > .video-iframe-container { display: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .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); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { border-width: 0; border-radius: 0; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 { position:relative;display:block; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 { background-color: transparent; background-image: none; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .row .container > .video-iframe-container { display: none; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .row > .video-iframe-container { display: none; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .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); }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 { border-width: 0; border-radius: 0; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .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; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .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:44.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; }#ZpOEMWTRtgxv1fAA7AT7i6ZTLWhaT7fs { 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:37.9375rem;width:48.4375rem;top:11.9375rem;left:13.28125rem;overflow:hidden;display:block; }
#MQT6bvfOibV1NW4emcWpAbo4mOXDvThg { display:block;width:48.25rem;position:absolute;font-family:museosans-500;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.625rem;left:13.375rem;height:5.84635625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HhUUzuSamLbhnS69EbkHiCO03FTIocwk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9f8;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; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container { background-color: transparent; background-image: none; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container > .video-iframe-container { display: none; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row > .video-iframe-container { display: none; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .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); }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container { border-width: 0; border-radius: 0; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#pUDEuDlosH8ABC5OXoFzwvXVtvbq2AqQ { display:block;width:31.3125rem;position:absolute;font-family:museosans-500;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:5.84635625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OgywhKkgu8plx6QILApkPy10gUWdtg04 { display:block;width:23.5625rem;position:absolute;font-family:museosans-300;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.8125rem;left:10.3125rem;height:1.9487875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#itBwTM2NCvBoAaQae0OkpK2n5wiHVrsb { display:block;width:25.6875rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18.125rem;left:10.3125rem;height:5.20106875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#x868pksfF8yh7ScfdFxPZdWw20V4maV3 { position:absolute;display:block;z-index:15031;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:6.625rem;width:6.125rem;top:16.5625rem;left:1.875rem;overflow:hidden;display:block; }
#uZy82T78huCGtAF5NCkJLRaOt49QDE69 { position:absolute;display:block;z-index:15032;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:6.125rem;width:6.125rem;top:25.5rem;left:1.875rem;overflow:hidden;display:block; }
#MdFHXU5NsF7eGKdPBzGTSpFMmgHviogn { display:block;width:20.9375rem;position:absolute;font-family:museosans-300;font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.625rem;left:10.3125rem;height:1.9487875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rmQTTzQh2H4lr5My4eq0cMydub6OdRQH { display:block;width:24.125rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27.875rem;left:10.3125rem;height:3.9008rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#a0VwdDQtFREMG3GoZx1rbgvNTPzvKbTX { position:absolute;display:block;z-index:15032;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:21.5rem;width:22.8125rem;top:6.0625rem;left:44.875rem;overflow:hidden;display:block; }
#OhhfEm6JQElkrJ6A4h1ZHgtSr9vLTc24 { display:block;width:26.1875rem;position:absolute;font-family:museosans-500;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:28.4375rem;left:43.1875rem;height:3.250125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX { position:relative;display:block; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX { background-color: transparent; background-image: none; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .row .container > .video-iframe-container { display: none; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .row > .video-iframe-container { display: none; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .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); }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX { border-width: 0; border-radius: 0; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .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; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .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:33.1875rem;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; }#IxSogsseebd5n6gmGJB0TEP4bKwDZ8Cq { display:block;width:58.6875rem;position:absolute;font-family:museosans-700;font-size:3rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.25rem;left:0rem;height:3.30025625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iE3wwfeXiWX8XT9x0OPCOakATFrANVkA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:32.625rem;top:8.5625rem;left:1rem;overflow:hidden;display:block; }
#CFhfxuEv5mTSPRkDpsgkymAUSfDtLfGn { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:25.8125rem;top:7.625rem;left:39.8125rem;overflow:hidden;display:block; }
#MINNKXNyayBvOpmVmOudQhRxC3TVtCrq { 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:11.625rem;width:30.8125rem;top:18.1875rem;left:39.8125rem;overflow:hidden;display:block; }
#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f8;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; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container { background-color: transparent; background-image: none; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container > .video-iframe-container { display: none; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row > .video-iframe-container { display: none; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .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); }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container { border-width: 0; border-radius: 0; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#eDOTfzCkJl6bdGBgkNftNf7kcoIMecS3 { box-sizing:content-box;height:28.125rem;width:26.625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.3125rem;left:42.9375rem;display:block; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-form-header {  }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:bold;color:#000000;width:20.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:20.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:museosans-700; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-text {padding-top: 0; padding-bottom: 0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:20.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:museosans-700; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:museosans-700;font-size:0.875rem;overflow:hidden; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-select {padding-top: 0; padding-bottom: 0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:20.75rem;height:3.4375rem;font-family:museosans-500;overflow:hidden; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:museosans-700;font-size:0.875rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:museosans-700;font-size:0.875rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:museosans-700;font-size:0.875rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:museosans-700;font-size:0.875rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .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:museosans-700;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.375rem;overflow:hidden;font-style:normal; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .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; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:museosans-700;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-container:first-of-type{padding-top:0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-container:last-of-type{padding-bottom:0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.3727416992188rem;left:44.622142791748rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.75rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.5625rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp {display:block;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.3727416992188rem;left:44.622142791748rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #OQKf4dRWamo0pu5efmUxKeDV1IgAWSDI { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #kCTrvI5hJ4MeG3JDngDsyXfDIx0mueMX { position:relative;display:block; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #kSF8ueXsUa6TvKu9TNTvrPUG63Ig8scM { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #fxNEAgJc2QN09TvZr0qD7kbcQibESs05 { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #b287aE2LbG8vcV1fOsHcgeKM3kcWn6dF { position:relative;display:block; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #r1uR2lIhVBcqDDH7RtySsZAElbzUtmIk { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #cDCTEsWG4SBh8wCgMN7dS8Eb2qZtrbhD { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #TXTlaKvTzAO0uITGRiyUblc0SNmnEnTV { position:relative;display:block; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #SUMPLIByV2yFyWGyQVxC9BRKGXVXGDP1 { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #bewhKTo1byPH61PETZ3pMLOqUTIur0ia { position:relative;display:block;z-index:15000; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #a9MAlFBMBgkwIVzfyhWTwTWM0GJT3iq1 { position:relative;display:block;z-index:15000; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #hHUfLmfdwndEPqeWlNHRzAB98BA5eQXW { position:relative; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #exoQGzHvszagpu1Ety5n3yBtBqksp20z { position:relative; }
#vIr5M3uF1JSH2IzSMBVN8J9d0KceyDQB { display:block;width:20.9375rem;position:absolute;font-family:museosans-300;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.9487875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EIwusTE8Ta5B2O3dCIKBlVVLXPHzPoSL { display:block;width:24.125rem;position:absolute;font-family:museosans-300;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:22.25rem;left:0rem;height:1.30026875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c321LnotCDP7osgfi7PykQ8Q6wwtzV1D { position:absolute;display:block;z-index:15032;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:6.499125rem;width:6.562375rem;top:12.810842514038rem;left:0rem;overflow:hidden;display:block; }
#ye5D3fs32xTtr2wD1BbRzaPm7v72ZEO5 { display:block;width:24.125rem;position:absolute;font-family:museosans-300;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:25.5625rem;left:0rem;height:2.92315rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ftaLdBwkLkn06LA8I3qiUX6vSPXK59Pk { display:block;width:58.6875rem;position:absolute;font-family:museosans-700;font-size:3rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:5.375rem;left:0rem;height:3.30025625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container { background-color: transparent; background-image: none; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container > .video-iframe-container { display: none; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row > .video-iframe-container { display: none; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .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); }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container { border-width: 0; border-radius: 0; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#hC516sLKBkmRlc4B4k1UXplwD9ROgQxX { display:block;width:64.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2.40625rem;left:5.25rem;height:;color:rgba(var(--color-tertiary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ { display:none; }#qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy { display:block; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxqqQwuMbJQ9DsKDO1I80SV9FSS1NwkX { top:1.125rem;left:0rem;width:6.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msPc0m0LwH43AyXkp6SBTgpoCAairL9y { display:block; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHyJqQxwwUlhEBFxucp934NEcBQvrIQQ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egDhQhXKZLCWzdiGdw59F4LCVFez0Paw { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyNdDIkZkPK1WotEiWqzoOqcWczztaF { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DllRL2wqF2P861tXHPzHeTK9l4EKrWHx { width:16.75rem;height:3.4375rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7sPpu0EVdTtIGBc9KfSJTFInFCy6Ric { display:block; }
 }@media only screen and (max-width: 763px) { #d0ez48QAh4eOCvOOBLU38nRXu8npUkFz { top:26.125rem;left:32.9375rem;width:11.25rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phog5mKoKroli79NTlhdgDz2S4agoctm { display:block; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lieGefi1h5PQeHBvvI017nXpkwnaKlzq { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foHZOFH2kwvCeVePINzD5J6Of4qscl6t { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX8gKwtezDGByc3kMpEVasq7pSSwTQBW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ { display:block; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szbRWyRfL933HKJLe50PUfrMfhEKQsm7 { top:-0.0625rem;left:0rem;width:22.0625rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTcRKWolfA6atskhOLllr4CZtozwQ80 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4W3JxC235u8oKZXdZmFiiAUvIDpBuS { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoUe6nx2uU0S17zT6lCkFwPrdd6SM5oT { top:22.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csGoUJTxutisG6qGClWJBCLdXHdq31kt { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRLhvqtB7TLJdARxwz4rd1XwqGBsR2uP { top:1.625rem;left:0rem;width:19.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFFlDsWKkiW0OmThF1gDlNDA9RMT52cU { top:24.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqEq4iz1lRQ1KdXDCNH9ZCeyBtBlSVTC { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQtgTlAQhbr9d6t3gRNTn32XJOgsW8TT { top:27rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l88q1TucPAMuRliyR0W7cTLxrDN4pBxJ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdbWMVAECzRvcKDLyh26MFoT7mySAPAe { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAS7nA1bexlqC6eW1KM0NIpzedDzGKxp { top:29.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDx6n0kPJc63lRPZ2XbbON2Dk1DLTL4D { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsLydr8R5E0ETGspxvMreZb6KnOmH8QM { top:31.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquii0Brl8V4PGH3Zqr3e5xpCEhMKfEz { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxsX8TCphs8zufQJonfiX9UpmISl6dPz { top:35.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x566dlTDWzts5f2Zk0OJWLTRWP6r48UI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkcJCbibHrmFlnr8qB4NM7IdoVdOA9mk { top:39.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCvIC0T4hUGrMnCldfdmhpLNKc9PDAif { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqALmXOV8H6dTNNF5wttSuVpFzNF3kkh { top:42.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN4Vk2xDMahnsaNIfR3t3n3ca7mtmCUF { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPle2zMfeQ3sO1TQBG92lEBPi2gL7TA { top:-0.0625rem;left:9.5625rem;width:22.0625rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XixWqXlFuZ7OHg5aZnkgF2msA7mLnueA { top:1.4375rem;left:13.4375rem;width:18.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhHwrGvzcyifI2S8h9TTfHVJ50pxxI52 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8J2yiwOuI03sPcWCcbsMMDgTkKBmQXM { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdpRkZe4AvN8sV0bzNsxJqGJnxIiiR4N { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqmFGIKo5JqLsNGuoF8E25AIDat7Lqll { top:22.0625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFL1GooCndTg5DTs1Mzhwpsyvu7yAIa2 { top:24.0625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N47JTgvaksn4zPwFcX9woSkItXG3UNoF { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH2INPNlKDydqZta7PRL1xtnQN45RJ2 { top:27rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohGDT9sHEmyL9F1B4aWTPiR1z51mrezp { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKceW3uS7UzGrn4TEffKqN3xWuTKduO2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKtarqcVOELHUhqCe8y8ruWZadrRSNvN { top:29.125rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgTokxM8kMDNTPgRTPcz2kGSisLMmMZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19NzZBCq14nfZiI2wsxfFCrFZ6MSsUR { top:31.9375rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFH2iOe34qnrTloSSzF2vSW4iR2klq3I { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxcGtmU1Ti4hZ0CgTCb9902QECqyR96h { top:35.0625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoGBnCC9Be6slEpUTz0TXpgIkaP4Ofco { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAVtKnWqGwEgRDA4Dqe3ldW5ZqwEW6e1 { top:39.625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMgnugmFPByIVbNO2islrrmcipRxwA1F { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc0TU6UiTXpyywCuw28IpJgW0TKTnvUF { top:42.75rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK2efOB4DDAVVRlPefeTNdiRAzvA2R0c { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs6u2Fs94GCeb8OChEAV5n1x2OXWSllr { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHGRCtSqRG04qy9Mt6ypzkStAbka5XCS { top:46.125rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqVUZZhDysPCbG3nqc7dTNJT1HAXK741 { top:0rem;left:25.4375rem;width:22.0625rem;height:55.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKNvkfw0PBDBaXp6kgkGVeW2VrvpHyWV { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvdhkcw6dBppmgJ2eqpQCvUFMpLntoHB { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsRKaiCRdCbTdL54yK7RAAPU3ZKEgdC { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCzZ4ZVy8DMPwo9IFLXv5ItCsd1ydatn { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fODwOxT4CSy3gDqk5nVud7LxBPWTeUm0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXcaIFWQXPSnD50vGb40R7TWUqmERRTL { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #du07JGWwdP1wzZw0CzOulfDURtJbfJVz { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXle2vB6Fu2MPSO87yfNTV8JtwbrrpIN { top:22.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyauBy1v5EzzdBoqLclgWMzsRZnIx5ct { top:24.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCebh1NlGkoX90QMiK9XV9ULXRAKqcVg { top:27rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm2BvC3c2zH3VsarrCzIFuyhJauTE01w { top:29.125rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svFCIRXDZeltH30o1mWyAcLE2Iyxv7Tc { top:31.9375rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh8mWsviRfK178tEnIcJr6wZhpdkx8Qg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQUhDHe4xqWSchxatD0oXe4r2oN5cyT { top:35.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrN7BUorHhMxRM4yULQL3ZxytsPCpvPI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpRMgipI72Ss1vslxr0cSsSxZWc92oL2 { top:39.625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsaPW7rzxsxGiOmk1DEyfFl8E3CiD9MU { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1AQTGayGnn2xGRzQbZalsoygMxILLOf { top:42.625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hacEifJk3ox6FEh3oXyfwb6AxTg3Brf0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E92hIN1L6ZSCe2grhy8rI9EJK4ThVJhL { top:44.9375rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSZPWQKeBAJVWTnLTeHhqRD7SUimliN { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0zFgNxVoZnUSycA1eTcvkLCPMONEqLR { width:16.75rem;height:3.4375rem;top:57.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuWBu6VyVCdofu0BkGdgdGIbiT7a45hA { display:block; }
 }@media only screen and (max-width: 763px) { #G0C5X5J7tTN4PbTDTPOM56e2elOdBpay { top:-0.3125rem;left:27.25rem;width:20.375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z { display:block; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzN97tFdnfbDdeIOL2pgvaG7SKw1vwqt { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxfAm3ZJ0AmsBKt134ehFegBlM4U7k9z { top:5.4375rem;left:27.5rem;width:20.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daGrvvNVAKZc4yn0GO6z0WIwuBJ0N0LD { top:9.375rem;left:12.875rem;width:20.3125rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz { display:block; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fETgUpvL9KXDFICkvlRaOatlCTlGFHgf { top:-0.0625rem;left:0rem;width:22.0625rem;height:54.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JazLJlR3WmnUKlXJMUIRPgLKlHigzoW2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpeWsnuXQrpTvKl9hk8Mbdy2h17rmd8e { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSZ1smoNSmRTE5ldLGGZbIsuD3JD6rH1 { top:22.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9gg1Azad1gGA6WiEuZsbhkAh2tGbWER { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSlPH1NvaM87fuhdhDIFtpHO9wbx8PB2 { top:1rem;left:0rem;width:18.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBWg13H9NcHX3l5qwyCn2QJX0X9onOR8 { top:24.0625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItWT3AMkWDHc1UlAPZbSQAlQZFb260Fr { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8TJWuKnf5rooHJNf3Wc5FJAtTKba7cm { top:27rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHDwMfHgsEa5N6dbTZ1TJIDhZdSm8mG { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctt1t8F1ACORA51MlLCgDVevydQlLpHC { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khl8PzrxyltzpU2QmtcQvhE96mIERdVh { top:30.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAFwBkINgufCeHEUEVoQukDrQgps0cI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvmhWBMuyTlU71p8KQ2BFSaBZPfDPmLh { top:33.5625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgHCWLUqh7wANSAqWKEwE0kNZt6zpVKW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4xcObVfmGJW00EqUR5KCBp1rTwknTx { top:38rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdefs2UddXMXkQ1Ta6WLAldRJDtzUJiE { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHmahG9aLLF9eWWuCA3OUuTnwTEsJ98K { top:41.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAskUp26n7iZOyOR7ZXqw7H4yHlLCv8J { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZdRm3wEdm9nva6LMkhdxwUUQlONUV3M { top:-0.0625rem;left:9.5625rem;width:22.0625rem;height:54.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsSx1nlyTTex2C0uggnq1vP9QxCfP2zf { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScA6TXUOmJkk7MssfHKTi94k51vQtEVK { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED9PdmfziyA00iJREtzVIenCcxXi5TZ8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXzBd4f19LiAIfE7TKtaXHZkddOTZUzB { top:22.0625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND6un2FBfP7xVVx6qCOvFqG6NDSZsTLB { top:24.0625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30XPc4bdiQRIUDLaWBN8i0pDcLf5CVM { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #em5ny5JfwdwkEtw227AXyOLEFViXZOVM { top:27rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHwhy4a84NSwCxSDCd2AOocGU5b3khT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIf2C9sJTvLXQDtMoPWcE8P6drpOmWtT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQfGQE1QEQp0QMLBcDVmMfft5MWkmHw { top:30.3125rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb4NuE9sWioq9RX6TMoGCf0i8JooF0sM { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN6v1O4gpma4zvFstPQZCyBhxxyc8RqN { top:33.5625rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuG6TDPXfr1470FxXqOqwWVBt2S2kiq { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZJJUSD6a6HG543pUtkTIbTcT0Tf1Wa { top:38rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neNERVcmxiPdlEUEVN3lOftsHM0SZ2Fg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1blW8zEcmygE2LxwM3wxz21dq6gMfSf { top:40.9375rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw8tIwFkcNu2NksMOZqfaKwpGC3oWo2b { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9TKfvMuNmEzxphS8r3r3n3MnFJxyymZ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcCG5FG25tcTXrb9TGVzwUQxywDgZmTU { top:42.875rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISWwNWGn2K0qd0B180b8ktTsJXyo4774 { top:0rem;left:25.4375rem;width:22.0625rem;height:54.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN2LIdykM29hTMRQ9r8XT4d7z306fmpW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSd0b9eJrJkt3Z2iznTCIFepRTXHWWbb { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLRhcxix1FJM3exnt4t2K63OClzZPQEM { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJudTT2F5ElTbwhnJPknVLJMTzWO7byr { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm6cBVVdmJbk4zeRxbmaDVWF07AUofBH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izv90Ts7mEe5eQX65z1936G7k3k1xCqc { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1XNAleTsD5Ecx2dFvlmJtgTNS9iZVzJ { top:22.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRL7GnTTgTDhRf9GFsaxwbDhFWxWcFq2 { top:24.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICbarUhgFaFxyP9oPaCfMaC5KJFhZ2A1 { top:27.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIHihSJJHsJs3GF14eNPUzSONDMrHpl6 { top:30.25rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSohT1BmCtT7SbJiS8sacDVxwJKU1oK2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLFe4aRWKE3EIaNkAuVHugSycaVT2xAI { top:33.25rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5GGEH7Gb8VSQsfoZ1IiQiP1mOyCn1kV { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuqgDmdLmWkWLxVa91WmnkXErb5Z8XCA { top:38.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVbVNVfWETwXMR3mZfsuqchDMotdDUL { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qevIbygCQgJtceZsxXoykwGyVtX9O7Zq { top:41.0625rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNkXAPu1I8fkt555din8bBPoi9egRlHT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZbMCItpOD7zFFqCsk35IH1I1xRPSMy { top:42.9375rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WynkOHipdXl3aoN1zeCZPFBAcpoOH2vo { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5JyMpBnX8ZX7G8yrGv1h56eoLg99Jt5 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxp3miiKibwTEhoAWyOHosG9Rh8RUTME { top:43.25rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwev3NycetXlZ4byux5LqSOTsTsBhypG { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFmIWy0TwuSpMcDcslEZR1T27U9KDIpz { top:44.875rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTb2IOcQTExhidM9SEpSN585k37SC8qh { top:1rem;left:0rem;width:17.3125rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzekAycMZrSkTDUTuZ0h6S56QU2qJM85 { top:1rem;left:0rem;width:13.5rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV { display:block; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXqUl9ym4vOw7d4Zbp78IRnxPhFPJBal { width:16.75rem;height:3.4375rem;top:19.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU3DU8Rkn3EMh4tDIkhqLS7iWE13yiDw { display:block; }
 }@media only screen and (max-width: 763px) { #LsItCKkL5BuE1GTVWRlxQEVMLVaIr6e4 { top:1.625rem;left:0rem;width:47.625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc2aqyA94zA8MbgabZV4X6evmkFEvZ5C { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf1UImmApf3EG1xyGHsfXBpIBnTfc46p { top:6.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeHs8tv23thFTTfLzrMsFan8JNmfliCW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAk1CXV06WsIDnM7m9pbqJvM3u5d9vU1 { top:9.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1GwQNl3XntPGPEh7pKwdIiI3RbI4go8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QobBziTcw9aHbH5Q1t2DrEMDcC45nUle { top:12.25rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCrpokPUeXmUVzLlk1LfT2tQD1Xz39u6 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZK4oNXP3rh0INx5Bsi1zIxvGF0sFLBa { top:14.75rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7LMGA97V7OZCG4lWEX6RVkSn1VabrdG { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9AfESO59nrIwoT5eQtJmzmJnrfJp0Sz { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9X7nQpqfVC05HC1LKbTlpiVErTCVIsk { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaBofVUrZJEWSsk2CRXLnPyuT68RC7A6 { top:6.625rem;left:35.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGuTiD3rq2gblXQNKSKzc5VZpWOxm6P { top:8.8125rem;left:35.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18JLXknhkgdwAVpHHSaw8xmJrO7lZvc { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJXGS86u2dcSCovSg5vTCrVbeK5OdeHz { top:11.125rem;left:35.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzwsDMOfxBSI2zdUPCvHWAvBqktQa2O7 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 { display:block; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 { display:block; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpOEMWTRtgxv1fAA7AT7i6ZTLWhaT7fs { top:11.9375rem;left:0rem;width:47.75rem;height:37.399032258065rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQT6bvfOibV1NW4emcWpAbo4mOXDvThg { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhUUzuSamLbhnS69EbkHiCO03FTIocwk { display:block; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUDEuDlosH8ABC5OXoFzwvXVtvbq2AqQ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgywhKkgu8plx6QILApkPy10gUWdtg04 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itBwTM2NCvBoAaQae0OkpK2n5wiHVrsb { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x868pksfF8yh7ScfdFxPZdWw20V4maV3 { top:16.5625rem;left:0rem;width:6.125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZy82T78huCGtAF5NCkJLRaOt49QDE69 { top:25.5rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFHXU5NsF7eGKdPBzGTSpFMmgHviogn { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmQTTzQh2H4lr5My4eq0cMydub6OdRQH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0VwdDQtFREMG3GoZx1rbgvNTPzvKbTX { top:6.0625rem;left:24.4375rem;width:22.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhhfEm6JQElkrJ6A4h1ZHgtSr9vLTc24 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX { display:block; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxSogsseebd5n6gmGJB0TEP4bKwDZ8Cq { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE3wwfeXiWX8XT9x0OPCOakATFrANVkA { top:8.5625rem;left:0rem;width:32.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhfxuEv5mTSPRkDpsgkymAUSfDtLfGn { top:7.625rem;left:21.9375rem;width:25.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINNKXNyayBvOpmVmOudQhRxC3TVtCrq { top:18.1875rem;left:16.9375rem;width:30.8125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A { display:block; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDOTfzCkJl6bdGBgkNftNf7kcoIMecS3 { top:3.3125rem;left:21.125rem;width:26.625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-regular-label { width:20.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-text { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-text {padding-top: 0; padding-bottom: 0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-textarea { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-select { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-select {padding-top: 0; padding-bottom: 0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-button { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-checkbox-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp  { width:20.75rem;height:auto;top:4.3125rem;left:24.184642791748rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .radio-container { width:20.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp {display:block;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp { width:20.75rem;height:auto;top:4.3125rem;left:24.184642791748rem; }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #OQKf4dRWamo0pu5efmUxKeDV1IgAWSDI {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #kCTrvI5hJ4MeG3JDngDsyXfDIx0mueMX {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #kSF8ueXsUa6TvKu9TNTvrPUG63Ig8scM {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #fxNEAgJc2QN09TvZr0qD7kbcQibESs05 {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #b287aE2LbG8vcV1fOsHcgeKM3kcWn6dF {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #r1uR2lIhVBcqDDH7RtySsZAElbzUtmIk {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #cDCTEsWG4SBh8wCgMN7dS8Eb2qZtrbhD {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #TXTlaKvTzAO0uITGRiyUblc0SNmnEnTV {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #SUMPLIByV2yFyWGyQVxC9BRKGXVXGDP1 {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #bewhKTo1byPH61PETZ3pMLOqUTIur0ia {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #a9MAlFBMBgkwIVzfyhWTwTWM0GJT3iq1 {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #hHUfLmfdwndEPqeWlNHRzAB98BA5eQXW {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #exoQGzHvszagpu1Ety5n3yBtBqksp20z {  }
 }@media only screen and (max-width: 763px) { #vIr5M3uF1JSH2IzSMBVN8J9d0KceyDQB { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIwusTE8Ta5B2O3dCIKBlVVLXPHzPoSL { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c321LnotCDP7osgfi7PykQ8Q6wwtzV1D { top:12.75rem;left:0rem;width:6.5rem;height:6.4373511876417rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye5D3fs32xTtr2wD1BbRzaPm7v72ZEO5 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftaLdBwkLkn06LA8I3qiUX6vSPXK59Pk { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL { display:block; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hC516sLKBkmRlc4B4k1UXplwD9ROgQxX { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ { display:block; }#qrmG8golNdA9Sl9mTT0xfuk7fk8biaIQ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy { display:block; }#HBnMxUPr7SCNbhrDmfJFUwwKtumgJtuy > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxqqQwuMbJQ9DsKDO1I80SV9FSS1NwkX { width:6.375rem;height:1.4375rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msPc0m0LwH43AyXkp6SBTgpoCAairL9y { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e49cde32-5de7-4e3c-96f8-27a1f01ba971/iPOS_baner_hero_mobile_KSeF_LP.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y.adaptive-delivery-prevent-bg, #msPc0m0LwH43AyXkp6SBTgpoCAairL9y.lazyload, #msPc0m0LwH43AyXkp6SBTgpoCAairL9y.lazyloading { background-image: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { background-color: transparent; background-image: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container > .video-iframe-container { display: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row > .video-iframe-container { display: none; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .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); }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { border-width: 0; border-radius: 0; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msPc0m0LwH43AyXkp6SBTgpoCAairL9y > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHyJqQxwwUlhEBFxucp934NEcBQvrIQQ { width:20rem;height:5.125rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #egDhQhXKZLCWzdiGdw59F4LCVFez0Paw { width:20rem;height:5.99888125rem;top:7.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mAyNdDIkZkPK1WotEiWqzoOqcWczztaF { width:20rem;height:1.125rem;top:14.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DllRL2wqF2P861tXHPzHeTK9l4EKrWHx { width:14.4375rem;height:2.875rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7sPpu0EVdTtIGBc9KfSJTFInFCy6Ric { display:block; }
 }@media only screen and (max-width: 763px) { #d0ez48QAh4eOCvOOBLU38nRXu8npUkFz { width:7.875rem;height:7.9375rem;top:33.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phog5mKoKroli79NTlhdgDz2S4agoctm { display:block; }#Phog5mKoKroli79NTlhdgDz2S4agoctm > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lieGefi1h5PQeHBvvI017nXpkwnaKlzq { width:20rem;height:6.18635rem;top:4.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#1d1d1d;display:block; }
 }@media only screen and (max-width: 763px) { #foHZOFH2kwvCeVePINzD5J6Of4qscl6t { width:20rem;height:3.250125rem;top:13.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uX8gKwtezDGByc3kMpEVasq7pSSwTQBW { width:20rem;height:1.461575rem;top:2.71875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ { display:block; }#rnGoMdRTEJ2zqRARoPAF8z70MqgzWweQ > .row .container { width:20rem;height:170.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szbRWyRfL933HKJLe50PUfrMfhEKQsm7 { width:19.875rem;height:50.9375rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTcRKWolfA6atskhOLllr4CZtozwQ80 { width:15.5625rem;height:1.30026875rem;top:20.71875rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4W3JxC235u8oKZXdZmFiiAUvIDpBuS { width:18rem;height:1.65013125rem;top:17.75rem;left:1rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#009844;font-family:museosans-700;display:block; }
 }@media only screen and (max-width: 763px) { #EoUe6nx2uU0S17zT6lCkFwPrdd6SM5oT { width:1.1875rem;height:1.1875rem;top:20.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csGoUJTxutisG6qGClWJBCLdXHdq31kt { width:14.625rem;height:2.3999875rem;top:15.1875rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;color:#1d1d1d;font-family:museosans-300;display:block; }
 }@media only screen and (max-width: 763px) { #ZRLhvqtB7TLJdARxwz4rd1XwqGBsR2uP { width:17.1875rem;height:11.3125rem;top:2.625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFFlDsWKkiW0OmThF1gDlNDA9RMT52cU { width:1.1875rem;height:1.1875rem;top:22.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqEq4iz1lRQ1KdXDCNH9ZCeyBtBlSVTC { width:15.1875rem;height:2.60053125rem;top:22.6875rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aQtgTlAQhbr9d6t3gRNTn32XJOgsW8TT { width:1.1875rem;height:1.1875rem;top:25.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l88q1TucPAMuRliyR0W7cTLxrDN4pBxJ { width:15.25rem;height:2.60053125rem;top:25.59375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WdbWMVAECzRvcKDLyh26MFoT7mySAPAe { width:15.5625rem;height:2.60053125rem;top:28.65625rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tAS7nA1bexlqC6eW1KM0NIpzedDzGKxp { width:1.1875rem;height:1.1875rem;top:28.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDx6n0kPJc63lRPZ2XbbON2Dk1DLTL4D { width:15.5625rem;height:2.60053125rem;top:31.84375rem;left:2.90625rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nsLydr8R5E0ETGspxvMreZb6KnOmH8QM { width:1.1875rem;height:1.1875rem;top:32rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mquii0Brl8V4PGH3Zqr3e5xpCEhMKfEz { width:15.375rem;height:3.9008rem;top:35.0625rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sxsX8TCphs8zufQJonfiX9UpmISl6dPz { width:1.1875rem;height:1.1875rem;top:35.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x566dlTDWzts5f2Zk0OJWLTRWP6r48UI { width:17rem;height:2.60053125rem;top:39.4375rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dkcJCbibHrmFlnr8qB4NM7IdoVdOA9mk { width:1.1875rem;height:1.1875rem;top:39.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCvIC0T4hUGrMnCldfdmhpLNKc9PDAif { width:17rem;height:1.30026875rem;top:42.65625rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XqALmXOV8H6dTNNF5wttSuVpFzNF3kkh { width:1.1875rem;height:1.1875rem;top:42.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN4Vk2xDMahnsaNIfR3t3n3ca7mtmCUF { width:17rem;height:3.9008rem;top:46.3125rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NqPle2zMfeQ3sO1TQBG92lEBPi2gL7TA { width:19.875rem;height:54.125rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XixWqXlFuZ7OHg5aZnkgF2msA7mLnueA { width:17.0625rem;height:12.1875rem;top:55.3125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhHwrGvzcyifI2S8h9TTfHVJ50pxxI52 { width:14.625rem;height:2.3999875rem;top:69.0625rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;color:#1d1d1d;font-family:museosans-300;display:block; }
 }@media only screen and (max-width: 763px) { #n8J2yiwOuI03sPcWCcbsMMDgTkKBmQXM { width:15.5625rem;height:1.30026875rem;top:74.65625rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FdpRkZe4AvN8sV0bzNsxJqGJnxIiiR4N { width:16.4375rem;height:1.65013125rem;top:71.8125rem;left:1rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#009844;font-family:museosans-700;display:block; }
 }@media only screen and (max-width: 763px) { #WqmFGIKo5JqLsNGuoF8E25AIDat7Lqll { width:1.1875rem;height:1.1875rem;top:74.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFL1GooCndTg5DTs1Mzhwpsyvu7yAIa2 { width:1.1875rem;height:1.1875rem;top:76.78125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N47JTgvaksn4zPwFcX9woSkItXG3UNoF { width:15.1875rem;height:2.60053125rem;top:76.6875rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hKH2INPNlKDydqZta7PRL1xtnQN45RJ2 { width:1.1875rem;height:1.1875rem;top:79.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohGDT9sHEmyL9F1B4aWTPiR1z51mrezp { width:15.3125rem;height:2.60053125rem;top:79.625rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wKceW3uS7UzGrn4TEffKqN3xWuTKduO2 { width:15.5625rem;height:2.60053125rem;top:82.4375rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CKtarqcVOELHUhqCe8y8ruWZadrRSNvN { width:1.1875rem;height:1.1875rem;top:82.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgTokxM8kMDNTPgRTPcz2kGSisLMmMZ { width:15.5625rem;height:2.60053125rem;top:85.4375rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S19NzZBCq14nfZiI2wsxfFCrFZ6MSsUR { width:1.1875rem;height:1.1875rem;top:85.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFH2iOe34qnrTloSSzF2vSW4iR2klq3I { width:15.3125rem;height:3.9008rem;top:88.6875rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JxcGtmU1Ti4hZ0CgTCb9902QECqyR96h { width:1.1875rem;height:1.1875rem;top:88.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoGBnCC9Be6slEpUTz0TXpgIkaP4Ofco { width:13.9375rem;height:2.60053125rem;top:93.09375rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PAVtKnWqGwEgRDA4Dqe3ldW5ZqwEW6e1 { width:1.1875rem;height:1.1875rem;top:93.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMgnugmFPByIVbNO2islrrmcipRxwA1F { width:15.625rem;height:2.60053125rem;top:96.15625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rc0TU6UiTXpyywCuw28IpJgW0TKTnvUF { width:1.1875rem;height:1.1875rem;top:96.15625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK2efOB4DDAVVRlPefeTNdiRAzvA2R0c { width:17rem;height:3.9008rem;top:102.8125rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cs6u2Fs94GCeb8OChEAV5n1x2OXWSllr { width:17rem;height:1.30026875rem;top:99.09375rem;left:3rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NHGRCtSqRG04qy9Mt6ypzkStAbka5XCS { width:1.1875rem;height:1.1875rem;top:99.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqVUZZhDysPCbG3nqc7dTNJT1HAXK741 { width:19.875rem;height:53.4375rem;top:110.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKNvkfw0PBDBaXp6kgkGVeW2VrvpHyWV { width:14.625rem;height:2.3999875rem;top:126rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;color:#1d1d1d;font-family:museosans-300;display:block; }
 }@media only screen and (max-width: 763px) { #pvdhkcw6dBppmgJ2eqpQCvUFMpLntoHB { width:15.6875rem;height:1.65013125rem;top:128.5rem;left:1rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#009844;font-family:museosans-700;display:block; }
 }@media only screen and (max-width: 763px) { #mRsRKaiCRdCbTdL54yK7RAAPU3ZKEgdC { width:15.5625rem;height:1.30026875rem;top:131.03125rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oCzZ4ZVy8DMPwo9IFLXv5ItCsd1ydatn { width:15.1875rem;height:2.60053125rem;top:132.875rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fODwOxT4CSy3gDqk5nVud7LxBPWTeUm0 { width:14.9375rem;height:2.60053125rem;top:136rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pXcaIFWQXPSnD50vGb40R7TWUqmERRTL { width:15.5625rem;height:2.60053125rem;top:139rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #du07JGWwdP1wzZw0CzOulfDURtJbfJVz { width:15.5625rem;height:2.60053125rem;top:142.1875rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hXle2vB6Fu2MPSO87yfNTV8JtwbrrpIN { width:1.1875rem;height:1.1875rem;top:131.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyauBy1v5EzzdBoqLclgWMzsRZnIx5ct { width:1.1875rem;height:1.1875rem;top:132.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCebh1NlGkoX90QMiK9XV9ULXRAKqcVg { width:1.1875rem;height:1.1875rem;top:136.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm2BvC3c2zH3VsarrCzIFuyhJauTE01w { width:1.1875rem;height:1.1875rem;top:139rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svFCIRXDZeltH30o1mWyAcLE2Iyxv7Tc { width:1.1875rem;height:1.1875rem;top:142.15625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh8mWsviRfK178tEnIcJr6wZhpdkx8Qg { width:15.1875rem;height:3.9008rem;top:145.25rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cTQUhDHe4xqWSchxatD0oXe4r2oN5cyT { width:1.1875rem;height:1.1875rem;top:145.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrN7BUorHhMxRM4yULQL3ZxytsPCpvPI { width:13.6875rem;height:2.60053125rem;top:149.34375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XpRMgipI72Ss1vslxr0cSsSxZWc92oL2 { width:1.1875rem;height:1.1875rem;top:149.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsaPW7rzxsxGiOmk1DEyfFl8E3CiD9MU { width:14.5625rem;height:1.30026875rem;top:152.3125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D1AQTGayGnn2xGRzQbZalsoygMxILLOf { width:1.1875rem;height:1.1875rem;top:152.28125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hacEifJk3ox6FEh3oXyfwb6AxTg3Brf0 { width:15.9375rem;height:2.60053125rem;top:154.25rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E92hIN1L6ZSCe2grhy8rI9EJK4ThVJhL { width:1.1875rem;height:1.1875rem;top:154.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSZPWQKeBAJVWTnLTeHhqRD7SUimliN { width:17rem;height:3.9008rem;top:158.625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E0zFgNxVoZnUSycA1eTcvkLCPMONEqLR { width:16.75rem;height:3.4375rem;top:165.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuWBu6VyVCdofu0BkGdgdGIbiT7a45hA { display:block; }
 }@media only screen and (max-width: 763px) { #G0C5X5J7tTN4PbTDTPOM56e2elOdBpay { width:19.0625rem;height:14.1875rem;top:110.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z { display:block; }#UDcP0Mdw0A58OaICb14ZWT9eDmLArc3z > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzN97tFdnfbDdeIOL2pgvaG7SKw1vwqt { width:20rem;height:4.87518125rem;top:2.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OxfAm3ZJ0AmsBKt134ehFegBlM4U7k9z { width:20rem;height:20.3701171875rem;top:109.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #daGrvvNVAKZc4yn0GO6z0WIwuBJ0N0LD { width:19.1875rem;height:15.125rem;top:55.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz { display:block; }#NduUOGRWvJxTcDT3RTzkmCXE4H0kl4Tz > .row .container { width:20rem;height:171.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fETgUpvL9KXDFICkvlRaOatlCTlGFHgf { width:19.875rem;height:53.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JazLJlR3WmnUKlXJMUIRPgLKlHigzoW2 { width:15.5625rem;height:1.30026875rem;top:22.375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fpeWsnuXQrpTvKl9hk8Mbdy2h17rmd8e { width:14.625rem;height:1.65013125rem;top:19.75rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#009844;font-family:museosans-700;display:block; }
 }@media only screen and (max-width: 763px) { #dSZ1smoNSmRTE5ldLGGZbIsuD3JD6rH1 { width:1.1875rem;height:1.1875rem;top:22.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9gg1Azad1gGA6WiEuZsbhkAh2tGbWER { width:14.625rem;height:2.3999875rem;top:17.25rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:2rem;color:#1d1d1d;font-family:museosans-300;display:block; }
 }@media only screen and (max-width: 763px) { #FSlPH1NvaM87fuhdhDIFtpHO9wbx8PB2 { width:18.3125rem;height:13.75rem;top:1.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBWg13H9NcHX3l5qwyCn2QJX0X9onOR8 { width:1.1875rem;height:1.1875rem;top:24.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItWT3AMkWDHc1UlAPZbSQAlQZFb260Fr { width:15.1875rem;height:2.60053125rem;top:24.5rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C8TJWuKnf5rooHJNf3Wc5FJAtTKba7cm { width:1.1875rem;height:1.1875rem;top:27.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUHDwMfHgsEa5N6dbTZ1TJIDhZdSm8mG { width:13.9375rem;height:3.9008rem;top:27.625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ctt1t8F1ACORA51MlLCgDVevydQlLpHC { width:15.5625rem;height:2.60053125rem;top:32rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #khl8PzrxyltzpU2QmtcQvhE96mIERdVh { width:1.1875rem;height:1.1875rem;top:32rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJAFwBkINgufCeHEUEVoQukDrQgps0cI { width:15.1875rem;height:3.9008rem;top:35.1875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DvmhWBMuyTlU71p8KQ2BFSaBZPfDPmLh { width:1.1875rem;height:1.1875rem;top:35.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgHCWLUqh7wANSAqWKEwE0kNZt6zpVKW { width:12.5625rem;height:2.60053125rem;top:39.5rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fk4xcObVfmGJW00EqUR5KCBp1rTwknTx { width:1.1875rem;height:1.1875rem;top:39.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdefs2UddXMXkQ1Ta6WLAldRJDtzUJiE { width:13.625rem;height:1.30026875rem;top:42.8125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bHmahG9aLLF9eWWuCA3OUuTnwTEsJ98K { width:1.1875rem;height:1.1875rem;top:42.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAskUp26n7iZOyOR7ZXqw7H4yHlLCv8J { width:17.8125rem;height:3.9008rem;top:48.4375rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NZdRm3wEdm9nva6LMkhdxwUUQlONUV3M { width:19.875rem;height:53.0625rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsSx1nlyTTex2C0uggnq1vP9QxCfP2zf { width:14.625rem;height:2.3999875rem;top:72rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:2rem;color:#1d1d1d;font-family:museosans-300;display:block; }
 }@media only screen and (max-width: 763px) { #ScA6TXUOmJkk7MssfHKTi94k51vQtEVK { width:15.5625rem;height:1.30026875rem;top:77.75rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ED9PdmfziyA00iJREtzVIenCcxXi5TZ8 { width:15.5rem;height:1.65013125rem;top:74.75rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#009844;font-family:museosans-700;display:block; }
 }@media only screen and (max-width: 763px) { #NXzBd4f19LiAIfE7TKtaXHZkddOTZUzB { width:1.1875rem;height:1.1875rem;top:77.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND6un2FBfP7xVVx6qCOvFqG6NDSZsTLB { width:1.1875rem;height:1.1875rem;top:79.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30XPc4bdiQRIUDLaWBN8i0pDcLf5CVM { width:15.1875rem;height:2.60053125rem;top:79.4375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #em5ny5JfwdwkEtw227AXyOLEFViXZOVM { width:1.1875rem;height:1.1875rem;top:82.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHwhy4a84NSwCxSDCd2AOocGU5b3khT { width:13.875rem;height:3.9008rem;top:82.5rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TIf2C9sJTvLXQDtMoPWcE8P6drpOmWtT { width:15.5625rem;height:2.60053125rem;top:86.75rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CmQfGQE1QEQp0QMLBcDVmMfft5MWkmHw { width:1.1875rem;height:1.1875rem;top:86.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb4NuE9sWioq9RX6TMoGCf0i8JooF0sM { width:15.3125rem;height:3.9008rem;top:89.8125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dN6v1O4gpma4zvFstPQZCyBhxxyc8RqN { width:1.1875rem;height:1.1875rem;top:89.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWuG6TDPXfr1470FxXqOqwWVBt2S2kiq { width:14.625rem;height:1.30026875rem;top:97.375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s1ZJJUSD6a6HG543pUtkTIbTcT0Tf1Wa { width:1.1875rem;height:1.1875rem;top:94.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neNERVcmxiPdlEUEVN3lOftsHM0SZ2Fg { width:15.75rem;height:2.60053125rem;top:94.1875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n1blW8zEcmygE2LxwM3wxz21dq6gMfSf { width:1.1875rem;height:1.1875rem;top:97.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw8tIwFkcNu2NksMOZqfaKwpGC3oWo2b { width:17rem;height:2.60053125rem;top:104.5rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V9TKfvMuNmEzxphS8r3r3n3MnFJxyymZ { width:15.875rem;height:2.60053125rem;top:99.6875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EcCG5FG25tcTXrb9TGVzwUQxywDgZmTU { width:1.1875rem;height:1.1875rem;top:99.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISWwNWGn2K0qd0B180b8ktTsJXyo4774 { width:19.875rem;height:57.8125rem;top:111.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN2LIdykM29hTMRQ9r8XT4d7z306fmpW { width:14.625rem;height:2.3999875rem;top:130.6875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:2rem;color:#1d1d1d;font-family:museosans-300;display:block; }
 }@media only screen and (max-width: 763px) { #ZSd0b9eJrJkt3Z2iznTCIFepRTXHWWbb { width:15.625rem;height:1.65013125rem;top:133.125rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.375rem;color:#009844;font-family:museosans-700;display:block; }
 }@media only screen and (max-width: 763px) { #qLRhcxix1FJM3exnt4t2K63OClzZPQEM { width:15.5625rem;height:1.30026875rem;top:135.65625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EJudTT2F5ElTbwhnJPknVLJMTzWO7byr { width:15.1875rem;height:2.60053125rem;top:137.59375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vm6cBVVdmJbk4zeRxbmaDVWF07AUofBH { width:13.875rem;height:3.9008rem;top:140.625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #izv90Ts7mEe5eQX65z1936G7k3k1xCqc { width:15.5625rem;height:2.60053125rem;top:145.0625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N1XNAleTsD5Ecx2dFvlmJtgTNS9iZVzJ { width:1.1875rem;height:1.1875rem;top:135.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRL7GnTTgTDhRf9GFsaxwbDhFWxWcFq2 { width:1.1875rem;height:1.1875rem;top:137.59375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICbarUhgFaFxyP9oPaCfMaC5KJFhZ2A1 { width:1.1875rem;height:1.1875rem;top:140.59375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIHihSJJHsJs3GF14eNPUzSONDMrHpl6 { width:1.1875rem;height:1.1875rem;top:145.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSohT1BmCtT7SbJiS8sacDVxwJKU1oK2 { width:15.3125rem;height:3.9008rem;top:148.0625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mLFe4aRWKE3EIaNkAuVHugSycaVT2xAI { width:1.1875rem;height:1.1875rem;top:148.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5GGEH7Gb8VSQsfoZ1IiQiP1mOyCn1kV { width:15.6875rem;height:2.60053125rem;top:152.4375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KuqgDmdLmWkWLxVa91WmnkXErb5Z8XCA { width:1.1875rem;height:1.1875rem;top:152.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVbVNVfWETwXMR3mZfsuqchDMotdDUL { width:13.625rem;height:1.30026875rem;top:155.8125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qevIbygCQgJtceZsxXoykwGyVtX9O7Zq { width:1.1875rem;height:1.1875rem;top:155.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNkXAPu1I8fkt555din8bBPoi9egRlHT { width:15.0625rem;height:1.30026875rem;top:157.84375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #POZbMCItpOD7zFFqCsk35IH1I1xRPSMy { width:1.1875rem;height:1.1875rem;top:157.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WynkOHipdXl3aoN1zeCZPFBAcpoOH2vo { width:17rem;height:2.60053125rem;top:164.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v5JyMpBnX8ZX7G8yrGv1h56eoLg99Jt5 { width:12.5rem;height:1.30026875rem;top:45.03125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vxp3miiKibwTEhoAWyOHosG9Rh8RUTME { width:1.1875rem;height:1.1875rem;top:45.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwev3NycetXlZ4byux5LqSOTsTsBhypG { width:15.6875rem;height:2.60053125rem;top:160.125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hFmIWy0TwuSpMcDcslEZR1T27U9KDIpz { width:1.1875rem;height:1.1875rem;top:160.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTb2IOcQTExhidM9SEpSN585k37SC8qh { width:19.0625rem;height:15.0625rem;top:55.375rem;left:0rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kzekAycMZrSkTDUTuZ0h6S56QU2qJM85 { width:19.3125rem;height:19.625rem;top:109.75rem;left:0rem;z-index:15079;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV { display:block; }#g7yZ0ZcBd95CcknAkcXLCRWKZnGodPEV > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXqUl9ym4vOw7d4Zbp78IRnxPhFPJBal { width:16.75rem;height:3.4375rem;top:36.78125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU3DU8Rkn3EMh4tDIkhqLS7iWE13yiDw { display:block; }
 }@media only screen and (max-width: 763px) { #LsItCKkL5BuE1GTVWRlxQEVMLVaIr6e4 { width:19.875rem;height:37rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc2aqyA94zA8MbgabZV4X6evmkFEvZ5C { width:18.125rem;height:3.250125rem;top:3.0625rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sf1UImmApf3EG1xyGHsfXBpIBnTfc46p { width:1.1875rem;height:1.1875rem;top:7.4375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeHs8tv23thFTTfLzrMsFan8JNmfliCW { width:17.0625rem;height:3.9008rem;top:7.4375rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sAk1CXV06WsIDnM7m9pbqJvM3u5d9vU1 { width:1.1875rem;height:1.1875rem;top:11.78125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1GwQNl3XntPGPEh7pKwdIiI3RbI4go8 { width:16.9375rem;height:1.30026875rem;top:11.75rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QobBziTcw9aHbH5Q1t2DrEMDcC45nUle { width:1.1875rem;height:1.1875rem;top:16.75rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCrpokPUeXmUVzLlk1LfT2tQD1Xz39u6 { width:15rem;height:2.60053125rem;top:13.75rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LZK4oNXP3rh0INx5Bsi1zIxvGF0sFLBa { width:1.1875rem;height:1.1875rem;top:13.75rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7LMGA97V7OZCG4lWEX6RVkSn1VabrdG { width:15.875rem;height:5.20106875rem;top:16.75rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V9AfESO59nrIwoT5eQtJmzmJnrfJp0Sz { width:11.75rem;height:1.6250625rem;top:23.4375rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o9X7nQpqfVC05HC1LKbTlpiVErTCVIsk { width:16.6875rem;height:1.30026875rem;top:25.90625rem;left:3.09375rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GaBofVUrZJEWSsk2CRXLnPyuT68RC7A6 { width:1.1875rem;height:1.1875rem;top:25.875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGuTiD3rq2gblXQNKSKzc5VZpWOxm6P { width:1.1875rem;height:1.1875rem;top:30.21875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18JLXknhkgdwAVpHHSaw8xmJrO7lZvc { width:16.75rem;height:1.30026875rem;top:28.15625rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rJXGS86u2dcSCovSg5vTCrVbeK5OdeHz { width:1.1875rem;height:1.1875rem;top:28.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzwsDMOfxBSI2zdUPCvHWAvBqktQa2O7 { width:15.4375rem;height:2.60053125rem;top:30.25rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e2babde6-e813-4d8d-a3ad-926e349bffe9/iPOSbranzemobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2.adaptive-delivery-prevent-bg, #PhSXK6mxmWRASQB84hNZG56WzwIHDXc2.lazyload, #PhSXK6mxmWRASQB84hNZG56WzwIHDXc2.lazyloading { background-image: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { background-color: transparent; background-image: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container > .video-iframe-container { display: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row > .video-iframe-container { display: none; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .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); }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { border-width: 0; border-radius: 0; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhSXK6mxmWRASQB84hNZG56WzwIHDXc2 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 { display:block; }#Z7lOFAOt8DqcxvOhgXHF93iZrUBtcdk9 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpOEMWTRtgxv1fAA7AT7i6ZTLWhaT7fs { width:20rem;height:15.625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQT6bvfOibV1NW4emcWpAbo4mOXDvThg { width:20rem;height:8.7694375rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HhUUzuSamLbhnS69EbkHiCO03FTIocwk { display:block; }#HhUUzuSamLbhnS69EbkHiCO03FTIocwk > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUDEuDlosH8ABC5OXoFzwvXVtvbq2AqQ { width:20rem;height:5.84629375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OgywhKkgu8plx6QILApkPy10gUWdtg04 { width:20rem;height:1.461575rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #itBwTM2NCvBoAaQae0OkpK2n5wiHVrsb { width:20rem;height:6.5013125rem;top:18.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x868pksfF8yh7ScfdFxPZdWw20V4maV3 { width:5rem;height:5.4375rem;top:9.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZy82T78huCGtAF5NCkJLRaOt49QDE69 { width:5.125rem;height:5.125rem;top:26.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdFHXU5NsF7eGKdPBzGTSpFMmgHviogn { width:20rem;height:1.461575rem;top:32.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rmQTTzQh2H4lr5My4eq0cMydub6OdRQH { width:20rem;height:3.9008rem;top:34.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a0VwdDQtFREMG3GoZx1rbgvNTPzvKbTX { width:18.5625rem;height:17.5rem;top:42.0625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhhfEm6JQElkrJ6A4h1ZHgtSr9vLTc24 { width:20rem;height:3.250125rem;top:60.8486328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX { display:block; }#bo3dnmm7UQv4WaKDT6RN3KnDs5bfJ7aX > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxSogsseebd5n6gmGJB0TEP4bKwDZ8Cq { width:20rem;height:2.0625rem;top:3.0478515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#1d1d1d;display:block; }
 }@media only screen and (max-width: 763px) { #iE3wwfeXiWX8XT9x0OPCOakATFrANVkA { width:20rem;height:10.8125rem;top:7.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhfxuEv5mTSPRkDpsgkymAUSfDtLfGn { width:20rem;height:7.892578125rem;top:20.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINNKXNyayBvOpmVmOudQhRxC3TVtCrq { width:20rem;height:7.544921875rem;top:29.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A { display:block; }#ylEtBDAVBesJTJP2JGTU21oDRKqxGN1A > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDOTfzCkJl6bdGBgkNftNf7kcoIMecS3 { width:20rem;height:28.125rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-text {padding-top: 0; padding-bottom: 0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-select {padding-top: 0; padding-bottom: 0;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp  { width:17.5rem;height:auto;top:19.875rem;left:0rem; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp {display:block;}#AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp { width:17.5rem;height:auto;top:19.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #OQKf4dRWamo0pu5efmUxKeDV1IgAWSDI {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #kCTrvI5hJ4MeG3JDngDsyXfDIx0mueMX {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #kSF8ueXsUa6TvKu9TNTvrPUG63Ig8scM {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #fxNEAgJc2QN09TvZr0qD7kbcQibESs05 {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #b287aE2LbG8vcV1fOsHcgeKM3kcWn6dF {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #r1uR2lIhVBcqDDH7RtySsZAElbzUtmIk {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #cDCTEsWG4SBh8wCgMN7dS8Eb2qZtrbhD {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #TXTlaKvTzAO0uITGRiyUblc0SNmnEnTV {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #SUMPLIByV2yFyWGyQVxC9BRKGXVXGDP1 {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #bewhKTo1byPH61PETZ3pMLOqUTIur0ia {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #a9MAlFBMBgkwIVzfyhWTwTWM0GJT3iq1 {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #hHUfLmfdwndEPqeWlNHRzAB98BA5eQXW {  }
 }@media only screen and (max-width: 763px) { #AMeARLBByMSQ02TqJ3rTGJMsXL4UJ5qp #exoQGzHvszagpu1Ety5n3yBtBqksp20z {  }
 }@media only screen and (max-width: 763px) { #vIr5M3uF1JSH2IzSMBVN8J9d0KceyDQB { width:12.0625rem;height:1.461575rem;top:8.1875rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EIwusTE8Ta5B2O3dCIKBlVVLXPHzPoSL { width:12.125rem;height:2.60053125rem;top:9.75rem;left:7.5rem;text-align:left;text-align-last:left;font-size:1rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c321LnotCDP7osgfi7PykQ8Q6wwtzV1D { width:6.0625rem;height:6rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye5D3fs32xTtr2wD1BbRzaPm7v72ZEO5 { width:20rem;height:2.92315rem;top:14.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#1d1d1d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ftaLdBwkLkn06LA8I3qiUX6vSPXK59Pk { width:20rem;height:2.0625rem;top:3.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#1d1d1d;display:block; }
 }@media only screen and (max-width: 763px) { #ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL { display:block; }#ekmIpVqDTaP2uee7NXPuO3eBuhFnK8pL > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hC516sLKBkmRlc4B4k1UXplwD9ROgQxX { width:20rem;height:5.24139375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }