.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;
}
@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:#ffffff;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); }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf { position:relative;display:none; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf { border-width: 0; border-radius: 0; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .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; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#mdElaIgnTaeDA2WZ3HarGSwqGp5TNTiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FiOSsZdWRiAbdA4ZKpArWpRoB18WPLgP { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1015625rem;left:5.25rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#uN2snTUkT7fz1ObI8Lqbmhrx1I0fOnt5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yGiadAopA353csOB1hR3sJxoQyzVpxlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M { position:relative;display:block; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M { background-color: transparent; background-image: none; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container > .video-iframe-container { display: none; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row > .video-iframe-container { display: none; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .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); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M { border-width: 0; border-radius: 0; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .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; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#Kt2QWhwC1pKfgEmpZFiAeXfVJf8Esq3o { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d494a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3rem;left:22.9375rem;display:block; }
#QDXTCdEwznGMoLD0dsX1WqSeDHqxb0IK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uamc9rsyk3VUqG9fCriHFztJJkUanJQn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d494a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3rem;left:28.5rem;display:block; }
#bKxFcw6oyEnf31vCJx1QdcA0JVPprr92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sfExsZWGxh15A4rbI9l0TAlIgbP6DuZ7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d494a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3rem;left:35.0625rem;display:block; }
#dNx2Bt566wTLPF05Cfdo69Q2A6QRTvBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOz8eEyoqvQ5nmf1zIx3lpur0BJknh35 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d494a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3rem;left:41.5625rem;display:block; }
#TtFtOTSPoFHHiG9R09c0zAefHnnPaQT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v9I0nFUsc524fdmDMO1E5D3bCzZ1B91s { color:#4d494a;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:2.46875rem;left:61.0625rem;height:1.3125rem;display:block; }
#cTshAB7NBQDsmAeeViz8fHTdo7X98cx6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.96875rem;left:61.8125rem; }
#ZSVLW0HR5FhBw0ITSqIDenCDZnsp9Kby { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:3.5625rem;left:63.375rem;display:block; }
#L9Cw2TTUd7C1DrnTL58HITNw7iTGJGAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeHPkImJLfCOTA2re0XMivDder4V0abK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.8125rem;width:73.125rem;display:none; }
#DlIHqtx6QwoN2RGcXqPTyvwiTElRrwVW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:14.8125rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#ZFxytXdzk0xMHZDpaGbKaATNAbTCSA30 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4d494a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3rem;left:47.5rem;display:block; }
#mJBzVB9POkfsD42ceEMDLDdhKZKZx8Ui { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7338f054-6722-4f14-a710-ab677c4a5ada/CD141D45D72C4D2D97F4208468BB7F31.jpeg");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; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I.adaptive-delivery-prevent-bg, #GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I.lazyload, #GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I.lazyloading { background-image: none; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container { background-color: transparent; background-image: none; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,57,0.81); }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container > .video-iframe-container { display: none; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,57,0.81); }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row > .video-iframe-container { display: none; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .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); }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container { border-width: 0; border-radius: 0; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#eGdI2okFZDBZMWIEJWWMNxuys7XpVzTQ { color:#ffffff;display:block;width:60.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1015625rem;left:5.25rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dRNxmTlCFevlK0bZE15NHhTMGHrEhEik { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.25rem;height:2.11230625rem;font-style:normal;display:block; }
#EQFgGPrSXoy0SUOKQUVyvsmKcVnrymvE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.375rem;left:5.25rem;display:block; }
#R5nWPCySMCKLPWgvVpH4uBuergXzkT4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1DdqAFpCFIDLhSSkHtTQ4PkhpOVqLJb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.8125rem;top:11.0625rem;left:26.5625rem;overflow:hidden;display:block; }
#oWDM0vwdXBkKrWRBlKPPVakZXBnFyp1D { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:26.5625rem;height:1.13671875rem;display:block; }
#GV5teL2pvvklCvy3cDMCdzVEyhbv271D { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:7.625rem;height:1.0556625rem;font-style:normal;display:block; }
#zueHlrUPTvxw3igEhxcO9TCf4Fcpqy3K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.0625rem;left:5.25rem; }
#ReS9aUNfGzGs47KRtaM1wo8cQ8hDOAh4 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.57421875rem;left:7.5rem;height:2.5996125rem;display:block; }
#Qtp0IDJqK7WDOhXid3nZLOoBKGTEHyLM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:23.0625rem;left:23.3125rem; }
#eer4uLKHW8u9nF7pmZHgi80yHLO2DmRq { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.57421875rem;left:25.75rem;height:2.5996125rem;display:block; }
#CxU6lHkSc6R019XtCoPIaT9xSKTg7Phy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.0625rem;left:42.625rem; }
#sdy1f1c8GBTNelzCtsq34dIOddIntOHg { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.57421875rem;left:45.125rem;height:2.5996125rem;display:block; }
#UVPL3zSQNR1kcauaeblAzh7bEkngOdF9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.0625rem;left:58.875rem; }
#bGnrgglwLCLsdWGJBTpekt4SQA6z6RUt { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.57421875rem;left:61.3125rem;height:2.5996125rem;display:block; }
#aFbIGE5okLhyNf4xSxTpH6HIcUQmHLnG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:21.75rem;left:5.0625rem;display:none; }
#DPpgxSoIqSL22BAb0F5ygc10mZZDtSbP { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.25rem;left:2.25rem;display:none; }
#kB7gJVdeKEIo9Kr3lLTVownentJDgShf { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:26.5625rem;left:2.25rem;display:none; }
#rTIJMz2Ldmil0eteiRsQhEudArTQVeyf { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:30.1875rem;left:2.25rem;display:none; }
#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA { position:relative;display:block; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA { background-color: transparent; background-image: none; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row .container > .video-iframe-container { display: none; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row > .video-iframe-container { display: none; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .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); }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA { border-width: 0; border-radius: 0; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .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; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:126.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; }#SSAAAhAq3LEdswkkPHpvtTWQTs2FsSFM { 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:23.875rem;width:36.1875rem;top:6rem;left:0rem;overflow:hidden;display:block; }
#Dt6ZSI19VAWB6bSRFQW7fRNWLAaQNzMg { color:#4d494a;display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:38.1875rem;height:4.2246125rem;font-style:normal;display:block; }
#ffquPLgLLvqWsDmiM3Ot5l3O5xQ1TpSy { color:#4d494a;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.3876953125rem;left:38.1875rem;height:7.5rem;display:block; }
#ceQu21Z5Ne45CimOZfRvvvS2nO0yvOUN { color:#4d494a;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.6875rem;left:41.625rem;height:1.0556625rem;font-style:normal;display:block; }
#u7etgK4QUr15pwC79sTSbckSUtVzCke2 { color:#4d494a;display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37.3125rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#qC5CypPfTHxZ4GwA0zNOvi5BwVdoolyH { box-sizing:content-box;height:27.4375rem;width:75rem;position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.7);background-image:none;top:94.78125rem;left:0rem;display:block; }
#tuFv7qHPtZpNo5FNVBiwUDpqMoks98FW { color:#4d494a;display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:97.2265625rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#nD4mNpb9nUu3El6Lvr2qUQdClTxD2Azr { color:#4d494a;display:block;width:40.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:101.8115234375rem;left:1.25rem;height:12.79688125rem;display:block; }
#mPlfyq4qzIKmxaAZHRdsQfWbdAb0SQQ9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:27.125rem;top:94.8125rem;left:47.875rem;overflow:hidden;display:block; }
#WQEnPWtei0i8I350UpgX4pRq136kSlo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#gIeiLA7lQRio5RGHdtvCVoGBnhpdrQeH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#akVtUiCrwoQyfRzbGvTCzdzL62uq8c77 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#U1xttV0snvxg0wLQMzGlHdRfSeKos7VT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#cgrdHfruX6BEiSuxQOXN2F6Z93T4sRL5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#qqLan8wfNmb7xoEpTPs7VyrM35wGTIPQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#DhvNECTpBv7xtGAXPbQIO6k2caCuT8ig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#UUUlCi9u1NT2fi4imCpOXikoNHaDt1TO { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.6875rem;left:38.1875rem;display:block; }
#mxUruvUe2eoCLw9agfuU7XmLxS5UoGep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hpc7OKdcTDFi8FTs7K2E3TotXS1CxBV8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:#5d92ff;background-image:none;top:40.1748046875rem;left:0rem;display:block; }
#aOyGvemlTEh8eHbHVEqV3Mm5i3nh60V3 { color:#4d494a;display:block;width:69.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:41.5751953125rem;left:0rem;height:6rem;display:block; }
#UZQaouM8rNb18hBQl1wUqcIzLRyMzWc1 { color:#4d494a;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:50.4248046875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#kbaErGgXAAUeHIZ7bJ2p1zisWvyzLhDc { color:#4d494a;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50.4248046875rem;left:25rem;height:1.7871125rem;font-style:normal;display:block; }
#Q2U8dNrLlr318kCIaLxDorDEBQfm9K8J { color:#4d494a;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.4248046875rem;left:53.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#xeFK6F257Gtnd6fOa2VNkWrFKPzOvbe5 { color:#4d494a;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:53.7001953125rem;left:0rem;height:9.597675rem;text-align:left;text-align-last:left;display:block; }
#ONQzF1B5tSfUqOduQRipW5lpiOy8M2Cg { color:#4d494a;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:53.7001953125rem;left:25rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#ZVy1Td1Pqe0SEWqnzfT7CrfGS44Reekz { color:#4d494a;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:53.7001953125rem;left:53.3125rem;height:7.9980625rem;text-align:left;text-align-last:left;display:block; }
#PFqyLaGl6IgNtolPHFP24kOvHWqwxx1F { color:#4d494a;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:71.6123046875rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#K5MxaCWcTDIEw47vPTXdQ8xztIOKxUmC { color:#4d494a;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:74.8876953125rem;left:0rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#QNAmt67wST5T29mPfbqorzUCaCzOJNTi { color:#4d494a;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:71.6123046875rem;left:25rem;height:1.7871125rem;font-style:normal;display:block; }
#WR40QufCtCWIJEyNdT8xN0PeTyNfQa8b { color:#4d494a;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:74.8876953125rem;left:25rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#nOFTldkCmfb4y2eSlSuCLxvdVoco0iry { color:#4d494a;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:71.6123046875rem;left:53.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#vzWDKUS4E9xlTqpX9nPa6XUgtG9oC0Q3 { color:#4d494a;display:block;width:21.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:74.8876953125rem;left:53.3125rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#Gg8ixITDDbvETTWMT603CThdtLtcEndH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:117.2451171875rem;left:1.25rem;display:block; }
#HtOWv6uED8S9BAQqTEd45z9EB9JIclEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U { position:relative;display:block; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U { background-color: transparent; background-image: none; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row .container > .video-iframe-container { display: none; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row > .video-iframe-container { display: none; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .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); }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U { border-width: 0; border-radius: 0; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row .container > .video-iframe-container { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60rem;width:75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;position:relative;display:block; }#fKUvMKpL9QrhNrluy2Wrt8XsMGiRr5Pn { color:#4d494a;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.34375rem;left:0rem;height:3.0869125rem;font-style:normal;display:block; }
#c8aKpsLNfdmd1nJOTpsJ333cJoP5fJhs { color:#4d494a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:8.3671875rem;left:0rem;height:5.39941875rem;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; }
#mv7EQZazq0VOqJ7V5thxsLzlTmDQQc6E { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:49.443359375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#e5e4E0eSmc5luvgtkuhVEqeHR7Wh16a7 { color:#4d494a;display:block;width:62.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.5rem;left:1.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#Sp2BvIP4J7SMaVRnQ0s9ecSKb9yyd5S2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:50.755859375rem;left:59.375rem;display:block; }
#Moe7hmBuZ6pMfseiiHkquLLHFNp8fhi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srZipO8xxDKW3LXOSFTqRiqEZSo5DT3n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.6875rem;left:0rem; }
#cT2Hc5gOPAItDiftwHMSMvmFy41xLOfB { color:#4d494a;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.41796875rem;left:3.5rem;height:1.29980625rem;display:block; }
#MzbNzxM8g27vDwqeuSGTaAfyJNrvIfq8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.8125rem;left:0rem; }
#rf67cKdcUTsuhNPTVsvbfPfU02KfgI4X { color:#4d494a;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.193359375rem;left:3.5rem;height:1.29980625rem;display:block; }
#U8AlwGIokxHgohTWRRUmdBdX4zr6P9MP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.0625rem;left:0rem; }
#KtHiTJmyru5sJvJ3XHL1kawzrEScBd3W { color:#4d494a;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.443359375rem;left:3.5rem;height:1.29980625rem;display:block; }
#O8tTgWTRRF9mL76IC04lkEBwV8BJJLe6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:30.3125rem;left:0rem; }
#dpTANDrAICVZ6MrgCE3ot4Ciy2HP3Fs4 { color:#4d494a;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30.693359375rem;left:3.5rem;height:1.29980625rem;display:block; }
#pGEhrUqVxEg9H2atU5RoqhHRcWmJv0oi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:35.1875rem;left:0rem; }
#IeHGIdDStrlZkANVxTVKeOx6rX7ah6JA { color:#4d494a;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.568359375rem;left:3.5rem;height:1.29980625rem;display:block; }
#KJlLpu1eLwpwvrEZOxQUeeKRAiWaU4Il { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:39.75rem;left:0rem; }
#oRUTXbEL7vxm58LUSeKM6qDrvGy87Ku4 { color:#4d494a;display:block;width:71.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.130859375rem;left:3.5rem;height:2.5996125rem;display:block; }
#DcxBsSpo0MNHB4h4IAPdZSkdOLsud1Zd { color:#4d494a;display:block;width:62.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.5rem;left:1.8125rem;height:1.94921875rem;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:120rem;width:75rem;overflow:visible;position:relative;display:block; }#I7ar0sXi3oNHn4Wro2OrHCLkCtwwnrPK { color:#4d494a;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#G2uq6190mLZSGWGTVcvrrTvn79OmxnIc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.65234375rem;left:0rem; }
#AsHFKelaVAAzq62Uy7CVgNXoTPrUnpxR { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.033203125rem;left:3.4375rem;height:1.29980625rem;display:block; }
#TnXhMNQTCdzqlfnomqQcHZwXJeZIhSt7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.84375rem;left:0rem; }
#qT4ERsHJLepmT5VfmMvlRnWu4N9O3H56 { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.224609375rem;left:3.4375rem;height:1.29980625rem;display:block; }
#WB0vyd9C2VfPrKONHlD6OLGroMnhk5Qc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20rem;left:0rem; }
#JWZCAdszmqIHndRUCPZdX1rzCqEJ1biN { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.693359375rem;left:3.4375rem;height:1.29980625rem;display:block; }
#p9rgCpOqXl6KT5bdGoBvAaV8KpMdbk7g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.3125rem;left:0rem; }
#iwN2DVdFpP9EtKF0R647Ro5RuPWh9cBb { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.380859375rem;left:3.4375rem;height:1.29980625rem;display:block; }
#EJ8ksTHdzdVIr6JrrD6Zrlp888ayPPqR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.25rem;left:0rem; }
#R6WKq3E09sMLwNV5n4vMPK9TN6RIthuG { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.630859375rem;left:3.4375rem;height:1.29980625rem;display:block; }
#ns2bHEPbDv8fz0ScEukauCHsUMMnyAGt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:29.58984375rem;left:0rem; }
#eETUWpyOd2HXO7SCU5pkU2FdiuXTFUem { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.970703125rem;left:3.4375rem;height:1.29980625rem;display:block; }
#xPAuJheIBT57VDFwJcsXNaOhZ5tsAsa6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:32.5rem;left:0rem; }
#zWyg9FNkTh2xa3fM9RdOvQ8LfFXnrkZp { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:32.880859375rem;left:3.4375rem;height:1.29980625rem;display:block; }
#xuWBtFhX4iLw3FeaziExSvdNSeivT6R5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:35.8125rem;left:0rem; }
#QMHlTVwPRI1EJF0vJHylu1U3EeehoCfW { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:36.193359375rem;left:3.4375rem;height:1.29980625rem;display:block; }
#ShAX3XGW0fGKaOCIxBAFlvxptfVutkqR { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.033203125rem;left:43.1875rem;height:1.29980625rem;display:block; }
#HuzXaLurTLiAB9Zd0I7HGKyRCbwrlFJq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:17.0625rem;left:40rem; }
#knvuccmb63btcXyZTQyRT9guFmVU062b { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.224609375rem;left:43.1875rem;height:1.29980625rem;display:block; }
#LwU9eU3sXZTylDS5P2egLrU4AOv7PMvx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20rem;left:40rem; }
#aL3vBQSvcAWfMqTzIKXa9QIR3MZVeHUf { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.380859375rem;left:43.1875rem;height:1.29980625rem;display:block; }
#DMPTgM59z4NwzrGdth7dfeJZOVTMcnse { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.3125rem;left:40rem; }
#aVGGRnZqL4LUKrLwdC195tCVQD5F4BGo { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.693359375rem;left:43.1875rem;height:1.29980625rem;display:block; }
#R5laIy5ONh5owZCPexBbi36fs7SgQA6d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.25rem;left:40rem; }
#oKgZr0JXUmOi93KCvfv552NlpnnA8Tfz { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.630859375rem;left:43.1875rem;height:1.29980625rem;display:block; }
#nhcQwNmmH3dX5kmFENTpvv43b3e4VXty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.5625rem;left:40rem; }
#e41TaT7AefpT0MvdgDybmL9yzMIzstaU { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.970703125rem;left:43.1875rem;height:1.29980625rem;display:block; }
#idW1kXJeMwzyBaHQ5lCd6CBF4kTwsUnI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.5rem;left:40rem; }
#fQR4R4W224WLyL6kSHWsfuiXvVg4cPLP { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.880859375rem;left:43.1875rem;height:1.29980625rem;display:block; }
#mWDA4ImKHKvfPJxV6QLcLIyRFrsg2qSD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.8125rem;left:40rem; }
#R9mXsoJE1aUx829QquBdmey9ZJGebl8M { color:#4d494a;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36.193359375rem;left:43.1875rem;height:1.29980625rem;display:block; }
#G9xzwKQ8FIwr4yrVoxv7FFtek1IKlidH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.75rem;left:40rem; }
#uuZXFweD1qxTh6U10HhG2wQVZnFIAyuf { color:#4d494a;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.2197265625rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#kDW8wFxtHt55GaqJawxAcDkaAyl6wFSR { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.4);background-image:none;top:53.4375rem;left:0rem;display:block; }
#xzVhStPThOFCxhAlKagQkBkoxRWxVqiq { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.4);background-image:none;top:53.4375rem;left:39.3125rem;display:block; }
#Zcta6wZEdA9QeqyzkkVs1Z2TWCdcBmag { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:27.875rem;top:57.90625rem;left:3.90625rem;overflow:hidden;display:block; }
#QKAZtVxrT96Mui9ygTzVissIw1bwMskn { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:15.25rem;top:53.84375rem;left:49.53125rem;overflow:hidden;display:block; }
#Ju9UP3hZUEh56OxZeqATZX8AdCkfJ28s { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15024;background-color:rgba(227,227,227,0.4);background-image:none;top:84.4375rem;left:0rem;display:block; }
#ZsyTs7fcPk9KTdDON5oA9SLoENr1FKtv { color:#4d494a;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:71.0078125rem;left:0rem;height:4.548825rem;font-style:normal;display:block; }
#npz7ASVesAvqClJXZnN9Pws2a2lC0QCt { color:#4d494a;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:76.193359375rem;left:0rem;height:6rem;display:block; }
#Q5bLQNuXVNSycTtArGLC6Gycau3V6qC8 { color:#4d494a;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:71.0068359375rem;left:39.375rem;height:4.548825rem;font-style:normal;display:block; }
#WL0ude86mxkIO3wDsRtyCPEd90q7lTXf { color:#4d494a;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:76.193359375rem;left:39.3125rem;height:6rem;display:block; }
#ri4TO35g93oVwpryS7bDZXw2hTKMWwGk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:20.25rem;top:86.25rem;left:7.71875rem;overflow:hidden;display:block; }
#iOKA84NP0nXDRPZHxp3bISzZMSl5EVh1 { color:#4d494a;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:102.3203125rem;left:0rem;height:4.548825rem;font-style:normal;display:block; }
#I0KI8v3esxlRa6h5HdWp1PV4TTsvPF0k { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(227,227,227,0.4);background-image:none;top:84.4375rem;left:39.3125rem;display:block; }
#iDP0IblII7UAmO0AH5x7zImJ9bvzEUyn { 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:6.25rem;width:18.75rem;top:89.3125rem;left:47.78125rem;overflow:hidden;display:block; }
#Hb5JR4WFK2uTeRSbvyO0MV0b8MbdUCgN { color:#4d494a;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:107.818359375rem;left:0rem;height:6rem;display:block; }
#ScKv38wwUXAVr0vMcugR2asRWUm2Tl5W { color:#4d494a;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:102.3193359375rem;left:39.375rem;height:6.8232375rem;font-style:normal;display:block; }
#PlcMeoNqOPW43Xn9dv1B5Cy8Tl0Q0yPm { color:#4d494a;display:block;width:34.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:107.818359375rem;left:39.3125rem;height:6rem;display:block; }
#uepAfC6knksW8CSgnLTpXgCnPBRDVAB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#l78TEhEAMBVCzVdSTGIFKDHVgee9zEcC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#lTiJ7p7oqvyhBJAQcKcTBAPxBTcN0m2X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#AIMSiMtnpaKacPH21OkQKXCobwbl0wUR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#DMeF8Gi7Pn450uoO5dqVD0mT10MLVPl7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#Lc9BBlZzdz4101Pk4Tn42ySOiACwSc1c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#PtemWbDiiOp3UDaLQTGWtPJJMnKfJPqh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#U1wvTFHTlmHm2NBaAr2PA5AJe1f3pTEf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#srsEFnDWzcOdtcAsu6UrPFZmqWVvnZ1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#LlZrCoVGzJRmnNMV1d4Juy7HqaH2Ta4l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#XDK1zULIn7qMf8egQvNN57K01RlG22hH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#O9T8HvesETucb15ZJ2ty0bSohTUU0v4M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#nkESa8e9pqxArHhZfaToORJRFLiTnG3Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#uGffPmBg6s0VvzJT2LlVZLMxJfQthNDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#QXGT5JEvskOWJQudg2yKhxMh8oagSuTu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#Hx6BNdMBqsheid9a7JdZRJJ3zf81C15f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.9462890625rem;left:0rem;display:none; }
#MVF7Qpeg8I42Nyy5f6gyRS9dvSvMgmm9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xq3XR4ItSRqEzay6ATIsv6KNDLLnozNF { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.4);background-image:none;top:53.4375rem;left:0rem;display:none; }
#enT9B3dFFkt8Xa1927aCpCRsfRMHtqKI { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.4);background-image:none;top:53.4375rem;left:0rem;display:none; }
#FrawkcBf2Tyh6h0ZiRlexZ7o7BcIS4o2 { box-sizing:content-box;height:16rem;width:35.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.4);background-image:none;top:53.4375rem;left:0rem;display:none; }
#zHGsvwzJSXesOrU2reXcbuTc6U9QE2nG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.7138671875rem;left:56.90625rem;display:none; }
#R9xKVsc08fFNPiGRyaoWk4fEu132fKPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmatwInu7h9KTAoaIVVkViL6W3Lmo9Wk { color:#4d494a;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:59.0625rem;height:1.0556625rem;font-style:normal;display:none; }
#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.5);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; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container { background-color: transparent; background-image: none; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container > .video-iframe-container { display: none; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row > .video-iframe-container { display: none; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .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); }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container { border-width: 0; border-radius: 0; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#fIyKoxydSuzL1T0HsnzVXHtg4oRbTXLh { color:#4d494a;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.1328125rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#QF4IHZ1LTTIo08HQXp7x0QFU6ENRMuex { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.7138671875rem;left:56.90625rem;display:block; }
#orlQDwuvzPNc8xd2qFx1oeGuG45s5LmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbvVEzNPLUKsAsSxIIGz9F0xDJbGCZzn { color:#4d494a;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:59.0625rem;height:1.0556625rem;font-style:normal;display:block; }
#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container { background-color: transparent; background-image: none; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container > .video-iframe-container { display: none; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row > .video-iframe-container { display: none; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .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); }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container { border-width: 0; border-radius: 0; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#ltO5f9v9BtDvDBohS1nIf5fscoKGGLZK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:19.125rem;width:23.6875rem;top:18.5625rem;left:0rem;display:block; }
#ftW9TC9r5Phbw3RJM1P0PmxEhdWqvMTK { color:#4d494a;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.587890625rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#lm5Qr4MCFpXMJc2PGQLmhJfdWpqwuxPO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:19.125rem;width:22.9375rem;top:18.5625rem;left:52.0625rem;display:block; }
#TXAArwh4c0xkFCTXBDVgsCPOsIsTu3Hf { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:17.375rem;width:23.25rem;top:18.5625rem;left:26.1875rem;display:block; }
#KQvEt7Mb8T7nyTSyXMuVKuC7KnOmTTfA { color:#4d494a;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:28.73828125rem;left:1.1875rem;height:5.25rem;display:block; }
#O3wk1OiWvWiKLiB3JvAxViQmkZUXuIem { color:#4d494a;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.05078125rem;left:1.1875rem;height:2.2744125rem;font-style:normal;display:block; }
#CXCmglc5MvUowbJDPe12FFzff0ruaB5c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:11.0625rem;top:21.05078125rem;left:0rem;overflow:hidden;display:block; }
#s34k4qWk8Eed9woCkEeuQnvdA6cofCPS { color:#4d494a;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:26rem;left:1.1875rem;height:1.3125rem;display:block; }
#lTGRVRTgpSNiP1tPEwuo1fMNeTsTEriZ { color:#4d494a;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.05078125rem;left:28.0625rem;height:2.2744125rem;font-style:normal;display:block; }
#WM5bOTw3ruan37r4xpTPqBuLOa2u1p60 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:11.0625rem;top:21.05078125rem;left:26.8125rem;overflow:hidden;display:block; }
#WZ0wXR5vr1eV1citz3ftIcwV3U6rgBqo { color:#4d494a;display:block;width:21.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:26rem;left:28.1875rem;height:1.3125rem;display:block; }
#pqUrVWMsP3y9svy2TXKgfIAi7LVdvlHG { color:#4d494a;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:28.73828125rem;left:28.1875rem;height:2.625rem;display:block; }
#KV0QTOhf3cdQA88eMbWMzgTB8yamxHiF { color:#4d494a;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.05078125rem;left:54.34375rem;height:4.548825rem;font-style:normal;display:block; }
#ERea758MDuDXGF3t26r3VwSO71zIVs9X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:11.0625rem;top:23.09375rem;left:53.125rem;overflow:hidden;display:block; }
#e5rLUIQCd45iusDTXhtyigKK3kRpyWXs { color:#4d494a;display:block;width:8.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:28.17578125rem;left:54.34375rem;height:1.3125rem;display:block; }
#UCHAwSE1mmhkT3JF8RMbKqW2REITlzLt { color:#4d494a;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:29.67578125rem;left:54.40625rem;height:5.25rem;display:block; }
#Gz2mT544qkMqTbOaCsCvM9iWcEt8F2NZ { color:#4d494a;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.5205078125rem;left:67rem;height:2.2744125rem;font-style:normal;display:block; }
#TqXvKlo9CJ2v6wJ0u6ZaqnTUFrHi2GQO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:11.25rem;top:11.4189453125rem;left:63.75rem;overflow:hidden;display:block; }
#UfTm8cHxI3N4MoWgE2GPVZwimZiJ3TDv { color:#4d494a;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:13.8125rem;left:61.875rem;height:1.6875rem;display:block; }
#QZpHfDODXvu55ywIbhOh3wEhqNSCn8RG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:35.6875rem;left:2.46875rem;display:block; }
#qdTHr6y4nGTdLeg4qABFUy6A60QUVawv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:33.73828125rem;left:28.125rem;display:block; }
#zzFnhU5FMUdMhuumMf6Zlv6UTMzoAdch { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:35.9375rem;left:54.15625rem;display:block; }
#KLtNnagI51LumXFl5eeTqc59AbRhEa4t { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.8125rem;top:11.0625rem;left:26.5625rem;overflow:hidden;display:none; }
#FmTSg3kaNw2L4WWyivv3cLEC08MCxTZ8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.8125rem;top:11.0625rem;left:26.5625rem;overflow:hidden;display:none; }
#wovwPGTlwCHq6rtITTAW5d9ARr7OTuWW { color:#4d494a;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.875rem;left:59.0625rem;height:1.0556625rem;font-style:normal;display:none; }
#Hz0XEey2XdEJhC6F2IZ9N9MiASAcVcJG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.7138671875rem;left:56.90625rem;display:none; }
#Owv01xwTcRLLRhOO7fmvLS1Nc9TFIFsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.3);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; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container { background-color: transparent; background-image: none; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container > .video-iframe-container { display: none; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row > .video-iframe-container { display: none; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .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); }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container { border-width: 0; border-radius: 0; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#RI0Tl6dwPwBvH2kQ6G4uhFWg3zWTcGHT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.875rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.0625rem;left:7.5rem;overflow:hidden;display:block; }
#E1w8UrCUbF7dc2ApZGSlXCfMnETAqHZa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.875rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.71875rem;left:7.53125rem;overflow:hidden;display:block; }
#GrmAVb0mMuE0fwfL5Zb8Bn7ocEyZ38fG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.875rem;width:19.0625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.71875rem;left:27.96875rem;overflow:hidden;display:block; }
#OCQO6OcrShhbBX1NSZ63Qht5w2fKMoJf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.8125rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:12.09375rem;left:27.9375rem;overflow:hidden;display:block; }
#CaoBcn5qn3W2tk8aKFoAosi6aNP6C2tD { color:#4d494a;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.337890625rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#P7vFEJAbGKCsQnx7F9S88FCHPyAvRCgt { box-sizing:content-box;height:29.5rem;width:26.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.0625rem;left:48.0625rem;display:block; }
#SW7dF1fVNL94mg68sIXzdkNVUqTcxXIJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:20.125rem;top:15.21875rem;left:51.46875rem;overflow:hidden;display:block; }
#pq41vAUBNGVOcx2slzun8V5nCEMsGT7X { color:#4d494a;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.98046875rem;left:51.28125rem;height:1.7871125rem;font-style:normal;display:block; }
#Frx2tTDtbJoUfE3LT6ib7ZGL3gxv6bFe { color:#4d494a;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:27.71875rem;left:51.34375rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#hkeHEh2OmukxzfdrDPVHv1aH7f7QwBPP { color:#4d494a;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.1875rem;left:54.78125rem;height:1.0556625rem;font-style:normal;display:block; }
#F8gKz58my6Oe4FVO3pO3F2g98Wt6JDn4 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:34.1875rem;left:52.625rem;display:block; }
#H30rnWSfXKq8dKEKO2rEJxUvTAE4oSv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v { position:relative;display:block; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v { background-color: transparent; background-image: none; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row .container > .video-iframe-container { display: none; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row > .video-iframe-container { display: none; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .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); }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v { border-width: 0; border-radius: 0; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .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; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"open sans";color:#4d494a;font-style:normal; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";line-height:1.5;overflow:hidden;height:auto;color:#4d494a; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-trigger.adaptive-delivery-prevent-bg, #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-trigger.lazyload, #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-trigger.lazyloading { background-image: none; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M { box-sizing:content-box;height:auto;width:46.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.1552734375rem;left:25.875rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #t4nNNM69PEXR047iQu9xqTeXrkrHqq3K { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #aRcBUXiCqeZgNglSfXAkCE1OSXZTsd0H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #DUEE9Dp0DlNKm7qRWveJ4hqsfmq2Nqy0 { display:block;position:relative; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #L857yU14JZQBMWI8P2E3rybiIxwh8csw {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #WVEQV3IC9Fo95M08qWZA7WSkSa5sD7OW {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #Vwzc0ATr5SRdNUrJCrsO4y4CPgkGF0IK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #tGbAzonF0qkflp9SgVdbzpqKBLTXbRy9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #TbvnTlgVgqT5C3K9dBdDm67S9Suu1SMh { display:block;position:relative; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #FTeC9RBPqAqEutgwSuf6DUFkKsTZfsiL {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #GQU5fnNAvsvATD7y2dF6hBwJ2VCDhTF8 { display:none; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #F0Xz84vmIUZFUrhkxw98IWicVFuRIpDo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #iukWTHzZ5p1JO8b1BvJHi4zWgoZAmETJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #Q6ltlIC885UGt0Ag5KRuw3sXEligHAST { display:block;position:relative; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #EbWGJ9CxT1H9RNGENaCb7HBAJIsGNfWz {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #QCvtpw4lvygNGDxiKfvqtXn1aUZn5E1H { display:none; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #PXTuzo4fzHKeOoMogVyeR5UZKOV3RZTs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #JSUFqekpTb0GJ7DN9L3sBoNpq0qrfQiH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #b61tFBvMX6aRlgQqKkJxdczDoAzt9kcN { display:block;position:relative; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #yIFwnFFF99ev9aRhTif10CPJDdEQxd4T {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #pR0hexarQpxseTAkRtOxXPD1heW8XvNg { display:none; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #CmntCuEfBISdXv0RTxlz3MrbGC8d9ksU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #ouafbFDiEtgBKahwVMCNhAyCy0HEeP0C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #mVQMvcoAqTr2ffAN1MCydPBGQCc9luKW { display:block;position:relative; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #zQqmTIlLGiySOS5EzpghwhGsZoHhalhK {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #HTaNXTqC4PPt9RfdtLDq2ChvcHEqcuo6 { display:none; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #gUnyu9zaT9A0b3iTghetsNxwQupdfDfz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #TOTbvbtkbTHH3yAHk2wLa9L4g7TMxqZi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #OkNhypfwPqrtnzIIFlpSzS207OTpMUTT { display:block;position:relative; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #FvrwT3vk7vqZDpy8he1QtQ2fR9Bd7Kgt {  }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #WEMgXmrNdm30OQTZMCThLQ49xFJ1ghKe { display:none; }
#rDdPvJIr5Os3t04fVOLly1zulLKqoi5X { color:#4d494a;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5556640625rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#UbNird3Tfk96nl8NZIdayfBsKLiTNFD1 { 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:23.625rem;width:23.625rem;top:13.8125rem;left:0.375rem;overflow:hidden;display:block; }
#u5CAhxEynHaUuwV7tK0HUPQ6ZookyLVw { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:39.25rem;left:3.25rem;display:block; }
#SfI9dNGQWEWFGhs5g2BV3axOTbaPs308 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDN4rnNoub4qmWmhgiKAz0uqSRSavxMJ { color:#4d494a;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:43.4375rem;left:5.4375rem;height:1.0556625rem;font-style:normal;display:block; }
#FCunTTaXAHAMTARaPPayLqZC9GXcbApN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.3);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container { background-color: transparent; background-image: none; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container > .video-iframe-container { display: none; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row > .video-iframe-container { display: none; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .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); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container { border-width: 0; border-radius: 0; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container { font-size:0.875rem;font-family:arial;height:83.625rem;width:75rem;position:relative;display:block; }#NyIAgc39ObWEosJzwUThPO0sQ8FITiau { color:#4d494a;display:block;width:61.875rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4306640625rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#ELLaUpyT3rsQnAZ9dlQgh7Ik40faNwUv { color:#4d494a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:12.25rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#AWonsP222oAfwryeBiZvxHXpVqqxkZOK { background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.0625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:13.5rem;left:19.8125rem;display:block; }
#iMcdmSDt9VNNXA6KVULSyxxEbw7BL1k8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-form-header {  }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:34.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;line-height:1.9;overflow:hidden; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-text { 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-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:34.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-text {padding-top: 0; padding-bottom: 0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-textarea { 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-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:34.75rem;box-sizing:border-box;height:8.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .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:34.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-select {padding-top: 0; padding-bottom: 0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .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; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-button { 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:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:34.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:33.375rem;overflow:hidden;font-style:normal; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .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; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-container:first-of-type{padding-top:0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-container:last-of-type{padding-bottom:0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU  { background-color:rgba(255,255,255,0.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15052;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.875rem;left:0rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.75rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;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; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU {display:block;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU { background-color:rgba(255,255,255,0.1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15052;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.875rem;left:0rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #D38srmyrFDKuyEoN4Ua9HG2ofNpg3X8T { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #KGC89R6iBQ78FRfG5eKNJ3x4V8udcTNT { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #pqRpg7TAONo9mmFMcmTgD8LmbdwmKOnw { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #UfDSywppqaoCK2778peOqgVzGn4qLvuB { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #FvhRAMoKs5UyfNUssg1RC1rwJfVcV8sf { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #w5p6TvRRpux4DHKTymxR1NVk7dszSG2H { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #spWDPm4bJfSt9pVIy47Ci6pfQSxL2Iyu { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #A9NlZKmt3NMx6QRihEQZMBZyBOZKsCF1 { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #QHwow0Ek839vUWTb06ixNxTZPbUvKSEU { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #tw2kxLT6vw0fCSqPJkT5QmlAitXrXJUN { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #LM0ndnpfEykyG6BwwUzf116nVilTJZId { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #aSeNPLPAT7lR9ViQBfECHHS0sU3yqDhA { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #uDT3gWcHwyuOR3AbKKAVS4TbUT6NAmA4 { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #slKwl3adwoboIMkZ2qQIP8XscswwH9Mg { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #K7Af4NOmNs1sKeOathfhbX4CLQGMuaek { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #g7ZkEHAnylrbJ7XVAV6mhrNCiZPGTpw6 { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #HbraJRL5MKbp9iHeV3cQToZUdi9CPepJ { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #O7XTBDt3LFUEFOTFqSF4gVmEb5x5c3Jt { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #PqHcBzLmhJwvi7ds090gaD2mc5nvDX1u { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #ZLXnbTTHZZ4fo6zgcyKKZEVK0wCWRiJo { position:relative;display:block; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #vMGIlcTXDTQ4z46GuXy7ssAwMdmW8JoU { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #NBTZve3dneaeqw0kcKgc6w6FweKVbX0r { position:relative; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU #PBqyM0X1DoSMMCXWwKxhsidCmCpmgliq { position:relative; }
#yJyTnqJHct02CnFkmOFsbTtDsX9F0EgC { box-sizing:content-box;height:55.75rem;width:34.3125rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:19.5rem;left:40.6875rem;display:block; }
#FxFgrTTlgal2L2BzKirAq4LzFX6TyA0J { 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:7.8125rem;width:21.625rem;top:24.3125rem;left:47.03125rem;overflow:hidden;display:block; }
#HILIhfBqfDETeHbureIvNke1CHEPdCzV { box-sizing:content-box;height:0.25rem;width:34rem;position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;top:36.0625rem;left:40.84375rem;display:block; }
#pUmC1ZcrZWxacwJDBOseVlxehznMnJn7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.5rem;left:43.78125rem; }
#yDvXorgNtGpQSKHuH0tKe3lpkfyvIEnb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:42.875rem;left:45.84375rem; }
#XBLsLmLHdBPy1BBAwrZX9WoXwmXLwGlQ { color:#4d494a;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:42.96875rem;left:49rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#hQeV2MsntIDkRq2ACHHOAkPW2IcfFATG { color:#4d494a;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:46.1875rem;left:49rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Onf7I9gRBVRKxsCS6K1INhRkLSIrWBHL { color:#4d494a;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:49.16015625rem;left:49rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#g9G6vG9AnozX5OQ1OPuobpR35UD0M1UX { color:#4d494a;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:52.53515625rem;left:49rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#cnwOPqcJ2Mb9T4LVMzcD6XiydVkkn2mw { color:#4d494a;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:55.91015625rem;left:49rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Ww0ECHEI73g7qn0410QblyTzTekzC6r0 { color:#4d494a;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:59.09765625rem;left:49rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#z0ob3J4srP5n9U2CTEsDJ2w6mBKCB2Gm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:46rem;left:45.84375rem; }
#KNw4bsZim8ksyZxZC01phseNkWLty2yk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:48.97265625rem;left:45.84375rem; }
#PqiDQ3ySkGtzGTXln6EVZPJbrDZTC3iR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:52.34765625rem;left:45.84375rem; }
#Ebe6DD39l75gMfQPTtDbwNmvC8IPUlh7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:55.72265625rem;left:45.84375rem; }
#rs5rEV4lzHl3AFVRXaybHxcfKg0qdA7f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:58.91015625rem;left:45.84375rem; }
#n8NTy8mxTeO0GKATQeDCnqkd9SEeMHg4 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:63.9375rem;left:43.78125rem;overflow:hidden;display:block; }
#TMWrzqtHAw09TsZ3bigRXS1VTMvWmV44 { color:#4d494a;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:65.90625rem;left:54.5625rem;height:3.9375rem;display:block; }
#qle5OA2I75IL9fcTw8W05vlRgMEeycDu { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:71.8876953125rem;left:54.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#v8wcVshZ3JOX4RRoBuIBezS0uFayNInb { color:#4d494a;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:74.3291015625rem;left:17.625rem;height:2.111325rem;font-style:normal;display:block; }
#JBw0W3vK0PRTQbOOAVXMnTueLefLzRLG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.25rem;left:4.6875rem;display:none; }
#uTpCEuqaBCenNCLSfIOPwGMTzAUCnG5w { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:9.5rem;left:7.4375rem;display:none; }
#cvOO8c39AownvMRmhCkl90qV33V1dBUs { position:relative;display:block; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs { background-color: transparent; background-image: none; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row .container > .video-iframe-container { display: none; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row > .video-iframe-container { display: none; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .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); }#cvOO8c39AownvMRmhCkl90qV33V1dBUs { border-width: 0; border-radius: 0; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .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; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pTuy9oiTwxa1BANfhh03ONwI98aXDPDz { 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:4.8125rem;width:13.4375rem;top:1.78125rem;left:0rem;overflow:hidden;display:block; }
#EIhz7dB9R1GbtT24kfQbK6tzxadweIpw { color:#4d494a;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:3.53125rem;left:45rem;height:1.3125rem;display:block; }
#KsRHRa9hT9bhpLNngKSu0iW9BhaRqGiZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff002a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.8125rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:3.28125rem;left:57.5625rem;display:block; }
#py6Tu7nQ2ZZ4CtKgpAhT5OSD8r0qTo8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf { display:none; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mdElaIgnTaeDA2WZ3HarGSwqGp5TNTiW { display:none; }
 }@media only screen and (max-width: 763px) { #FiOSsZdWRiAbdA4ZKpArWpRoB18WPLgP { top:3.1875rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uN2snTUkT7fz1ObI8Lqbmhrx1I0fOnt5 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yGiadAopA353csOB1hR3sJxoQyzVpxlh { display:block; }
 }@media only screen and (max-width: 763px) { #ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M { display:block; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kt2QWhwC1pKfgEmpZFiAeXfVJf8Esq3o { width:6rem;height:3.4375rem;top:3rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDXTCdEwznGMoLD0dsX1WqSeDHqxb0IK { display:block; }
 }@media only screen and (max-width: 763px) { #Uamc9rsyk3VUqG9fCriHFztJJkUanJQn { width:6.5625rem;height:3.4375rem;top:3rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKxFcw6oyEnf31vCJx1QdcA0JVPprr92 { display:block; }
 }@media only screen and (max-width: 763px) { #sfExsZWGxh15A4rbI9l0TAlIgbP6DuZ7 { width:6.5625rem;height:3.4375rem;top:3rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNx2Bt566wTLPF05Cfdo69Q2A6QRTvBu { display:block; }
 }@media only screen and (max-width: 763px) { #FOz8eEyoqvQ5nmf1zIx3lpur0BJknh35 { width:6.5625rem;height:3.4375rem;top:3rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtFtOTSPoFHHiG9R09c0zAefHnnPaQT7 { display:block; }
 }@media only screen and (max-width: 763px) { #v9I0nFUsc524fdmDMO1E5D3bCzZ1B91s { top:2.4375rem;left:33.8125rem;width:13.9375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTshAB7NBQDsmAeeViz8fHTdo7X98cx6 { top:3.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSVLW0HR5FhBw0ITSqIDenCDZnsp9Kby { width:11.625rem;height:2.1875rem;top:3.5625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Cw2TTUd7C1DrnTL58HITNw7iTGJGAR { display:block; }
 }@media only screen and (max-width: 763px) { #qeHPkImJLfCOTA2re0XMivDder4V0abK { width:47.75rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlIHqtx6QwoN2RGcXqPTyvwiTElRrwVW { top:1.8125rem;left:0rem;width:14.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFxytXdzk0xMHZDpaGbKaATNAbTCSA30 { width:6.0625rem;height:3.4375rem;top:3rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBzVB9POkfsD42ceEMDLDdhKZKZx8Ui { display:block; }
 }@media only screen and (max-width: 763px) { #GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I { display:block; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGdI2okFZDBZMWIEJWWMNxuys7XpVzTQ { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRNxmTlCFevlK0bZE15NHhTMGHrEhEik { top:8.3125rem;left:0rem;width:47.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFgGPrSXoy0SUOKQUVyvsmKcVnrymvE { width:20.5rem;height:3.4375rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nWPCySMCKLPWgvVpH4uBuergXzkT4T { display:block; }
 }@media only screen and (max-width: 763px) { #q1DdqAFpCFIDLhSSkHtTQ4PkhpOVqLJb { top:11.0625rem;left:12.9375rem;width:8.8125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWDM0vwdXBkKrWRBlKPPVakZXBnFyp1D { top:12.375rem;left:12.9375rem;width:15.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5teL2pvvklCvy3cDMCdzVEyhbv271D { top:15.8125rem;left:0rem;width:13.375rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zueHlrUPTvxw3igEhxcO9TCf4Fcpqy3K { top:23.0625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReS9aUNfGzGs47KRtaM1wo8cQ8hDOAh4 { top:22.5625rem;left:0rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp0IDJqK7WDOhXid3nZLOoBKGTEHyLM { top:23.0625rem;left:9.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eer4uLKHW8u9nF7pmZHgi80yHLO2DmRq { top:22.5625rem;left:12.125rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxU6lHkSc6R019XtCoPIaT9xSKTg7Phy { top:23.0625rem;left:29rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdy1f1c8GBTNelzCtsq34dIOddIntOHg { top:22.5625rem;left:31.5rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVPL3zSQNR1kcauaeblAzh7bEkngOdF9 { top:23.0625rem;left:45.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGnrgglwLCLsdWGJBTpekt4SQA6z6RUt { top:22.5625rem;left:35.875rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbIGE5okLhyNf4xSxTpH6HIcUQmHLnG { top:21.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPpgxSoIqSL22BAb0F5ygc10mZZDtSbP { top:23.25rem;left:0rem;width:8.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kB7gJVdeKEIo9Kr3lLTVownentJDgShf { top:26.5625rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTIJMz2Ldmil0eteiRsQhEudArTQVeyf { top:30.1875rem;left:0rem;width:11.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA { display:block; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSAAAhAq3LEdswkkPHpvtTWQTs2FsSFM { top:6rem;left:0rem;width:36.1875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt6ZSI19VAWB6bSRFQW7fRNWLAaQNzMg { top:7.4375rem;left:11.75rem;width:36rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffquPLgLLvqWsDmiM3Ot5l3O5xQ1TpSy { top:13.375rem;left:11rem;width:36.75rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceQu21Z5Ne45CimOZfRvvvS2nO0yvOUN { top:27.6875rem;left:28rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7etgK4QUr15pwC79sTSbckSUtVzCke2 { top:37.3125rem;left:0rem;width:34.625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC5CypPfTHxZ4GwA0zNOvi5BwVdoolyH { top:94.75rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuFv7qHPtZpNo5FNVBiwUDpqMoks98FW { top:97.1875rem;left:0rem;width:36.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4mNpb9nUu3El6Lvr2qUQdClTxD2Azr { top:101.75rem;left:0rem;width:40.4375rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPlfyq4qzIKmxaAZHRdsQfWbdAb0SQQ9 { top:94.8125rem;left:20.625rem;width:27.125rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQEnPWtei0i8I350UpgX4pRq136kSlo0 { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIeiLA7lQRio5RGHdtvCVoGBnhpdrQeH { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #akVtUiCrwoQyfRzbGvTCzdzL62uq8c77 { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1xttV0snvxg0wLQMzGlHdRfSeKos7VT { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgrdHfruX6BEiSuxQOXN2F6Z93T4sRL5 { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqLan8wfNmb7xoEpTPs7VyrM35wGTIPQ { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhvNECTpBv7xtGAXPbQIO6k2caCuT8ig { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUUlCi9u1NT2fi4imCpOXikoNHaDt1TO { width:20.5rem;height:3.4375rem;top:23.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUruvUe2eoCLw9agfuU7XmLxS5UoGep { display:block; }
 }@media only screen and (max-width: 763px) { #Hpc7OKdcTDFi8FTs7K2E3TotXS1CxBV8 { top:40.125rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyGvemlTEh8eHbHVEqV3Mm5i3nh60V3 { top:41.5625rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZQaouM8rNb18hBQl1wUqcIzLRyMzWc1 { top:50.375rem;left:0rem;width:25rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaErGgXAAUeHIZ7bJ2p1zisWvyzLhDc { top:50.375rem;left:11.375rem;width:25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2U8dNrLlr318kCIaLxDorDEBQfm9K8J { top:50.375rem;left:27.0625rem;width:20.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeFK6F257Gtnd6fOa2VNkWrFKPzOvbe5 { top:53.6875rem;left:0rem;width:21.6875rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQzF1B5tSfUqOduQRipW5lpiOy8M2Cg { top:53.6875rem;left:11.375rem;width:21.6875rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVy1Td1Pqe0SEWqnzfT7CrfGS44Reekz { top:53.6875rem;left:26.0625rem;width:21.6875rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFqyLaGl6IgNtolPHFP24kOvHWqwxx1F { top:71.5625rem;left:0rem;width:25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5MxaCWcTDIEw47vPTXdQ8xztIOKxUmC { top:74.875rem;left:0rem;width:21.6875rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNAmt67wST5T29mPfbqorzUCaCzOJNTi { top:71.5625rem;left:11.375rem;width:25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR40QufCtCWIJEyNdT8xN0PeTyNfQa8b { top:74.875rem;left:11.375rem;width:21.6875rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOFTldkCmfb4y2eSlSuCLxvdVoco0iry { top:71.5625rem;left:27.0625rem;width:20.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzWDKUS4E9xlTqpX9nPa6XUgtG9oC0Q3 { top:74.875rem;left:26.0625rem;width:21.6875rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8ixITDDbvETTWMT603CThdtLtcEndH { width:17.8125rem;height:3.4375rem;top:117.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOWv6uED8S9BAQqTEd45z9EB9JIclEC { display:block; }
 }@media only screen and (max-width: 763px) { #n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U { display:block; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKUvMKpL9QrhNrluy2Wrt8XsMGiRr5Pn { top:5.3125rem;left:0rem;width:46.5625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8aKpsLNfdmd1nJOTpsJ333cJoP5fJhs { top:8.3125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv7EQZazq0VOqJ7V5thxsLzlTmDQQc6E { top:49.4375rem;left:0rem;width:47.75rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5e4E0eSmc5luvgtkuhVEqeHR7Wh16a7 { top:51.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2BvIP4J7SMaVRnQ0s9ecSKb9yyd5S2 { width:14.4375rem;height:3.4375rem;top:50.75rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moe7hmBuZ6pMfseiiHkquLLHFNp8fhi0 { display:block; }
 }@media only screen and (max-width: 763px) { #srZipO8xxDKW3LXOSFTqRiqEZSo5DT3n { top:17.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2Hc5gOPAItDiftwHMSMvmFy41xLOfB { top:17.375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzbNzxM8g27vDwqeuSGTaAfyJNrvIfq8 { top:21.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf67cKdcUTsuhNPTVsvbfPfU02KfgI4X { top:22.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8AlwGIokxHgohTWRRUmdBdX4zr6P9MP { top:26.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtHiTJmyru5sJvJ3XHL1kawzrEScBd3W { top:26.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8tTgWTRRF9mL76IC04lkEBwV8BJJLe6 { top:30.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpTANDrAICVZ6MrgCE3ot4Ciy2HP3Fs4 { top:30.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGEhrUqVxEg9H2atU5RoqhHRcWmJv0oi { top:35.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeHGIdDStrlZkANVxTVKeOx6rX7ah6JA { top:35.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJlLpu1eLwpwvrEZOxQUeeKRAiWaU4Il { top:39.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRUTXbEL7vxm58LUSeKM6qDrvGy87Ku4 { top:40.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcxBsSpo0MNHB4h4IAPdZSkdOLsud1Zd { top:48.8125rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ar0sXi3oNHn4Wro2OrHCLkCtwwnrPK { top:7.125rem;left:0rem;width:27.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2uq6190mLZSGWGTVcvrrTvn79OmxnIc { top:13.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHFKelaVAAzq62Uy7CVgNXoTPrUnpxR { top:14rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXhMNQTCdzqlfnomqQcHZwXJeZIhSt7 { top:16.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4ERsHJLepmT5VfmMvlRnWu4N9O3H56 { top:17.1875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB0vyd9C2VfPrKONHlD6OLGroMnhk5Qc { top:20rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZCAdszmqIHndRUCPZdX1rzCqEJ1biN { top:23.6875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9rgCpOqXl6KT5bdGoBvAaV8KpMdbk7g { top:23.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwN2DVdFpP9EtKF0R647Ro5RuPWh9cBb { top:20.375rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ8ksTHdzdVIr6JrrD6Zrlp888ayPPqR { top:26.25rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6WKq3E09sMLwNV5n4vMPK9TN6RIthuG { top:26.625rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns2bHEPbDv8fz0ScEukauCHsUMMnyAGt { top:29.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eETUWpyOd2HXO7SCU5pkU2FdiuXTFUem { top:29.9375rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPAuJheIBT57VDFwJcsXNaOhZ5tsAsa6 { top:32.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWyg9FNkTh2xa3fM9RdOvQ8LfFXnrkZp { top:32.875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWBtFhX4iLw3FeaziExSvdNSeivT6R5 { top:35.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMHlTVwPRI1EJF0vJHylu1U3EeehoCfW { top:36.1875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShAX3XGW0fGKaOCIxBAFlvxptfVutkqR { top:14rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzXaLurTLiAB9Zd0I7HGKyRCbwrlFJq { top:17.0625rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knvuccmb63btcXyZTQyRT9guFmVU062b { top:17.1875rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwU9eU3sXZTylDS5P2egLrU4AOv7PMvx { top:20rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3vBQSvcAWfMqTzIKXa9QIR3MZVeHUf { top:20.375rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMPTgM59z4NwzrGdth7dfeJZOVTMcnse { top:23.3125rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVGGRnZqL4LUKrLwdC195tCVQD5F4BGo { top:23.6875rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5laIy5ONh5owZCPexBbi36fs7SgQA6d { top:26.25rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKgZr0JXUmOi93KCvfv552NlpnnA8Tfz { top:26.625rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhcQwNmmH3dX5kmFENTpvv43b3e4VXty { top:29.5625rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e41TaT7AefpT0MvdgDybmL9yzMIzstaU { top:29.9375rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idW1kXJeMwzyBaHQ5lCd6CBF4kTwsUnI { top:32.5rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQR4R4W224WLyL6kSHWsfuiXvVg4cPLP { top:32.875rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWDA4ImKHKvfPJxV6QLcLIyRFrsg2qSD { top:35.8125rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9mXsoJE1aUx829QquBdmey9ZJGebl8M { top:36.1875rem;left:29.5625rem;width:16.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9xzwKQ8FIwr4yrVoxv7FFtek1IKlidH { top:13.75rem;left:26.375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuZXFweD1qxTh6U10HhG2wQVZnFIAyuf { top:45.1875rem;left:0rem;width:27.5625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDW8wFxtHt55GaqJawxAcDkaAyl6wFSR { top:53.4375rem;left:0rem;width:35.6875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzVhStPThOFCxhAlKagQkBkoxRWxVqiq { top:53.4375rem;left:12.0625rem;width:35.6875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcta6wZEdA9QeqyzkkVs1Z2TWCdcBmag { top:57.875rem;left:0rem;width:27.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKAZtVxrT96Mui9ygTzVissIw1bwMskn { top:53.8125rem;left:32.5rem;width:15.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9UP3hZUEh56OxZeqATZX8AdCkfJ28s { top:84.4375rem;left:0rem;width:35.6875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsyTs7fcPk9KTdDON5oA9SLoENr1FKtv { top:71rem;left:0rem;width:24.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #npz7ASVesAvqClJXZnN9Pws2a2lC0QCt { top:76.1875rem;left:0rem;width:34.6875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bLQNuXVNSycTtArGLC6Gycau3V6qC8 { top:71rem;left:23.625rem;width:24.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL0ude86mxkIO3wDsRtyCPEd90q7lTXf { top:76.1875rem;left:13.0625rem;width:34.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri4TO35g93oVwpryS7bDZXw2hTKMWwGk { top:86.25rem;left:0rem;width:20.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOKA84NP0nXDRPZHxp3bISzZMSl5EVh1 { top:102.3125rem;left:0rem;width:24.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KI8v3esxlRa6h5HdWp1PV4TTsvPF0k { top:84.4375rem;left:12.0625rem;width:35.6875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDP0IblII7UAmO0AH5x7zImJ9bvzEUyn { top:89.3125rem;left:29rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb5JR4WFK2uTeRSbvyO0MV0b8MbdUCgN { top:107.8125rem;left:0rem;width:34.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScKv38wwUXAVr0vMcugR2asRWUm2Tl5W { top:102.3125rem;left:23.625rem;width:24.125rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlcMeoNqOPW43Xn9dv1B5Cy8Tl0Q0yPm { top:107.8125rem;left:13.0625rem;width:34.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uepAfC6knksW8CSgnLTpXgCnPBRDVAB2 { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l78TEhEAMBVCzVdSTGIFKDHVgee9zEcC { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTiJ7p7oqvyhBJAQcKcTBAPxBTcN0m2X { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIMSiMtnpaKacPH21OkQKXCobwbl0wUR { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMeF8Gi7Pn450uoO5dqVD0mT10MLVPl7 { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lc9BBlZzdz4101Pk4Tn42ySOiACwSc1c { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtemWbDiiOp3UDaLQTGWtPJJMnKfJPqh { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1wvTFHTlmHm2NBaAr2PA5AJe1f3pTEf { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #srsEFnDWzcOdtcAsu6UrPFZmqWVvnZ1k { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlZrCoVGzJRmnNMV1d4Juy7HqaH2Ta4l { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDK1zULIn7qMf8egQvNN57K01RlG22hH { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9T8HvesETucb15ZJ2ty0bSohTUU0v4M { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkESa8e9pqxArHhZfaToORJRFLiTnG3Z { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGffPmBg6s0VvzJT2LlVZLMxJfQthNDL { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXGT5JEvskOWJQudg2yKhxMh8oagSuTu { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hx6BNdMBqsheid9a7JdZRJJ3zf81C15f { top:39.9375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVF7Qpeg8I42Nyy5f6gyRS9dvSvMgmm9 { display:none; }
 }@media only screen and (max-width: 763px) { #xq3XR4ItSRqEzay6ATIsv6KNDLLnozNF { top:53.4375rem;left:0rem;width:35.6875rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #enT9B3dFFkt8Xa1927aCpCRsfRMHtqKI { top:53.4375rem;left:0rem;width:35.6875rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrawkcBf2Tyh6h0ZiRlexZ7o7BcIS4o2 { top:53.4375rem;left:0rem;width:35.6875rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHGsvwzJSXesOrU2reXcbuTc6U9QE2nG { width:17.8125rem;height:3.4375rem;top:3.6875rem;left:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9xKVsc08fFNPiGRyaoWk4fEu132fKPK { display:block; }
 }@media only screen and (max-width: 763px) { #tmatwInu7h9KTAoaIVVkViL6W3Lmo9Wk { top:7.875rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRzIReIzT0aT0XitKaCouK7WRZc9bQhF { display:block; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIyKoxydSuzL1T0HsnzVXHtg4oRbTXLh { top:4.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF4IHZ1LTTIo08HQXp7x0QFU6ENRMuex { width:17.8125rem;height:3.4375rem;top:3.6875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orlQDwuvzPNc8xd2qFx1oeGuG45s5LmL { display:block; }
 }@media only screen and (max-width: 763px) { #TbvVEzNPLUKsAsSxIIGz9F0xDJbGCZzn { top:7.875rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 { display:block; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltO5f9v9BtDvDBohS1nIf5fscoKGGLZK { width:23.6875rem;height:19.125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftW9TC9r5Phbw3RJM1P0PmxEhdWqvMTK { top:9.5625rem;left:0rem;width:13.25rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm5Qr4MCFpXMJc2PGQLmhJfdWpqwuxPO { width:22.9375rem;height:19.125rem;top:18.5625rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXAArwh4c0xkFCTXBDVgsCPOsIsTu3Hf { width:23.25rem;height:17.375rem;top:18.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvEt7Mb8T7nyTSyXMuVKuC7KnOmTTfA { top:28.6875rem;left:0rem;width:21.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3wk1OiWvWiKLiB3JvAxViQmkZUXuIem { top:21rem;left:0rem;width:13.3125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCmglc5MvUowbJDPe12FFzff0ruaB5c { top:21rem;left:0rem;width:11.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s34k4qWk8Eed9woCkEeuQnvdA6cofCPS { top:26rem;left:0rem;width:21.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTGRVRTgpSNiP1tPEwuo1fMNeTsTEriZ { top:21rem;left:14.4375rem;width:17.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM5bOTw3ruan37r4xpTPqBuLOa2u1p60 { top:21rem;left:13.1875rem;width:11.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ0wXR5vr1eV1citz3ftIcwV3U6rgBqo { top:26rem;left:14.5625rem;width:21.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUrVWMsP3y9svy2TXKgfIAi7LVdvlHG { top:28.6875rem;left:14.5625rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0QTOhf3cdQA88eMbWMzgTB8yamxHiF { top:21rem;left:30.625rem;width:17.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERea758MDuDXGF3t26r3VwSO71zIVs9X { top:23.0625rem;left:36.6875rem;width:11.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5rLUIQCd45iusDTXhtyigKK3kRpyWXs { top:28.125rem;left:39.125rem;width:8.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCHAwSE1mmhkT3JF8RMbKqW2REITlzLt { top:29.625rem;left:29.5rem;width:18.25rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz2mT544qkMqTbOaCsCvM9iWcEt8F2NZ { top:8.5rem;left:39.75rem;width:8rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXvKlo9CJ2v6wJ0u6ZaqnTUFrHi2GQO { top:11.375rem;left:36.5rem;width:11.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfTm8cHxI3N4MoWgE2GPVZwimZiJ3TDv { top:13.8125rem;left:34.625rem;width:13.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZpHfDODXvu55ywIbhOh3wEhqNSCn8RG { top:35.6875rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdTHr6y4nGTdLeg4qABFUy6A60QUVawv { top:33.6875rem;left:14.5rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzFnhU5FMUdMhuumMf6Zlv6UTMzoAdch { top:35.9375rem;left:29rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLtNnagI51LumXFl5eeTqc59AbRhEa4t { top:11.0625rem;left:12.9375rem;width:8.8125rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmTSg3kaNw2L4WWyivv3cLEC08MCxTZ8 { top:11.0625rem;left:12.9375rem;width:8.8125rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wovwPGTlwCHq6rtITTAW5d9ARr7OTuWW { top:7.875rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hz0XEey2XdEJhC6F2IZ9N9MiASAcVcJG { width:17.8125rem;height:3.4375rem;top:3.6875rem;left:29.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Owv01xwTcRLLRhOO7fmvLS1Nc9TFIFsu { display:block; }
 }@media only screen and (max-width: 763px) { #fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR { display:block; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI0Tl6dwPwBvH2kQ6G4uhFWg3zWTcGHT { width:19.125rem;height:13.875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1w8UrCUbF7dc2ApZGSlXCfMnETAqHZa { width:19.125rem;height:13.875rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmAVb0mMuE0fwfL5Zb8Bn7ocEyZ38fG { width:19.0625rem;height:13.875rem;top:27.6875rem;left:14.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCQO6OcrShhbBX1NSZ63Qht5w2fKMoJf { width:19.125rem;height:13.8125rem;top:12.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaoBcn5qn3W2tk8aKFoAosi6aNP6C2tD { top:5.3125rem;left:0rem;width:16.8125rem;height:4.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7vFEJAbGKCsQnx7F9S88FCHPyAvRCgt { top:12.0625rem;left:20.8125rem;width:26.9375rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW7dF1fVNL94mg68sIXzdkNVUqTcxXIJ { top:15.1875rem;left:27.625rem;width:20.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq41vAUBNGVOcx2slzun8V5nCEMsGT7X { top:24.9375rem;left:27.25rem;width:20.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frx2tTDtbJoUfE3LT6ib7ZGL3gxv6bFe { top:27.6875rem;left:27.375rem;width:20.375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeHEh2OmukxzfdrDPVHv1aH7f7QwBPP { top:38.1875rem;left:34.25rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8gKz58my6Oe4FVO3pO3F2g98Wt6JDn4 { width:17.8125rem;height:3.4375rem;top:34.1875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H30rnWSfXKq8dKEKO2rEJxUvTAE4oSv5 { display:block; }
 }@media only screen and (max-width: 763px) { #nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v { display:block; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M { display:flex;height:auto;width:35.5rem;top:10.75rem;left:9.75rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #t4nNNM69PEXR047iQu9xqTeXrkrHqq3K {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #aRcBUXiCqeZgNglSfXAkCE1OSXZTsd0H {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #DUEE9Dp0DlNKm7qRWveJ4hqsfmq2Nqy0 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #L857yU14JZQBMWI8P2E3rybiIxwh8csw {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #WVEQV3IC9Fo95M08qWZA7WSkSa5sD7OW {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #Vwzc0ATr5SRdNUrJCrsO4y4CPgkGF0IK {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #tGbAzonF0qkflp9SgVdbzpqKBLTXbRy9 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #TbvnTlgVgqT5C3K9dBdDm67S9Suu1SMh {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #FTeC9RBPqAqEutgwSuf6DUFkKsTZfsiL {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #GQU5fnNAvsvATD7y2dF6hBwJ2VCDhTF8 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #F0Xz84vmIUZFUrhkxw98IWicVFuRIpDo {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #iukWTHzZ5p1JO8b1BvJHi4zWgoZAmETJ {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #Q6ltlIC885UGt0Ag5KRuw3sXEligHAST {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #EbWGJ9CxT1H9RNGENaCb7HBAJIsGNfWz {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #QCvtpw4lvygNGDxiKfvqtXn1aUZn5E1H {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #PXTuzo4fzHKeOoMogVyeR5UZKOV3RZTs {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #JSUFqekpTb0GJ7DN9L3sBoNpq0qrfQiH {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #b61tFBvMX6aRlgQqKkJxdczDoAzt9kcN {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #yIFwnFFF99ev9aRhTif10CPJDdEQxd4T {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #pR0hexarQpxseTAkRtOxXPD1heW8XvNg {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #CmntCuEfBISdXv0RTxlz3MrbGC8d9ksU {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #ouafbFDiEtgBKahwVMCNhAyCy0HEeP0C {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #mVQMvcoAqTr2ffAN1MCydPBGQCc9luKW {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #zQqmTIlLGiySOS5EzpghwhGsZoHhalhK {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #HTaNXTqC4PPt9RfdtLDq2ChvcHEqcuo6 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #gUnyu9zaT9A0b3iTghetsNxwQupdfDfz {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #TOTbvbtkbTHH3yAHk2wLa9L4g7TMxqZi {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #OkNhypfwPqrtnzIIFlpSzS207OTpMUTT {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #FvrwT3vk7vqZDpy8he1QtQ2fR9Bd7Kgt {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #WEMgXmrNdm30OQTZMCThLQ49xFJ1ghKe {  }
 }@media only screen and (max-width: 763px) { #rDdPvJIr5Os3t04fVOLly1zulLKqoi5X { top:6.5rem;left:0rem;width:26.75rem;height:4.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbNird3Tfk96nl8NZIdayfBsKLiTNFD1 { top:13.8125rem;left:0rem;width:23.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5CAhxEynHaUuwV7tK0HUPQ6ZookyLVw { width:17.8125rem;height:3.4375rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfI9dNGQWEWFGhs5g2BV3axOTbaPs308 { display:block; }
 }@media only screen and (max-width: 763px) { #aDN4rnNoub4qmWmhgiKAz0uqSRSavxMJ { top:43.4375rem;left:0rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCunTTaXAHAMTARaPPayLqZC9GXcbApN { display:block; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyIAgc39ObWEosJzwUThPO0sQ8FITiau { top:5.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELLaUpyT3rsQnAZ9dlQgh7Ik40faNwUv { top:12.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWonsP222oAfwryeBiZvxHXpVqqxkZOK { width:7.875rem;height:2.0625rem;top:13.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMcdmSDt9VNNXA6KVULSyxxEbw7BL1k8 { display:block; }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-regular-label { width:34.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-text { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-text {padding-top: 0; padding-bottom: 0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-textarea { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-select { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-select {padding-top: 0; padding-bottom: 0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-button { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-checkbox-label { width:33.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU  { width:34.75rem;height:auto;top:17.875rem;left:0rem; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .radio-container { width:34.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU {display:block;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU { width:34.75rem;height:auto;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #D38srmyrFDKuyEoN4Ua9HG2ofNpg3X8T {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #KGC89R6iBQ78FRfG5eKNJ3x4V8udcTNT {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #pqRpg7TAONo9mmFMcmTgD8LmbdwmKOnw {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #UfDSywppqaoCK2778peOqgVzGn4qLvuB {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #FvhRAMoKs5UyfNUssg1RC1rwJfVcV8sf {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #w5p6TvRRpux4DHKTymxR1NVk7dszSG2H {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #spWDPm4bJfSt9pVIy47Ci6pfQSxL2Iyu {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #A9NlZKmt3NMx6QRihEQZMBZyBOZKsCF1 {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #QHwow0Ek839vUWTb06ixNxTZPbUvKSEU {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #tw2kxLT6vw0fCSqPJkT5QmlAitXrXJUN {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #LM0ndnpfEykyG6BwwUzf116nVilTJZId {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #aSeNPLPAT7lR9ViQBfECHHS0sU3yqDhA {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #uDT3gWcHwyuOR3AbKKAVS4TbUT6NAmA4 {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #slKwl3adwoboIMkZ2qQIP8XscswwH9Mg {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #K7Af4NOmNs1sKeOathfhbX4CLQGMuaek {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #g7ZkEHAnylrbJ7XVAV6mhrNCiZPGTpw6 {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #HbraJRL5MKbp9iHeV3cQToZUdi9CPepJ {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #O7XTBDt3LFUEFOTFqSF4gVmEb5x5c3Jt {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #PqHcBzLmhJwvi7ds090gaD2mc5nvDX1u {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #ZLXnbTTHZZ4fo6zgcyKKZEVK0wCWRiJo {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #vMGIlcTXDTQ4z46GuXy7ssAwMdmW8JoU {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #NBTZve3dneaeqw0kcKgc6w6FweKVbX0r {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #PBqyM0X1DoSMMCXWwKxhsidCmCpmgliq {  }
 }@media only screen and (max-width: 763px) { #yJyTnqJHct02CnFkmOFsbTtDsX9F0EgC { top:19.5rem;left:13.4375rem;width:34.3125rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxFgrTTlgal2L2BzKirAq4LzFX6TyA0J { top:24.3125rem;left:26.125rem;width:21.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILIhfBqfDETeHbureIvNke1CHEPdCzV { top:36.0625rem;left:13.75rem;width:34rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUmC1ZcrZWxacwJDBOseVlxehznMnJn7 { top:19.5rem;left:30.15625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDvXorgNtGpQSKHuH0tKe3lpkfyvIEnb { top:42.875rem;left:32.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBLsLmLHdBPy1BBAwrZX9WoXwmXLwGlQ { top:42.9375rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQeV2MsntIDkRq2ACHHOAkPW2IcfFATG { top:46.1875rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onf7I9gRBVRKxsCS6K1INhRkLSIrWBHL { top:49.125rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9G6vG9AnozX5OQ1OPuobpR35UD0M1UX { top:52.5rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwOPqcJ2Mb9T4LVMzcD6XiydVkkn2mw { top:55.875rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww0ECHEI73g7qn0410QblyTzTekzC6r0 { top:59.0625rem;left:34.1875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ob3J4srP5n9U2CTEsDJ2w6mBKCB2Gm { top:46rem;left:32.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNw4bsZim8ksyZxZC01phseNkWLty2yk { top:48.9375rem;left:32.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqiDQ3ySkGtzGTXln6EVZPJbrDZTC3iR { top:52.3125rem;left:32.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebe6DD39l75gMfQPTtDbwNmvC8IPUlh7 { top:55.6875rem;left:32.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs5rEV4lzHl3AFVRXaybHxcfKg0qdA7f { top:58.875rem;left:32.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8NTy8mxTeO0GKATQeDCnqkd9SEeMHg4 { top:63.9375rem;left:30.15625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWrzqtHAw09TsZ3bigRXS1VTMvWmV44 { top:65.875rem;left:28.75rem;width:19rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qle5OA2I75IL9fcTw8W05vlRgMEeycDu { top:71.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8wcVshZ3JOX4RRoBuIBezS0uFayNInb { top:74.3125rem;left:4rem;width:18.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBw0W3vK0PRTQbOOAVXMnTueLefLzRLG { top:3.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTpCEuqaBCenNCLSfIOPwGMTzAUCnG5w { top:9.5rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvOO8c39AownvMRmhCkl90qV33V1dBUs { display:block; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTuy9oiTwxa1BANfhh03ONwI98aXDPDz { top:1.75rem;left:0rem;width:13.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIhz7dB9R1GbtT24kfQbK6tzxadweIpw { top:3.5rem;left:31.375rem;width:12.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsRHRa9hT9bhpLNngKSu0iW9BhaRqGiZ { width:7.0625rem;height:1.8125rem;top:3.25rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6Tu7nQ2ZZ4CtKgpAhT5OSD8r0qTo8W { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container { background-color: transparent; background-image: none; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container > .video-iframe-container { display: none; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row > .video-iframe-container { display: none; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .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); }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container { border-width: 0; border-radius: 0; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hibcQcPu3PdhFubfnQbqK9oDf9NU8tRf > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdElaIgnTaeDA2WZ3HarGSwqGp5TNTiW { display:flex;top:1.21875rem;left:2.96875rem;width:1.5625rem;height:1.5625rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #FiOSsZdWRiAbdA4ZKpArWpRoB18WPLgP { width:5.125rem;height:1.29980625rem;top:1.349609375rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uN2snTUkT7fz1ObI8Lqbmhrx1I0fOnt5 { top:1.5rem;left:9.65625rem;width:6.8125rem;height:1rem;z-index:14997;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiadAopA353csOB1hR3sJxoQyzVpxlh { display:block; }
 }@media only screen and (max-width: 763px) { #ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container { background-color: transparent; background-image: none; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container > .video-iframe-container { display: none; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row > .video-iframe-container { display: none; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .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); }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container { border-width: 0; border-radius: 0; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASorFHvOmmJsST4JLrVOT0Zq7qU5zO8M > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kt2QWhwC1pKfgEmpZFiAeXfVJf8Esq3o { width:6rem;height:3.4375rem;top:3rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDXTCdEwznGMoLD0dsX1WqSeDHqxb0IK { display:block; }
 }@media only screen and (max-width: 763px) { #Uamc9rsyk3VUqG9fCriHFztJJkUanJQn { width:6.5625rem;height:3.4375rem;top:3rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKxFcw6oyEnf31vCJx1QdcA0JVPprr92 { display:block; }
 }@media only screen and (max-width: 763px) { #sfExsZWGxh15A4rbI9l0TAlIgbP6DuZ7 { width:6.5625rem;height:3.4375rem;top:3rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNx2Bt566wTLPF05Cfdo69Q2A6QRTvBu { display:block; }
 }@media only screen and (max-width: 763px) { #FOz8eEyoqvQ5nmf1zIx3lpur0BJknh35 { width:6.5625rem;height:3.4375rem;top:3rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtFtOTSPoFHHiG9R09c0zAefHnnPaQT7 { display:block; }
 }@media only screen and (max-width: 763px) { #v9I0nFUsc524fdmDMO1E5D3bCzZ1B91s { width:13.9375rem;height:0;top:7.125rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cTshAB7NBQDsmAeeViz8fHTdo7X98cx6 { display:flex;width:1.5rem;height:1.5rem;top:9.6875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSVLW0HR5FhBw0ITSqIDenCDZnsp9Kby { width:11.625rem;height:2.1875rem;top:5.75rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9Cw2TTUd7C1DrnTL58HITNw7iTGJGAR { display:block; }
 }@media only screen and (max-width: 763px) { #qeHPkImJLfCOTA2re0XMivDder4V0abK { top:0.59375rem;left:4.0625rem;width:11.875rem;height:4.625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DlIHqtx6QwoN2RGcXqPTyvwiTElRrwVW { width:14.8125rem;height:5.6875rem;top:5.875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFxytXdzk0xMHZDpaGbKaATNAbTCSA30 { width:6.0625rem;height:3.4375rem;top:3rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJBzVB9POkfsD42ceEMDLDdhKZKZx8Ui { display:block; }
 }@media only screen and (max-width: 763px) { #GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I { display:block; }#GrFhWWFwl7l5rCJyG8D2zUxh3CHrmR7I > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGdI2okFZDBZMWIEJWWMNxuys7XpVzTQ { width:20rem;height:4.2246125rem;top:2.5625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dRNxmTlCFevlK0bZE15NHhTMGHrEhEik { width:20rem;height:2.923825rem;top:7.3603515625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EQFgGPrSXoy0SUOKQUVyvsmKcVnrymvE { width:12.625rem;height:3.4375rem;top:10.8349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5nWPCySMCKLPWgvVpH4uBuergXzkT4T { display:block; }
 }@media only screen and (max-width: 763px) { #q1DdqAFpCFIDLhSSkHtTQ4PkhpOVqLJb { width:5.375rem;height:4.3125rem;top:14.2724609375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oWDM0vwdXBkKrWRBlKPPVakZXBnFyp1D { width:10.75rem;height:0.9746125rem;top:14.8349609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GV5teL2pvvklCvy3cDMCdzVEyhbv271D { width:20rem;height:0;top:31.22170625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zueHlrUPTvxw3igEhxcO9TCf4Fcpqy3K { display:flex;width:1.625rem;height:1.625rem;top:18.5849609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ReS9aUNfGzGs47KRtaM1wo8cQ8hDOAh4 { width:11.4375rem;height:0;top:20.3505859375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qtp0IDJqK7WDOhXid3nZLOoBKGTEHyLM { display:flex;width:1.625rem;height:1.625rem;top:20.7509765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eer4uLKHW8u9nF7pmZHgi80yHLO2DmRq { width:11.875rem;height:0;top:35.3134765625rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CxU6lHkSc6R019XtCoPIaT9xSKTg7Phy { display:flex;width:1.625rem;height:1.625rem;top:23.1630859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sdy1f1c8GBTNelzCtsq34dIOddIntOHg { width:11.875rem;height:0;top:32.1005859375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UVPL3zSQNR1kcauaeblAzh7bEkngOdF9 { display:flex;width:1.625rem;height:1.625rem;top:25.82421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bGnrgglwLCLsdWGJBTpekt4SQA6z6RUt { width:11.875rem;height:0;top:41.7001953125rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aFbIGE5okLhyNf4xSxTpH6HIcUQmHLnG { top:18.7470703125rem;left:2.25rem;width:8.125rem;height:1.29980625rem;z-index:15011;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DPpgxSoIqSL22BAb0F5ygc10mZZDtSbP { top:20.9130859375rem;left:2.25rem;width:8.125rem;height:1.29980625rem;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kB7gJVdeKEIo9Kr3lLTVownentJDgShf { top:23.3251953125rem;left:2.25rem;width:11.125rem;height:1.29980625rem;z-index:15013;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTIJMz2Ldmil0eteiRsQhEudArTQVeyf { top:25.9873046875rem;left:2.25rem;width:11.125rem;height:1.29980625rem;z-index:15014;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA { display:block; }#qcP4wiaZlJ836Sy5P0NAaVXrRzLZbZHA > .row .container { width:20rem;height:143.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSAAAhAq3LEdswkkPHpvtTWQTs2FsSFM { width:20rem;height:13.1943125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt6ZSI19VAWB6bSRFQW7fRNWLAaQNzMg { width:20rem;height:6.3369375rem;top:15.693359375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ffquPLgLLvqWsDmiM3Ot5l3O5xQ1TpSy { width:19.6875rem;height:13.125rem;top:23.2802734375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ceQu21Z5Ne45CimOZfRvvvS2nO0yvOUN { width:20rem;height:1.0556625rem;top:134.8349609375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7etgK4QUr15pwC79sTSbckSUtVzCke2 { width:20rem;height:3.8984375rem;top:43.0224609375rem;left:0.09375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qC5CypPfTHxZ4GwA0zNOvi5BwVdoolyH { width:20rem;height:24.5625rem;top:99.4190125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuFv7qHPtZpNo5FNVBiwUDpqMoks98FW { width:20rem;height:0;top:102.4815125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nD4mNpb9nUu3El6Lvr2qUQdClTxD2Azr { width:20rem;height:0;top:106.5440125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mPlfyq4qzIKmxaAZHRdsQfWbdAb0SQQ9 { width:20rem;height:20.1533125rem;top:99.4502625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQEnPWtei0i8I350UpgX4pRq136kSlo0 { display:flex;width:1.4375rem;height:1.4375rem;top:48.37109375rem;left:0rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #gIeiLA7lQRio5RGHdtvCVoGBnhpdrQeH { display:flex;width:1.4375rem;height:1.4375rem;top:50.5771484375rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #akVtUiCrwoQyfRzbGvTCzdzL62uq8c77 { display:flex;width:1.4375rem;height:1.4375rem;top:52.9453125rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #U1xttV0snvxg0wLQMzGlHdRfSeKos7VT { display:flex;width:1.4375rem;height:1.4375rem;top:55.1337890625rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #cgrdHfruX6BEiSuxQOXN2F6Z93T4sRL5 { display:flex;width:1.4375rem;height:1.4375rem;top:57.1328125rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #qqLan8wfNmb7xoEpTPs7VyrM35wGTIPQ { display:flex;width:1.4375rem;height:1.4375rem;top:59.4443359375rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #DhvNECTpBv7xtGAXPbQIO6k2caCuT8ig { display:flex;width:1.4375rem;height:1.4375rem;top:61.6328125rem;left:0rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #UUUlCi9u1NT2fi4imCpOXikoNHaDt1TO { width:19rem;height:3.4375rem;top:130.8974609375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUruvUe2eoCLw9agfuU7XmLxS5UoGep { display:block; }
 }@media only screen and (max-width: 763px) { #Hpc7OKdcTDFi8FTs7K2E3TotXS1CxBV8 { width:4.625rem;height:0.3125rem;top:47.5087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyGvemlTEh8eHbHVEqV3Mm5i3nh60V3 { width:20rem;height:0;top:78.0224609375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UZQaouM8rNb18hBQl1wUqcIzLRyMzWc1 { width:20rem;height:1.625rem;top:49.3837890625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kbaErGgXAAUeHIZ7bJ2p1zisWvyzLhDc { width:20rem;height:1.625rem;top:64.9833984375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q2U8dNrLlr318kCIaLxDorDEBQfm9K8J { width:20rem;height:1.625rem;top:78.458984375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xeFK6F257Gtnd6fOa2VNkWrFKPzOvbe5 { width:20rem;height:10.5rem;top:51.5712890625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ONQzF1B5tSfUqOduQRipW5lpiOy8M2Cg { width:20rem;height:7.5rem;top:67.2734375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZVy1Td1Pqe0SEWqnzfT7CrfGS44Reekz { width:20rem;height:6.9970625rem;top:80.67578125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PFqyLaGl6IgNtolPHFP24kOvHWqwxx1F { width:20rem;height:1.625rem;top:92.171875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5MxaCWcTDIEw47vPTXdQ8xztIOKxUmC { width:20rem;height:5.59765625rem;top:94.783203125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNAmt67wST5T29mPfbqorzUCaCzOJNTi { width:20rem;height:1.625rem;top:105.2998046875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WR40QufCtCWIJEyNdT8xN0PeTyNfQa8b { width:20rem;height:5.59765625rem;top:108.443359375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nOFTldkCmfb4y2eSlSuCLxvdVoco0iry { width:20rem;height:1.625rem;top:118.58203125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vzWDKUS4E9xlTqpX9nPa6XUgtG9oC0Q3 { width:20rem;height:5.59765625rem;top:121.041015625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8ixITDDbvETTWMT603CThdtLtcEndH { width:17.8125rem;height:3.4375rem;top:37.701171875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOWv6uED8S9BAQqTEd45z9EB9JIclEC { display:block; }
 }@media only screen and (max-width: 763px) { #n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U { display:block; }#n8UTaJOPr4LhbPTTZ0dN3T4rwz0JQf2U > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKUvMKpL9QrhNrluy2Wrt8XsMGiRr5Pn { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8aKpsLNfdmd1nJOTpsJ333cJoP5fJhs { width:20rem;height:auto;top:8.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mv7EQZazq0VOqJ7V5thxsLzlTmDQQc6E { width:20rem;height:9.625rem;top:61.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5e4E0eSmc5luvgtkuhVEqeHR7Wh16a7 { width:19.1875rem;height:0;top:48.98046875rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sp2BvIP4J7SMaVRnQ0s9ecSKb9yyd5S2 { width:14.4375rem;height:3.4375rem;top:66.66796875rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moe7hmBuZ6pMfseiiHkquLLHFNp8fhi0 { display:block; }
 }@media only screen and (max-width: 763px) { #srZipO8xxDKW3LXOSFTqRiqEZSo5DT3n { display:flex;width:2.0625rem;height:2.0625rem;top:17.6875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT2Hc5gOPAItDiftwHMSMvmFy41xLOfB { width:20rem;height:4.546875rem;top:9.57421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzbNzxM8g27vDwqeuSGTaAfyJNrvIfq8 { display:flex;width:2.0625rem;height:2.0625rem;top:21.8125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rf67cKdcUTsuhNPTVsvbfPfU02KfgI4X { width:20rem;height:3.41015625rem;top:18.30859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8AlwGIokxHgohTWRRUmdBdX4zr6P9MP { display:flex;width:2.0625rem;height:2.0625rem;top:26.0625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtHiTJmyru5sJvJ3XHL1kawzrEScBd3W { width:20rem;height:3.41015625rem;top:26.21875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8tTgWTRRF9mL76IC04lkEBwV8BJJLe6 { display:flex;width:2.0625rem;height:2.0625rem;top:30.3125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpTANDrAICVZ6MrgCE3ot4Ciy2HP3Fs4 { width:20rem;height:4.546875rem;top:33.4765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGEhrUqVxEg9H2atU5RoqhHRcWmJv0oi { display:flex;width:2.0625rem;height:2.0625rem;top:35.1875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IeHGIdDStrlZkANVxTVKeOx6rX7ah6JA { width:20rem;height:4.546875rem;top:41.92578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJlLpu1eLwpwvrEZOxQUeeKRAiWaU4Il { display:flex;width:2.0625rem;height:2.0625rem;top:39.75rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRUTXbEL7vxm58LUSeKM6qDrvGy87Ku4 { width:20rem;height:6.8203125rem;top:50.09765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcxBsSpo0MNHB4h4IAPdZSkdOLsud1Zd { width:20rem;height:3.8984375rem;top:62.1171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:178.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ar0sXi3oNHn4Wro2OrHCLkCtwwnrPK { width:8.875rem;height:2.5996125rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2uq6190mLZSGWGTVcvrrTvn79OmxnIc { display:flex;width:2.0625rem;height:2.0625rem;top:5.0996125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsHFKelaVAAzq62Uy7CVgNXoTPrUnpxR { width:8.625rem;height:1.13671875rem;top:6.158203125rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnXhMNQTCdzqlfnomqQcHZwXJeZIhSt7 { display:flex;width:2.0625rem;height:2.0625rem;top:17.01171875rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT4ERsHJLepmT5VfmMvlRnWu4N9O3H56 { width:8.625rem;height:1.13671875rem;top:10.783203125rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WB0vyd9C2VfPrKONHlD6OLGroMnhk5Qc { display:flex;width:2.0625rem;height:2.0625rem;top:28.5488375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWZCAdszmqIHndRUCPZdX1rzCqEJ1biN { width:4.875rem;height:1.13671875rem;top:19.8828125rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9rgCpOqXl6KT5bdGoBvAaV8KpMdbk7g { display:flex;width:2.0625rem;height:2.0625rem;top:40.27345rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwN2DVdFpP9EtKF0R647Ro5RuPWh9cBb { width:6.3125rem;height:1.13671875rem;top:15.18359375rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJ8ksTHdzdVIr6JrrD6Zrlp888ayPPqR { display:flex;width:2.0625rem;height:2.0625rem;top:51.9980625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6WKq3E09sMLwNV5n4vMPK9TN6RIthuG { width:6.0625rem;height:1.13671875rem;top:24.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ns2bHEPbDv8fz0ScEukauCHsUMMnyAGt { display:flex;width:2.0625rem;height:2.0625rem;top:63.722675rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eETUWpyOd2HXO7SCU5pkU2FdiuXTFUem { width:9.25rem;height:1.13671875rem;top:28.3037109375rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPAuJheIBT57VDFwJcsXNaOhZ5tsAsa6 { display:flex;width:2.0625rem;height:2.0625rem;top:75.4472875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWyg9FNkTh2xa3fM9RdOvQ8LfFXnrkZp { width:7.125rem;height:1.13671875rem;top:32.3857421875rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuWBtFhX4iLw3FeaziExSvdNSeivT6R5 { display:flex;width:2.0625rem;height:2.0625rem;top:87.1719rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMHlTVwPRI1EJF0vJHylu1U3EeehoCfW { width:10.5625rem;height:1.13671875rem;top:37.1025390625rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShAX3XGW0fGKaOCIxBAFlvxptfVutkqR { width:5.9375rem;height:1.13671875rem;top:8.4072265625rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuzXaLurTLiAB9Zd0I7HGKyRCbwrlFJq { display:flex;width:2.0625rem;height:2.0625rem;top:22.68653125rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #knvuccmb63btcXyZTQyRT9guFmVU062b { width:7.875rem;height:1.13671875rem;top:12.845703125rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwU9eU3sXZTylDS5P2egLrU4AOv7PMvx { display:flex;width:2.0625rem;height:2.0625rem;top:34.41114375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aL3vBQSvcAWfMqTzIKXa9QIR3MZVeHUf { width:6.4375rem;height:1.13671875rem;top:17.533203125rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMPTgM59z4NwzrGdth7dfeJZOVTMcnse { display:flex;width:2.0625rem;height:2.0625rem;top:46.13575625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVGGRnZqL4LUKrLwdC195tCVQD5F4BGo { width:4.875rem;height:1.13671875rem;top:22.1435546875rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5laIy5ONh5owZCPexBbi36fs7SgQA6d { display:flex;width:2.0625rem;height:2.0625rem;top:26.1728515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKgZr0JXUmOi93KCvfv552NlpnnA8Tfz { width:5.6875rem;height:1.13671875rem;top:26.171875rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhcQwNmmH3dX5kmFENTpvv43b3e4VXty { display:flex;width:2.0625rem;height:2.0625rem;top:58.4599609375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #e41TaT7AefpT0MvdgDybmL9yzMIzstaU { width:5.9375rem;height:1.13671875rem;top:30.1474609375rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idW1kXJeMwzyBaHQ5lCd6CBF4kTwsUnI { display:flex;width:2.0625rem;height:2.0625rem;top:81.30959375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQR4R4W224WLyL6kSHWsfuiXvVg4cPLP { width:5.6875rem;height:1.13671875rem;top:34.7978515625rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWDA4ImKHKvfPJxV6QLcLIyRFrsg2qSD { display:flex;width:2.0625rem;height:2.0625rem;top:93.03420625rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9mXsoJE1aUx829QquBdmey9ZJGebl8M { width:6.1875rem;height:1.13671875rem;top:39.21484375rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9xzwKQ8FIwr4yrVoxv7FFtek1IKlidH { display:flex;width:2.0625rem;height:2.0625rem;top:10.96191875rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuZXFweD1qxTh6U10HhG2wQVZnFIAyuf { width:20rem;height:2.5996125rem;top:53.833984375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDW8wFxtHt55GaqJawxAcDkaAyl6wFSR { width:20rem;height:9rem;top:58.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzVhStPThOFCxhAlKagQkBkoxRWxVqiq { width:20rem;height:16rem;top:101.18359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zcta6wZEdA9QeqyzkkVs1Z2TWCdcBmag { width:14.5625rem;height:3.625rem;top:60.99609375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKAZtVxrT96Mui9ygTzVissIw1bwMskn { width:8.5625rem;height:8.5rem;top:87.27734375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9UP3hZUEh56OxZeqATZX8AdCkfJ28s { width:20rem;height:16rem;top:153.591796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsyTs7fcPk9KTdDON5oA9SLoENr1FKtv { width:20rem;height:4.548825rem;top:68.49609375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #npz7ASVesAvqClJXZnN9Pws2a2lC0QCt { width:20rem;height:11.25rem;top:73.904296875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bLQNuXVNSycTtArGLC6Gycau3V6qC8 { width:20rem;height:4.548825rem;top:97.4814453125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WL0ude86mxkIO3wDsRtyCPEd90q7lTXf { width:20rem;height:10.5rem;top:103.341796875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ri4TO35g93oVwpryS7bDZXw2hTKMWwGk { width:12rem;height:7.25rem;top:116.96484375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOKA84NP0nXDRPZHxp3bISzZMSl5EVh1 { width:20rem;height:6.8232375rem;top:126.216796875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0KI8v3esxlRa6h5HdWp1PV4TTsvPF0k { width:20rem;height:16rem;top:178.841796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDP0IblII7UAmO0AH5x7zImJ9bvzEUyn { width:13.5rem;height:4.4375rem;top:151.43359375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb5JR4WFK2uTeRSbvyO0MV0b8MbdUCgN { width:20rem;height:13.5rem;top:133.5390625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ScKv38wwUXAVr0vMcugR2asRWUm2Tl5W { width:20rem;height:6.8232375rem;top:160.0390625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PlcMeoNqOPW43Xn9dv1B5Cy8Tl0Q0yPm { width:20rem;height:10.5rem;top:165.3515625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uepAfC6knksW8CSgnLTpXgCnPBRDVAB2 { display:flex;width:1.4375rem;height:1.4375rem;top:6.0078125rem;left:0rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #l78TEhEAMBVCzVdSTGIFKDHVgee9zEcC { display:flex;width:1.4375rem;height:1.4375rem;top:8.2568359375rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #lTiJ7p7oqvyhBJAQcKcTBAPxBTcN0m2X { display:flex;width:1.4375rem;height:1.4375rem;top:10.6328125rem;left:0rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #AIMSiMtnpaKacPH21OkQKXCobwbl0wUR { display:flex;width:1.4375rem;height:1.4375rem;top:12.6953125rem;left:0rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #DMeF8Gi7Pn450uoO5dqVD0mT10MLVPl7 { display:flex;width:1.4375rem;height:1.4375rem;top:15.033203125rem;left:0rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #Lc9BBlZzdz4101Pk4Tn42ySOiACwSc1c { display:flex;width:1.4375rem;height:1.4375rem;top:17.3828125rem;left:0rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #PtemWbDiiOp3UDaLQTGWtPJJMnKfJPqh { display:flex;width:1.4375rem;height:1.4375rem;top:19.732421875rem;left:0rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #U1wvTFHTlmHm2NBaAr2PA5AJe1f3pTEf { display:flex;width:1.4375rem;height:1.4375rem;top:21.9931640625rem;left:0rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #srsEFnDWzcOdtcAsu6UrPFZmqWVvnZ1k { display:flex;width:1.4375rem;height:1.4375rem;top:24.044921875rem;left:0rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #LlZrCoVGzJRmnNMV1d4Juy7HqaH2Ta4l { display:flex;width:1.4375rem;height:1.4375rem;top:26.021484375rem;left:0rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #XDK1zULIn7qMf8egQvNN57K01RlG22hH { display:flex;width:1.4375rem;height:1.4375rem;top:28.1533203125rem;left:0rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #O9T8HvesETucb15ZJ2ty0bSohTUU0v4M { display:flex;width:1.4375rem;height:1.4375rem;top:29.9970703125rem;left:0rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #nkESa8e9pqxArHhZfaToORJRFLiTnG3Z { display:flex;width:1.4375rem;height:1.4375rem;top:32.2353515625rem;left:0rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #uGffPmBg6s0VvzJT2LlVZLMxJfQthNDL { display:flex;width:1.4375rem;height:1.4375rem;top:34.6474609375rem;left:0rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #QXGT5JEvskOWJQudg2yKhxMh8oagSuTu { display:flex;width:1.4375rem;height:1.4375rem;top:36.9521484375rem;left:0rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #Hx6BNdMBqsheid9a7JdZRJJ3zf81C15f { display:flex;width:1.4375rem;height:1.4375rem;top:39.064453125rem;left:0rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #MVF7Qpeg8I42Nyy5f6gyRS9dvSvMgmm9 { top:49.75rem;left:0rem;width:20rem;height:0.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #xq3XR4ItSRqEzay6ATIsv6KNDLLnozNF { width:20rem;height:9rem;top:87.02734375rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #enT9B3dFFkt8Xa1927aCpCRsfRMHtqKI { width:20rem;height:9rem;top:116.08984375rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #FrawkcBf2Tyh6h0ZiRlexZ7o7BcIS4o2 { width:20rem;height:9rem;top:149.15234375rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zHGsvwzJSXesOrU2reXcbuTc6U9QE2nG { width:17.8125rem;height:3.4375rem;top:43.1875rem;left:1.09375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #R9xKVsc08fFNPiGRyaoWk4fEu132fKPK { display:block; }
 }@media only screen and (max-width: 763px) { #tmatwInu7h9KTAoaIVVkViL6W3Lmo9Wk { width:13.5rem;height:1.0556625rem;top:47.25rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CRzIReIzT0aT0XitKaCouK7WRZc9bQhF { display:block; }#CRzIReIzT0aT0XitKaCouK7WRZc9bQhF > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIyKoxydSuzL1T0HsnzVXHtg4oRbTXLh { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QF4IHZ1LTTIo08HQXp7x0QFU6ENRMuex { width:17.8125rem;height:3.4375rem;top:10.297875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orlQDwuvzPNc8xd2qFx1oeGuG45s5LmL { display:block; }
 }@media only screen and (max-width: 763px) { #TbvVEzNPLUKsAsSxIIGz9F0xDJbGCZzn { width:13.5rem;height:1.0556625rem;top:14.985375rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 { display:block; }#AyD2ufR1gTT36Pk7BGThSxoOiQ6EwLi8 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltO5f9v9BtDvDBohS1nIf5fscoKGGLZK { width:20rem;height:13.875rem;top:5.822265625rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftW9TC9r5Phbw3RJM1P0PmxEhdWqvMTK { width:8.8125rem;height:2.5996125rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lm5Qr4MCFpXMJc2PGQLmhJfdWpqwuxPO { width:20rem;height:19.125rem;top:51.93555rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXAArwh4c0xkFCTXBDVgsCPOsIsTu3Hf { width:20rem;height:13.4375rem;top:20.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQvEt7Mb8T7nyTSyXMuVKuC7KnOmTTfA { width:19.1875rem;height:6.5625rem;top:12.884765625rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3wk1OiWvWiKLiB3JvAxViQmkZUXuIem { width:13.3125rem;height:1.7871125rem;top:6.986328125rem;left:0.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCmglc5MvUowbJDPe12FFzff0ruaB5c { width:11.0625rem;height:7.125rem;top:6.361328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s34k4qWk8Eed9woCkEeuQnvdA6cofCPS { width:9rem;height:1.3125rem;top:10.603515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTGRVRTgpSNiP1tPEwuo1fMNeTsTEriZ { width:17.125rem;height:1.7871125rem;top:23.048828125rem;left:0.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM5bOTw3ruan37r4xpTPqBuLOa2u1p60 { width:11.0625rem;height:7.125rem;top:35.79883125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ0wXR5vr1eV1citz3ftIcwV3U6rgBqo { width:7.625rem;height:1.3125rem;top:26.435546875rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUrVWMsP3y9svy2TXKgfIAi7LVdvlHG { width:18.75rem;height:3.9375rem;top:28.798828125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KV0QTOhf3cdQA88eMbWMzgTB8yamxHiF { width:17.125rem;height:0;top:54.42383125rem;left:2.28125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERea758MDuDXGF3t26r3VwSO71zIVs9X { width:11.0625rem;height:7.125rem;top:56.4668rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5rLUIQCd45iusDTXhtyigKK3kRpyWXs { width:8.625rem;height:0;top:61.54883125rem;left:2.28125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCHAwSE1mmhkT3JF8RMbKqW2REITlzLt { width:18.25rem;height:0;top:63.04883125rem;left:1.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gz2mT544qkMqTbOaCsCvM9iWcEt8F2NZ { width:8rem;height:0;top:5.0996125rem;left:6rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TqXvKlo9CJ2v6wJ0u6ZaqnTUFrHi2GQO { width:11.25rem;height:1.8125rem;top:8.62305rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfTm8cHxI3N4MoWgE2GPVZwimZiJ3TDv { width:13.125rem;height:0;top:11.68555rem;left:3.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZpHfDODXvu55ywIbhOh3wEhqNSCn8RG { width:18.75rem;height:0.3125rem;top:31.74805rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdTHr6y4nGTdLeg4qABFUy6A60QUVawv { width:18.75rem;height:0.3125rem;top:48.48633125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzFnhU5FMUdMhuumMf6Zlv6UTMzoAdch { width:18.75rem;height:0.3125rem;top:69.31055rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLtNnagI51LumXFl5eeTqc59AbRhEa4t { width:7.1875rem;height:5.75rem;top:6.986328125rem;left:0.53125rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FmTSg3kaNw2L4WWyivv3cLEC08MCxTZ8 { width:7.1875rem;height:5.75rem;top:23.048828125rem;left:0.40625rem;overflow:hidden;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wovwPGTlwCHq6rtITTAW5d9ARr7OTuWW { width:13.5rem;height:1.0556625rem;top:42.0625rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0XEey2XdEJhC6F2IZ9N9MiASAcVcJG { width:17.8125rem;height:3.4375rem;top:38rem;left:1.09375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Owv01xwTcRLLRhOO7fmvLS1Nc9TFIFsu { display:block; }
 }@media only screen and (max-width: 763px) { #fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR { display:block; }#fGlGOypNeXN1MMz54PzqpKrfrFTv1QHR > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI0Tl6dwPwBvH2kQ6G4uhFWg3zWTcGHT { width:12.625rem;height:12.625rem;top:6.412109375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1w8UrCUbF7dc2ApZGSlXCfMnETAqHZa { width:16.4375rem;height:14.125rem;top:38.349609375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmAVb0mMuE0fwfL5Zb8Bn7ocEyZ38fG { width:16.625rem;height:14.875rem;top:21.912109375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCQO6OcrShhbBX1NSZ63Qht5w2fKMoJf { width:16.8125rem;height:12.625rem;top:7.349609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaoBcn5qn3W2tk8aKFoAosi6aNP6C2tD { width:9.75rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7vFEJAbGKCsQnx7F9S88FCHPyAvRCgt { width:20rem;height:29.5rem;top:57.4121125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SW7dF1fVNL94mg68sIXzdkNVUqTcxXIJ { width:20rem;height:7.514625rem;top:60.5683625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pq41vAUBNGVOcx2slzun8V5nCEMsGT7X { width:20rem;height:0;top:70.33008125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Frx2tTDtbJoUfE3LT6ib7ZGL3gxv6bFe { width:20rem;height:0;top:73.0683625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkeHEh2OmukxzfdrDPVHv1aH7f7QwBPP { width:13.5rem;height:1.0556625rem;top:59.724609375rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8gKz58my6Oe4FVO3pO3F2g98Wt6JDn4 { width:17.8125rem;height:3.4375rem;top:55.662109375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H30rnWSfXKq8dKEKO2rEJxUvTAE4oSv5 { display:block; }
 }@media only screen and (max-width: 763px) { #nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v { display:block; }#nQwrWF4obPO7zVPJxOCFTkCM0E2vCo3v > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-heading-text { font-size:1.0625rem;height:auto;line-height:1.4;overflow:hidden; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-desc-text { font-size:0.875rem;height:auto; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M { display:flex;height:auto;width:17.5rem;top:5.32421875rem;left:0rem; }
#Tqq5JNSovamGp11KhcO63TAzCcJDEt8M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #t4nNNM69PEXR047iQu9xqTeXrkrHqq3K {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #aRcBUXiCqeZgNglSfXAkCE1OSXZTsd0H {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #DUEE9Dp0DlNKm7qRWveJ4hqsfmq2Nqy0 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #L857yU14JZQBMWI8P2E3rybiIxwh8csw {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #WVEQV3IC9Fo95M08qWZA7WSkSa5sD7OW {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #Vwzc0ATr5SRdNUrJCrsO4y4CPgkGF0IK {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #tGbAzonF0qkflp9SgVdbzpqKBLTXbRy9 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #TbvnTlgVgqT5C3K9dBdDm67S9Suu1SMh {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #FTeC9RBPqAqEutgwSuf6DUFkKsTZfsiL {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #GQU5fnNAvsvATD7y2dF6hBwJ2VCDhTF8 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #F0Xz84vmIUZFUrhkxw98IWicVFuRIpDo {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #iukWTHzZ5p1JO8b1BvJHi4zWgoZAmETJ {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #Q6ltlIC885UGt0Ag5KRuw3sXEligHAST {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #EbWGJ9CxT1H9RNGENaCb7HBAJIsGNfWz {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #QCvtpw4lvygNGDxiKfvqtXn1aUZn5E1H {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #PXTuzo4fzHKeOoMogVyeR5UZKOV3RZTs {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #JSUFqekpTb0GJ7DN9L3sBoNpq0qrfQiH {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #b61tFBvMX6aRlgQqKkJxdczDoAzt9kcN {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #yIFwnFFF99ev9aRhTif10CPJDdEQxd4T {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #pR0hexarQpxseTAkRtOxXPD1heW8XvNg {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #CmntCuEfBISdXv0RTxlz3MrbGC8d9ksU {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #ouafbFDiEtgBKahwVMCNhAyCy0HEeP0C {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #mVQMvcoAqTr2ffAN1MCydPBGQCc9luKW {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #zQqmTIlLGiySOS5EzpghwhGsZoHhalhK {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #HTaNXTqC4PPt9RfdtLDq2ChvcHEqcuo6 {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #gUnyu9zaT9A0b3iTghetsNxwQupdfDfz {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #TOTbvbtkbTHH3yAHk2wLa9L4g7TMxqZi {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #OkNhypfwPqrtnzIIFlpSzS207OTpMUTT {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #FvrwT3vk7vqZDpy8he1QtQ2fR9Bd7Kgt {  }
 }@media only screen and (max-width: 763px) { #Tqq5JNSovamGp11KhcO63TAzCcJDEt8M #WEMgXmrNdm30OQTZMCThLQ49xFJ1ghKe {  }
 }@media only screen and (max-width: 763px) { #rDdPvJIr5Os3t04fVOLly1zulLKqoi5X { width:20rem;height:2.5996125rem;top:2.099609375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbNird3Tfk96nl8NZIdayfBsKLiTNFD1 { width:20rem;height:20rem;top:64.449221875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5CAhxEynHaUuwV7tK0HUPQ6ZookyLVw { width:17.8125rem;height:3.4375rem;top:44.9580078125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfI9dNGQWEWFGhs5g2BV3axOTbaPs308 { display:block; }
 }@media only screen and (max-width: 763px) { #aDN4rnNoub4qmWmhgiKAz0uqSRSavxMJ { width:13.5rem;height:1.0556625rem;top:48.95896875rem;left:3.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCunTTaXAHAMTARaPPayLqZC9GXcbApN { background-color:#212121;background-image:none;display:block; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container { background-color: transparent; background-image: none; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container > .video-iframe-container { display: none; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row > .video-iframe-container { display: none; }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .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); }#FCunTTaXAHAMTARaPPayLqZC9GXcbApN > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyIAgc39ObWEosJzwUThPO0sQ8FITiau { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15065;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ELLaUpyT3rsQnAZ9dlQgh7Ik40faNwUv { width:20rem;height:0;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AWonsP222oAfwryeBiZvxHXpVqqxkZOK { width:7.875rem;height:2.0625rem;top:81.51171875rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMcdmSDt9VNNXA6KVULSyxxEbw7BL1k8 { display:block; }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-text {padding-top: 0; padding-bottom: 0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-select {padding-top: 0; padding-bottom: 0;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU  { width:17.5rem;height:auto;top:11.38671875rem;left:0rem;background-color:rgba(33,33,33,0.1);background-image:none; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#seDwEu38VsOSZC0duvJCetntJ3qpNNOU {display:block;}#seDwEu38VsOSZC0duvJCetntJ3qpNNOU { width:17.5rem;height:auto;top:11.38671875rem;left:0rem;background-color:rgba(33,33,33,0.1);background-image:none; }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #D38srmyrFDKuyEoN4Ua9HG2ofNpg3X8T {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #KGC89R6iBQ78FRfG5eKNJ3x4V8udcTNT {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #pqRpg7TAONo9mmFMcmTgD8LmbdwmKOnw {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #UfDSywppqaoCK2778peOqgVzGn4qLvuB {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #FvhRAMoKs5UyfNUssg1RC1rwJfVcV8sf {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #w5p6TvRRpux4DHKTymxR1NVk7dszSG2H {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #spWDPm4bJfSt9pVIy47Ci6pfQSxL2Iyu {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #A9NlZKmt3NMx6QRihEQZMBZyBOZKsCF1 {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #QHwow0Ek839vUWTb06ixNxTZPbUvKSEU {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #tw2kxLT6vw0fCSqPJkT5QmlAitXrXJUN {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #LM0ndnpfEykyG6BwwUzf116nVilTJZId {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #aSeNPLPAT7lR9ViQBfECHHS0sU3yqDhA {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #uDT3gWcHwyuOR3AbKKAVS4TbUT6NAmA4 {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #slKwl3adwoboIMkZ2qQIP8XscswwH9Mg {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #K7Af4NOmNs1sKeOathfhbX4CLQGMuaek {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #g7ZkEHAnylrbJ7XVAV6mhrNCiZPGTpw6 {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #HbraJRL5MKbp9iHeV3cQToZUdi9CPepJ {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #O7XTBDt3LFUEFOTFqSF4gVmEb5x5c3Jt {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #PqHcBzLmhJwvi7ds090gaD2mc5nvDX1u {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #ZLXnbTTHZZ4fo6zgcyKKZEVK0wCWRiJo {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #vMGIlcTXDTQ4z46GuXy7ssAwMdmW8JoU {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #NBTZve3dneaeqw0kcKgc6w6FweKVbX0r {  }
 }@media only screen and (max-width: 763px) { #seDwEu38VsOSZC0duvJCetntJ3qpNNOU #PBqyM0X1DoSMMCXWwKxhsidCmCpmgliq {  }
 }@media only screen and (max-width: 763px) { #yJyTnqJHct02CnFkmOFsbTtDsX9F0EgC { width:20rem;height:55.75rem;top:80.76271875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxFgrTTlgal2L2BzKirAq4LzFX6TyA0J { width:20rem;height:7.224625rem;top:85.57521875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HILIhfBqfDETeHbureIvNke1CHEPdCzV { width:20rem;height:0.25rem;top:97.32521875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUmC1ZcrZWxacwJDBOseVlxehznMnJn7 { display:flex;width:2.0625rem;height:2.0625rem;top:80.76271875rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDvXorgNtGpQSKHuH0tKe3lpkfyvIEnb { display:flex;width:1.875rem;height:1.875rem;top:104.13771875rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBLsLmLHdBPy1BBAwrZX9WoXwmXLwGlQ { width:13.5625rem;height:0;top:104.23146875rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQeV2MsntIDkRq2ACHHOAkPW2IcfFATG { width:13.5625rem;height:0;top:107.45021875rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Onf7I9gRBVRKxsCS6K1INhRkLSIrWBHL { width:13.5625rem;height:0;top:110.422875rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9G6vG9AnozX5OQ1OPuobpR35UD0M1UX { width:13.5625rem;height:0;top:113.797875rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnwOPqcJ2Mb9T4LVMzcD6XiydVkkn2mw { width:13.5625rem;height:0;top:117.172875rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ww0ECHEI73g7qn0410QblyTzTekzC6r0 { width:13.5625rem;height:0;top:120.360375rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0ob3J4srP5n9U2CTEsDJ2w6mBKCB2Gm { display:flex;width:1.875rem;height:1.875rem;top:107.26271875rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNw4bsZim8ksyZxZC01phseNkWLty2yk { display:flex;width:1.875rem;height:1.875rem;top:110.235375rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqiDQ3ySkGtzGTXln6EVZPJbrDZTC3iR { display:flex;width:1.875rem;height:1.875rem;top:113.610375rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ebe6DD39l75gMfQPTtDbwNmvC8IPUlh7 { display:flex;width:1.875rem;height:1.875rem;top:116.985375rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rs5rEV4lzHl3AFVRXaybHxcfKg0qdA7f { display:flex;width:1.875rem;height:1.875rem;top:120.172875rem;left:5.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8NTy8mxTeO0GKATQeDCnqkd9SEeMHg4 { width:9.1875rem;height:9.1875rem;top:125.20021875rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMWrzqtHAw09TsZ3bigRXS1VTMvWmV44 { width:19rem;height:0;top:127.16896875rem;left:1rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qle5OA2I75IL9fcTw8W05vlRgMEeycDu { width:12.5rem;height:0;top:133.1504140625rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8wcVshZ3JOX4RRoBuIBezS0uFayNInb { width:18.375rem;height:1.0556625rem;top:68.34765625rem;left:0.8125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JBw0W3vK0PRTQbOOAVXMnTueLefLzRLG { top:3.375rem;left:0rem;width:19.8125rem;height:2.92480625rem;z-index:15066;color:#ffffff;font-size:2.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uTpCEuqaBCenNCLSfIOPwGMTzAUCnG5w { top:7rem;left:0rem;width:19.875rem;height:2.5996125rem;z-index:15067;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cvOO8c39AownvMRmhCkl90qV33V1dBUs { display:block; }#cvOO8c39AownvMRmhCkl90qV33V1dBUs > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTuy9oiTwxa1BANfhh03ONwI98aXDPDz { width:9.0625rem;height:3.1875rem;top:2.5625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIhz7dB9R1GbtT24kfQbK6tzxadweIpw { width:12.5625rem;height:1.3125rem;top:7.5625rem;left:3.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsRHRa9hT9bhpLNngKSu0iW9BhaRqGiZ { width:7.0625rem;height:1.8125rem;top:8.875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py6Tu7nQ2ZZ4CtKgpAhT5OSD8r0qTo8W { display:block; }
 }