.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f5f6fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid #009c18;border-right:0rem solid #009c18;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:5rem;width:75rem;position:relative;display:block; }#gJeDZSgVIvq9eHDJufNCiB16e9VN9a5m { color:#797979;display:block;width:4.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:1.65625rem;left:51rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vuShtQHQyP4wRvMnTTi48Oe3rOof8zfO { background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#6680d0;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:11.0625rem;height:2.5rem;text-decoration:none;z-index:14993;text-align:center;text-align-last:center;top:1.25rem;left:62.9375rem;display:block; }
#imc0RIyT7TXFahliJJlNdeV550xcdJ4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v7pVhrmgCJyiK92Qb8uBzQMMxMaReBS4 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:1.8125rem;left:64.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wNceMVZMnQegmLcoSViUPPDDxp9ZzHpk { 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:2.75rem;width:12.4375rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#BbcPPN4uL5yXkOKPU9VGbmiLTVrvSnZM { color:#797979;display:block;width:9.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:1.65625rem;left:38.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHpk2twVlJImivlA7RlvxlmUXrJbdIm0 { color:#333333;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.6;letter-spacing:0;top:1.6875rem;left:20.75rem;height:1.6875rem;display:block; }
#tcETTrdZr6Hbrx9xccX9DRL5haKgCFPM { color:#333333;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15064;line-height:1.6;letter-spacing:0;top:1.6875rem;left:28.625rem;height:1.6875rem;display:block; }
#xEt4JOa5vd5qB2I0xn3CnD0WzgD4q6UC { color:#333333;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.6;letter-spacing:0;top:1.6875rem;left:20.75rem;height:1.6875rem;display:none; }
#ms1i3cdGKNTwqzuBuEEZsV5ZsCqwVpfX { color:#333333;display:block;width:4.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.6;letter-spacing:0;top:1.6875rem;left:20.75rem;height:1.6875rem;display:none; }
#vF6FMAzHg0ZFQ8L7TcrI5NQtwyAyhINv { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.25rem;left:58.375rem;display:none; }
#FbzTlzd0NZ1kzV6dXgBAD8qyZ3XAJ6LO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.25rem;left:57.375rem;display:none; }
#tpTnc7Blcb1W8daaIWOrkUZ7aTVt0pxs { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.25rem;left:59.375rem;display:none; }
#okaB871TNhISSn3LqTgUcFqQpSbachXy { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.25rem;left:60.375rem;display:none; }
#n4kqKJKfvnEpcTyFLcShTCFlIR8bOypL { color:#737373;display:block;width:17.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.1875rem;left:44.75rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#I5F9OTP1bErOEMAsUB5FVx4KnMazFDHB { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.25rem;left:60.375rem;display:none; }
#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a55a103f-bf8a-4f94-814b-a44e9b705100/hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey.adaptive-delivery-prevent-bg, #MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey.lazyload, #MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey.lazyloading { background-image: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { background-color: transparent; background-image: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container > .video-iframe-container { display: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container { display: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .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); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { border-width: 0; border-radius: 0; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey::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; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#hiTWS0H1hmeJhbBc1kU0VVhHhRBllGTZ { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0.6240234375rem;height:6.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vfEkHDiqABOPcw9tNN5HPzZye2Hf63DD { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;top:39.8125rem;left:7rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z00Zgbb9HamPmCw8CenZa1bwbUxBwUpk { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:41.125rem;left:9.6875rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQpscd7UqeyXeHvRe9Ue7xCt7oLfpcTE { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:39.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#DeMHzvJTeeF5vnzJq04WlXRbKKnmKmqH { box-sizing:content-box;height:3.75rem;width:14.5625rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;top:38.8125rem;left:2.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #f8f8f8;border-left:0.125rem solid #f8f8f8;border-right:0.125rem solid #f8f8f8;border-bottom:0.125rem solid #f8f8f8;display:block; }
#wuMxz40PJd4OTnIAZ6GIXNkDo0rqHVaA { box-sizing:content-box;height:3.75rem;width:13.4375rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:38.75rem;left:20.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #f8f8f8;border-left:0.125rem solid #f8f8f8;border-right:0.125rem solid #f8f8f8;border-bottom:0.125rem solid #f8f8f8;display:block; }
#tMklBCdMpdSIO0fHmk1Dan0OTcJgTCXV { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:12.375rem;left:0.6240234375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kvLyedfBWKMgmDCrPyigt4h6OsviEGO0 { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.625rem;left:2.625rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yK9NiocrtooccCt914Z6DzDmKdTQc5mT { background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.5625rem;text-decoration:none;z-index:14994;text-align:center;text-align-last:center;top:30.625rem;left:2.5rem;display:block; }
#yh7XEwiRviNnPl8tFOQwq35ESMlzvufs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2HCBmIi4toEiKhlDP1KENeiktkM6Fhq { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:24.125rem;left:2.625rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GmW4TfZfy4mldOvruo6bbEyS0IeHzkPn { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.5625rem;left:2.6875rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ccl8I1bOSoRMOT3GXa8AzTmz50Tfqgt1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:24.1875rem;left:0.625rem; }
#NW84JGcJlU5QNrW0K8hIVrGLgk3wBOnX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.6875rem;left:0.625rem; }
#pblg5BTLEInhwTbC9GathHStB60yTE9u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:26.625rem;left:0.625rem; }
#J8QkrlPQWPgmhz7B5Vs93TAqf433AUts { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.4375rem;top:33.1875rem;left:59.9375rem;overflow:hidden;display:block; }
#LVzOifQRV9CGxq5rOz080nM58P3BI8iz { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:39.8125rem;left:9.5rem;display:block; }
#fTUbqeCHqgqWkXmq5k5aCAITVRx9QtiO { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:39.8125rem;left:10.4375rem;display:block; }
#JA7wTLW57t42OTfDCkHegUTCaaFPQva3 { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:39.8125rem;left:11.375rem;display:block; }
#OfdZT5zUtILsnpZ5NWlW5GIvMMEySKh3 { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:39.8125rem;left:12.3125rem;display:block; }
#U4GnafFMzmKMkPFnHvIKKTqsnZCx07kp { box-sizing:content-box;color:#f1c50f;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:39.8125rem;left:13.25rem;display:block; }
#Tem5yzM5ln0X16AeGK0XDtaedtZFOWXL { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:39.5625rem;left:24.125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zWAsu1UiXRzTZo5r0JTlWUJobeug4BF8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:39.875rem;left:21.6875rem; }
#RKal0FmONM4DUaeg8vfKWwJvFwimdgSS { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:34rem;left:2.9375rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LJLXB9v7wm61TSXs5PeiMvsgJSPWNRnE { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34rem;left:11.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QV6V5cPFkXtJGge7SXsHBIB2lb8T7QrH { 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:49.9375rem;width:75rem;display:none; }
#xKFlyz8uqzM6BzEJrH4Ixz17JiUKxN9U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:39.875rem;left:21.6875rem;display:none; }
#D2I4EdlfCMxKIktvr4zDsAuPriRqVo9y { background-color:#2a8dd1;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.75rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:32.061645507812rem;left:0rem;display:none; }
#dvrHRN5SSMuv6OLwSosIidTDDdO3N9z6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNL2BHUTwoxmce5prkTehIbqBgKz2Q2c { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:39.4375rem;left:3.9375rem;overflow:hidden;display:none; }
#LtTGH6aQS02rMhna7hrsO1TTWHZuu194 { position:absolute;display:block;z-index:15007;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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:45.68701171875rem;left:0rem;display:none; }
#uHKK6XFhd3tC1LAZBZH2DmuAQgDXv4TX { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:45.99951171875rem;left:0.3125rem;overflow:hidden;display:none; }
#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc { position:relative;display:block; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc { background-color: transparent; background-image: none; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container > .video-iframe-container { display: none; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row > .video-iframe-container { display: none; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .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); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc { border-width: 0; border-radius: 0; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .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; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f6fa;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nh4RePKcxHDpCTo82nALcAbuspzUsvq4 { 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:4.5625rem;width:11rem;top:1rem;left:0.4375rem;overflow:hidden;display:block; }
#FcT88GA2T4sPnDtf26DwTDnTDXMvrZ9y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.75rem;top:2.34375rem;left:14.6875rem;overflow:hidden;display:block; }
#TT5wR3ffdWMw5qVyEzTSgB5Cwal5aOo3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10rem;top:1.8125rem;left:29.261458333333rem;overflow:hidden;display:block; }
#JGsldMvxWTchF0JiAkaTtKcu3dhtODyd { 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:2.25rem;width:5.375rem;top:2.1875rem;left:43.6875rem;overflow:hidden;display:block; }
#NorOpm7tmitoz0f1TII3HIytthbs5TUU { 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:3.625rem;width:6.625rem;top:1.46875rem;left:54.375rem;overflow:hidden;display:block; }
#JmtAy30cHA9uzNNtoqzKeUATdotl5mGC { 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:2.1875rem;width:8.0625rem;top:2.125rem;left:65.5625rem;overflow:hidden;display:block; }
#ukGyatxbCnLF0GraBDkIxNahZON04icV { 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:22.125rem;width:75rem;display:none; }
#Vmg905X9Hg0Vhdify7UTa3vxKVlrXzpw { 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:17.8125rem;width:75rem;display:none; }
#bw5giUKk50RVgT2VLJXJIVOcxGTqpm0g { 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:34.375rem;width:75rem;display:none; }
#CCLnETfzJLgXvzAltLJb8ZTwxxJXRSpk { 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.6875rem;width:42.0625rem;display:none; }
#KcPmIuAyKsonWoaF6JZF1vn0yOpsuUcm { 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:31.6875rem;width:75rem;display:none; }
#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container { background-color: transparent; background-image: none; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container > .video-iframe-container { display: none; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row > .video-iframe-container { display: none; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .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); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container { border-width: 0; border-radius: 0; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#qLAtCTOpT83F65ztvIP23MFxeRr4Lip5 { color:#5a5a5a;display:block;width:59.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:10.0625rem;left:0rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aIyFTsh8AWbof0UpS7NgIUGUkU3RlBf0 { color:#6680d0;display:block;width:62.8125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#itRqJDzxdyar5RO6h1THtfieHstzrpv3 { color:#797979;display:block;width:21.8115rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.625rem;left:0rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container { background-color: transparent; background-image: none; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container > .video-iframe-container { display: none; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row > .video-iframe-container { display: none; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .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); }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container { border-width: 0; border-radius: 0; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#khgX8DKyUHlS8hATXiVcOMeWtb7iToiw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.25rem;width:17.5rem;top:5.125rem;left:0rem;overflow:hidden;display:block; }
#XCPfLA4uFJudkFNP8OTQE66TVm0Ix0TU { position:absolute;display:block;z-index:15000;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:17.5rem;top:7.3125rem;left:0rem;display:block; }
#lS4l5wlq4b38NR4nq9rH1RdOdCHH45GL { color:#6680d0;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:15.9375rem;left:1.625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgi5ZpTyuWNDgrOIk957HgsmE2s8xLrO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.6875rem;width:17.375rem;top:5.125rem;left:19.375rem;overflow:hidden;display:block; }
#sdztfwExeNEtQvDWcHkBpPlMWpllq1PM { position:absolute;display:block;z-index:15001;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:17.5rem;top:7.3125rem;left:19.375rem;display:block; }
#cI5LVx7gXxGk6cMZTu4D5bOV22OgOlSE { color:#6680d0;display:block;width:14.2490234375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:21rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B7GFofDnSpCmDEfkzzeBrlRGIIeKzZKJ { position:absolute;display:block;z-index:15004;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:17.5rem;top:14.75rem;left:0rem;display:block; }
#QASlwZ9E59ZaZPlZM32V8P5HRJlTtNNp { position:absolute;display:block;z-index:14997;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:17.5rem;top:7.3125rem;left:38.125rem;display:block; }
#DLE91pEBxxozdzC4Zpa0Vw7A8yTtKId1 { color:#6680d0;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:39.875rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHnW35PWhZhaW06nCR54lSE1xQfVLrQ7 { position:absolute;display:block;z-index:15005;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9990234375rem;width:17.5rem;top:14.75rem;left:38.125rem;display:block; }
#Nic16I6ZfQQnVxTGALHLeZdu59iwTkoC { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.6875rem;width:17.375rem;top:5.125rem;left:38.147321428571rem;overflow:hidden;display:block; }
#veOISl5BtHViftKBIGp6TBif2mk2mBA6 { position:absolute;display:block;z-index:15001;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.25rem;width:17.5rem;top:7.3125rem;left:57.5rem;display:block; }
#lRGWdrtDzFFiqCkXGsQ7JmfkdH8CVRFP { color:#6680d0;display:block;width:15.2490234375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:58.625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2Fi3oNrtePsWV7igAgQQgPLnGKcfp1O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.75rem;width:17.5rem;top:5.125rem;left:57.5rem;overflow:hidden;display:block; }
#aSQZKLIkVJHnCHuikt0xOUoxIAT2bTK9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:20.125rem;left:7.5625rem; }
#aSQZKLIkVJHnCHuikt0xOUoxIAT2bTK9 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#HfJbvBC1TnoMGAOFeWSRlODQ6QrNiAdT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.125rem;left:45.6875rem; }
#HfJbvBC1TnoMGAOFeWSRlODQ6QrNiAdT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#OrtBLw1auWXda8RPZ1e9W6wrLmASyqye { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.125rem;left:65.0625rem; }
#OrtBLw1auWXda8RPZ1e9W6wrLmASyqye > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#O4L6DB2MPS8ZuTo3V0HFBQpHBd9yqwzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.125rem;left:26.9375rem; }
#O4L6DB2MPS8ZuTo3V0HFBQpHBd9yqwzS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#orpJz412fxTqq2M7TtgM7Flbthtc3oAA { box-sizing:content-box;height:9.625rem;width:17.5rem;position:absolute;display:block;z-index:15057;background-color:rgba(0,0,0,0.46);background-image:none;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#zIrldGPxhaxOr2lQtZHerbKcqhX1fe8f { box-sizing:content-box;height:9.75rem;width:17.5rem;position:absolute;display:block;z-index:15058;background-color:rgba(0,0,0,0.46);background-image:none;top:5.125rem;left:57.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#gTwzkQo3bq5SNC0uamnikIQUT8GiZWOi { box-sizing:content-box;height:9.625rem;width:17.5rem;position:absolute;display:block;z-index:15057;background-color:rgba(0,0,0,0.46);background-image:none;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:none; }
#Ls3oihEVtAhCHS4kSdTe5tS6A2Q8nRQa { box-sizing:content-box;height:9.625rem;width:17.5rem;position:absolute;display:block;z-index:15057;background-color:rgba(0,0,0,0.46);background-image:none;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:none; }
#KM7Zf1bczFfNubLWI5KXLkOKWb41LqxS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.125rem;left:65.0625rem;display:none; }
#KM7Zf1bczFfNubLWI5KXLkOKWb41LqxS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#KQ6zoa1alMgZnyDFTmCoOmJgSfBvaUZC { box-sizing:content-box;height:9.625rem;width:17.5rem;position:absolute;display:block;z-index:15057;background-color:rgba(0,0,0,0.46);background-image:none;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:none; }
#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container { background-color: transparent; background-image: none; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container > .video-iframe-container { display: none; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row > .video-iframe-container { display: none; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .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); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container { border-width: 0; border-radius: 0; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#BO72KIk2PqAxTgRzcFIh6TxbGZk3RC7s { color:#6680d0;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.3125rem;left:35.8125rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p9aEl8GdKySXLrxvoHTW5ymr69tZvO0B { color:#797979;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.875rem;left:35.8125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQvudIPL1PRBn8vygsAGKX9dUk7diLnF { color:#5a5a5a;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.8125rem;left:35.8125rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WG6W8dmVHAgqlOGpa3Zrf8f32lq6KPl4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.8125rem;width:32.8125rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#bkRhTl8rMLwzUHr3hmyT4sAxtvGoRMrK { color:#202020;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:23.4375rem;left:35.8125rem;height:1.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1RHznQE38ExpTFWTGTxMB6C8IKecAqT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.75rem;left:35.8125rem; }
#UDaTGiTPTbnJrZmrVBnKPKceZiJfqkiV { color:#202020;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:2.2;letter-spacing:0;top:26.3125rem;left:38rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgFXrutasg8xJVQq7mfyPbb8TNFxKyxm { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:26.75rem;left:49.8125rem; }
#R6yqqqOqVHcVndHINniTGIMziq6C3cfI { color:#202020;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:26.3125rem;left:52rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnHkdHvOvc5hfn3moJTMS5lIk3bx6vDd { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#dedede;background-image:none;top:33.625rem;left:0rem;display:block; }
#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container { background-color: transparent; background-image: none; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container > .video-iframe-container { display: none; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row > .video-iframe-container { display: none; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .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); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container { border-width: 0; border-radius: 0; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#TDSBnil8VMSyNIZZG1DFqJBzucFTHfEy { color:#6680d0;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JZPXTMw2arNgtGUp2Z7wSxtoGFJQTv9w { color:#797979;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rctp4g4IyVGefOqb5neFVKvrO7CpnA0s { color:#202020;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.1875rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzDRxSliBq3qhX4Ug6irelkf1QeMm9kX { color:#202020;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.875rem;left:16.1875rem;height:1.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIc8MxMoS1qWRoNiOZTCGWHOXyt46QmS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.5625rem;width:34.0625rem;top:5.25rem;left:40.9375rem;overflow:hidden;display:block; }
#gePPuhoEmUigdICxKIVHdBzfwpRdHFaH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.8125rem;left:0rem; }
#DOKuZN4Ht9wezEaTvGhid56O1BPrPGpe { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:27.8125rem;left:14rem; }
#TtCMJngzn20fBE9lcFKXgH3TOBbsoOyw { color:#5a5a5a;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:11.6875rem;left:0rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJev3V424ZxzAJnsbvFTDknFEKoZzsMi { color:#202020;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:24.4375rem;left:0rem;height:1.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kqzCJAWFwNsVvATFI03sQRRmR22MWcxL { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#dedede;background-image:none;top:34.125rem;left:0rem;display:block; }
#C216k440C4lgyI2kJeSA2TfzuUEzizg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container { background-color: transparent; background-image: none; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container > .video-iframe-container { display: none; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row > .video-iframe-container { display: none; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .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); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container { border-width: 0; border-radius: 0; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#KcW2TN2DywxK1Li2q2XZOCkpZO0scJdW { color:#6680d0;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:7.3125rem;left:35.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTb359ZEniKzGw9kIJzL9govV0xbwo4o { color:#797979;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.875rem;left:35.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DG9zvzahpw1Bebx96o77ZvkzxBUApBSu { color:#5a5a5a;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.8125rem;left:35.8125rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wd68ZmRf1tOAmh4o42KJAVfIWcgBiVor { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.8125rem;width:32rem;top:5.625rem;left:0rem;overflow:hidden;display:block; }
#JTTKoAtJS7zgtpaLEpOWkXEINVxvmQIA { color:#202020;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:24.875rem;left:35.8125rem;height:1.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKBdNRJydFeQs0zirhADwIWms5BoDs1m { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28rem;left:35.8125rem; }
#zc1okVR2b6QwqrpApu7NLZNZQOwTSu3o { color:#202020;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:2.2;letter-spacing:0;top:27.5625rem;left:38rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wfvmZ9T6Fk9QWqXLPTf47AcM04cruVdH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28rem;left:49.8125rem; }
#NnwGCwcJbbHrswS9vg4G43dRwAVPTdM4 { color:#202020;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:27.5625rem;left:52rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gow4v7BRLDZKR7JrDgda9kHXTxHP9NI6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#dedede;background-image:none;top:33.875rem;left:0rem;display:block; }
#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container { background-color: transparent; background-image: none; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container > .video-iframe-container { display: none; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row > .video-iframe-container { display: none; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .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); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container { border-width: 0; border-radius: 0; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#ZP0K6vKMP0oy7rQy60acHUMAXgfGg4PW { color:#6680d0;display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kx1ZeHux77eKSQb5vTBTJoIUTKhihE9Q { color:#797979;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.0625rem;left:0rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PgxFck2XPxqk9dD7t14TxzG5FX8hybmS { color:#5a5a5a;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10rem;left:0rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iiM8NT0l8DUXLPDuwuT3v3JhyPIBrlkU { color:#202020;display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:24.0625rem;left:0rem;height:1.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A62BKt5CbrVFLdxv3ulPnwh1yl6Fa6EJ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.1875rem;left:0rem; }
#vNansp46bfRGoURA2SyTosLLRTnJ84Uu { color:#202020;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:2.2;letter-spacing:0;top:26.75rem;left:2.1875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kNa5CyF6zmkpJVQXmPmaitb87ZqsFNAh { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.1875rem;left:14rem; }
#LtZ55iciFLOkpOMxJbrKKHOf5uF4LMgP { color:#202020;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:26.75rem;left:16.1875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#La3NcE8Mxd9KFu3LfdAl1T1N3J6PJfqU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.3125rem;width:32rem;top:5.03125rem;left:43rem;overflow:hidden;display:block; }
#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container { background-color: transparent; background-image: none; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container > .video-iframe-container { display: none; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row > .video-iframe-container { display: none; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .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); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container { border-width: 0; border-radius: 0; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#g1b6shmmJmZANtw665legqKsirkm4eQI { color:#1b2024;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:11.5rem;left:40.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sI9EBl94TwUoSZBTSkZe0JP4TeElmvpP { box-sizing:content-box;height:52.5625rem;width:75rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:6rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KQU18wKIuh0UgduptuTDUXtldFS5J6Gg { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:14.9375rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TKxRXMuFDWSrWlQOEc6UnDlL4ChfNtok { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:17.375rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#riTGvtu9pLQ71FIuNBdrwZo8ITB2I7Tg { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:19.9375rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cVQ7aevxvJosQWV5Gq2xMcMhIbFTbibR { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:22.5rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qgWdZTPxTiPcXT48IQFZJ3DBJckwkspW { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:24.875rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#efd9o8XQqw4GhPKHo0SKbElQPdxCeSlD { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:27.4375rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QS3b96CoK92LtumxRnFtLLiixfXeO1Tl { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:30rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N9E7sX62A0xORLfQ0LPzc4OZUwFrTQzv { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:32.4375rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Im0tGlCByvbF7lO1iXLUpSlQHQza9acW { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:34.875rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oPJ8bkO1SqSz3pEy4ktewPgSMJZEU8fT { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:37.5rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ct6btXT3zGUqcXTIWmGVAtyBmCVEDbeE { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:40.0625rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Whp6QP2GnArKV0KsXJtstcwSH9AuFodT { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:42.5625rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DNdv8VAvbWGaZFJU2x2FiG6okrw5agIW { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:45.1875rem;left:40.5rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#v38wX6zxbGyNfKxggAxwwknDJHgQfl7T { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:15rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fftc5X7N7RCAcoShgRX1iKQKr7dQEKoV { color:#000000;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:17.375rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ydQiGqezpJibEIq1k5lmbp700CnOHwfy { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:19.9375rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#evfbv4xqpGHqPfTzJKcBzmeeTNqFzDdV { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:22.5rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rqT5CGyOQ4PqMVkL4UCR6eHXl6X2L8lI { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:24.875rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ns7AmVWIHE7iIkKm8PnqWDOE1A6A2Sir { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:27.4375rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vWmOJsLFBfBKo7i90UVAAvExWONidRJd { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:30rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IpRrxXTpNLLoAs0HtOIDqHmhTsDyX7Tb { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:32.4375rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RGRGU9NkqgbccIxtiPS6zbzsBBbbiqNg { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:34.875rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q8WRtJE64SJ8aV4AJA54Msm1H0fTFyJx { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:37.5rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gcaPi9725Q7UqQKqc8Wu9zif0OoH2BLf { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:40.0625rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GS38gVwbhUBW3J8GAhGSyTRAubzRsiLL { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:42.5625rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cIU5QTlk6C5T870wFplEL0UvCyzv7W1u { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:45.1875rem;left:57.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XIFoiS2BRC4H6iAzXEKEzoGqA0nG4MxR { color:#1b2024;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:11.5rem;left:3.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UC47iIfUvXiqtuSwatywa3FBTa0CIm5n { color:#5a5a5a;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:14.9375rem;left:3.5rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kGaNUvKGFoO5NAECGyxyGoCoMfy3axL4 { color:#5a5a5a;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:24.0625rem;left:7rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lKURKW2qDMhfu6sxFgBs41RVlMdZlcyM { color:#5a5a5a;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:34.4375rem;left:3.5rem;height:10.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ne67DSTZLgqg7u1ypP5cbiR03gZ7PLD1 { box-sizing:content-box;height:9.3125rem;width:29.25rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:22.5rem;left:5.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #6680d0;border-left:0.125rem solid #6680d0;border-right:0.125rem solid #6680d0;border-bottom:0.125rem solid #6680d0;display:block; }
#vXx1LOMXUkRBTtZB6H5t40HT479JGpSL { background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.5625rem;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:50.375rem;left:3.5rem;display:block; }
#R75hxcZJI3EKFW8JcO6JXHGaqkrkNAyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIRCdvP52xNlrcWLt6BfPcVOsBu4kMkK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:21.875rem;left:4.125rem; }
#d6t6KGkWs64rpKF6h08vV6i1srAbvZdf { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:#6680d0;background-image:none;top:21.25rem;left:3.5rem;display:block; }
#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container { background-color: transparent; background-image: none; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container > .video-iframe-container { display: none; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row > .video-iframe-container { display: none; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .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); }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container { border-width: 0; border-radius: 0; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container { font-size:0.875rem;font-family:arial;height:76.875rem;width:75rem;position:relative;display:block; }#zSRTiEWHQfXHPTgJdvpC1M5dR9z34ZQF { color:#1b2024;display:block;width:23.2490234375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.3740234375rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M26roFASJg476yRbCiwWGvCfHBhpRwbN { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:71.0625rem;width:74.9375rem;top:5.375rem;left:0rem;display:block; }
#KpuFh8EVazqtCsiETeFbUBJGlU5zf1Vt { color:#5a5a5a;display:block;width:68.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.4375rem;left:3.3740234375rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Hwmn7RKnTOTEpXX2VxFK2q6kKAk72Gdq { color:#6680d0;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:25.8740234375rem;left:29.65625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Tq6dGVEm7imPJ9HBltn6R1mc0GqaRXzN { color:#6680d0;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:45.5615234375rem;left:33.3125rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#s11ydIBS9LAkVTA2F9V0ElzOmBTwzTQw { box-sizing:content-box;height:12.5rem;width:20.375rem;position:absolute;display:block;z-index:15342;background-color:#e1e6fe;background-image:none;top:29.6875rem;left:16.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#MHXMfKTW9nE4pq2hs0k7KBrwk3VSLmfw { box-sizing:content-box;height:12.5rem;width:20.375rem;position:absolute;display:block;z-index:15343;background-color:#e1e6fe;background-image:none;top:29.6875rem;left:38.5625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#JsxzqbSFnM3rvIJlhFJcFh9PmXcFSP5T { box-sizing:content-box;height:12.5rem;width:20.375rem;position:absolute;display:block;z-index:15344;background-color:#202937;background-image:none;top:49.4375rem;left:16.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#H1DcPmns9arr07gn7DPDLov8pDh83GCE { box-sizing:content-box;height:12.5rem;width:20.375rem;position:absolute;display:block;z-index:15345;background-color:#202937;background-image:none;top:49.4375rem;left:38.5625rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#p4eLb7aKclTxmtpaKRMkExl9ETOtSCIR { color:#1b2024;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15346;line-height:1.3;letter-spacing:0;top:32rem;left:19.4375rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U54ixFJA1O7OMQFcKwXhaQZaAprRkcte { color:#1b2024;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15347;line-height:1.3;letter-spacing:0;top:33.71875rem;left:24.5rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sxPT55w6GiCUTZSnPJcfaprJm9cToMu0 { color:#1b2024;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15347;line-height:1.3;letter-spacing:0;top:37.1875rem;left:22.34375rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#psVhXePsQBZmzLa7tXf4e2xlmo1wFccK { color:#1b2024;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15348;line-height:1.3;letter-spacing:0;top:36.75rem;left:24.34375rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k6U2RnMDST1H3lPGZuubqPoZun4XXsnT { color:#535353;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15347;line-height:1.3;letter-spacing:0;top:39.0625rem;left:21rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TOTkoyXSxpwnNoH0K6xATWDxQOQnkfZz { color:#1b2024;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15351;line-height:1.3;letter-spacing:0;top:31.9375rem;left:41.875rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bb6E89a7uWPuwNIV2XGFtzAT0iMmnh6X { color:#1b2024;display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;top:33.625rem;left:42.8125rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V5klZMlGkpA4lTmauIw9xDFnslqfbHvD { color:#1b2024;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15352;line-height:1.3;letter-spacing:0;top:37.125rem;left:44.8125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TQ4hLk8McNyvSZZBgzTV8WighMT8VXOV { color:#1b2024;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15353;line-height:1.3;letter-spacing:0;top:36.6875rem;left:46.8125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c2vEtrv9ORZakdTM9TvZFQJ28FW8SD83 { color:#535353;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15352;line-height:1.3;letter-spacing:0;top:39rem;left:43.4375rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gAA8OyKLRiCGrhTgsLAzVBfFfqp8Eomz { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15351;line-height:1.3;letter-spacing:0;top:51.6875rem;left:19.4375rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D3nuKiJzvZHrH0aP8i7pdp6nSxvOV9SP { color:#ffffff;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;top:53.375rem;left:21.0625rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qPO2xDfsVhFEmC0IbCcm8r0u499MdMQU { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15352;line-height:1.3;letter-spacing:0;top:56.875rem;left:22.375rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d8aczUATxxLrtJxmG1LlgUr6ymzwDpKe { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15353;line-height:1.3;letter-spacing:0;top:56.4375rem;left:24.375rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CoAaGbvy4rMT4c07EATl0GZmR4gWm88s { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15352;line-height:1.3;letter-spacing:0;top:58.75rem;left:21rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TSFOlWCQ6kzNsFIiUafL27k0Ed2yHbSI { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15356;line-height:1.3;letter-spacing:0;top:51.6875rem;left:41.875rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rqMd8FhJ9Awu6iRmuPCxQ1gIivu6G8CQ { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15357;line-height:1.3;letter-spacing:0;top:53.375rem;left:46.5rem;height:1.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rxmcosdyo9vdzKCzDGd0mghapNvQv818 { color:#ffffff;display:block;width:1.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15357;line-height:1.3;letter-spacing:0;top:56.875rem;left:44.8125rem;height:1.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bATrc3pT4F5SOL2d33e2Bl6TaAcqnTuT { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15358;line-height:1.3;letter-spacing:0;top:56.4375rem;left:46.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kHNXoeQd3bG2cbLmUbIlw61EQWHfV1L1 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:15357;line-height:1.3;letter-spacing:0;top:58.75rem;left:43.4375rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eHIUvA2hTEKdAQISZK1af4rMsqog6Gu5 { color:#5a5a5a;display:block;width:42.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:63.625rem;left:16.4052734375rem;height:7.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SfNuqbosHI0b5IC3MkPTgCPiWF7H9AiI { box-sizing:content-box;height:12.5rem;width:20.375rem;position:absolute;display:block;z-index:15342;background-color:#e1e6fe;background-image:none;top:29.6875rem;left:16.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#vrkkABkn3nqEETCd0Zq1x0D59e9LQqCF { box-sizing:content-box;height:12.5rem;width:20.375rem;position:absolute;display:block;z-index:15344;background-color:#202937;background-image:none;top:49.4375rem;left:16.25rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:none; }
#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container { background-color: transparent; background-image: none; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container > .video-iframe-container { display: none; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row > .video-iframe-container { display: none; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .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); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container { border-width: 0; border-radius: 0; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#Zeb3ZU5sIBoasBOaXnJJaMlyeML9e8pf { color:#5a5a5a;display:block;width:59.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:7.8125rem;left:0rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WvL1Z1CgMUiwnkCmgRM0vSHRv4bgLRo8 { color:#6680d0;display:block;width:62.8125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.0625rem;left:0rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hNkCitvK4XHBeGGQpaACe7hvJiyAndcJ { color:#5a5a5a;display:block;width:50.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:11.125rem;left:0rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RUN0DZU875x7JqiqzFhPQIy3zdlrXwxA { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:12.75rem;top:11.875rem;left:56.6572265625rem;overflow:hidden;display:block; }
#TuAsLdzAx1BbiqUozwWrTRcozycbXLeW { color:#5a5a5a;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:18.25rem;left:2rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hkyFW8VzIgf9dCPJkw1ZG9I7pMNTFnog { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:18.25rem;left:0rem; }
#pieKZEUThaysJIGOBFKPuqMQQZD9QGgg { color:#5a5a5a;display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:20.75rem;left:2rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lwm3s1CIVFehsviWbtgiNF9FBbZmFl8o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:20.75rem;left:0rem; }
#SvfR3zXuc6QnuoO1TcGOdq7Ov113ZyhX { color:#5a5a5a;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23.1875rem;left:2.0625rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eutyMPKGPueTl6xiun746EJPeGIMO0EV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:23.1875rem;left:0rem; }
#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container { background-color: transparent; background-image: none; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container > .video-iframe-container { display: none; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row > .video-iframe-container { display: none; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .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); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container { border-width: 0; border-radius: 0; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#J2T0FWnDw0zr9uIMCITxSbw5o084n2Bp { color:#6680d0;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fvDHKCuCQ7M1vOZVmSoFwOEKzCzDo9Dv { color:#6680d0;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:29.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XP56MMmi2SVZIXGrPhZB0Ep37TG1VXOU { color:#6680d0;display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.625rem;left:50.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pL1pJaFMIlgOkCFTPrcv950UZRMpDJ1O { color:#6680d0;display:block;width:56.3125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:4.125rem;left:9.3125rem;height:2.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HWTy9y6TXPDXMZZQTcQrXQSsLOVwPyV4 { box-sizing:content-box;color:#6680d0;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:block;z-index:15050;top:10.9375rem;left:23.4375rem;display:block; }
#qUTrrFnu7TrevXu3x9TNEtlfHNKUIlw6 { box-sizing:content-box;color:#6680d0;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:block;z-index:15051;top:10.9375rem;left:48.625rem;display:block; }
#xUuoabfad8CReZzz0EzLwvs1H574x3cE { position:absolute;display:block;z-index:15008;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.25rem;top:9.875rem;left:11.375rem;display:block; }
#EdDuCBFvpJ7132Ovkxix2BurpeiFIIvk { position:absolute;display:block;z-index:15009;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.25rem;top:9.875rem;left:34.9375rem;display:block; }
#duNGPwmmnUZsMdQXhi300Refu4EzSXZc { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.25rem;top:9.875rem;left:59.9375rem;display:block; }
#pGONPOnwSvAp6hok1Tuc6JG7queTuKdz { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.0625rem;left:12.625rem; }
#mJh5HTUCZOdB51PnVWT1z2Z6a13Zpmcp { 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:15053;opacity:1;top:11rem;left:36.125rem; }
#IsPAUOlrTDoRRTh6zW8KclZbTF8am2uh { 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:15054;opacity:1;top:11.125rem;left:61.125rem; }
#LIPi0waT9r7MDSkTO0BLa5rRFr6oZyTF { color:#5a5a5a;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LLgTuF3Q6d5GUypCbeLsov8oVmT1p6WT { color:#5a5a5a;display:block;width:17.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.375rem;left:29.0625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpeam4ZrMWDlTgxuJTSrnmshTRXXSPtO { color:#5a5a5a;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.375rem;left:54.5625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SuVloeicyTRbNHMOnyBtOVJd4DZ1UFeX { position:absolute;display:block;z-index:15009;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.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.25rem;top:9.875rem;left:34.9375rem;display:none; }
#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { background-color: transparent; background-image: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container > .video-iframe-container { display: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container { display: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .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); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { border-width: 0; border-radius: 0; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:31.1875rem;width:75rem;position:relative;display:block; }#TrPVW5NcQtRh4HcUGDg0bk8y0og0FGFH { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:12.5rem;left:9.5rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nt1QHXiIG4KuzHwmLsppaVD0ZyJStVz1 { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:18.375rem;left:9.5rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#opbu6nUzzfVxteS1TbSiI8nDTy5x7RBQ { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:23.0625rem;left:9.5rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OEtTf2E1gAoDu1dent4Xh0X2xx3w9NQr { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:12.5rem;left:41.5rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f9B4s5Wv8zqN73HMl2qJVZU2M4NCW9LO { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:18.375rem;left:41.5rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#re2opcBfLfhNZqapptUFkmViTOy3dgQL { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:23.0625rem;left:41.5rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAWMzzkBKhnzA0vCgtTOia0sD7SonAfi { color:#6680d0;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:4.75rem;left:8.875rem;height:4.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L5TMAd39REZdK3iGVNg714ff9i4K7eK4 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.8125rem;left:7.125rem; }
#has0pxuqvRa2F1F1ddrAG0ybaanDgATx { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.6875rem;left:7.125rem; }
#TSRFI216LoN0zgmn0KyNT4i0MSVmaocT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:23.375rem;left:7.125rem; }
#VTS11S3br5Xp0D0xbe7UzIRUNeEUfysQ { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.8125rem;left:39rem; }
#I1KVMXiP7NT82mcndcbEFGRDT1ikhxWA { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.6875rem;left:39rem; }
#CHQoWavdMC0P96432UpHiopHmPMWgmaE { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23.375rem;left:39rem; }
#Q4JWE4OFvfNHkToDZ8lgUd7DmsomPJyg { box-sizing:content-box;height:9.3125rem;width:29.25rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:22.5rem;left:5.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #6680d0;border-left:0.125rem solid #6680d0;border-right:0.125rem solid #6680d0;border-bottom:0.125rem solid #6680d0;display:none; }
#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container { background-color: transparent; background-image: none; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container > .video-iframe-container { display: none; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row > .video-iframe-container { display: none; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .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); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container { border-width: 0; border-radius: 0; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#UeKtcaFuitpM3q3EaBTy8ggo4KDPLeE5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.625rem;width:37.5rem;top:12.4990234375rem;left:37.5rem;overflow:hidden;display:block; }
#iPCVnQGmXkTyTSWOBARRz4cxUmG9xkkm { color:#5a5a5a;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:12.4990234375rem;left:0rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Te43RvkXVDUC6vCJNZTMn8qUJ0LvBih3 { color:#6680d0;display:block;width:54.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:4.8125rem;left:0rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZt1lxGIW4fgTTWraTzld1zkx1aNwdtH { color:#5a5a5a;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:24.2490234375rem;left:0rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PT4ZtWhFBL6NHnlrTchGzSRWKq8rJvNb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:27.875rem;left:0rem; }
#OvksKvsk5NPVTFbTGPqDNDauSK3Jhv4q { color:#5a5a5a;display:block;width:31.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:27.875rem;left:2rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DEI8ETbPKX3y5TR9rTvrPoacrJ5VAhN3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:33.0625rem;left:0rem; }
#CmCWawpIIyV6L3ut5PBkDfvOT86DxQOy { color:#5a5a5a;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:33.0625rem;left:2rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t2uzG3sMfDrqCZHU5RhGoiUNBhE9ChT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:36.9375rem;left:0rem; }
#zu7kifLQH09PaJwstQnfCf1Z2Cp5Miuq { color:#5a5a5a;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:36.9375rem;left:2.0625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTR0RnyH09CBDtKb1dMwH1mIKbB7gRE7 { background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.5625rem;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:43.5625rem;left:2rem;display:block; }
#nNxzz8npNi4XZTDgcZC0T53gbCSrPlkF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EFUpsz4Nr8mSFUSQBTTtAWuAuOZTy59e { background-color:#2a8dd1;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.75rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:32.061645507812rem;left:0rem;display:none; }
#KTZTb67eL7ST5tf9bsFur5CU1XQV6XxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3rv2EgWps0H7A4E0x1b7OMMuObdVTxz { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#dedede;background-image:none;top:33.875rem;left:0rem;display:none; }
#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container { background-color: transparent; background-image: none; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container > .video-iframe-container { display: none; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row > .video-iframe-container { display: none; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .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); }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container { border-width: 0; border-radius: 0; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:block; }#ITTfC0exholl8vWT81oLBhgxhxN8MuVq { position:absolute;display:block;z-index:15002;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:23.75rem;top:16.5rem;left:0.625rem;display:block; }
#h0U4If9poBxdpvm7vOGbDtQhiSs6mT8n { color:#5a5a5a;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.4;letter-spacing:0;top:23.6875rem;left:2.625rem;height:5.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Urg4IDCuauuq01kBLllHpHGD9ku1QEel { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:21.3125rem;left:5.6875rem;display:block; }
#RmqLNngzIP9XhtuT7LbyftA0Z0TGHT0V { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:21.3125rem;left:6.8125rem;display:block; }
#kAXObgZD0GX1zm3HthFeUzkFsFRnok0f { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:21.3125rem;left:3.5rem;display:block; }
#TnRSJlgvfuCZNU7srccnRsgRldL1Cn1F { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:21.3125rem;left:4.5625rem;display:block; }
#XglepRr1KHyTsazVHMuzfgzuNt2Wk10P { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:19.5rem;left:5.75rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vF3X78mNXU7KwRUIVT2r4GEPUlUkslsq { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:21.3125rem;left:2.375rem;display:block; }
#I723BwAZuPuTZfRUyGig23ttcLncK5J3 { color:#222222;display:block;width:7.3123125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:18.25rem;left:5.75rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ILVOFTvypEEvqutBDQx5T8rS6UMdxIGN { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;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:block;z-index:15067;top:21.1875rem;left:8.3125rem;display:block; }
#ZwXRTTO52mcIVGsDylTvWO4LOJB3KdNt { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:21.8125rem;left:8.9375rem;overflow:hidden;display:block; }
#pPtDl0JJiqT6kfAbVaABtggdvI1XOLmC { position:absolute;display:block;z-index:15041;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.875rem;width:23.75rem;top:16.5rem;left:25.625rem;display:block; }
#kA7VdJhkcUMDX4eToyl9JdS8r1MXog1X { color:#5a5a5a;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15086;line-height:1.4;letter-spacing:0;top:23.6875rem;left:27.5rem;height:10.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hLazolNvhkTXNGCZGKBkp5ZwPDqL23V9 { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;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:block;z-index:15081;top:21.1875rem;left:33.0625rem;display:block; }
#AF9N80n0LP04ziEafg8eQx5BneaUfKgu { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:21.8125rem;left:33.6875rem;overflow:hidden;display:block; }
#sPp3nIkG0aga9HK022Cxa0lN0bpwmbdC { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:21.3125rem;left:31.5625rem;display:block; }
#leRPIhMhiIdqsmbudvSCWasJXqvcUXeo { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:21.3125rem;left:30.4375rem;display:block; }
#ZZD70clX96l2vk7IV2qluIWCLg7rXiaD { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:19.5rem;left:30.5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QThFi0vWvqaIZr0QfsvWLINtE5l3frNt { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15081;top:21.3125rem;left:29.3125rem;display:block; }
#Afle1bTAqtOaivK1z50UhnoH9yLhtDc4 { color:#222222;display:block;width:7.3123125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:18.25rem;left:30.5rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mpl3rhttE8EvUT36pHmi6AMJb9D3I9yQ { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15080;top:21.3125rem;left:28.25rem;display:block; }
#qz3rWLzIWmT1TFLZIFoI7pBIZltI41kn { position:absolute;display:block;z-index:15084;background-color:#ff8833;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:18.125rem;left:27.5rem;display:block; }
#TquUQbp0QWlVv9ihOAIdySMONvGTSAxr { color:#222222;display:block;width:2.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:18.625rem;left:27.4375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AG86tV3zkirMBm6xMxzLN08rQCcOht9e { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15079;top:21.3125rem;left:27.125rem;display:block; }
#UEvgVlfn0yfBMo8xZmRw5zVM3Pgw4oEi { position:absolute;display:block;z-index:15055;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.6875rem;width:23.75rem;top:16.5rem;left:50.625rem;display:block; }
#vi6PIP1NLouProLqbWqDgQEF8sqPUhI4 { color:#5a5a5a;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.4;letter-spacing:0;top:23.6875rem;left:52.5rem;height:8.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#d79tfspBiiyMBnK1OpGISWOK6h05wATT { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;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:block;z-index:15095;top:21.1875rem;left:58.1875rem;display:block; }
#ThGFLVqMEy93uNMZnzLHO9laL62WPunN { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:21.8125rem;left:58.8125rem;overflow:hidden;display:block; }
#yO2U36rTTGakOgdS1cZlUD9LCtcmLgtR { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15097;top:21.3125rem;left:56.6875rem;display:block; }
#ISJo7oV6m1bu1LuBDuwZwBIANiRa9SKz { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15096;top:21.3125rem;left:55.5625rem;display:block; }
#S8fL5ChiWlMLcgWmuwgkmTamUTmepe2M { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:19.5rem;left:55.625rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VtJtbFAhkx7xEvIxlzHZmAf6cT5Fx7ft { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15095;top:21.3125rem;left:54.4375rem;display:block; }
#Shz6baEhrQSxwnHIZxb884mLEaFkwSGJ { color:#222222;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:18.25rem;left:55.625rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SEVF9uBQOwhLLZ1yMJtGnBqMRZtKQl8E { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15094;top:21.3125rem;left:53.375rem;display:block; }
#XhFq6VqXnHVOSRncaBUBdW1ALqDUnV5V { box-sizing:content-box;color:#f3ba4a;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15093;top:21.3125rem;left:52.25rem;display:block; }
#fFA4qJE4rlu885vIVykWm1G4TyOH3bxM { position:absolute;display:block;z-index:15085;background-color:#851eac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.56185rem;width:2.5rem;top:18.125rem;left:2.625rem;display:block; }
#ZVCILRBA2UE9TfCzIklpVl6CNMEqqEAx { color:#222222;display:block;width:2.56185rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:18.625rem;left:2.5625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VMMualQTJg7appiNTbfhALtk9mzWoOUb { color:#6680d0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4We8SEVH6mLf8q8LaL00IUNSxQ67T6A { position:absolute;display:block;z-index:15085;background-color:#83b32b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.561525rem;width:2.5rem;top:18.125rem;left:52.5rem;display:block; }
#Nw7dD13CXQL1fJq4HLcCTyFTyhWKp2QD { color:#222222;display:block;width:2.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:18.6875rem;left:52.5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m09AzH2OkgOB37yiWexqw1OcKFD3zl14 { color:#1b2024;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15062;line-height:1.2;letter-spacing:0;top:10.625rem;left:33.6875rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GIltliZ6MJPHZaBAWDwRpDvubCUa2MBX { box-sizing:content-box;height:3.68713125rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:8.5625rem;left:28.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #f8f8f8;border-left:0.125rem solid #f8f8f8;border-right:0.125rem solid #f8f8f8;border-bottom:0.125rem solid #f8f8f8;display:block; }
#lTQcs7r0zJQUo0dPiyLTHdUnD2gdaEwU { color:#1b2024;display:block;width:2.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:9.4375rem;left:33.6875rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghfOzqipWsCaLc0zBMnVWJTTQP1glu1O { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:9.5rem;left:35.8125rem; }
#pCnrtwqLwD7hX3TUFg8fGrmR28FcqMhc { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:9.5rem;left:36.9375rem; }
#ub7qptyZm6E1RKqf3oriMU39sd5EJTOZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:9.5rem;left:38.0625rem; }
#vFwLziMllna65TGwNdNTNUD1JmU5TGga { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:9.5rem;left:39.1875rem; }
#EhI0fxxOnO4Z6SUntMhazXtiFBB0tMNP { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:9.5rem;left:40.3125rem; }
#NKblB92gokeQVVNsuJ752BvubG239ndM { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:9.1875rem;left:30.25rem;overflow:hidden;display:block; }
#zmaN0JFOtugi6y5wzm4GNzPxSJFT8B6Q { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:28.4375rem;display:none; }
#xa4gxbviJmUcPCw8xKieBr55DddCaQ85 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:41.1865234375rem;left:29.375rem;display:none; }
#U5UJRa1zdo1GhhhZUuyUFVs3UKVThuea { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:30.3125rem;display:none; }
#IOTxN1lNGp0KOs17gITAUkv0075w2Eh5 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:41.1865234375rem;left:31.25rem;display:none; }
#rSJaKdBp1BAbRmQBLpdOes7Ro6uvHg11 { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:41.1865234375rem;left:32.249755859375rem;display:none; }
#nS5z5SrwDq9ThLMp5CAcQOuRm6nxuOSV { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:28.4375rem;display:none; }
#gb8Dk6pp0aNACVDPby0B1uTgNXNGERXI { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:41.1865234375rem;left:29.375rem;display:none; }
#FM6ah84KnQ2WlUVQvyglfQSOaEMsR8aT { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:30.3125rem;display:none; }
#KdzvorSoZl2cALzrJyTP4khR0pFO0Fsm { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:41.1865234375rem;left:31.25rem;display:none; }
#WKz770wWJJff8g0RlX5sgMHtarDOyNRu { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:41.1865234375rem;left:32.249755859375rem;display:none; }
#W8DBbp25yLzWTcxBXZPtMDTwyCtrXEde { position:absolute;display:block;z-index:15041;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.875rem;width:23.75rem;top:19.874877929688rem;left:25.625rem;display:none; }
#shVynVfgJLIAEWoLCG04RhZrdgc92u82 { position:absolute;display:block;z-index:15085;background-color:#83b32b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.561525rem;width:2.5rem;top:21.499633789062rem;left:52.5rem;display:none; }
#atOAPvyaDTcOKqA2UVPzvkbSGS59qrDb { color:#222222;display:block;width:2.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:22.0615234375rem;left:52.4990234375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#CTSyEQGCCHyvXGZQCSWrLpe8QevRSVtn { color:#222222;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:21.624755859375rem;left:55.625rem;height:1.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#iZ7TH4QimIK9aIrt8ldd4ZI9pia7KxLn { color:#828282;display:block;width:10.2495625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:22.874755859375rem;left:55.625rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#XS65yhU2uH1FX0Qq8RWChqZ0Ql6Iw2wa { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:28.4375rem;display:none; }
#zf7SGaua195y7P4wLNRRG91W4mBgXr4U { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:41.1865234375rem;left:29.375rem;display:none; }
#eJN4NTJoxbEXcCI1PpTkf8UPqlRCwLtC { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:41.1865234375rem;left:30.3125rem;display:none; }
#dXL4fg1k4miJVKV0qSHTRTXM7KmI6rPl { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:41.1865234375rem;left:31.25rem;display:none; }
#guxzi9wN1CALldTuazpTKSs6gn3lFU7l { box-sizing:content-box;color:#f1c50f;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15106;top:41.1865234375rem;left:32.249755859375rem;display:none; }
#TcmAVao5c1AlwbPscgTx07ch2JNtFGQf { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;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:block;z-index:15067;top:24.561157226562rem;left:8.3160400390625rem;display:none; }
#EDeKsR3Qb9h0uVMttt9lcEy1v9yNvHB9 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:25.1865234375rem;left:8.9404296875rem;overflow:hidden;display:none; }
#CAlFok9rIw1bpPNbIZi0wr5HVunDl5s3 { box-sizing:content-box;color:#5db9ff;font-size:1.3125rem;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:block;z-index:15067;top:24.561157226562rem;left:8.3160400390625rem;display:none; }
#bTU5SWUeDd1fMoLyvnvlTkMDpupTuM5S { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.68685rem;top:25.1865234375rem;left:8.9404296875rem;overflow:hidden;display:none; }
#crEfaZIk6xRgFWXND4aT76fQrQgL9QTp { color:#5a5a5a;display:block;width:19.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15100;line-height:1.4;letter-spacing:0;top:27.062377929688rem;left:52.5rem;height:9.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#IAn60T5m8KJ9yUqeSQM8So9MzJoVrgKC { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:#dedede;background-image:none;top:32.5rem;left:0rem;display:none; }
#NqvTTBbeTCZh4XITB7DDon338Q9i02VT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container { background-color: transparent; background-image: none; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container > .video-iframe-container { display: none; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row > .video-iframe-container { display: none; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .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); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container { border-width: 0; border-radius: 0; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#QLQ14azM2CbkiHTfGRNtO6XdFNIstudX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hpBKaCKPs17FLDZPSK8fFmWquyGe6RhA { position:absolute;display:block;z-index:14999;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-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.25rem;width:75rem;top:1.6875rem;left:0rem;display:block; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-form-header {  }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.8125rem;font-weight:bold;color:#000000;width:23.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:23.625rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-text {padding-top: 0; padding-bottom: 0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:23.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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;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:23.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-select {padding-top: 0; padding-bottom: 0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #6680d0;border-left:0.125rem solid #6680d0;border-right:0.125rem solid #6680d0;border-bottom:0.125rem solid #6680d0;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:0.9375rem;font-weight:400;color:#ffffff;width:23.625rem;height:3.0625rem;font-family:poppins;overflow:hidden;font-style:normal; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]:-moz-placeholder { color:#454545;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]::-moz-placeholder { color:#454545;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]:-ms-input-placeholder { color:#454545;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]::-webkit-input-placeholder { color:#454545;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:22.375rem;overflow:hidden;font-style:normal;float:none; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .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; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .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:tahoma, arial, sans-serif;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container:first-of-type{padding-top:0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container:last-of-type{padding-bottom:0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15040;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8125rem;left:3.125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.625rem;display:block;vertical-align:top; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-info-text { display:block;height:auto;font-family:tahoma, arial, sans-serif;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; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO {display:block;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15040;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.8125rem;left:3.125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #gS6iqAVuVTpZXfo32HfWy9bBsJcBLXdG { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #hWZzWzqJcWxusl484S8zauLB1b318DLE { position:relative;display:none; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #AcXirSDfMolly2rRLroUU6H9ZWb4PMTF { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #xG70PpKQREB7ld4ROFDZQ7x48Abo6TXc { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #bANfcC3h3quCqse9u4T8xIIXaSx471me { position:relative;display:none; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #eNvb902yVggo8o5minU3SKEqfTpmDXNA { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #WHkiutXABnDORcdTDK81eM9TM38XcebG { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #Mcmh9GFfmV8f3lfGSLub1KphxGV6zLBa { position:relative;display:none; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #bpIr7hvtFLCIU81pkT5e6Ti98P4UCUcw { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #QczqQCNlWvw8ZcdTEvgour3Rb5TAg7TX { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #RnXTLpbnOUkBJ6GHD7TWeuLg4Fv31M7R { position:relative;display:block; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #nuqKc2lS8shIXgAxbhocOtELoTyrpOpI { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #v27ATUX47hJEqtbLOyrsi2wo8u2M2AMl { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #PT1gvpB6ci7JET93Ny6FWDzmvimL0XQn { position:relative;display:block; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #ET5rBEgQQ3XQJnbShnfepFDSJMJmaSPU { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #hFI51ZE0POPWgAqfopFV0BwKWr94XeAI { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #HRv7BepqS2paIvURK8tJAd1OhVXTwOcb { position:relative;z-index:2; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #yVEQ1dTwO5kAmCQyDVzmdGxbPJ9sD5iT { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #zqKSyCiJb0frdvf4WSscbN0zweF5O3RK { position:relative; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO #XbXiNSTbNVs8XZVRQU8fH1KBnaJwBvQu { position:relative; }
#alLQ7TWL6UsgbWZK3xHwv3OLfP72XhZ1 { color:#6680d0;display:block;width:18.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:4rem;left:7.625rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JKOASPzZbhmzZsd9smEMeQ0oV9RwSO6f { color:#6680d0;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.1875rem;left:8.25rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbbmqCt7LnEdP7KiiDvyZflTXwwG2UbT { color:#5a5a5a;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:27.75rem;left:37.0625rem;height:1.3125rem;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;font-style:normal;display:block; }
#QtSo9BL3RwenNLsEVgykbvVOvVSlwLGQ { color:#5a5a5a;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:24.6875rem;left:37.0625rem;height:1.3125rem;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;font-style:normal;display:block; }
#m9mFgFoHpdkGou017HUME9uFAw7TlUPJ { color:#5a5a5a;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:29.5625rem;left:37rem;height:1.3125rem;text-align:left;text-align-last:left;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; }
#GlHmC2mwM4FG48pccDLsemieLEnGT1BE { color:#5a5a5a;display:block;width:19.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:19.375rem;left:34rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTqDGmJzKt14PTHJA8dWiz7sTwhxuxLT { box-sizing:content-box;height:0.0625rem;width:15.75rem;position:absolute;display:block;z-index:15125;background-color:#c7c7c7;background-image:none;top:18.8125rem;left:34rem;display:block; }
#TfPBuBhJAF9QPEFQtpylVDNoGNXJSVqn { color:#6680d0;display:block;width:7.2485625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:17.0625rem;left:34rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTg0WmEGZodXKXlPoAB18yPiRUZKgCFf { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:24.9375rem;left:34rem; }
#l4wvShfNGlTyF28O6UtfUJXR1ZnbfCkZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:27.9375rem;left:34rem; }
#yid8fiwA7NBwKy1bQ8BsThgTD8xKGcEV { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:29.75rem;left:34rem; }
#yqru5TwP1wP27UXGGbh0Khz29q2MwlRW { color:#5a5a5a;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:12.3125rem;left:34rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2x4eliXIIQQsd8wbHrTNEtWPAri56JK { box-sizing:content-box;height:0.0615234375rem;width:15.625rem;position:absolute;display:block;z-index:15128;background-color:#c7c7c7;background-image:none;top:11.75rem;left:34rem;display:block; }
#aodLDcexyomzJ6Cs3d77TuP06MSfc2lE { color:#6680d0;display:block;width:7.248046875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:10rem;left:34rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yFPwF8HBxWHtkTR85PZxO1d9hUOqHUi5 { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.4375rem;top:4.28125rem;left:52.125rem;overflow:hidden;display:block; }
#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6fa;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; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container { background-color: transparent; background-image: none; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container > .video-iframe-container { display: none; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row > .video-iframe-container { display: none; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .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); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container { border-width: 0; border-radius: 0; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:45.9375rem;width:75rem;position:relative;display:block; }#UpaWeCKheMBb1XtGScIgOGkOSdn0PIDM { color:#6680d0;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.3125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txKiVTNRMTsa6BwhrOVHn0udzaOWt1Um { color:#6680d0;display:block;width:48.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.2498779296875rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QgpC5spAU9C1aJXBwmDZgb4TR2siXs5P { color:#5a5a5a;display:block;width:54.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.4990234375rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#F4WRRTWieZ4P9ZhvqgBcv3hqyAhTw5g3 { color:#6680d0;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.3115234375rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0Pf4Byzplhp79N5bZk04ymG7diMVSWI { color:#5a5a5a;display:block;width:56.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.6240234375rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#TRf71a37d69fUWlnaPTONoGwmOBNoIbT { color:#6680d0;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.6865234375rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EthKvBznLL4cKVLBT9WKFQtN9Zo2yDT5 { color:#5a5a5a;display:block;width:53rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:28.0615234375rem;left:0rem;height:2.75rem;font-style:normal;display:block; }
#p842dHq8U7qWUmfafMB8KIBMvdULL1R2 { color:#6680d0;display:block;width:49.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.1865234375rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kcr9eo9DHxtVMUkxHToR9SPEx6LE0PpI { color:#5a5a5a;display:block;width:52.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:36.5rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#aOqeRnGtQTxT27tTUh4TQb8fElkBLamI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:#dedede;background-image:none;top:15.7255859375rem;left:0rem;display:block; }
#cTDeTxALD5PZvdA64zkSKFbuDifePvnJ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#dedede;background-image:none;top:24rem;left:0rem;display:block; }
#ukbwbQcx7LX7acLfV0m5VlzXg8bLEuFb { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:#dedede;background-image:none;top:32.5rem;left:0rem;display:block; }
#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u { border-top:0.0625rem solid #d7d7d7;border-left:0;border-right:0;border-bottom:0;background-color:#202937;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; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container { background-color: transparent; background-image: none; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container > .video-iframe-container { display: none; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row > .video-iframe-container { display: none; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .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); }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container { border-width: 0; border-radius: 0; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#np4XvpX94VPTRksJNeHBuaZfqcsUpBDK { color:#aba9aa;display:block;width:20.2490234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13.9365234375rem;left:30.125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKuQxwiVrN3u4BwePewIKKyriuT86Kkk { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.3125rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#aaOTCaXLRa4RiSz5C4FuEe9rmddNqb2E { color:#d0d0d0;display:block;width:12.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0625rem;left:62.3125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uhnB3B8453ggT0fE7oK1k6wuKQqhVq8p { color:#d0d0d0;display:block;width:6.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3125rem;left:62.3125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TM5Faqt9tQDqL8y8PP7D56bPZ8Zo8r9r { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:#4f4f4f;background-image:none;top:12.9375rem;left:0rem;display:block; }
#q4ZEF135ISpCkk5XWzWMEhmSe6ou0mgG { color:#d0d0d0;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUUJ90mKQMfEZy94g7CKcptP4IvXduwT { color:#d0d0d0;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dd9zoUOhooCgnUtNOsNTuZnpgraHIbyp { color:#d0d0d0;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V { position:relative;display:none; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V { border-width: 0; border-radius: 0; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .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; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .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; }#wCoPnXuEXU5rth8SZvRxRX5l8eTmaUwf { 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: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;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:arial;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; }
#NaAb6kl1FxVuBt2DP8ftINsWbSM6Laom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LxdTdDWdhaQvytGcsEDSiTSyzdpJPZQC { 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: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;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:arial;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; }
#F8OTqEQyT0DJX6ZxmCrwBu0SyXwN3LQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T17LToq9bSsNfAPmGsCIC1oyEgGZcPAW { 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; }
#T17LToq9bSsNfAPmGsCIC1oyEgGZcPAW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#i3zXqWxGrL9mQzlBAITc0a9W0PHsM9rf { 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; }
#i3zXqWxGrL9mQzlBAITc0a9W0PHsM9rf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fboyyOt6yoCsaLa25UkQ3GtJBngPu9oi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:49.9375rem;left:9.0625rem;display:none; }
#TxnlSHR6kEwOSqRu6kzkPcH2m2kgEhK7 { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.9375rem;left:1.3125rem;display:none; }
#NgAUDrcmhkIUxW8EZTmCqQoLrJmznKJu { 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:18.8125rem;width:18.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJeDZSgVIvq9eHDJufNCiB16e9VN9a5m { width:4.6875rem;height:1.40014375rem;top:1.03125rem;left:22.375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #vuShtQHQyP4wRvMnTTi48Oe3rOof8zfO { width:11.0625rem;height:2.5rem;top:1.25rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imc0RIyT7TXFahliJJlNdeV550xcdJ4X { display:block; }
 }@media only screen and (max-width: 763px) { #v7pVhrmgCJyiK92Qb8uBzQMMxMaReBS4 { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNceMVZMnQegmLcoSViUPPDDxp9ZzHpk { width:12.4375rem;height:2.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbcPPN4uL5yXkOKPU9VGbmiLTVrvSnZM { width:8.1875rem;height:1.40014375rem;top:1.0625rem;left:13.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #VHpk2twVlJImivlA7RlvxlmUXrJbdIm0 { width:4.9375rem;height:1.6875rem;top:1.6875rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcETTrdZr6Hbrx9xccX9DRL5haKgCFPM { width:7.0625rem;height:1.6875rem;top:1.6875rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEt4JOa5vd5qB2I0xn3CnD0WzgD4q6UC { width:4.9375rem;height:5.0625rem;top:10.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms1i3cdGKNTwqzuBuEEZsV5ZsCqwVpfX { width:4.75rem;height:1.6875rem;top:13.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vF6FMAzHg0ZFQ8L7TcrI5NQtwyAyhINv { width:1rem;height:1rem;top:36.1875rem;left:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FbzTlzd0NZ1kzV6dXgBAD8qyZ3XAJ6LO { width:1rem;height:1rem;top:36.1875rem;left:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpTnc7Blcb1W8daaIWOrkUZ7aTVt0pxs { width:1rem;height:1rem;top:36.1875rem;left:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #okaB871TNhISSn3LqTgUcFqQpSbachXy { width:1rem;height:1rem;top:36.1875rem;left:43.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4kqKJKfvnEpcTyFLcShTCFlIR8bOypL { top:10.5625rem;left:0rem;width:16.5rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5F9OTP1bErOEMAsUB5FVx4KnMazFDHB { width:1rem;height:1rem;top:36.1875rem;left:43.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey { background-color:#f8f8f8;background-image:none;display:block; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { background-color: transparent; background-image: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container > .video-iframe-container { display: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container { display: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .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); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { width:47.75rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiTWS0H1hmeJhbBc1kU0VVhHhRBllGTZ { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfEkHDiqABOPcw9tNN5HPzZye2Hf63DD { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z00Zgbb9HamPmCw8CenZa1bwbUxBwUpk { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQpscd7UqeyXeHvRe9Ue7xCt7oLfpcTE { width:2.5rem;height:2.5rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeMHzvJTeeF5vnzJq04WlXRbKKnmKmqH { width:14.5625rem;height:3.75rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMxz40PJd4OTnIAZ6GIXNkDo0rqHVaA { width:13.4375rem;height:3.75rem;top:38.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMklBCdMpdSIO0fHmk1Dan0OTcJgTCXV { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvLyedfBWKMgmDCrPyigt4h6OsviEGO0 { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #yK9NiocrtooccCt914Z6DzDmKdTQc5mT { width:17.375rem;height:2.5625rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7XEwiRviNnPl8tFOQwq35ESMlzvufs { display:block; }
 }@media only screen and (max-width: 763px) { #N2HCBmIi4toEiKhlDP1KENeiktkM6Fhq { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #GmW4TfZfy4mldOvruo6bbEyS0IeHzkPn { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ccl8I1bOSoRMOT3GXa8AzTmz50Tfqgt1 { width:1.4375rem;height:1.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW84JGcJlU5QNrW0K8hIVrGLgk3wBOnX { width:1.4375rem;height:1.4375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pblg5BTLEInhwTbC9GathHStB60yTE9u { width:1.4375rem;height:1.4375rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8QkrlPQWPgmhz7B5Vs93TAqf433AUts { width:11.4375rem;height:10.875rem;top:33.1875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVzOifQRV9CGxq5rOz080nM58P3BI8iz { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTUbqeCHqgqWkXmq5k5aCAITVRx9QtiO { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA7wTLW57t42OTfDCkHegUTCaaFPQva3 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfdZT5zUtILsnpZ5NWlW5GIvMMEySKh3 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4GnafFMzmKMkPFnHvIKKTqsnZCx07kp { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tem5yzM5ln0X16AeGK0XDtaedtZFOWXL { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWAsu1UiXRzTZo5r0JTlWUJobeug4BF8 { width:1.6875rem;height:1.6875rem;top:39.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKal0FmONM4DUaeg8vfKWwJvFwimdgSS { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #LJLXB9v7wm61TSXs5PeiMvsgJSPWNRnE { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #QV6V5cPFkXtJGge7SXsHBIB2lb8T7QrH { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKFlyz8uqzM6BzEJrH4Ixz17JiUKxN9U { width:1.6875rem;height:1.6875rem;top:39.875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2I4EdlfCMxKIktvr4zDsAuPriRqVo9y { width:15.5625rem;height:2.75rem;top:32rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvrHRN5SSMuv6OLwSosIidTDDdO3N9z6 { display:block; }
 }@media only screen and (max-width: 763px) { #sNL2BHUTwoxmce5prkTehIbqBgKz2Q2c { width:2.5rem;height:2.5rem;top:39.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtTGH6aQS02rMhna7hrsO1TTWHZuu194 { width:2.625rem;height:2.625rem;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHKK6XFhd3tC1LAZBZH2DmuAQgDXv4TX { width:2rem;height:2rem;top:45.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b36aJMuIBSOTbDBQPhPuiRJA2yH51euc { display:block; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nh4RePKcxHDpCTo82nALcAbuspzUsvq4 { width:11rem;height:4.5625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcT88GA2T4sPnDtf26DwTDnTDXMvrZ9y { width:9.75rem;height:2.0625rem;top:2.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5wR3ffdWMw5qVyEzTSgB5Cwal5aOo3 { width:10rem;height:3.0625rem;top:1.8125rem;left:15.636458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGsldMvxWTchF0JiAkaTtKcu3dhtODyd { width:5.375rem;height:2.25rem;top:2.1875rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NorOpm7tmitoz0f1TII3HIytthbs5TUU { width:6.625rem;height:3.625rem;top:1.4375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmtAy30cHA9uzNNtoqzKeUATdotl5mGC { width:8.0625rem;height:2.1875rem;top:2.125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGyatxbCnLF0GraBDkIxNahZON04icV { width:47.75rem;height:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vmg905X9Hg0Vhdify7UTa3vxKVlrXzpw { width:47.75rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bw5giUKk50RVgT2VLJXJIVOcxGTqpm0g { width:47.75rem;height:21.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCLnETfzJLgXvzAltLJb8ZTwxxJXRSpk { width:42.0625rem;height:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcPmIuAyKsonWoaF6JZF1vn0yOpsuUcm { width:47.75rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t { display:block; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLAtCTOpT83F65ztvIP23MFxeRr4Lip5 { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aIyFTsh8AWbof0UpS7NgIUGUkU3RlBf0 { width:25.875rem;height:2.01280625rem;top:4.40625rem;left:10.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itRqJDzxdyar5RO6h1THtfieHstzrpv3 { width:21.8125rem;height:1.2182625rem;top:3.3125rem;left:12.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp { display:block; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khgX8DKyUHlS8hATXiVcOMeWtb7iToiw { width:13.6875rem;height:7.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPfLA4uFJudkFNP8OTQE66TVm0Ix0TU { width:15.625rem;height:13.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS4l5wlq4b38NR4nq9rH1RdOdCHH45GL { width:15.9375rem;height:1.46179375rem;top:11.412109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgi5ZpTyuWNDgrOIk957HgsmE2s8xLrO { width:12.25rem;height:6.8125rem;top:0.53125rem;left:16.2705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdztfwExeNEtQvDWcHkBpPlMWpllq1PM { width:15.625rem;height:13.75rem;top:9.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI5LVx7gXxGk6cMZTu4D5bOV22OgOlSE { width:16.125rem;height:1.46179375rem;top:11.41259765625rem;left:15.91650390625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7GFofDnSpCmDEfkzzeBrlRGIIeKzZKJ { width:15.625rem;height:4rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QASlwZ9E59ZaZPlZM32V8P5HRJlTtNNp { width:15.625rem;height:13.75rem;top:9.8746757507325rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLE91pEBxxozdzC4Zpa0Vw7A8yTtKId1 { width:15.875rem;height:1.46179375rem;top:12.162544250488rem;left:15.916342139244rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHnW35PWhZhaW06nCR54lSE1xQfVLrQ7 { width:15.625rem;height:4rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nic16I6ZfQQnVxTGALHLeZdu59iwTkoC { width:36.9375rem;height:20.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veOISl5BtHViftKBIGp6TBif2mk2mBA6 { width:15.625rem;height:13.75rem;top:9.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRGWdrtDzFFiqCkXGsQ7JmfkdH8CVRFP { width:15.875rem;height:1.46179375rem;top:12.1630859375rem;left:15.91650390625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Fi3oNrtePsWV7igAgQQgPLnGKcfp1O { width:11.0625rem;height:6.125rem;top:1.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSQZKLIkVJHnCHuikt0xOUoxIAT2bTK9 { width:2.4375rem;height:2.4375rem;top:20.125rem;left:4.15625rem;display:block; }
#aSQZKLIkVJHnCHuikt0xOUoxIAT2bTK9 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #HfJbvBC1TnoMGAOFeWSRlODQ6QrNiAdT { width:2.4375rem;height:2.4375rem;top:20.125rem;left:28.65625rem;display:block; }
#HfJbvBC1TnoMGAOFeWSRlODQ6QrNiAdT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #OrtBLw1auWXda8RPZ1e9W6wrLmASyqye { width:2.4375rem;height:2.4375rem;top:20.125rem;left:41.21875rem;display:block; }
#OrtBLw1auWXda8RPZ1e9W6wrLmASyqye > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #O4L6DB2MPS8ZuTo3V0HFBQpHBd9yqwzS { width:2.4375rem;height:2.4375rem;top:20.125rem;left:16.71875rem;display:block; }
#O4L6DB2MPS8ZuTo3V0HFBQpHBd9yqwzS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #orpJz412fxTqq2M7TtgM7Flbthtc3oAA { width:17.5rem;height:9.625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIrldGPxhaxOr2lQtZHerbKcqhX1fe8f { width:17.5rem;height:9.75rem;top:5.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwzkQo3bq5SNC0uamnikIQUT8GiZWOi { width:17.5rem;height:9.625rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ls3oihEVtAhCHS4kSdTe5tS6A2Q8nRQa { width:17.5rem;height:9.625rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KM7Zf1bczFfNubLWI5KXLkOKWb41LqxS { width:2.4375rem;height:2.4375rem;top:20.125rem;left:41.21875rem;display:none; }
#KM7Zf1bczFfNubLWI5KXLkOKWb41LqxS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #KQ6zoa1alMgZnyDFTmCoOmJgSfBvaUZC { width:17.5rem;height:9.625rem;top:5.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J { display:block; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container { width:47.75rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO72KIk2PqAxTgRzcFIh6TxbGZk3RC7s { width:25.75rem;height:2.01280625rem;top:3.625rem;left:11rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p9aEl8GdKySXLrxvoHTW5ymr69tZvO0B { width:18.5625rem;height:1.2182625rem;top:2.53125rem;left:14.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQvudIPL1PRBn8vygsAGKX9dUk7diLnF { width:41.875rem;height:8.400875rem;top:29.3125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WG6W8dmVHAgqlOGpa3Zrf8f32lq6KPl4 { width:31.0625rem;height:21.6875rem;top:6.5498046875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkRhTl8rMLwzUHr3hmyT4sAxtvGoRMrK { width:14.375rem;height:1.40014375rem;top:38.5rem;left:16.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b1RHznQE38ExpTFWTGTxMB6C8IKecAqT { width:1.5625rem;height:1.5625rem;top:42rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDaTGiTPTbnJrZmrVBnKPKceZiJfqkiV { width:10rem;height:1.92505rem;top:41.8125rem;left:27rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wgFXrutasg8xJVQq7mfyPbb8TNFxKyxm { width:1.5625rem;height:1.5625rem;top:42rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6yqqqOqVHcVndHINniTGIMziq6C3cfI { width:11.5rem;height:1.92505rem;top:41.8125rem;left:13.0625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EnHkdHvOvc5hfn3moJTMS5lIk3bx6vDd { width:47.75rem;height:0.0625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUI6F1HIvLaGMD5XwLRLeVBQd68518zH { display:block; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDSBnil8VMSyNIZZG1DFqJBzucFTHfEy { width:25.875rem;height:2.01280625rem;top:4.40625rem;left:10.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZPXTMw2arNgtGUp2Z7wSxtoGFJQTv9w { width:21.8125rem;height:1.2182625rem;top:3.3125rem;left:12.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rctp4g4IyVGefOqb5neFVKvrO7CpnA0s { width:13.1875rem;height:1.13769375rem;top:41.75rem;left:7.5rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kzDRxSliBq3qhX4Ug6irelkf1QeMm9kX { width:19.3125rem;height:1.13769375rem;top:41.75rem;left:23.1875rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LIc8MxMoS1qWRoNiOZTCGWHOXyt46QmS { width:34.25rem;height:22.8125rem;top:7.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gePPuhoEmUigdICxKIVHdBzfwpRdHFaH { width:1.5625rem;height:1.5625rem;top:42rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKuZN4Ht9wezEaTvGhid56O1BPrPGpe { width:1.5625rem;height:1.5625rem;top:42rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtCMJngzn20fBE9lcFKXgH3TOBbsoOyw { width:41.875rem;height:8.400875rem;top:29.3125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mJev3V424ZxzAJnsbvFTDknFEKoZzsMi { width:14.375rem;height:1.40014375rem;top:38.5rem;left:16.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kqzCJAWFwNsVvATFI03sQRRmR22MWcxL { width:47.75rem;height:0.0625rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C216k440C4lgyI2kJeSA2TfzuUEzizg8 { display:block; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container { width:47.75rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcW2TN2DywxK1Li2q2XZOCkpZO0scJdW { width:25.75rem;height:2.01280625rem;top:3.625rem;left:11rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTb359ZEniKzGw9kIJzL9govV0xbwo4o { width:18.5625rem;height:1.2182625rem;top:2.53125rem;left:14.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DG9zvzahpw1Bebx96o77ZvkzxBUApBSu { width:41.875rem;height:8.400875rem;top:29.3125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wd68ZmRf1tOAmh4o42KJAVfIWcgBiVor { width:30.4375rem;height:21.6875rem;top:6.5498046875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTKoAtJS7zgtpaLEpOWkXEINVxvmQIA { width:14.375rem;height:1.40014375rem;top:38.5rem;left:16.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MKBdNRJydFeQs0zirhADwIWms5BoDs1m { width:1.5625rem;height:1.5625rem;top:42rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc1okVR2b6QwqrpApu7NLZNZQOwTSu3o { width:10rem;height:1.92505rem;top:41.8125rem;left:27rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wfvmZ9T6Fk9QWqXLPTf47AcM04cruVdH { width:1.5625rem;height:1.5625rem;top:42rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnwGCwcJbbHrswS9vg4G43dRwAVPTdM4 { width:11.5rem;height:1.92505rem;top:41.8125rem;left:13.0625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gow4v7BRLDZKR7JrDgda9kHXTxHP9NI6 { width:47.75rem;height:0.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC { display:block; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container { width:47.75rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP0K6vKMP0oy7rQy60acHUMAXgfGg4PW { width:25.75rem;height:2.01280625rem;top:3.625rem;left:11rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kx1ZeHux77eKSQb5vTBTJoIUTKhihE9Q { width:18.5625rem;height:1.2182625rem;top:2.53125rem;left:14.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgxFck2XPxqk9dD7t14TxzG5FX8hybmS { width:41.875rem;height:8.400875rem;top:29.3125rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iiM8NT0l8DUXLPDuwuT3v3JhyPIBrlkU { width:14.375rem;height:1.40014375rem;top:38.5rem;left:16.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A62BKt5CbrVFLdxv3ulPnwh1yl6Fa6EJ { width:1.5625rem;height:1.5625rem;top:42rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNansp46bfRGoURA2SyTosLLRTnJ84Uu { width:10rem;height:1.92505rem;top:41.8125rem;left:27rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kNa5CyF6zmkpJVQXmPmaitb87ZqsFNAh { width:1.5625rem;height:1.5625rem;top:42rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtZ55iciFLOkpOMxJbrKKHOf5uF4LMgP { width:11.5rem;height:1.92505rem;top:41.8125rem;left:13.0625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #La3NcE8Mxd9KFu3LfdAl1T1N3J6PJfqU { width:30.4375rem;height:20.3125rem;top:6.5498046875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO { display:block; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container { width:47.75rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1b6shmmJmZANtw665legqKsirkm4eQI { width:19.1875rem;height:1.29980625rem;top:8.5rem;left:16.1875rem;font-size:1rem;text-align:center;text-align-last:center;color:#1b2024;line-height:1.3;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-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sI9EBl94TwUoSZBTSkZe0JP4TeElmvpP { width:47.75rem;height:52.5625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQU18wKIuh0UgduptuTDUXtldFS5J6Gg { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TKxRXMuFDWSrWlQOEc6UnDlL4ChfNtok { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #riTGvtu9pLQ71FIuNBdrwZo8ITB2I7Tg { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cVQ7aevxvJosQWV5Gq2xMcMhIbFTbibR { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qgWdZTPxTiPcXT48IQFZJ3DBJckwkspW { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #efd9o8XQqw4GhPKHo0SKbElQPdxCeSlD { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QS3b96CoK92LtumxRnFtLLiixfXeO1Tl { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N9E7sX62A0xORLfQ0LPzc4OZUwFrTQzv { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Im0tGlCByvbF7lO1iXLUpSlQHQza9acW { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oPJ8bkO1SqSz3pEy4ktewPgSMJZEU8fT { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ct6btXT3zGUqcXTIWmGVAtyBmCVEDbeE { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Whp6QP2GnArKV0KsXJtstcwSH9AuFodT { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DNdv8VAvbWGaZFJU2x2FiG6okrw5agIW { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v38wX6zxbGyNfKxggAxwwknDJHgQfl7T { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fftc5X7N7RCAcoShgRX1iKQKr7dQEKoV { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ydQiGqezpJibEIq1k5lmbp700CnOHwfy { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #evfbv4xqpGHqPfTzJKcBzmeeTNqFzDdV { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rqT5CGyOQ4PqMVkL4UCR6eHXl6X2L8lI { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7AmVWIHE7iIkKm8PnqWDOE1A6A2Sir { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vWmOJsLFBfBKo7i90UVAAvExWONidRJd { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IpRrxXTpNLLoAs0HtOIDqHmhTsDyX7Tb { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RGRGU9NkqgbccIxtiPS6zbzsBBbbiqNg { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q8WRtJE64SJ8aV4AJA54Msm1H0fTFyJx { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gcaPi9725Q7UqQKqc8Wu9zif0OoH2BLf { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GS38gVwbhUBW3J8GAhGSyTRAubzRsiLL { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cIU5QTlk6C5T870wFplEL0UvCyzv7W1u { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XIFoiS2BRC4H6iAzXEKEzoGqA0nG4MxR { width:19.1875rem;height:1.29980625rem;top:8.5rem;left:16.1875rem;font-size:1rem;text-align:center;text-align-last:center;color:#1b2024;line-height:1.3;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-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UC47iIfUvXiqtuSwatywa3FBTa0CIm5n { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kGaNUvKGFoO5NAECGyxyGoCoMfy3axL4 { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lKURKW2qDMhfu6sxFgBs41RVlMdZlcyM { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ne67DSTZLgqg7u1ypP5cbiR03gZ7PLD1 { width:29.25rem;height:9.3125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXx1LOMXUkRBTtZB6H5t40HT479JGpSL { width:13rem;height:2.5625rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R75hxcZJI3EKFW8JcO6JXHGaqkrkNAyT { display:block; }
 }@media only screen and (max-width: 763px) { #VIRCdvP52xNlrcWLt6BfPcVOsBu4kMkK { width:2.3125rem;height:2.3125rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6t6KGkWs64rpKF6h08vV6i1srAbvZdf { width:3.5625rem;height:3.5625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM { display:block; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container { width:47.75rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSRTiEWHQfXHPTgJdvpC1M5dR9z34ZQF { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M26roFASJg476yRbCiwWGvCfHBhpRwbN { width:47.75rem;height:7.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpuFh8EVazqtCsiETeFbUBJGlU5zf1Vt { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hwmn7RKnTOTEpXX2VxFK2q6kKAk72Gdq { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6dGVEm7imPJ9HBltn6R1mc0GqaRXzN { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s11ydIBS9LAkVTA2F9V0ElzOmBTwzTQw { width:20.375rem;height:12.5rem;top:29.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHXMfKTW9nE4pq2hs0k7KBrwk3VSLmfw { width:20.375rem;height:12.5rem;top:29.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsxzqbSFnM3rvIJlhFJcFh9PmXcFSP5T { width:20.375rem;height:12.5rem;top:49.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1DcPmns9arr07gn7DPDLov8pDh83GCE { width:20.375rem;height:12.5rem;top:49.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4eLb7aKclTxmtpaKRMkExl9ETOtSCIR { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #U54ixFJA1O7OMQFcKwXhaQZaAprRkcte { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sxPT55w6GiCUTZSnPJcfaprJm9cToMu0 { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #psVhXePsQBZmzLa7tXf4e2xlmo1wFccK { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k6U2RnMDST1H3lPGZuubqPoZun4XXsnT { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TOTkoyXSxpwnNoH0K6xATWDxQOQnkfZz { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6E89a7uWPuwNIV2XGFtzAT0iMmnh6X { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V5klZMlGkpA4lTmauIw9xDFnslqfbHvD { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4hLk8McNyvSZZBgzTV8WighMT8VXOV { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c2vEtrv9ORZakdTM9TvZFQJ28FW8SD83 { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gAA8OyKLRiCGrhTgsLAzVBfFfqp8Eomz { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D3nuKiJzvZHrH0aP8i7pdp6nSxvOV9SP { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qPO2xDfsVhFEmC0IbCcm8r0u499MdMQU { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d8aczUATxxLrtJxmG1LlgUr6ymzwDpKe { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CoAaGbvy4rMT4c07EATl0GZmR4gWm88s { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TSFOlWCQ6kzNsFIiUafL27k0Ed2yHbSI { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rqMd8FhJ9Awu6iRmuPCxQ1gIivu6G8CQ { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rxmcosdyo9vdzKCzDGd0mghapNvQv818 { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bATrc3pT4F5SOL2d33e2Bl6TaAcqnTuT { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kHNXoeQd3bG2cbLmUbIlw61EQWHfV1L1 { width:23.9375rem;height:2.0625rem;top:4.1875rem;left:3.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#1b2024;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eHIUvA2hTEKdAQISZK1af4rMsqog6Gu5 { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SfNuqbosHI0b5IC3MkPTgCPiWF7H9AiI { width:20.375rem;height:12.5rem;top:29.6875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrkkABkn3nqEETCd0Zq1x0D59e9LQqCF { width:20.375rem;height:12.5rem;top:49.4375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn { display:block; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zeb3ZU5sIBoasBOaXnJJaMlyeML9e8pf { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WvL1Z1CgMUiwnkCmgRM0vSHRv4bgLRo8 { width:25.875rem;height:2.01280625rem;top:4.40625rem;left:10.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNkCitvK4XHBeGGQpaACe7hvJiyAndcJ { width:44.875rem;height:3.9386rem;top:0.75rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RUN0DZU875x7JqiqzFhPQIy3zdlrXwxA { width:12.75rem;height:14.3125rem;top:11.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuAsLdzAx1BbiqUozwWrTRcozycbXLeW { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #hkyFW8VzIgf9dCPJkw1ZG9I7pMNTFnog { width:1.4375rem;height:1.4375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pieKZEUThaysJIGOBFKPuqMQQZD9QGgg { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Lwm3s1CIVFehsviWbtgiNF9FBbZmFl8o { width:1.4375rem;height:1.4375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvfR3zXuc6QnuoO1TcGOdq7Ov113ZyhX { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #eutyMPKGPueTl6xiun746EJPeGIMO0EV { width:1.4375rem;height:1.4375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ { display:block; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container { width:47.75rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2T0FWnDw0zr9uIMCITxSbw5o084n2Bp { width:12.8125rem;height:1.13769375rem;top:16.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvDHKCuCQ7M1vOZVmSoFwOEKzCzDo9Dv { width:15.5625rem;height:1.22504375rem;top:16.125rem;left:15.75rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XP56MMmi2SVZIXGrPhZB0Ep37TG1VXOU { width:15.6875rem;height:1.22504375rem;top:16.18408203125rem;left:31.94775390625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pL1pJaFMIlgOkCFTPrcv950UZRMpDJ1O { width:41.1875rem;height:4.02465625rem;top:3.3125rem;left:3.28125rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HWTy9y6TXPDXMZZQTcQrXQSsLOVwPyV4 { width:3.125rem;height:3.125rem;top:10.5rem;left:14.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTrrFnu7TrevXu3x9TNEtlfHNKUIlw6 { width:3.125rem;height:3.125rem;top:10.5rem;left:29.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUuoabfad8CReZzz0EzLwvs1H574x3cE { width:5.25rem;height:5.25rem;top:9.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdDuCBFvpJ7132Ovkxix2BurpeiFIIvk { width:5.25rem;height:5.25rem;top:9.4375rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNGPwmmnUZsMdQXhi300Refu4EzSXZc { width:5.25rem;height:5.25rem;top:9.4375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGONPOnwSvAp6hok1Tuc6JG7queTuKdz { width:3.125rem;height:3.125rem;top:10.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJh5HTUCZOdB51PnVWT1z2Z6a13Zpmcp { width:3.125rem;height:3.125rem;top:10.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsPAUOlrTDoRRTh6zW8KclZbTF8am2uh { width:3.125rem;height:3.125rem;top:10.5rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIPi0waT9r7MDSkTO0BLa5rRFr6oZyTF { width:12.8125rem;height:1.13769375rem;top:16.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgTuF3Q6d5GUypCbeLsov8oVmT1p6WT { width:12.8125rem;height:1.13769375rem;top:16.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpeam4ZrMWDlTgxuJTSrnmshTRXXSPtO { width:12.8125rem;height:1.13769375rem;top:16.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuVloeicyTRbNHMOnyBtOVJd4DZ1UFeX { width:5.25rem;height:5.25rem;top:9.4375rem;left:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc { display:block; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { width:47.75rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPVW5NcQtRh4HcUGDg0bk8y0og0FGFH { width:35.875rem;height:2.8125rem;top:16.5625rem;left:5.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #nt1QHXiIG4KuzHwmLsppaVD0ZyJStVz1 { width:37.5625rem;height:1.40625rem;top:28.25rem;left:5.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #opbu6nUzzfVxteS1TbSiI8nDTy5x7RBQ { width:38.875rem;height:1.40625rem;top:25.25rem;left:5.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OEtTf2E1gAoDu1dent4Xh0X2xx3w9NQr { width:38.875rem;height:2.8125rem;top:20.9375rem;left:5.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #f9B4s5Wv8zqN73HMl2qJVZU2M4NCW9LO { width:38.875rem;height:1.40625rem;top:13.625rem;left:5.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #re2opcBfLfhNZqapptUFkmViTOy3dgQL { width:38.875rem;height:1.40625rem;top:10.6875rem;left:5.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAWMzzkBKhnzA0vCgtTOia0sD7SonAfi { width:41.1875rem;height:4.02465625rem;top:5.1875rem;left:2.84375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L5TMAd39REZdK3iGVNg714ff9i4K7eK4 { width:1.5625rem;height:1.5625rem;top:10.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #has0pxuqvRa2F1F1ddrAG0ybaanDgATx { width:1.5625rem;height:1.5625rem;top:21.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRFI216LoN0zgmn0KyNT4i0MSVmaocT { width:1.5625rem;height:1.5625rem;top:25.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS11S3br5Xp0D0xbe7UzIRUNeEUfysQ { width:1.5625rem;height:1.5625rem;top:13.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KVMXiP7NT82mcndcbEFGRDT1ikhxWA { width:1.5625rem;height:1.5625rem;top:16.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHQoWavdMC0P96432UpHiopHmPMWgmaE { width:1.5625rem;height:1.5625rem;top:28.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4JWE4OFvfNHkToDZ8lgUd7DmsomPJyg { width:29.25rem;height:9.3125rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw { display:block; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container { width:47.75rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeKtcaFuitpM3q3EaBTy8ggo4KDPLeE5 { width:44.0625rem;height:26.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPCVnQGmXkTyTSWOBARRz4cxUmG9xkkm { width:47.75rem;height:11.2011875rem;top:28.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Te43RvkXVDUC6vCJNZTMn8qUJ0LvBih3 { width:25.75rem;height:2.01280625rem;top:3.625rem;left:11rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZt1lxGIW4fgTTWraTzld1zkx1aNwdtH { width:47.75rem;height:11.2011875rem;top:28.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PT4ZtWhFBL6NHnlrTchGzSRWKq8rJvNb { width:1.4375rem;height:1.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvksKvsk5NPVTFbTGPqDNDauSK3Jhv4q { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #DEI8ETbPKX3y5TR9rTvrPoacrJ5VAhN3 { width:1.4375rem;height:1.4375rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmCWawpIIyV6L3ut5PBkDfvOT86DxQOy { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #t2uzG3sMfDrqCZHU5RhGoiUNBhE9ChT0 { width:1.4375rem;height:1.4375rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7kifLQH09PaJwstQnfCf1Z2Cp5Miuq { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #iTR0RnyH09CBDtKb1dMwH1mIKbB7gRE7 { width:11.8125rem;height:2.5625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNxzz8npNi4XZTDgcZC0T53gbCSrPlkF { display:block; }
 }@media only screen and (max-width: 763px) { #EFUpsz4Nr8mSFUSQBTTtAWuAuOZTy59e { width:15.5625rem;height:2.75rem;top:32rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTZTb67eL7ST5tf9bsFur5CU1XQV6XxV { display:block; }
 }@media only screen and (max-width: 763px) { #a3rv2EgWps0H7A4E0x1b7OMMuObdVTxz { width:47.75rem;height:0.0625rem;top:33.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 { display:block; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container { width:47.75rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITTfC0exholl8vWT81oLBhgxhxN8MuVq { width:17.8125rem;height:17.625rem;top:8.875rem;left:4.0625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #h0U4If9poBxdpvm7vOGbDtQhiSs6mT8n { width:15.4375rem;height:3.4130875rem;top:17.375rem;left:5.9375rem;font-size:0.875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Urg4IDCuauuq01kBLllHpHGD9ku1QEel { width:1.5625rem;height:1.5625rem;top:15.5rem;left:25.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmqLNngzIP9XhtuT7LbyftA0Z0TGHT0V { width:1.5625rem;height:1.5625rem;top:15.5rem;left:24.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAXObgZD0GX1zm3HthFeUzkFsFRnok0f { width:1.5625rem;height:1.5625rem;top:15.5rem;left:28rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnRSJlgvfuCZNU7srccnRsgRldL1Cn1F { width:1.5625rem;height:1.5625rem;top:15.5rem;left:26.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XglepRr1KHyTsazVHMuzfgzuNt2Wk10P { width:11.1230625rem;height:0.97473125rem;top:14.25rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3X78mNXU7KwRUIVT2r4GEPUlUkslsq { width:1.5625rem;height:1.5625rem;top:15.5rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I723BwAZuPuTZfRUyGig23ttcLncK5J3 { width:13.75rem;height:1.29980625rem;top:13.0625rem;left:5.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ILVOFTvypEEvqutBDQx5T8rS6UMdxIGN { width:1.875rem;height:1.875rem;top:15.375rem;left:30.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwXRTTO52mcIVGsDylTvWO4LOJB3KdNt { width:0.625rem;height:0.56857625rem;top:16rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPtDl0JJiqT6kfAbVaABtggdvI1XOLmC { width:39.8125rem;height:14.875rem;top:27.125rem;left:3.96875rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #kA7VdJhkcUMDX4eToyl9JdS8r1MXog1X { width:35rem;height:5.688475rem;top:33.1875rem;left:6.3125rem;font-size:0.875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #hLazolNvhkTXNGCZGKBkp5ZwPDqL23V9 { width:1.875rem;height:1.875rem;top:30.75rem;left:12rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9N80n0LP04ziEafg8eQx5BneaUfKgu { width:0.625rem;height:0.56640625rem;top:31.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPp3nIkG0aga9HK022Cxa0lN0bpwmbdC { width:1.5625rem;height:1.5625rem;top:30.875rem;left:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leRPIhMhiIdqsmbudvSCWasJXqvcUXeo { width:1.5625rem;height:1.5625rem;top:30.875rem;left:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZD70clX96l2vk7IV2qluIWCLg7rXiaD { width:11.1230625rem;height:0.97473125rem;top:29.25rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QThFi0vWvqaIZr0QfsvWLINtE5l3frNt { width:1.5625rem;height:1.5625rem;top:30.875rem;left:8.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afle1bTAqtOaivK1z50UhnoH9yLhtDc4 { width:11.749125rem;height:1.29980625rem;top:28.125rem;left:9.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpl3rhttE8EvUT36pHmi6AMJb9D3I9yQ { width:1.5625rem;height:1.5625rem;top:30.875rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz3rWLzIWmT1TFLZIFoI7pBIZltI41kn { width:2.5rem;height:2.5rem;top:27.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquUQbp0QWlVv9ihOAIdySMONvGTSAxr { width:2.5rem;height:1.29980625rem;top:28.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG86tV3zkirMBm6xMxzLN08rQCcOht9e { width:1.5625rem;height:1.5625rem;top:30.875rem;left:10.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEvgVlfn0yfBMo8xZmRw5zVM3Pgw4oEi { width:21.25rem;height:17.625rem;top:8.875rem;left:22.5rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #vi6PIP1NLouProLqbWqDgQEF8sqPUhI4 { width:16.4375rem;height:6.8261875rem;top:17.375rem;left:25.1875rem;font-size:0.875rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #d79tfspBiiyMBnK1OpGISWOK6h05wATT { width:1.875rem;height:1.875rem;top:15.4375rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThGFLVqMEy93uNMZnzLHO9laL62WPunN { width:0.625rem;height:0.56749125rem;top:16.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO2U36rTTGakOgdS1cZlUD9LCtcmLgtR { width:1.5625rem;height:1.5625rem;top:15.5rem;left:5.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISJo7oV6m1bu1LuBDuwZwBIANiRa9SKz { width:1.5625rem;height:1.5625rem;top:15.5rem;left:9.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8fL5ChiWlMLcgWmuwgkmTamUTmepe2M { width:11.1230625rem;height:0.97473125rem;top:14.3125rem;left:24.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtJtbFAhkx7xEvIxlzHZmAf6cT5Fx7ft { width:1.5625rem;height:1.5625rem;top:15.5rem;left:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shz6baEhrQSxwnHIZxb884mLEaFkwSGJ { width:11.0623125rem;height:1.29980625rem;top:13.125rem;left:24.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEVF9uBQOwhLLZ1yMJtGnBqMRZtKQl8E { width:1.5625rem;height:1.5625rem;top:15.5rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhFq6VqXnHVOSRncaBUBdW1ALqDUnV5V { width:1.5625rem;height:1.5625rem;top:15.5rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFA4qJE4rlu885vIVykWm1G4TyOH3bxM { width:2.5rem;height:2.5rem;top:10rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCILRBA2UE9TfCzIklpVl6CNMEqqEAx { width:2.5rem;height:1.29980625rem;top:10.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMMualQTJg7appiNTbfhALtk9mzWoOUb { top:5.1875rem;left:0rem;width:47.75rem;height:1.8682875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4We8SEVH6mLf8q8LaL00IUNSxQ67T6A { width:2.5rem;height:2.5rem;top:10rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7dD13CXQL1fJq4HLcCTyFTyhWKp2QD { width:2.5rem;height:1.29980625rem;top:10.625rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09AzH2OkgOB37yiWexqw1OcKFD3zl14 { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIltliZ6MJPHZaBAWDwRpDvubCUa2MBX { width:16.875rem;height:3.625rem;top:8.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQcs7r0zJQUo0dPiyLTHdUnD2gdaEwU { width:31.125rem;height:4.5rem;top:6.28125rem;left:8.3125rem;font-size:1.875rem;z-index:15034;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghfOzqipWsCaLc0zBMnVWJTTQP1glu1O { width:0.9375rem;height:0.9375rem;top:9.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCnrtwqLwD7hX3TUFg8fGrmR28FcqMhc { width:0.9375rem;height:0.9375rem;top:9.5rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub7qptyZm6E1RKqf3oriMU39sd5EJTOZ { width:0.9375rem;height:0.9375rem;top:9.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFwLziMllna65TGwNdNTNUD1JmU5TGga { width:0.9375rem;height:0.9375rem;top:9.5rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhI0fxxOnO4Z6SUntMhazXtiFBB0tMNP { width:0.9375rem;height:0.9375rem;top:9.5rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKblB92gokeQVVNsuJ752BvubG239ndM { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmaN0JFOtugi6y5wzm4GNzPxSJFT8B6Q { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xa4gxbviJmUcPCw8xKieBr55DddCaQ85 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5UJRa1zdo1GhhhZUuyUFVs3UKVThuea { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOTxN1lNGp0KOs17gITAUkv0075w2Eh5 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSJaKdBp1BAbRmQBLpdOes7Ro6uvHg11 { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS5z5SrwDq9ThLMp5CAcQOuRm6nxuOSV { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gb8Dk6pp0aNACVDPby0B1uTgNXNGERXI { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FM6ah84KnQ2WlUVQvyglfQSOaEMsR8aT { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdzvorSoZl2cALzrJyTP4khR0pFO0Fsm { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKz770wWJJff8g0RlX5sgMHtarDOyNRu { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8DBbp25yLzWTcxBXZPtMDTwyCtrXEde { width:39.8125rem;height:14.875rem;top:27.125rem;left:3.96875rem;z-index:14988;display:none; }
 }@media only screen and (max-width: 763px) { #shVynVfgJLIAEWoLCG04RhZrdgc92u82 { width:2.5rem;height:2.5rem;top:10rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #atOAPvyaDTcOKqA2UVPzvkbSGS59qrDb { width:2.5rem;height:1.29980625rem;top:10.625rem;left:24.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTSyEQGCCHyvXGZQCSWrLpe8QevRSVtn { width:11.0623125rem;height:1.29980625rem;top:13.125rem;left:24.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iZ7TH4QimIK9aIrt8ldd4ZI9pia7KxLn { width:11.1230625rem;height:0.97473125rem;top:14.3125rem;left:24.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XS65yhU2uH1FX0Qq8RWChqZ0Ql6Iw2wa { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zf7SGaua195y7P4wLNRRG91W4mBgXr4U { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJN4NTJoxbEXcCI1PpTkf8UPqlRCwLtC { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXL4fg1k4miJVKV0qSHTRTXM7KmI6rPl { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #guxzi9wN1CALldTuazpTKSs6gn3lFU7l { width:1.875rem;height:1.875rem;top:40.0625rem;left:19.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcmAVao5c1AlwbPscgTx07ch2JNtFGQf { width:1.875rem;height:1.875rem;top:15.375rem;left:30.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDeKsR3Qb9h0uVMttt9lcEy1v9yNvHB9 { width:0.625rem;height:0.56857625rem;top:16rem;left:31.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAlFok9rIw1bpPNbIZi0wr5HVunDl5s3 { width:1.875rem;height:1.875rem;top:15.375rem;left:30.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTU5SWUeDd1fMoLyvnvlTkMDpupTuM5S { width:0.625rem;height:0.56857625rem;top:16rem;left:31.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #crEfaZIk6xRgFWXND4aT76fQrQgL9QTp { width:16.4375rem;height:6.8261875rem;top:17.375rem;left:25.1875rem;font-size:0.875rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #IAn60T5m8KJ9yUqeSQM8So9MzJoVrgKC { width:47.75rem;height:0.0625rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqvTTBbeTCZh4XITB7DDon338Q9i02VT { display:block; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLQ14azM2CbkiHTfGRNtO6XdFNIstudX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpBKaCKPs17FLDZPSK8fFmWquyGe6RhA { width:19.6875rem;height:27.8125rem;top:0rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-regular-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-text {padding-top: 0; padding-bottom: 0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #a7a7a7;border-left:0.0625rem solid #a7a7a7;border-right:0.0625rem solid #a7a7a7;border-bottom:0.0625rem solid #a7a7a7; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-select {padding-top: 0; padding-bottom: 0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-button { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-checkbox-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container:first-of-type{padding-top:0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container:last-of-type{padding-bottom:0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO  { width:21.125rem;height:auto;top:37.662109375rem;left:12.0625rem;background-color:rgba(0,0,0,0);background-image:none;z-index:15033; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO {display:block;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO { width:21.125rem;height:auto;top:37.662109375rem;left:12.0625rem;background-color:rgba(0,0,0,0);background-image:none;z-index:15033; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #gS6iqAVuVTpZXfo32HfWy9bBsJcBLXdG {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #hWZzWzqJcWxusl484S8zauLB1b318DLE { display:none; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #AcXirSDfMolly2rRLroUU6H9ZWb4PMTF {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #xG70PpKQREB7ld4ROFDZQ7x48Abo6TXc {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #bANfcC3h3quCqse9u4T8xIIXaSx471me { display:none; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #eNvb902yVggo8o5minU3SKEqfTpmDXNA {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #WHkiutXABnDORcdTDK81eM9TM38XcebG {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #Mcmh9GFfmV8f3lfGSLub1KphxGV6zLBa { display:none; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #bpIr7hvtFLCIU81pkT5e6Ti98P4UCUcw {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #QczqQCNlWvw8ZcdTEvgour3Rb5TAg7TX {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #RnXTLpbnOUkBJ6GHD7TWeuLg4Fv31M7R {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #nuqKc2lS8shIXgAxbhocOtELoTyrpOpI {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #v27ATUX47hJEqtbLOyrsi2wo8u2M2AMl {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #PT1gvpB6ci7JET93Ny6FWDzmvimL0XQn {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #ET5rBEgQQ3XQJnbShnfepFDSJMJmaSPU {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #hFI51ZE0POPWgAqfopFV0BwKWr94XeAI {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #HRv7BepqS2paIvURK8tJAd1OhVXTwOcb {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #yVEQ1dTwO5kAmCQyDVzmdGxbPJ9sD5iT {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #zqKSyCiJb0frdvf4WSscbN0zweF5O3RK {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #XbXiNSTbNVs8XZVRQU8fH1KBnaJwBvQu {  }
 }@media only screen and (max-width: 763px) { #alLQ7TWL6UsgbWZK3xHwv3OLfP72XhZ1 { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JKOASPzZbhmzZsd9smEMeQ0oV9RwSO6f { width:33.9375rem;height:3.19824375rem;top:35.025390625rem;left:6.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #dbbmqCt7LnEdP7KiiDvyZflTXwwG2UbT { width:34.375rem;height:1.3125rem;top:27.75rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtSo9BL3RwenNLsEVgykbvVOvVSlwLGQ { width:33.4375rem;height:2.625rem;top:24.6875rem;left:14.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mFgFoHpdkGou017HUME9uFAw7TlUPJ { width:32.4375rem;height:1.3125rem;top:29.5625rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlHmC2mwM4FG48pccDLsemieLEnGT1BE { width:19.9375rem;height:2.75rem;top:19.375rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqDGmJzKt14PTHJA8dWiz7sTwhxuxLT { width:15.75rem;height:0.0625rem;top:18.8125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfPBuBhJAF9QPEFQtpylVDNoGNXJSVqn { width:7.1875rem;height:1.5rem;top:17.0625rem;left:20.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTg0WmEGZodXKXlPoAB18yPiRUZKgCFf { width:1.0625rem;height:1.0625rem;top:24.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4wvShfNGlTyF28O6UtfUJXR1ZnbfCkZ { width:1.0625rem;height:1.0625rem;top:27.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yid8fiwA7NBwKy1bQ8BsThgTD8xKGcEV { width:1.0625rem;height:1.0625rem;top:29.75rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqru5TwP1wP27UXGGbh0Khz29q2MwlRW { width:16.75rem;height:2.625rem;top:12.3125rem;left:20.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2x4eliXIIQQsd8wbHrTNEtWPAri56JK { width:15.625rem;height:0;top:11.75rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aodLDcexyomzJ6Cs3d77TuP06MSfc2lE { width:7.1875rem;height:1.5rem;top:10rem;left:20.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFPwF8HBxWHtkTR85PZxO1d9hUOqHUi5 { width:18.4375rem;height:18.6875rem;top:4.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB { display:block; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container { width:47.75rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpaWeCKheMBb1XtGScIgOGkOSdn0PIDM { width:47.75rem;height:2.1875rem;top:4.8125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txKiVTNRMTsa6BwhrOVHn0udzaOWt1Um { width:47.75rem;height:1.3125rem;top:7.75rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QgpC5spAU9C1aJXBwmDZgb4TR2siXs5P { width:47.75rem;height:2.8125rem;top:9.375rem;left:0rem;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #F4WRRTWieZ4P9ZhvqgBcv3hqyAhTw5g3 { width:47.75rem;height:1.3125rem;top:13.6875rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #n0Pf4Byzplhp79N5bZk04ymG7diMVSWI { width:47.75rem;height:4.21875rem;top:15.3125rem;left:0rem;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TRf71a37d69fUWlnaPTONoGwmOBNoIbT { width:47.75rem;height:1.3125rem;top:21.1875rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EthKvBznLL4cKVLBT9WKFQtN9Zo2yDT5 { width:47.75rem;height:4.21875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #p842dHq8U7qWUmfafMB8KIBMvdULL1R2 { width:47.75rem;height:1.3125rem;top:28.625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Kcr9eo9DHxtVMUkxHToR9SPEx6LE0PpI { width:47.75rem;height:2.8125rem;top:30.25rem;left:0rem;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #aOqeRnGtQTxT27tTUh4TQb8fElkBLamI { width:47.75rem;height:0.0625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDeTxALD5PZvdA64zkSKFbuDifePvnJ { width:47.75rem;height:0.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbwbQcx7LX7acLfV0m5VlzXg8bLEuFb { width:47.75rem;height:0.0625rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u { display:block; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container { width:47.75rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np4XvpX94VPTRksJNeHBuaZfqcsUpBDK { width:47.75rem;height:1.3125rem;top:28.625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZKuQxwiVrN3u4BwePewIKKyriuT86Kkk { width:12.3125rem;height:2.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOTCaXLRa4RiSz5C4FuEe9rmddNqb2E { width:47.75rem;height:1.3125rem;top:7.75rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uhnB3B8453ggT0fE7oK1k6wuKQqhVq8p { width:47.75rem;height:1.3125rem;top:7.75rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TM5Faqt9tQDqL8y8PP7D56bPZ8Zo8r9r { width:47.75rem;height:0.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZEF135ISpCkk5XWzWMEhmSe6ou0mgG { width:47.75rem;height:1.3125rem;top:28.625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bUUJ90mKQMfEZy94g7CKcptP4IvXduwT { width:47.75rem;height:1.3125rem;top:28.625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dd9zoUOhooCgnUtNOsNTuZnpgraHIbyp { width:47.75rem;height:1.3125rem;top:28.625rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V { display:none; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wCoPnXuEXU5rth8SZvRxRX5l8eTmaUwf { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NaAb6kl1FxVuBt2DP8ftINsWbSM6Laom { display:block; }
 }@media only screen and (max-width: 763px) { #LxdTdDWdhaQvytGcsEDSiTSyzdpJPZQC { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #F8OTqEQyT0DJX6ZxmCrwBu0SyXwN3LQD { display:block; }
 }@media only screen and (max-width: 763px) { #T17LToq9bSsNfAPmGsCIC1oyEgGZcPAW { width:3.125rem;height:3.125rem;display:none; }
#T17LToq9bSsNfAPmGsCIC1oyEgGZcPAW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #i3zXqWxGrL9mQzlBAITc0a9W0PHsM9rf { width:3.125rem;height:3.125rem;display:none; }
#i3zXqWxGrL9mQzlBAITc0a9W0PHsM9rf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fboyyOt6yoCsaLa25UkQ3GtJBngPu9oi { width:12.5rem;height:1.25rem;top:49.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxnlSHR6kEwOSqRu6kzkPcH2m2kgEhK7 { width:8.4375rem;height:1.25rem;top:1.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgAUDrcmhkIUxW8EZTmCqQoLrJmznKJu { width:18.75rem;height:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJeDZSgVIvq9eHDJufNCiB16e9VN9a5m { width:4.0625rem;height:1.5rem;top:38.875rem;left:7.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuShtQHQyP4wRvMnTTi48Oe3rOof8zfO { width:11.3125rem;height:2.5rem;top:5.405880859375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #imc0RIyT7TXFahliJJlNdeV550xcdJ4X { display:block; }
 }@media only screen and (max-width: 763px) { #v7pVhrmgCJyiK92Qb8uBzQMMxMaReBS4 { width:10.99975rem;height:0;top:12.905880859375rem;left:4.5rem;font-size:1rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wNceMVZMnQegmLcoSViUPPDDxp9ZzHpk { width:10.875rem;height:2.3125rem;top:1.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbcPPN4uL5yXkOKPU9VGbmiLTVrvSnZM { width:9.6875rem;height:0;top:36.125rem;left:5.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHpk2twVlJImivlA7RlvxlmUXrJbdIm0 { width:4.4375rem;height:0;top:4.625rem;left:12.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tcETTrdZr6Hbrx9xccX9DRL5haKgCFPM { width:6.4375rem;height:0;top:6.125rem;left:13.5625rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xEt4JOa5vd5qB2I0xn3CnD0WzgD4q6UC { width:9.25rem;height:0;top:7.75rem;left:10.75rem;font-size:1rem;z-index:15064;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ms1i3cdGKNTwqzuBuEEZsV5ZsCqwVpfX { width:4rem;height:0;top:9.4375rem;left:16rem;font-size:1rem;z-index:15064;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #vF6FMAzHg0ZFQ8L7TcrI5NQtwyAyhINv { display:flex;width:1rem;height:1rem;top:4.5rem;left:1.875rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #FbzTlzd0NZ1kzV6dXgBAD8qyZ3XAJ6LO { display:flex;width:1rem;height:1rem;top:4.5rem;left:0.875rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #tpTnc7Blcb1W8daaIWOrkUZ7aTVt0pxs { display:flex;width:1rem;height:1rem;top:4.5rem;left:2.875rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #okaB871TNhISSn3LqTgUcFqQpSbachXy { display:flex;width:1rem;height:1rem;top:4.5rem;left:3.875rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #n4kqKJKfvnEpcTyFLcShTCFlIR8bOypL { width:13.125rem;height:0.9375rem;top:4.5625rem;left:6.0625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #I5F9OTP1bErOEMAsUB5FVx4KnMazFDHB { display:flex;width:1rem;height:1rem;top:4.5rem;left:4.875rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey { background-color:#f5f6fa;background-image:none;position:relative;z-index:auto;display:block; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { background-color: transparent; background-image: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container > .video-iframe-container { display: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row > .video-iframe-container { display: none; }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .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); }#MepKGSFVOPMQi7Ef14Dil9SMQnBnN7ey > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiTWS0H1hmeJhbBc1kU0VVhHhRBllGTZ { width:17.375rem;height:6rem;top:14.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;color:#6680d0;display:block; }
 }@media only screen and (max-width: 763px) { #vfEkHDiqABOPcw9tNN5HPzZye2Hf63DD { width:2.25rem;height:1.8125rem;top:32.5rem;left:2.5625rem;font-size:1.4375rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #Z00Zgbb9HamPmCw8CenZa1bwbUxBwUpk { width:6.875rem;height:0.9375rem;top:33.4375rem;left:5.125rem;font-size:0.75rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #cQpscd7UqeyXeHvRe9Ue7xCt7oLfpcTE { width:2.24975625rem;height:2.24975625rem;top:32.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeMHzvJTeeF5vnzJq04WlXRbKKnmKmqH { width:18.125rem;height:3.937375rem;top:54.137573242188rem;left:0.8203125rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #wuMxz40PJd4OTnIAZ6GIXNkDo0rqHVaA { width:16.75rem;height:3.9375rem;top:51.4375rem;left:1.625rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #tMklBCdMpdSIO0fHmk1Dan0OTcJgTCXV { width:20rem;height:1.4375rem;top:20.8125rem;left:0rem;font-size:1.125rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;color:#6680d0;display:block; }
 }@media only screen and (max-width: 763px) { #kvLyedfBWKMgmDCrPyigt4h6OsviEGO0 { width:18.0625rem;height:2.375rem;top:23.5625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#5a5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #yK9NiocrtooccCt914Z6DzDmKdTQc5mT { width:17.375rem;height:2.5625rem;top:30.625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yh7XEwiRviNnPl8tFOQwq35ESMlzvufs { display:block; }
 }@media only screen and (max-width: 763px) { #N2HCBmIi4toEiKhlDP1KENeiktkM6Fhq { width:17.625rem;height:1.1875rem;top:26.625rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#5a5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #GmW4TfZfy4mldOvruo6bbEyS0IeHzkPn { width:18rem;height:2.375rem;top:28.5rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#5a5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #ccl8I1bOSoRMOT3GXa8AzTmz50Tfqgt1 { display:flex;width:1.4375rem;height:1.4375rem;top:26.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NW84JGcJlU5QNrW0K8hIVrGLgk3wBOnX { display:flex;width:1.4375rem;height:1.4375rem;top:23.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pblg5BTLEInhwTbC9GathHStB60yTE9u { display:flex;width:1.4375rem;height:1.4375rem;top:28.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J8QkrlPQWPgmhz7B5Vs93TAqf433AUts { width:6.8125rem;height:6.5rem;top:31.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVzOifQRV9CGxq5rOz080nM58P3BI8iz { width:1.25rem;height:1.25rem;top:32.375rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTUbqeCHqgqWkXmq5k5aCAITVRx9QtiO { width:1.25rem;height:1.25rem;top:32.375rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA7wTLW57t42OTfDCkHegUTCaaFPQva3 { width:1.25rem;height:1.25rem;top:32.375rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfdZT5zUtILsnpZ5NWlW5GIvMMEySKh3 { width:1.25rem;height:1.25rem;top:32.375rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4GnafFMzmKMkPFnHvIKKTqsnZCx07kp { width:1.25rem;height:1.25rem;top:32.375rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tem5yzM5ln0X16AeGK0XDtaedtZFOWXL { width:9.0625rem;height:2.375rem;top:35.125rem;left:1.9375rem;font-size:0.875rem;line-height:1.4;z-index:14992;text-align:left;text-align-last:left;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #zWAsu1UiXRzTZo5r0JTlWUJobeug4BF8 { display:flex;width:1.5625rem;height:1.5625rem;top:36.125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKal0FmONM4DUaeg8vfKWwJvFwimdgSS { width:6.375rem;height:0;top:44rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#797979;display:none; }
 }@media only screen and (max-width: 763px) { #LJLXB9v7wm61TSXs5PeiMvsgJSPWNRnE { width:8.75rem;height:0;top:44rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#797979;display:none; }
 }@media only screen and (max-width: 763px) { #QV6V5cPFkXtJGge7SXsHBIB2lb8T7QrH { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15106;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xKFlyz8uqzM6BzEJrH4Ixz17JiUKxN9U { display:flex;width:1.5rem;height:1.5rem;top:35.4375rem;left:0rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #D2I4EdlfCMxKIktvr4zDsAuPriRqVo9y { width:16.0625rem;height:2.5625rem;top:41.1875rem;left:2rem;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;color:#ffffff;font-size:0.875rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #dvrHRN5SSMuv6OLwSosIidTDDdO3N9z6 { display:block; }
 }@media only screen and (max-width: 763px) { #sNL2BHUTwoxmce5prkTehIbqBgKz2Q2c { width:2.24975625rem;height:2.24975625rem;top:32.875rem;left:9.8125rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #LtTGH6aQS02rMhna7hrsO1TTWHZuu194 { width:2.1875rem;height:2.1875rem;top:32.3125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uHKK6XFhd3tC1LAZBZH2DmuAQgDXv4TX { width:1.625rem;height:1.625rem;top:32.625rem;left:0.3125rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #b36aJMuIBSOTbDBQPhPuiRJA2yH51euc { display:block; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc { background-color: transparent; background-image: none; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container > .video-iframe-container { display: none; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row > .video-iframe-container { display: none; }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .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); }#b36aJMuIBSOTbDBQPhPuiRJA2yH51euc > .row .container { width:20rem;height:6.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nh4RePKcxHDpCTo82nALcAbuspzUsvq4 { width:7.8125rem;height:2.9375rem;top:13.0625rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcT88GA2T4sPnDtf26DwTDnTDXMvrZ9y { width:7.5rem;height:1.3125rem;top:1.125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT5wR3ffdWMw5qVyEzTSgB5Cwal5aOo3 { width:5.875rem;height:1.6875rem;top:3.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGsldMvxWTchF0JiAkaTtKcu3dhtODyd { width:3.625rem;height:1.375rem;top:1rem;left:16.256578947368rem;display:none; }
 }@media only screen and (max-width: 763px) { #NorOpm7tmitoz0f1TII3HIytthbs5TUU { width:4rem;height:2.125rem;top:2.6875rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmtAy30cHA9uzNNtoqzKeUATdotl5mGC { width:6.8125rem;height:0.875rem;top:3.25rem;left:8.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukGyatxbCnLF0GraBDkIxNahZON04icV { top:3.1875rem;left:8.875rem;width:5rem;height:1.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vmg905X9Hg0Vhdify7UTa3vxKVlrXzpw { top:1.0625rem;left:8.40625rem;width:6.1875rem;height:1.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bw5giUKk50RVgT2VLJXJIVOcxGTqpm0g { top:1rem;left:16.54rem;width:3.3125rem;height:1.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CCLnETfzJLgXvzAltLJb8ZTwxxJXRSpk { top:2.8125rem;left:16.1875rem;width:3.8125rem;height:2.125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KcPmIuAyKsonWoaF6JZF1vn0yOpsuUcm { top:0.3125rem;left:0rem;width:7.375rem;height:3rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t { background-color:#f5f6fa;background-image:none;display:block; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container { background-color: transparent; background-image: none; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container > .video-iframe-container { display: none; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row > .video-iframe-container { display: none; }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .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); }#nHff2RSQiJrS9vV0rZJH7uEFyV90fg3t > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLAtCTOpT83F65ztvIP23MFxeRr4Lip5 { width:20rem;height:20.125rem;top:8.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #aIyFTsh8AWbof0UpS7NgIUGUkU3RlBf0 { width:20rem;height:3.25rem;top:3.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itRqJDzxdyar5RO6h1THtfieHstzrpv3 { width:14.625rem;height:1.3125rem;top:2.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp { display:block; }#dQbZkGg1wcOBfKuZvosNUTFGlqOpTNCp > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khgX8DKyUHlS8hATXiVcOMeWtb7iToiw { width:16.5625rem;height:8.75rem;top:3.1875rem;left:1.75rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XCPfLA4uFJudkFNP8OTQE66TVm0Ix0TU { width:16.5625rem;height:16rem;top:3.9375rem;left:1.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lS4l5wlq4b38NR4nq9rH1RdOdCHH45GL { width:12.8740234375rem;height:2.875rem;top:12.9375rem;left:3.75rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xgi5ZpTyuWNDgrOIk957HgsmE2s8xLrO { width:16.3125rem;height:9rem;top:21.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdztfwExeNEtQvDWcHkBpPlMWpllq1PM { width:16.375rem;height:12.6875rem;top:25.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI5LVx7gXxGk6cMZTu4D5bOV22OgOlSE { width:17.8740234375rem;height:4.3125rem;top:31.625rem;left:1.1875rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B7GFofDnSpCmDEfkzzeBrlRGIIeKzZKJ { width:17.5rem;height:4rem;top:14.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QASlwZ9E59ZaZPlZM32V8P5HRJlTtNNp { width:16.4375rem;height:12.6875rem;top:44.75rem;left:1.8125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #DLE91pEBxxozdzC4Zpa0Vw7A8yTtKId1 { width:13.4375rem;height:2.875rem;top:50.4375rem;left:3.625rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XHnW35PWhZhaW06nCR54lSE1xQfVLrQ7 { width:17.5rem;height:3.9375rem;top:14.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nic16I6ZfQQnVxTGALHLeZdu59iwTkoC { width:16.375rem;height:9.125rem;top:40.375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #veOISl5BtHViftKBIGp6TBif2mk2mBA6 { width:16.25rem;height:16.4375rem;top:59.75rem;left:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lRGWdrtDzFFiqCkXGsQ7JmfkdH8CVRFP { width:14.75rem;height:2.875rem;top:69.125rem;left:2.625rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Fi3oNrtePsWV7igAgQQgPLnGKcfp1O { width:16.25rem;height:8.9375rem;top:59.125rem;left:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aSQZKLIkVJHnCHuikt0xOUoxIAT2bTK9 { display:flex;width:2.4375rem;height:2.4375rem;top:73.3125rem;left:8.75rem; }
#aSQZKLIkVJHnCHuikt0xOUoxIAT2bTK9 > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #HfJbvBC1TnoMGAOFeWSRlODQ6QrNiAdT { display:flex;width:2.4375rem;height:2.4375rem;top:35.9375rem;left:8.625rem; }
#HfJbvBC1TnoMGAOFeWSRlODQ6QrNiAdT > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #OrtBLw1auWXda8RPZ1e9W6wrLmASyqye { display:flex;width:2.4375rem;height:2.4375rem;top:54.5rem;left:8.875rem; }
#OrtBLw1auWXda8RPZ1e9W6wrLmASyqye > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #O4L6DB2MPS8ZuTo3V0HFBQpHBd9yqwzS { display:flex;width:2.4375rem;height:2.4375rem;top:93.1240234375rem;left:8.75rem;display:none; }
#O4L6DB2MPS8ZuTo3V0HFBQpHBd9yqwzS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #orpJz412fxTqq2M7TtgM7Flbthtc3oAA { width:16.25rem;height:8.9375rem;top:61.9990234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIrldGPxhaxOr2lQtZHerbKcqhX1fe8f { width:17.5rem;height:9.75rem;top:100.4990234375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTwzkQo3bq5SNC0uamnikIQUT8GiZWOi { width:16.25rem;height:8.9375rem;top:59.125rem;left:1.875rem;z-index:15058;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls3oihEVtAhCHS4kSdTe5tS6A2Q8nRQa { width:16.375rem;height:9.1875rem;top:40.3125rem;left:1.875rem;z-index:15059;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7Zf1bczFfNubLWI5KXLkOKWb41LqxS { display:flex;width:2.4375rem;height:2.4375rem;top:16.9375rem;left:8.8125rem;z-index:15057; }
#KM7Zf1bczFfNubLWI5KXLkOKWb41LqxS > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #KQ6zoa1alMgZnyDFTmCoOmJgSfBvaUZC { width:16.375rem;height:8.75rem;top:3.1875rem;left:1.8125rem;z-index:15060;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J { background-color:#ffffff;background-image:none;display:block; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container { background-color: transparent; background-image: none; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container > .video-iframe-container { display: none; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row > .video-iframe-container { display: none; }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .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); }#Jvl7FXyXAmKdKuEaBLxtPdpAuF0I9F7J > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BO72KIk2PqAxTgRzcFIh6TxbGZk3RC7s { width:17.625rem;height:1.625rem;top:4.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p9aEl8GdKySXLrxvoHTW5ymr69tZvO0B { width:17.5rem;height:1.3125rem;top:3.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQvudIPL1PRBn8vygsAGKX9dUk7diLnF { width:20rem;height:17.875rem;top:21.6875rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WG6W8dmVHAgqlOGpa3Zrf8f32lq6KPl4 { width:19.9375rem;height:13.875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkRhTl8rMLwzUHr3hmyT4sAxtvGoRMrK { width:20rem;height:1.375rem;top:40.3125rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b1RHznQE38ExpTFWTGTxMB6C8IKecAqT { width:1.25rem;height:1.25rem;top:42.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDaTGiTPTbnJrZmrVBnKPKceZiJfqkiV { width:11.125rem;height:1.875rem;top:42.375rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wgFXrutasg8xJVQq7mfyPbb8TNFxKyxm { width:1.25rem;height:1.25rem;top:44.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6yqqqOqVHcVndHINniTGIMziq6C3cfI { width:11.625rem;height:1.875rem;top:44.25rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnHkdHvOvc5hfn3moJTMS5lIk3bx6vDd { width:20rem;height:0.0625rem;top:48.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUI6F1HIvLaGMD5XwLRLeVBQd68518zH { background-color:#ffffff;background-image:none;display:block; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container { background-color: transparent; background-image: none; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container > .video-iframe-container { display: none; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row > .video-iframe-container { display: none; }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .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); }#nUI6F1HIvLaGMD5XwLRLeVBQd68518zH > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDSBnil8VMSyNIZZG1DFqJBzucFTHfEy { width:20rem;height:3.25rem;top:3rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZPXTMw2arNgtGUp2Z7wSxtoGFJQTv9w { width:20rem;height:1.3125rem;top:1.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rctp4g4IyVGefOqb5neFVKvrO7CpnA0s { width:8.125rem;height:1.125rem;top:44.3125rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kzDRxSliBq3qhX4Ug6irelkf1QeMm9kX { width:12.1875rem;height:1.125rem;top:46.4375rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIc8MxMoS1qWRoNiOZTCGWHOXyt46QmS { width:20rem;height:13.3125rem;top:7.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gePPuhoEmUigdICxKIVHdBzfwpRdHFaH { width:1.375rem;height:1.375rem;top:46.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKuZN4Ht9wezEaTvGhid56O1BPrPGpe { width:1.375rem;height:1.375rem;top:44.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtCMJngzn20fBE9lcFKXgH3TOBbsoOyw { width:20rem;height:19.25rem;top:21.3125rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJev3V424ZxzAJnsbvFTDknFEKoZzsMi { width:20rem;height:1.375rem;top:41.375rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kqzCJAWFwNsVvATFI03sQRRmR22MWcxL { width:20rem;height:0.0625rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C216k440C4lgyI2kJeSA2TfzuUEzizg8 { background-color:#ffffff;background-image:none;display:block; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container { background-color: transparent; background-image: none; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container > .video-iframe-container { display: none; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row > .video-iframe-container { display: none; }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .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); }#C216k440C4lgyI2kJeSA2TfzuUEzizg8 > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcW2TN2DywxK1Li2q2XZOCkpZO0scJdW { width:17.625rem;height:1.625rem;top:4.0615234375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTb359ZEniKzGw9kIJzL9govV0xbwo4o { width:17.5rem;height:2.625rem;top:1.4990234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DG9zvzahpw1Bebx96o77ZvkzxBUApBSu { width:20rem;height:19.25rem;top:21.3115234375rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wd68ZmRf1tOAmh4o42KJAVfIWcgBiVor { width:20rem;height:14.25rem;top:6.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTKoAtJS7zgtpaLEpOWkXEINVxvmQIA { width:20rem;height:1.375rem;top:41.5615234375rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MKBdNRJydFeQs0zirhADwIWms5BoDs1m { width:1.25rem;height:1.25rem;top:44.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc1okVR2b6QwqrpApu7NLZNZQOwTSu3o { width:11.125rem;height:1.875rem;top:43.875rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wfvmZ9T6Fk9QWqXLPTf47AcM04cruVdH { width:1.25rem;height:1.25rem;top:46.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnwGCwcJbbHrswS9vg4G43dRwAVPTdM4 { width:11.625rem;height:2.375rem;top:46.125rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Gow4v7BRLDZKR7JrDgda9kHXTxHP9NI6 { width:20rem;height:0.0625rem;top:50.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC { background-color:#ffffff;background-image:none;display:block; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container { background-color: transparent; background-image: none; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container > .video-iframe-container { display: none; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row > .video-iframe-container { display: none; }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .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); }#hVnJzASdZoyDh1dTg5of6KLrKTxe3GtC > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP0K6vKMP0oy7rQy60acHUMAXgfGg4PW { width:17.625rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kx1ZeHux77eKSQb5vTBTJoIUTKhihE9Q { width:17.5rem;height:1.3125rem;top:0.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PgxFck2XPxqk9dD7t14TxzG5FX8hybmS { width:20rem;height:19.25rem;top:20.25rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iiM8NT0l8DUXLPDuwuT3v3JhyPIBrlkU { width:20rem;height:1.375rem;top:40.375rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A62BKt5CbrVFLdxv3ulPnwh1yl6Fa6EJ { width:1.25rem;height:1.25rem;top:43.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNansp46bfRGoURA2SyTosLLRTnJ84Uu { width:11.125rem;height:1.875rem;top:42.75rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNa5CyF6zmkpJVQXmPmaitb87ZqsFNAh { width:1.25rem;height:1.25rem;top:45.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtZ55iciFLOkpOMxJbrKKHOf5uF4LMgP { width:11.625rem;height:2.375rem;top:44.8125rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #La3NcE8Mxd9KFu3LfdAl1T1N3J6PJfqU { width:20rem;height:13.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO { background-color:#f5f6fa;background-image:none;display:block; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container { background-color: transparent; background-image: none; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container > .video-iframe-container { display: none; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row > .video-iframe-container { display: none; }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .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); }#Foh2xyQpKHR5LagFa8tni7XJX8ODxRIO > .row .container { width:20rem;height:79.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1b6shmmJmZANtw665legqKsirkm4eQI { width:13.4375rem;height:1.625rem;top:46.875rem;left:2.875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sI9EBl94TwUoSZBTSkZe0JP4TeElmvpP { width:20rem;height:73.4375rem;top:3.0615234375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KQU18wKIuh0UgduptuTDUXtldFS5J6Gg { width:9.0625rem;height:1.375rem;top:49.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKxRXMuFDWSrWlQOEc6UnDlL4ChfNtok { width:10.0625rem;height:1.375rem;top:51.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #riTGvtu9pLQ71FIuNBdrwZo8ITB2I7Tg { width:9.5rem;height:1.375rem;top:53.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cVQ7aevxvJosQWV5Gq2xMcMhIbFTbibR { width:8rem;height:1.375rem;top:54.9375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgWdZTPxTiPcXT48IQFZJ3DBJckwkspW { width:9.4375rem;height:1.375rem;top:56.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efd9o8XQqw4GhPKHo0SKbElQPdxCeSlD { width:8.375rem;height:1.375rem;top:58.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QS3b96CoK92LtumxRnFtLLiixfXeO1Tl { width:7.6875rem;height:1.375rem;top:60.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N9E7sX62A0xORLfQ0LPzc4OZUwFrTQzv { width:9rem;height:1.375rem;top:61.875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Im0tGlCByvbF7lO1iXLUpSlQHQza9acW { width:10.4375rem;height:1.375rem;top:63.625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPJ8bkO1SqSz3pEy4ktewPgSMJZEU8fT { width:7.9375rem;height:1.375rem;top:65.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ct6btXT3zGUqcXTIWmGVAtyBmCVEDbeE { width:8.625rem;height:1.375rem;top:67.1875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Whp6QP2GnArKV0KsXJtstcwSH9AuFodT { width:7.5625rem;height:1.375rem;top:68.9375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DNdv8VAvbWGaZFJU2x2FiG6okrw5agIW { width:7.8125rem;height:1.375rem;top:70.6875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v38wX6zxbGyNfKxggAxwwknDJHgQfl7T { width:7.375rem;height:1.375rem;top:49.625rem;left:11.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fftc5X7N7RCAcoShgRX1iKQKr7dQEKoV { width:9.25rem;height:2.375rem;top:51.4375rem;left:9.9375rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ydQiGqezpJibEIq1k5lmbp700CnOHwfy { width:8.1875rem;height:1.375rem;top:54.3125rem;left:11rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #evfbv4xqpGHqPfTzJKcBzmeeTNqFzDdV { width:7.125rem;height:1.375rem;top:56.0625rem;left:12.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rqT5CGyOQ4PqMVkL4UCR6eHXl6X2L8lI { width:7.9375rem;height:1.375rem;top:57.8125rem;left:11.25rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ns7AmVWIHE7iIkKm8PnqWDOE1A6A2Sir { width:7.3125rem;height:1.375rem;top:59.5rem;left:11.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vWmOJsLFBfBKo7i90UVAAvExWONidRJd { width:8.9375rem;height:1.375rem;top:61.25rem;left:10.25rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IpRrxXTpNLLoAs0HtOIDqHmhTsDyX7Tb { width:8.625rem;height:1.375rem;top:62.9375rem;left:10.5625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RGRGU9NkqgbccIxtiPS6zbzsBBbbiqNg { width:9.1875rem;height:1.375rem;top:64.6875rem;left:10rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Q8WRtJE64SJ8aV4AJA54Msm1H0fTFyJx { width:7.25rem;height:1.375rem;top:66.4375rem;left:11.9375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gcaPi9725Q7UqQKqc8Wu9zif0OoH2BLf { width:8.3125rem;height:1.375rem;top:68.1875rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GS38gVwbhUBW3J8GAhGSyTRAubzRsiLL { width:8.5625rem;height:1.375rem;top:69.9375rem;left:10.625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cIU5QTlk6C5T870wFplEL0UvCyzv7W1u { width:8.75rem;height:1.375rem;top:71.75rem;left:10.4375rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XIFoiS2BRC4H6iAzXEKEzoGqA0nG4MxR { width:17.3125rem;height:1.5rem;top:4.982421875rem;left:1.34375rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UC47iIfUvXiqtuSwatywa3FBTa0CIm5n { width:17.5rem;height:7.1875rem;top:7.544921875rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGaNUvKGFoO5NAECGyxyGoCoMfy3axL4 { width:15.625rem;height:6.25rem;top:17.625rem;left:2.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #lKURKW2qDMhfu6sxFgBs41RVlMdZlcyM { width:17.3125rem;height:17.25rem;top:26.75rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ne67DSTZLgqg7u1ypP5cbiR03gZ7PLD1 { width:16.9375rem;height:7.6875rem;top:16.8125rem;left:1.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #vXx1LOMXUkRBTtZB6H5t40HT479JGpSL { width:13rem;height:2.5625rem;top:50.375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R75hxcZJI3EKFW8JcO6JXHGaqkrkNAyT { display:block; }
 }@media only screen and (max-width: 763px) { #VIRCdvP52xNlrcWLt6BfPcVOsBu4kMkK { display:flex;width:1.6875rem;height:1.6875rem;top:15.75rem;left:1.625rem;z-index:15053; }
 }@media only screen and (max-width: 763px) { #d6t6KGkWs64rpKF6h08vV6i1srAbvZdf { width:2.375rem;height:2.375rem;top:15.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM { display:block; }#cpU4gG5dUG2wqwDUVohCdUGt8zJnTLFM > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSRTiEWHQfXHPTgJdvpC1M5dR9z34ZQF { width:3.625rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M26roFASJg476yRbCiwWGvCfHBhpRwbN { width:19.75rem;height:65rem;top:70.958368359375rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpuFh8EVazqtCsiETeFbUBJGlU5zf1Vt { width:20rem;height:15.8125rem;top:2.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hwmn7RKnTOTEpXX2VxFK2q6kKAk72Gdq { width:12.375rem;height:1.625rem;top:20.125rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#6680d0;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6dGVEm7imPJ9HBltn6R1mc0GqaRXzN { width:6.6875rem;height:1.625rem;top:46rem;left:6.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;color:#6680d0;display:block; }
 }@media only screen and (max-width: 763px) { #s11ydIBS9LAkVTA2F9V0ElzOmBTwzTQw { width:16rem;height:9.9375rem;top:23.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHXMfKTW9nE4pq2hs0k7KBrwk3VSLmfw { width:20rem;height:12.5rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsxzqbSFnM3rvIJlhFJcFh9PmXcFSP5T { width:15.9375rem;height:9.9375rem;top:48.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1DcPmns9arr07gn7DPDLov8pDh83GCE { width:17.25rem;height:12.5rem;top:63.8125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4eLb7aKclTxmtpaKRMkExl9ETOtSCIR { width:12.625rem;height:1.1875rem;top:24.75rem;left:3.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U54ixFJA1O7OMQFcKwXhaQZaAprRkcte { width:3.3125rem;height:1.375rem;top:26.25rem;left:8.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sxPT55w6GiCUTZSnPJcfaprJm9cToMu0 { width:1.6875rem;height:1.1875rem;top:28.8125rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #psVhXePsQBZmzLa7tXf4e2xlmo1wFccK { width:4.3125rem;height:1.4375rem;top:28.625rem;left:8.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k6U2RnMDST1H3lPGZuubqPoZun4XXsnT { width:10.8125rem;height:0.9375rem;top:30.1875rem;left:4.75rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TOTkoyXSxpwnNoH0K6xATWDxQOQnkfZz { width:12.625rem;height:1.1875rem;top:50.3125rem;left:3.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6E89a7uWPuwNIV2XGFtzAT0iMmnh6X { width:9.8125rem;height:1.375rem;top:37.125rem;left:5.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V5klZMlGkpA4lTmauIw9xDFnslqfbHvD { width:1.6875rem;height:1.1875rem;top:54.625rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4hLk8McNyvSZZBgzTV8WighMT8VXOV { width:4rem;height:1.4375rem;top:54.5rem;left:8.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c2vEtrv9ORZakdTM9TvZFQJ28FW8SD83 { width:10.3125rem;height:0.9375rem;top:56rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gAA8OyKLRiCGrhTgsLAzVBfFfqp8Eomz { width:12.75rem;height:1.1875rem;top:35.6875rem;left:3.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D3nuKiJzvZHrH0aP8i7pdp6nSxvOV9SP { width:8.5625rem;height:1.375rem;top:51.8125rem;left:5.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qPO2xDfsVhFEmC0IbCcm8r0u499MdMQU { width:1.6875rem;height:1.1875rem;top:39.75rem;left:7.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #d8aczUATxxLrtJxmG1LlgUr6ymzwDpKe { width:4.4375rem;height:1.4375rem;top:39.625rem;left:8.875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CoAaGbvy4rMT4c07EATl0GZmR4gWm88s { width:10.625rem;height:0.9375rem;top:41.1875rem;left:4.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TSFOlWCQ6kzNsFIiUafL27k0Ed2yHbSI { width:12.8125rem;height:1.1875rem;top:61.375rem;left:3.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rqMd8FhJ9Awu6iRmuPCxQ1gIivu6G8CQ { width:3.75rem;height:1.375rem;top:62.9375rem;left:8.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rxmcosdyo9vdzKCzDGd0mghapNvQv818 { width:1.6875rem;height:1.1875rem;top:65.8125rem;left:7.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bATrc3pT4F5SOL2d33e2Bl6TaAcqnTuT { width:4.375rem;height:1.4375rem;top:65.6875rem;left:8.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kHNXoeQd3bG2cbLmUbIlw61EQWHfV1L1 { width:11rem;height:0.9375rem;top:67.1875rem;left:4.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eHIUvA2hTEKdAQISZK1af4rMsqog6Gu5 { width:20rem;height:15.125rem;top:71.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SfNuqbosHI0b5IC3MkPTgCPiWF7H9AiI { width:16rem;height:9.9375rem;top:34.1875rem;left:2rem;z-index:15348;display:block; }
 }@media only screen and (max-width: 763px) { #vrkkABkn3nqEETCd0Zq1x0D59e9LQqCF { width:15.9375rem;height:9.9375rem;top:59.8125rem;left:2.0625rem;z-index:15345;display:block; }
 }@media only screen and (max-width: 763px) { #DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn { background-color:#ffffff;background-image:none;display:block; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container { background-color: transparent; background-image: none; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container > .video-iframe-container { display: none; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row > .video-iframe-container { display: none; }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .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); }#DkJ3rNNbi4eoyffyxAT2cfDcyiLEC1Qn > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zeb3ZU5sIBoasBOaXnJJaMlyeML9e8pf { width:20rem;height:2.375rem;top:6.021484375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WvL1Z1CgMUiwnkCmgRM0vSHRv4bgLRo8 { width:20rem;height:3.25rem;top:2.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNkCitvK4XHBeGGQpaACe7hvJiyAndcJ { width:20rem;height:8.25rem;top:9.7451171875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #RUN0DZU875x7JqiqzFhPQIy3zdlrXwxA { width:6.8125rem;height:7.6875rem;top:19.0576171875rem;left:13.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuAsLdzAx1BbiqUozwWrTRcozycbXLeW { width:11.0625rem;height:2rem;top:19.5576171875rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkyFW8VzIgf9dCPJkw1ZG9I7pMNTFnog { display:flex;width:1.4375rem;height:1.4375rem;top:19.5576171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pieKZEUThaysJIGOBFKPuqMQQZD9QGgg { width:10.6875rem;height:3rem;top:22.5576171875rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lwm3s1CIVFehsviWbtgiNF9FBbZmFl8o { display:flex;width:1.4375rem;height:1.4375rem;top:22.4326171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SvfR3zXuc6QnuoO1TcGOdq7Ov113ZyhX { width:11rem;height:2rem;top:26.625rem;left:2.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eutyMPKGPueTl6xiun746EJPeGIMO0EV { display:flex;width:1.4375rem;height:1.4375rem;top:26.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ { background-color:#f5f6fa;background-image:none;display:block; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container { background-color: transparent; background-image: none; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container > .video-iframe-container { display: none; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row > .video-iframe-container { display: none; }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .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); }#AxCuL1I51RpEbCLQfU7OrrTCJupLWEQJ > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2T0FWnDw0zr9uIMCITxSbw5o084n2Bp { width:16.75rem;height:1.1875rem;top:12.8125rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvDHKCuCQ7M1vOZVmSoFwOEKzCzDo9Dv { width:17.25rem;height:1.3125rem;top:22.5625rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP56MMmi2SVZIXGrPhZB0Ep37TG1VXOU { width:17.5625rem;height:1.3125rem;top:32.0625rem;left:1.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pL1pJaFMIlgOkCFTPrcv950UZRMpDJ1O { width:20rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HWTy9y6TXPDXMZZQTcQrXQSsLOVwPyV4 { width:3.125rem;height:3.125rem;top:60.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUTrrFnu7TrevXu3x9TNEtlfHNKUIlw6 { width:3.125rem;height:3.125rem;top:71rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUuoabfad8CReZzz0EzLwvs1H574x3cE { width:3.9375rem;height:3.9375rem;top:7.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdDuCBFvpJ7132Ovkxix2BurpeiFIIvk { width:3.9375rem;height:3.9375rem;top:17.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNGPwmmnUZsMdQXhi300Refu4EzSXZc { width:3.625rem;height:3.625rem;top:26.75rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGONPOnwSvAp6hok1Tuc6JG7queTuKdz { width:2.3125rem;height:2.3125rem;top:8.75rem;left:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJh5HTUCZOdB51PnVWT1z2Z6a13Zpmcp { width:2.4375rem;height:2.4375rem;top:18.625rem;left:8.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsPAUOlrTDoRRTh6zW8KclZbTF8am2uh { width:2.4375rem;height:2.4375rem;top:28.1875rem;left:8.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIPi0waT9r7MDSkTO0BLa5rRFr6oZyTF { width:15.125rem;height:2.25rem;top:14.125rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLgTuF3Q6d5GUypCbeLsov8oVmT1p6WT { width:13.875rem;height:2rem;top:24.0625rem;left:3.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpeam4ZrMWDlTgxuJTSrnmshTRXXSPtO { width:15.375rem;height:2rem;top:33.5625rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuVloeicyTRbNHMOnyBtOVJd4DZ1UFeX { width:3.9375rem;height:3.9375rem;top:27.375rem;left:8.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc { background-color:#ffffff;background-image:none;display:block; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { background-color: transparent; background-image: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container > .video-iframe-container { display: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row > .video-iframe-container { display: none; }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .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); }#c2ZT8skSTOtx4PslghUz4EMtX3IZVcKc > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrPVW5NcQtRh4HcUGDg0bk8y0og0FGFH { width:17.0625rem;height:5.25rem;top:9.625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nt1QHXiIG4KuzHwmLsppaVD0ZyJStVz1 { width:18.25rem;height:3.9375rem;top:37.9375rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #opbu6nUzzfVxteS1TbSiI8nDTy5x7RBQ { width:17.6875rem;height:3.9375rem;top:33.0625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OEtTf2E1gAoDu1dent4Xh0X2xx3w9NQr { width:16.4375rem;height:5.25rem;top:26.8125rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #f9B4s5Wv8zqN73HMl2qJVZU2M4NCW9LO { width:18rem;height:3.9375rem;top:21.8125rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #re2opcBfLfhNZqapptUFkmViTOy3dgQL { width:16.125rem;height:5.25rem;top:15.75rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAWMzzkBKhnzA0vCgtTOia0sD7SonAfi { width:17rem;height:6rem;top:2.1865234375rem;left:1.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;color:#6680d0;display:block; }
 }@media only screen and (max-width: 763px) { #L5TMAd39REZdK3iGVNg714ff9i4K7eK4 { width:1.25rem;height:1.25rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #has0pxuqvRa2F1F1ddrAG0ybaanDgATx { width:1.25rem;height:1.25rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRFI216LoN0zgmn0KyNT4i0MSVmaocT { width:1.25rem;height:1.25rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS11S3br5Xp0D0xbe7UzIRUNeEUfysQ { width:1.25rem;height:1.25rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KVMXiP7NT82mcndcbEFGRDT1ikhxWA { width:1.25rem;height:1.25rem;top:27.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHQoWavdMC0P96432UpHiopHmPMWgmaE { width:1.25rem;height:1.25rem;top:38.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4JWE4OFvfNHkToDZ8lgUd7DmsomPJyg { width:10.25rem;height:10.25rem;top:64.603515625rem;left:-6.875rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw { background-color:#ffffff;background-image:none;display:block; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container { background-color: transparent; background-image: none; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container > .video-iframe-container { display: none; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row > .video-iframe-container { display: none; }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .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); }#ysp6IQeLvZUkuThn3LXVzRKJhUkz2Orw > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeKtcaFuitpM3q3EaBTy8ggo4KDPLeE5 { width:20rem;height:12.125rem;top:9.6865234375rem;left:0rem;z-index:15342;display:block; }
 }@media only screen and (max-width: 763px) { #iPCVnQGmXkTyTSWOBARRz4cxUmG9xkkm { width:20rem;height:10.5rem;top:22.8740234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;color:#5a5a5a;font-family:poppins;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Te43RvkXVDUC6vCJNZTMn8qUJ0LvBih3 { width:20rem;height:6.5rem;top:2.3115234375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZt1lxGIW4fgTTWraTzld1zkx1aNwdtH { width:17rem;height:1.3125rem;top:34.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;color:#000000;font-family:"open sans";font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PT4ZtWhFBL6NHnlrTchGzSRWKq8rJvNb { display:flex;width:1.4375rem;height:1.4375rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvksKvsk5NPVTFbTGPqDNDauSK3Jhv4q { width:17.875rem;height:4.75rem;top:37.875rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEI8ETbPKX3y5TR9rTvrPoacrJ5VAhN3 { display:flex;width:1.4375rem;height:1.4375rem;top:43.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CmCWawpIIyV6L3ut5PBkDfvOT86DxQOy { width:17.875rem;height:3.5625rem;top:43.8125rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2uzG3sMfDrqCZHU5RhGoiUNBhE9ChT0 { display:flex;width:1.4375rem;height:1.4375rem;top:48.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zu7kifLQH09PaJwstQnfCf1Z2Cp5Miuq { width:17.875rem;height:4.75rem;top:48.5625rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTR0RnyH09CBDtKb1dMwH1mIKbB7gRE7 { width:11.8125rem;height:2.5625rem;top:43.5625rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNxzz8npNi4XZTDgcZC0T53gbCSrPlkF { display:block; }
 }@media only screen and (max-width: 763px) { #EFUpsz4Nr8mSFUSQBTTtAWuAuOZTy59e { width:11.375rem;height:2.1875rem;top:54.9375rem;left:4.3125rem;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6680d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;color:#ffffff;font-size:0.875rem;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #KTZTb67eL7ST5tf9bsFur5CU1XQV6XxV { display:block; }
 }@media only screen and (max-width: 763px) { #a3rv2EgWps0H7A4E0x1b7OMMuObdVTxz { width:20rem;height:0.0625rem;top:0.5rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 { display:block; }#dDm0mQr8eDL7bXkETNSGOLqlWPtNR0K0 > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITTfC0exholl8vWT81oLBhgxhxN8MuVq { width:20rem;height:15.3125rem;top:11.0625rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #h0U4If9poBxdpvm7vOGbDtQhiSs6mT8n { width:16.6875rem;height:7.875rem;top:16.9375rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urg4IDCuauuq01kBLllHpHGD9ku1QEel { width:1.5625rem;height:1.5625rem;top:26.125rem;left:2.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmqLNngzIP9XhtuT7LbyftA0Z0TGHT0V { width:1.5625rem;height:1.5625rem;top:26.125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAXObgZD0GX1zm3HthFeUzkFsFRnok0f { width:1.5625rem;height:1.5625rem;top:26.125rem;left:4.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnRSJlgvfuCZNU7srccnRsgRldL1Cn1F { width:1.5625rem;height:1.5625rem;top:26.125rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XglepRr1KHyTsazVHMuzfgzuNt2Wk10P { width:10.1875rem;height:0.9375rem;top:13.75rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF3X78mNXU7KwRUIVT2r4GEPUlUkslsq { width:1.5625rem;height:1.5625rem;top:26.125rem;left:5.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I723BwAZuPuTZfRUyGig23ttcLncK5J3 { width:7.25rem;height:1.125rem;top:12.5625rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ILVOFTvypEEvqutBDQx5T8rS6UMdxIGN { width:1.875rem;height:1.875rem;top:32rem;left:6.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwXRTTO52mcIVGsDylTvWO4LOJB3KdNt { width:0.625rem;height:0.56871951663391rem;top:32.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPtDl0JJiqT6kfAbVaABtggdvI1XOLmC { width:19.875rem;height:17.5625rem;top:28.0625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #kA7VdJhkcUMDX4eToyl9JdS8r1MXog1X { width:16rem;height:0;top:53.838981628418rem;left:1.4995660781861rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLazolNvhkTXNGCZGKBkp5ZwPDqL23V9 { width:1.875rem;height:1.875rem;top:51.401916503906rem;left:7.62478351593rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF9N80n0LP04ziEafg8eQx5BneaUfKgu { width:0.625rem;height:0.56871951663391rem;top:51.963981628418rem;left:8.24978351593rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPp3nIkG0aga9HK022Cxa0lN0bpwmbdC { width:1.5625rem;height:1.5625rem;top:51.525611877441rem;left:1.5625002384186rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #leRPIhMhiIdqsmbudvSCWasJXqvcUXeo { width:1.5625rem;height:1.5625rem;top:51.525611877441rem;left:2.6866321563721rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZD70clX96l2vk7IV2qluIWCLg7rXiaD { width:10.1875rem;height:0;top:51.150177001953rem;left:4.6245660781861rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QThFi0vWvqaIZr0QfsvWLINtE5l3frNt { width:1.5625rem;height:1.5625rem;top:51.525611877441rem;left:3.8118491172791rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Afle1bTAqtOaivK1z50UhnoH9yLhtDc4 { width:7.25rem;height:0;top:48.15104675293rem;left:4.6875004768372rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mpl3rhttE8EvUT36pHmi6AMJb9D3I9yQ { width:1.5625rem;height:1.5625rem;top:51.525611877441rem;left:4.9370660781861rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz3rWLzIWmT1TFLZIFoI7pBIZltI41kn { width:2.5rem;height:2.5rem;top:47.964416503906rem;left:1.5625002384186rem;display:none; }
 }@media only screen and (max-width: 763px) { #TquUQbp0QWlVv9ihOAIdySMONvGTSAxr { width:2.5rem;height:0;top:48.526481628418rem;left:1.6243491172791rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AG86tV3zkirMBm6xMxzLN08rQCcOht9e { width:1.5625rem;height:1.5625rem;top:51.525611877441rem;left:6.0622835159302rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEvgVlfn0yfBMo8xZmRw5zVM3Pgw4oEi { width:19.875rem;height:11.875rem;top:46.58854675293rem;left:0rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #vi6PIP1NLouProLqbWqDgQEF8sqPUhI4 { width:16.9375rem;height:10.125rem;top:34.125rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d79tfspBiiyMBnK1OpGISWOK6h05wATT { width:1.875rem;height:1.875rem;top:14.875rem;left:6.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThGFLVqMEy93uNMZnzLHO9laL62WPunN { width:0.625rem;height:0.56871951663391rem;top:15.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO2U36rTTGakOgdS1cZlUD9LCtcmLgtR { width:1.5625rem;height:1.5625rem;top:10.5rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISJo7oV6m1bu1LuBDuwZwBIANiRa9SKz { width:1.5625rem;height:1.5625rem;top:10.5rem;left:5.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8fL5ChiWlMLcgWmuwgkmTamUTmepe2M { width:10.1875rem;height:0.9375rem;top:30.75rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtJtbFAhkx7xEvIxlzHZmAf6cT5Fx7ft { width:1.5625rem;height:1.5625rem;top:10.5rem;left:4.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Shz6baEhrQSxwnHIZxb884mLEaFkwSGJ { width:10.5rem;height:1.125rem;top:29.5625rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEVF9uBQOwhLLZ1yMJtGnBqMRZtKQl8E { width:1.5625rem;height:1.5625rem;top:10.5rem;left:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhFq6VqXnHVOSRncaBUBdW1ALqDUnV5V { width:1.5625rem;height:1.5625rem;top:10.5rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFA4qJE4rlu885vIVykWm1G4TyOH3bxM { width:2.5rem;height:2.5rem;top:12.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCILRBA2UE9TfCzIklpVl6CNMEqqEAx { width:2.5rem;height:1.5rem;top:12.8125rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMMualQTJg7appiNTbfhALtk9mzWoOUb { width:20rem;height:1.5rem;top:3.125rem;left:0rem;font-size:1.1875rem;color:#3a3a3a;display:block; }
 }@media only screen and (max-width: 763px) { #r4We8SEVH6mLf8q8LaL00IUNSxQ67T6A { width:2.5rem;height:2.5rem;top:29.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7dD13CXQL1fJq4HLcCTyFTyhWKp2QD { width:2.5625rem;height:1.5rem;top:29.9375rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09AzH2OkgOB37yiWexqw1OcKFD3zl14 { width:12.312rem;height:0.9375rem;top:7.4375rem;left:5.5rem;font-size:0.75rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GIltliZ6MJPHZaBAWDwRpDvubCUa2MBX { width:18.125rem;height:3.9375rem;top:5.25rem;left:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #lTQcs7r0zJQUo0dPiyLTHdUnD2gdaEwU { width:2.56225625rem;height:0.9375rem;top:6.25rem;left:5.5rem;font-size:0.75rem;line-height:1.3;z-index:14992;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ghfOzqipWsCaLc0zBMnVWJTTQP1glu1O { display:flex;width:0.9375rem;height:0.9375rem;top:6.3125rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #pCnrtwqLwD7hX3TUFg8fGrmR28FcqMhc { display:flex;width:0.9375rem;height:0.9375rem;top:6.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ub7qptyZm6E1RKqf3oriMU39sd5EJTOZ { display:flex;width:0.9375rem;height:0.9375rem;top:6.3125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #vFwLziMllna65TGwNdNTNUD1JmU5TGga { display:flex;width:0.9375rem;height:0.9375rem;top:6.3125rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #EhI0fxxOnO4Z6SUntMhazXtiFBB0tMNP { display:flex;width:0.9375rem;height:0.9375rem;top:6.3125rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #NKblB92gokeQVVNsuJ752BvubG239ndM { width:2.8125rem;height:2.8125rem;top:6rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmaN0JFOtugi6y5wzm4GNzPxSJFT8B6Q { width:1.3125rem;height:1.3125rem;top:15.125rem;left:1.625rem;font-size:0.875rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #xa4gxbviJmUcPCw8xKieBr55DddCaQ85 { width:1.3125rem;height:1.3125rem;top:15.125rem;left:2.5625rem;font-size:0.875rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #U5UJRa1zdo1GhhhZUuyUFVs3UKVThuea { width:1.3125rem;height:1.3125rem;top:15.125rem;left:3.5rem;font-size:0.875rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #IOTxN1lNGp0KOs17gITAUkv0075w2Eh5 { width:1.3125rem;height:1.3125rem;top:15.125rem;left:4.4375rem;font-size:0.875rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #rSJaKdBp1BAbRmQBLpdOes7Ro6uvHg11 { width:1.3125rem;height:1.3125rem;top:15.125rem;left:5.375rem;font-size:0.875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #nS5z5SrwDq9ThLMp5CAcQOuRm6nxuOSV { width:1.3125rem;height:1.3125rem;top:32.3125rem;left:1.5625rem;font-size:0.875rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #gb8Dk6pp0aNACVDPby0B1uTgNXNGERXI { width:1.3125rem;height:1.3125rem;top:32.3125rem;left:2.5rem;font-size:0.875rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #FM6ah84KnQ2WlUVQvyglfQSOaEMsR8aT { width:1.3125rem;height:1.3125rem;top:32.3125rem;left:3.4375rem;font-size:0.875rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #KdzvorSoZl2cALzrJyTP4khR0pFO0Fsm { width:1.3125rem;height:1.3125rem;top:32.3125rem;left:4.375rem;font-size:0.875rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #WKz770wWJJff8g0RlX5sgMHtarDOyNRu { width:1.3125rem;height:1.3125rem;top:32.3125rem;left:5.375rem;font-size:0.875rem;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #W8DBbp25yLzWTcxBXZPtMDTwyCtrXEde { width:19.875rem;height:22.4375rem;top:47.3125rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #shVynVfgJLIAEWoLCG04RhZrdgc92u82 { width:2.5rem;height:2.5rem;top:48.5625rem;left:1.8125rem;z-index:15089;background-color:#ff8833;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #atOAPvyaDTcOKqA2UVPzvkbSGS59qrDb { width:2.5625rem;height:1.5rem;top:49.125rem;left:1.8125rem;font-size:1.1875rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #CTSyEQGCCHyvXGZQCSWrLpe8QevRSVtn { width:10.5rem;height:1.125rem;top:48.6875rem;left:4.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #iZ7TH4QimIK9aIrt8ldd4ZI9pia7KxLn { width:10.1875rem;height:0.9375rem;top:49.9375rem;left:4.9375rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #XS65yhU2uH1FX0Qq8RWChqZ0Ql6Iw2wa { width:1.3125rem;height:1.3125rem;top:51.5625rem;left:1.8125rem;font-size:0.875rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #zf7SGaua195y7P4wLNRRG91W4mBgXr4U { width:1.3125rem;height:1.3125rem;top:51.5625rem;left:2.75rem;font-size:0.875rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #eJN4NTJoxbEXcCI1PpTkf8UPqlRCwLtC { width:1.3125rem;height:1.3125rem;top:51.5625rem;left:3.6875rem;font-size:0.875rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #dXL4fg1k4miJVKV0qSHTRTXM7KmI6rPl { width:1.3125rem;height:1.3125rem;top:51.5625rem;left:4.625rem;font-size:0.875rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #guxzi9wN1CALldTuazpTKSs6gn3lFU7l { width:1.3125rem;height:1.3125rem;top:51.5625rem;left:5.625rem;font-size:0.875rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #TcmAVao5c1AlwbPscgTx07ch2JNtFGQf { width:1.875rem;height:1.875rem;top:35.5400390625rem;left:-10.4970703125rem;font-size:1.3125rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #EDeKsR3Qb9h0uVMttt9lcEy1v9yNvHB9 { width:0.625rem;height:0.56871951663391rem;top:36.166015625rem;left:-9.8720703125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #CAlFok9rIw1bpPNbIZi0wr5HVunDl5s3 { width:1.875rem;height:1.875rem;top:51.3125rem;left:6.9375rem;font-size:1.3125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #bTU5SWUeDd1fMoLyvnvlTkMDpupTuM5S { width:0.625rem;height:0.56871951663391rem;top:51.9375rem;left:7.5625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #crEfaZIk6xRgFWXND4aT76fQrQgL9QTp { width:16.5625rem;height:14.625rem;top:53.5625rem;left:2.0625rem;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #IAn60T5m8KJ9yUqeSQM8So9MzJoVrgKC { width:20rem;height:0.0625rem;top:72.541015625rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #NqvTTBbeTCZh4XITB7DDon338Q9i02VT { background-color:#f5f6fa;background-image:none;display:block; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container { background-color: transparent; background-image: none; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container > .video-iframe-container { display: none; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row > .video-iframe-container { display: none; }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .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); }#NqvTTBbeTCZh4XITB7DDon338Q9i02VT > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLQ14azM2CbkiHTfGRNtO6XdFNIstudX { top:1.9375rem;left:0rem;width:20rem;height:18.6875rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hpBKaCKPs17FLDZPSK8fFmWquyGe6RhA { width:20rem;height:46.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-text {padding-top: 0; padding-bottom: 0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-select {padding-top: 0; padding-bottom: 0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:2.8125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container:first-of-type{padding-top:0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .widget-container:last-of-type{padding-bottom:0;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO  { width:17.375rem;height:auto;top:22.779296875rem;left:0rem;z-index:15130; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oqrTClTfma2ezMhntMaixO8QLzTMTSEO {display:block;}#oqrTClTfma2ezMhntMaixO8QLzTMTSEO { width:17.375rem;height:auto;top:22.779296875rem;left:0rem;z-index:15130; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #gS6iqAVuVTpZXfo32HfWy9bBsJcBLXdG {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #hWZzWzqJcWxusl484S8zauLB1b318DLE { display:none; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #AcXirSDfMolly2rRLroUU6H9ZWb4PMTF {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #xG70PpKQREB7ld4ROFDZQ7x48Abo6TXc {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #bANfcC3h3quCqse9u4T8xIIXaSx471me { display:none; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #eNvb902yVggo8o5minU3SKEqfTpmDXNA {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #WHkiutXABnDORcdTDK81eM9TM38XcebG {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #Mcmh9GFfmV8f3lfGSLub1KphxGV6zLBa { display:none; }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #bpIr7hvtFLCIU81pkT5e6Ti98P4UCUcw {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #QczqQCNlWvw8ZcdTEvgour3Rb5TAg7TX {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #RnXTLpbnOUkBJ6GHD7TWeuLg4Fv31M7R {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #nuqKc2lS8shIXgAxbhocOtELoTyrpOpI {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #v27ATUX47hJEqtbLOyrsi2wo8u2M2AMl {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #PT1gvpB6ci7JET93Ny6FWDzmvimL0XQn {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #ET5rBEgQQ3XQJnbShnfepFDSJMJmaSPU {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #hFI51ZE0POPWgAqfopFV0BwKWr94XeAI {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #HRv7BepqS2paIvURK8tJAd1OhVXTwOcb {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #yVEQ1dTwO5kAmCQyDVzmdGxbPJ9sD5iT {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #zqKSyCiJb0frdvf4WSscbN0zweF5O3RK {  }
 }@media only screen and (max-width: 763px) { #oqrTClTfma2ezMhntMaixO8QLzTMTSEO #XbXiNSTbNVs8XZVRQU8fH1KBnaJwBvQu {  }
 }@media only screen and (max-width: 763px) { #alLQ7TWL6UsgbWZK3xHwv3OLfP72XhZ1 { width:11.8125rem;height:1.875rem;top:4.466796875rem;left:4.09375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKOASPzZbhmzZsd9smEMeQ0oV9RwSO6f { width:12.125rem;height:1.5rem;top:6.154296875rem;left:4.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbbmqCt7LnEdP7KiiDvyZflTXwwG2UbT { width:18.1875rem;height:2.625rem;top:56.5rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtSo9BL3RwenNLsEVgykbvVOvVSlwLGQ { width:18.125rem;height:3.9375rem;top:51.625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mFgFoHpdkGou017HUME9uFAw7TlUPJ { width:18.25rem;height:2.625rem;top:60.0625rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlHmC2mwM4FG48pccDLsemieLEnGT1BE { width:11.375rem;height:2.75rem;top:71.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTqDGmJzKt14PTHJA8dWiz7sTwhxuxLT { width:15.75rem;height:0.0625rem;top:18.8125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfPBuBhJAF9QPEFQtpylVDNoGNXJSVqn { width:7.1875rem;height:1.5rem;top:69.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTg0WmEGZodXKXlPoAB18yPiRUZKgCFf { display:flex;width:1.0625rem;height:1.0625rem;top:51.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l4wvShfNGlTyF28O6UtfUJXR1ZnbfCkZ { display:flex;width:1.0625rem;height:1.0625rem;top:56.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yid8fiwA7NBwKy1bQ8BsThgTD8xKGcEV { display:flex;width:1.0625rem;height:1.0625rem;top:60.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yqru5TwP1wP27UXGGbh0Khz29q2MwlRW { width:10.3125rem;height:2.75rem;top:66.125rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r2x4eliXIIQQsd8wbHrTNEtWPAri56JK { width:15.625rem;height:0;top:11.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aodLDcexyomzJ6Cs3d77TuP06MSfc2lE { width:7.1875rem;height:1.5rem;top:64.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yFPwF8HBxWHtkTR85PZxO1d9hUOqHUi5 { width:16.0625rem;height:16.3125rem;top:7.341796875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB { background-color:#ffffff;background-image:none;display:block; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container { background-color: transparent; background-image: none; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container > .video-iframe-container { display: none; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row > .video-iframe-container { display: none; }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .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); }#fZLpIMOhHX0rWOpoqF9wL14vEvGIhpBB > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpaWeCKheMBb1XtGScIgOGkOSdn0PIDM { width:20rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txKiVTNRMTsa6BwhrOVHn0udzaOWt1Um { width:20rem;height:1.3125rem;top:17.6865234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QgpC5spAU9C1aJXBwmDZgb4TR2siXs5P { width:20rem;height:5.5rem;top:19.3740234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #F4WRRTWieZ4P9ZhvqgBcv3hqyAhTw5g3 { width:20rem;height:1.3125rem;top:6.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n0Pf4Byzplhp79N5bZk04ymG7diMVSWI { width:20rem;height:6.5625rem;top:7.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TRf71a37d69fUWlnaPTONoGwmOBNoIbT { width:20rem;height:1.3125rem;top:28.09375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EthKvBznLL4cKVLBT9WKFQtN9Zo2yDT5 { width:20rem;height:5.5rem;top:29.9990234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #p842dHq8U7qWUmfafMB8KIBMvdULL1R2 { width:20rem;height:1.3125rem;top:38.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Kcr9eo9DHxtVMUkxHToR9SPEx6LE0PpI { width:20rem;height:9.625rem;top:40.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #aOqeRnGtQTxT27tTUh4TQb8fElkBLamI { width:20rem;height:0.0615234375rem;top:16.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTDeTxALD5PZvdA64zkSKFbuDifePvnJ { width:20rem;height:0.0625rem;top:26.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbwbQcx7LX7acLfV0m5VlzXg8bLEuFb { width:20rem;height:0.0625rem;top:36.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u { display:block; }#ONmzKAyywrC16FBbGQSJcEofXV8QUQ1u > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np4XvpX94VPTRksJNeHBuaZfqcsUpBDK { width:15.4375rem;height:1.125rem;top:12.3125rem;left:2.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZKuQxwiVrN3u4BwePewIKKyriuT86Kkk { width:8.9375rem;height:1.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOTCaXLRa4RiSz5C4FuEe9rmddNqb2E { width:9.875rem;height:1.125rem;top:2.625rem;left:10.125rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uhnB3B8453ggT0fE7oK1k6wuKQqhVq8p { width:5.0625rem;height:1.125rem;top:1.5rem;left:14.9375rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TM5Faqt9tQDqL8y8PP7D56bPZ8Zo8r9r { width:20rem;height:0.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZEF135ISpCkk5XWzWMEhmSe6ou0mgG { width:13.875rem;height:1.125rem;top:6.0625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bUUJ90mKQMfEZy94g7CKcptP4IvXduwT { width:6.1875rem;height:1.125rem;top:7.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dd9zoUOhooCgnUtNOsNTuZnpgraHIbyp { width:13.875rem;height:1.125rem;top:8.5625rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V { background-color:rgba(0,0,0,0);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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row .container { background-color: transparent; background-image: none; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row .container > .video-iframe-container { display: none; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row > .video-iframe-container { display: none; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .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); }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row .container { border-width: 0; border-radius: 0; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKob7rXRfX9tCebQ8m24pIJDK7xyHo7V > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCoPnXuEXU5rth8SZvRxRX5l8eTmaUwf { top:3.6875rem;left:0rem;width:9.8125rem;height:2.8125rem;z-index:14999;background-color:#6680d0;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:montserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaAb6kl1FxVuBt2DP8ftINsWbSM6Laom { display:block; }
 }@media only screen and (max-width: 763px) { #LxdTdDWdhaQvytGcsEDSiTSyzdpJPZQC { top:3.6875rem;left:10.25rem;width:9.8125rem;height:2.75rem;z-index:15000;background-color:#6680d0;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:montserrat;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8OTqEQyT0DJX6ZxmCrwBu0SyXwN3LQD { display:block; }
 }@media only screen and (max-width: 763px) { #T17LToq9bSsNfAPmGsCIC1oyEgGZcPAW { display:flex;top:4.375rem;left:1.6875rem;width:1.25rem;height:1.25rem;z-index:15099;font-size:0.875rem; }
#T17LToq9bSsNfAPmGsCIC1oyEgGZcPAW > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #i3zXqWxGrL9mQzlBAITc0a9W0PHsM9rf { display:flex;top:4.5625rem;left:12.0625rem;width:1rem;height:1rem;z-index:15100;font-size:0.6875rem; }
#i3zXqWxGrL9mQzlBAITc0a9W0PHsM9rf > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #fboyyOt6yoCsaLa25UkQ3GtJBngPu9oi { top:4.4375rem;left:12.4375rem;width:6.75rem;height:1.25rem;z-index:15099;text-align:center;text-align-last:center;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TxnlSHR6kEwOSqRu6kzkPcH2m2kgEhK7 { top:4.4375rem;left:2.25rem;width:6.0625rem;height:1.25rem;z-index:15100;text-align:center;text-align-last:center;color:#ffffff;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #NgAUDrcmhkIUxW8EZTmCqQoLrJmznKJu { top:0.1875rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15051;overflow:hidden;display:block; }
 }