.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgTuVWLbAS2paNUxaCieysaem1CtBFry { position:relative;z-index:auto;display:none; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry { border-width: 0; border-radius: 0; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .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; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#peo21crSKtrmmveRQ7dhnfdd6umxHayf { 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; }
#gPGne82pXcMgsizxUhxHMzdDwGCsubUZ { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0.9375rem;left:7.5rem;display:block; }
#OTsfKPEsFERpFl0SwhbbI2CzZGWlbcvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fT1hteUreVedNAhmQQlWGtp6Ide7eVDS { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.9375rem;left:20.25rem;display:block; }
#AdURMz99Mz9Ohi4A98TfTf43zINS0eST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyzBD5xRat4HzQ4On9GJJBCcfxWyyy7J { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.75rem;top:1.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#O5gFd4wthumMZ8mE94FSwCJ7qzVZFd8M { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1rem;left:46.5625rem;display:block; }
#KMPvPhCANANrf5HgCCSZUlyTZiRRtFDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmAuVMxyxZRZG7e2PT0VE7Fyq7LDxTRd { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1rem;left:58.6875rem;display:block; }
#Ld1IPTADrzaHUOT4AxV9gvPahTIRp6N3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q { position:relative;z-index:auto;display:block; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q { background-color: transparent; background-image: none; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row .container > .video-iframe-container { display: none; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row > .video-iframe-container { display: none; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .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); }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q { border-width: 0; border-radius: 0; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .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; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MaM5psR30QEKgzKKd3UeJf6TFAiWMxzi { 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; }
#WbrIo7TdHnDLlVpwDyKrIkIykEuG5JeB { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:0.9375rem;left:7.5rem;display:block; }
#qTrca5XcxcfL3W1KOSS41aTPWqQBUgXU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSbEVHq6uzw5ES6vCgw7IbcPfxE6Nvup { box-sizing:content-box;height:2.875rem;width:66.25rem;position:absolute;display:block;z-index:14991;background-color:#000000;background-image:none;top:0.6875rem;left:4.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fzzRfD9tlQVfmg3Jxpa11slL1ChzsmIL { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.9375rem;left:20.25rem;display:block; }
#HDnbzT4oHMzwNQsdusbNfgPqvX8wcX1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O60bAxT580bhaVTTyVfcui24EF6JVyDZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.8125rem;top:1.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#rB7TXsktsJzk423Dhr12nOHz0kbvokOi { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1rem;left:46.5625rem;display:block; }
#LF5lXSSHmMqXeuUhEtqiPaFTuNmIlZ2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwnKf4twH3iQquZU6U70WLVB4TEV6ivW { background-color:#000000;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1rem;left:58.6875rem;display:block; }
#zBFzZI93OTdkMSIem1f2b7KIwtsfHhfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqvD87bfTfIah30noe6a2PLCVLhE0NNv { position:relative;display:none; }#BqvD87bfTfIah30noe6a2PLCVLhE0NNv { border-width: 0; border-radius: 0; }#BqvD87bfTfIah30noe6a2PLCVLhE0NNv > .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; }#BqvD87bfTfIah30noe6a2PLCVLhE0NNv > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:12.5rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:12.5rem;position:relative;display:block; }#iiVTu85iKwI9lDRMfcKavRwZGRS5Qlmn { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:18.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUugTW7kcdntxpgTqG8FNblC84fBMTHk { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.25rem;left:9.1875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErMXgMAFvqE1FgRo9apalEByu9g5pse3 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.291667938233rem;left:3.2500009536743rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boLa5Km8Ic2ln5K1LJmMNIlHSSTdOLts { color:#000000;display:block;width:7.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.25rem;height:1.625rem;font-style:normal;display:block; }
#ewKrLF4QO86EMJl85wSR2rpwBlbLP00p { color:#000000;display:block;width:3rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:12.375rem;height:1.625rem;font-style:normal;display:block; }
#aWTZ8FTc45VVtNpNwafouCUzVQRlVZDX { box-sizing:content-box;height:1.75rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;top:25rem;left:11.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AQVQAVtpAATZVRqmh50wZhgf8I4TrcTC { position:absolute;display:block;z-index:14984;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4375rem;width:25.625rem;top:10.25rem;left:24.6875rem;overflow:hidden;display:block; }
#Dq9iFPoAb64mf7gTwHutsEEOLAL0t578 { box-sizing:content-box;height:9.125rem;width:75rem;position:absolute;display:block;z-index:14980;background-color:#000000;background-image:none;top:34.375rem;left:0rem;display:block; }
#oKqvmnUsuTNHIvoAXSv85x7yhkvbpcoS { box-sizing:content-box;height:7.5625rem;width:75rem;position:absolute;display:block;z-index:14981;background-color:#ffffff;background-image:none;top:34.375rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:0rem;display:block; }
#TDar6MPTGmTD3mg4OdCFfrSbw3TrUJBO { box-sizing:content-box;height:22.25rem;width:37.125rem;position:absolute;display:block;z-index:14982;background-color:#e3e3e3;background-image:none;top:19.6875rem;left:18.9375rem;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#chGhCNwWd6bMyqDGWncoT78AVQpVEThc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.5rem;left:59.375rem; }
#R6RARpKdkR4UPStoDBsAunaTUUMmaZ0D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.5rem;left:63.25rem; }
#d3ltb8qfs0ZPNM297ZuGwBHzSbOUf9Iz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.5rem;left:61.3125rem; }
#KLhQLfK78ga7qiI3RWrI1Hg5cRy0DH6w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.5rem;left:67.125rem; }
#FElPwdAD1GcIDetJo5EmuvW6TTmaDIxP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.5rem;left:65.1875rem; }
#fP3pS1WqLLzp8qvL5HnQLiw5GbPDGzpt { color:#000000;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.875rem;left:58.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S0EQe2UI0QEOhmguTREzh5wUFEgiTTJ7 { color:#000000;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:60.229168891907rem;height:3.89941875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bQIJpXHwa1v5AvD42S7eD6hUhyVRIGOw { background-color:#30ea03;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.530599594116rem;left:3.2500009536743rem;display:block; }
#QQiApRKiyRGVrSFZDSCszQOoJi5UVrCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZZViaKl1wMM4zf86GCIlpXXUESyQLXw { box-sizing:content-box;height:23.9375rem;width:38.25rem;position:absolute;display:block;z-index:14983;background-color:transparent;background-image:none;top:19.1875rem;left:18.1875rem;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.1875rem solid #6d3f86;border-left:0.1875rem solid #6d3f86;border-right:0.1875rem solid #6d3f86;border-bottom:0.1875rem solid #6d3f86;display:block; }
#JTC9fxyyi7GGvutQvWLWPEZfDBTi3aGE { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.916667938233rem;left:3.2500009536743rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XOWT3DcSEm2QRrLZGX2IKM4PZd7iyqDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.03125rem;left:71.625rem;display:none; }
#ddzZbwWlpVQVM07bqo6TG691p2PApSJJ { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg { position:relative;display:block; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg { background-color: transparent; background-image: none; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row .container > .video-iframe-container { display: none; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row > .video-iframe-container { display: none; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .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); }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg { border-width: 0; border-radius: 0; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .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; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:29rem;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; }#bMmZDavRwyVuiPoxkGx4RGlsr4SrImMl { box-sizing:content-box;height:11.1875rem;width:64.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:14.34375rem;left:5.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PQcA9m8EyXKD2TRh3ed6XrepbzcAPXZg { color:#000000;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.25rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urGJdR1X8wMGN8ErOq9IqAeo4VXwq0uz { color:#000000;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:22.4375rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#TcCzqlMADn7kTCWd3WtDgWQEl7DiZ8RA { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.8125rem;left:39.4375rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#aocnuG7Wq5bR7h0WO1rTU3S5LpQX2GMe { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:25.34375rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#f7BC7cmXZdKCTLHFuLEOte04Rlh48u3a { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.6875rem;left:6.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrkScm3GbdORDmKggixQK528WbkCToCn { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:55.4375rem;height:5.68359375rem;text-align:center;text-align-last:center;display:block; }
#h3NxikbsbadWNgu7TfAvd6sT8cbD8M6s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.71875rem;left:12.0625rem; }
#eEGkdQ3BrB5ZrfT7DF5XX9fR0MuXnTuB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.59375rem;left:27.25rem; }
#S2y7QkdaXNvaZON2Oy8uLx7CUIylftVN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:15.40625rem;left:44.375rem;overflow:hidden;display:block; }
#f5wkadnF8czMru0pJ10ZlyuvvIVL4uKr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:15.40625rem;left:60.375rem;overflow:hidden;display:block; }
#L3GuUSKdIOuPiRBJqGxy40DkPeyhXvbV { box-sizing:content-box;height:3.5rem;width:75rem;position:absolute;display:block;z-index:14987;background-color:#000000;background-image:none;top:-1.5625rem;left:0rem;display:block; }
#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD { position:relative;display:block; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD { background-color: transparent; background-image: none; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .row .container > .video-iframe-container { display: none; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .row > .video-iframe-container { display: none; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .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); }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD { border-width: 0; border-radius: 0; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .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; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .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:45.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HM0yrycZU7X8JxeqmBAtzrxDTRpoUask { color:#000000;display:block;width:28.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.7490234375rem;left:35.499877929688rem;height:5.19791875rem;display:block; }
#RiHI2ywwsdHAT8pc9ylhCTCh42rTHC9D { color:#000000;display:block;width:37rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:35.5rem;height:9.74609375rem;display:block; }
#iQgVHqMaUUrF1AUkZSAvOFPxJiIy8MR8 { box-sizing:content-box;height:0.3125rem;width:26.125rem;position:absolute;display:block;z-index:14998;background-color:#30ea03;background-image:none;top:15.0625rem;left:48.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#QIkwRIR32zg7o219T0ktQ6SQi1VzIwKJ { box-sizing:content-box;height:0.3125rem;width:27.125rem;position:absolute;display:block;z-index:14999;background-color:#6d3f86;background-image:none;top:18.875rem;left:22.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Ucdy2RiyeXsprE7hbKGHbPHmzix9uVm6 { background-color:#30ea03;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;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.187375rem;height:3.624875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.037841796875rem;left:35.499877929688rem;display:block; }
#ezyr99S1arhR75WuxUTTU7BQaaW6xCFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N78UUAMVgPshKofHBEnKv2GFiGiuJoZh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:29.125rem;top:12rem;left:3.5rem;overflow:hidden;display:block; }
#DRTUiEnKNGZWhtnugJUOZCpgEnIRC9lF { box-sizing:content-box;height:2.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15008;background-color:#30ea03;background-image:none;top:4.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#BIm8FEBJZbNHQVxdRolVvUtnQySTuFTH { box-sizing:content-box;height:3.75rem;width:42.625rem;position:absolute;display:block;z-index:15024;background-color:#000000;background-image:none;top:40.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#u14eJMtqHmMvyumIA8TfNDUs4pCGWkkd { box-sizing:content-box;height:3.8125rem;width:32.4375rem;position:absolute;display:block;z-index:15025;background-color:#000000;background-image:none;top:43.875rem;left:42.5625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#Gf0Hq6Rxy1mIN1bNUNVr0My12kBKIa4d { box-sizing:content-box;height:4.8125rem;width:44.5625rem;position:absolute;display:block;z-index:15007;background-color:#30ea03;background-image:none;top:0rem;left:30.4375rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#HgfgsTsscyeS9QX92KwAoQ4LXV41KotG { box-sizing:content-box;height:5.75rem;width:35.4375rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:-0.9375rem;left:0rem;display:block; }
#S6WlgabqOvxPqTp9tyRVE6pwttb6m042 { box-sizing:content-box;height:2.3125rem;width:42.5625rem;position:absolute;display:block;z-index:15026;background-color:#eaeaea;background-image:none;top:43.875rem;left:0rem;display:block; }
#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container { background-color: transparent; background-image: none; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container > .video-iframe-container { display: none; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row > .video-iframe-container { display: none; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .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); }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container { border-width: 0; border-radius: 0; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:75rem;position:relative;display:block; }#f3vVVN8ywAtKnfDeO20dm6EZ84hQIDbB { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:4.5rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l9TP3hpWmdhpdkdn9iSFezQpTucVorou { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:4.5rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DqrPlnnfdMtd9uOANGt32GUM4FnTyrL0 { box-sizing:content-box;height:2.1875rem;width:18.5625rem;position:absolute;display:block;z-index:15037;background-color:#30ea03;background-image:none;top:20.3125rem;left:51.75rem;display:block; }
#wNrKfs3C4zSkNJ40wi2Fr6eg8JmR6SuT { color:#000000;display:block;width:14.2490234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.8125rem;left:53.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#KgdZVvdXaOuTll9RLRqQQ4cyLdRRK5f6 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:8.5rem;left:54.5rem;overflow:hidden;display:block; }
#WPVUfeWTKMa6zpEMTVvFWbZsMVOMX1vd { color:#020b00;display:block;width:22.4375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.6875rem;left:26.28125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#zAQElHuPiQPHrCppQogDhfE9Vnu2J88p { color:#000000;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.5rem;left:26.28125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2c36nym9lNMBcHhGf3epJlQ2n6c3LEt { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:34.28125rem;left:26.28125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R578qv3yszMCQH3ZLHqe0JtX2NidVOy2 { color:#000000;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:39.59375rem;left:5.53125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#B6JkJwUa8KZ7aqwrAiNKg0w532gpfn8L { box-sizing:content-box;height:2.1875rem;width:18.5625rem;position:absolute;display:block;z-index:15038;background-color:#30ea03;background-image:none;top:39.0625rem;left:3.75rem;display:block; }
#s3ANdgwLikiXGRGvvruoiWT9IKHnNpNQ { 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:12.8125rem;width:12.8125rem;top:28.09375rem;left:6.625rem;overflow:hidden;display:block; }
#r1nZstPZuQ7m8kLTkFsLXXTTGFVBvlon { color:#000000;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:49.5rem;left:4.875rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GqJlhBJVrHoEOqFC4XTtPfXSHF1uPsbT { color:#000000;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:56.65625rem;left:4.875rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TBsASTxdWu8J6CxViyfSFVIT8m7KCICq { color:#000000;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:61.006511688233rem;left:53.6875rem;height:1.29948125rem;text-align:left;text-align-last:left;display:block; }
#haNUMtUPzDUZSUm6xnCDSoUOJx8RaFJP { box-sizing:content-box;height:2.1875rem;width:18.5625rem;position:absolute;display:block;z-index:15039;background-color:#30ea03;background-image:none;top:60.5625rem;left:52.3125rem;display:block; }
#gQWTuGIXJwco156FxgZQTVwi29tlWRZF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:48.34375rem;left:54.9365234375rem;overflow:hidden;display:block; }
#HKRTthCi3PFr0r149BE1mCBwZdwWFkdh { box-sizing:content-box;height:16.1875rem;width:70.125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:8.25rem;left:2.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#hfOoG1pMwdnSfHOJBKspatsThHSyRgVI { box-sizing:content-box;height:16.1875rem;width:70.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:27.1875rem;left:2.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#KwgzTFTDyfKTivfQ83JgmGUlERlOIgTL { box-sizing:content-box;height:19.8125rem;width:70.125rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:46.5rem;left:2.25rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#cXFMrUSiltKItf03ez63B85q57FhAd05 { position:relative;display:block; }#cXFMrUSiltKItf03ez63B85q57FhAd05 { background-color: transparent; background-image: none; }#cXFMrUSiltKItf03ez63B85q57FhAd05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row .container > .video-iframe-container { display: none; }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row > .video-iframe-container { display: none; }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .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); }#cXFMrUSiltKItf03ez63B85q57FhAd05 { border-width: 0; border-radius: 0; }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .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; }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6d3f86;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#ME8qtukDR2mP4mvJpDaCfbFWuyqpphS8 { color:#ececec;display:block;width:17.8736875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.411460876465rem;left:28.5625rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#Eo3e2hFzoppTlGfTpSAaEhXlAytOt8c9 { color:#ececec;display:block;width:14.249875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:20.411987304688rem;left:7.6544189453125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uAuMlEafGO9uS7fyp1rVeGgBLqwaZRZZ { color:#ececec;display:block;width:17.87475rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.411987304688rem;left:51.31103515625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fSDgHwgxx1n6dH7iuUEM6mkgx8GqKUny { color:#f7fff4;display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3rem;left:25.562500953674rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#nKFZnpmQg3zyQckUcS3wxJahxrs5eLtJ { box-sizing:content-box;height:3.75rem;width:50.125rem;position:absolute;display:block;z-index:15025;background-color:#000000;background-image:none;top:32.500002384186rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#Shpev4fER48AoCfadFp08mFxRTCsvg7I { box-sizing:content-box;height:21.125rem;width:19.375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:9.75rem;left:5.09375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IzUeuvxHrgG20TGuRcmPKp8UzZWConVT { box-sizing:content-box;height:21.125rem;width:19.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:9.75rem;left:27.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#US1iNPHL6K8cg9VxMxRnsG7uqTeS3p2Z { box-sizing:content-box;height:21.125rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:9.75rem;left:50.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MXTVxdd3RG8ru0GMtJ1y1VH3IABEv1Xp { box-sizing:content-box;height:1.9375rem;width:17rem;position:absolute;display:block;z-index:15003;background-color:#6d3f86;background-image:none;top:20.092449188233rem;left:29rem;display:block; }
#Undr9yZpBswMacfkrSZAiTZyd7lQ1Mpx { background-color:#30ea03;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26.0625rem;left:9.375rem;display:block; }
#Qn1z5vd5lIWNO303vlaudv1FRvohMQqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv7xdbTKtbpsAIyqpgfuvRiuV09ycvDp { background-color:#30ea03;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:26.0625rem;left:32.09375rem;display:block; }
#wfyxGAgBPX5Ksm1JROoD39c3XFQ7drtC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE8Ibgqh7ordgvRPDUxfAJFglDHV2d5F { background-color:#30ea03;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:26.0625rem;left:54.84375rem;display:block; }
#s5t54pTzwyZEMlTpbU4lBRt2uWL731DA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmW9rTrWTcFKZKBKPt1qIupODzmGkU04 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.0625rem;left:28.5625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZS9nw37n8UwV7h8WHqBuIwhVaD2GurP { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0625rem;left:51.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pZnHkc7qJRLWiKSEeXlf1TSALJTfy7Sk { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.0625rem;left:5.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t13aECsbnypXSJOSxauW5T7DX43ivAOH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:11.038818359375rem;left:10.249633789062rem;overflow:hidden;display:block; }
#oOye0QkuBt0TuaRn0kuqFGEc1tsn1Z5K { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:11.038818359375rem;left:32.96875rem;overflow:hidden;display:block; }
#xBi0FCxt3aflIiivWDHTHmM5qXZUyxk6 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:11.038818359375rem;left:55.718383789062rem;overflow:hidden;display:block; }
#Bxw746FNzMFhW3loqXN8u8PTvquRun25 { box-sizing:content-box;height:1.93725625rem;width:15.49925rem;position:absolute;display:block;z-index:15005;background-color:#6d3f86;background-image:none;top:20.093383789062rem;left:52.499389648438rem;display:block; }
#C7VnkuU1EXcHp7T6ZF3dXgWygyl6pKay { box-sizing:content-box;height:1.93725625rem;width:15.49925rem;position:absolute;display:block;z-index:15004;background-color:#6d3f86;background-image:none;top:20.093383789062rem;left:7.0306396484375rem;display:block; }
#gVdKHClGDXFxHPqrH60TGT9yvnWlthep { position:relative;display:block; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep { background-color: transparent; background-image: none; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row .container > .video-iframe-container { display: none; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row > .video-iframe-container { display: none; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .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); }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep { border-width: 0; border-radius: 0; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .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; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ty3cub5wtsWr2m5kTWR4MLJ3UA5CvzDp { box-sizing:content-box;height:9.875rem;width:68.3125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:7.6875rem;left:3.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#e517iUsOmP0U9uRuwKnVTPOHH1t2ppvz { 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:15009;opacity:1;top:11.0625rem;left:5.5625rem; }
#UB2yDutRg3xtrWdr17EZlEhfAATL1BWT { color:#000000;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:9.875rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#FWld434TRJcdx78Fn1UbtlrbaKgGfX6M { 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:15008;opacity:1;top:10.9375rem;left:25.9375rem; }
#Snhy9csDs8Q13ib7I3lzvLVu3CMdMCfG { color:#000000;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8125rem;left:30.375rem;height:5.68359375rem;text-align:left;text-align-last:left;display:block; }
#XBlOCAbdp4Lr1rmbyMfxR6g015AvpFQZ { 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:15010;opacity:1;top:11.0625rem;left:51.0625rem; }
#BsIyAloA7pF313NDf3DtPlm91mpJlyUH { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:55.375rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#Hr5GiBvxuI8wTe48wfGqO0r9gePmTyvF { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8750038146973rem;left:24.781250953674rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#BmMA921qARHyttro7ToCb1ZQk0G0ZKgg { box-sizing:content-box;height:4.8125rem;width:44.5625rem;position:absolute;display:block;z-index:15008;background-color:#30ea03;background-image:none;top:22.625rem;left:30.4375rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Po6QM9LeFF3D9J4L07z61mgBSqHWK0iD { box-sizing:content-box;height:2.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15009;background-color:#30ea03;background-image:none;top:27.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#kyI5EJU9ZCNZTtmdWr8FTSMG7OPgi66l { box-sizing:content-box;height:2.75rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:27.4375rem;left:0rem;display:block; }
#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd { position:relative;display:block; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd { background-color: transparent; background-image: none; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .row .container > .video-iframe-container { display: none; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .row > .video-iframe-container { display: none; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .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); }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd { border-width: 0; border-radius: 0; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .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; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .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:44.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HwhUNndaLo4IU6DTHnpzbWd1IMx6kMmH { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:19rem;left:30.5625rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJSeGhToQ3rcLkvEkMg0e7l7hLADm6zf { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:19rem;left:8.125rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCf7OynePTWQSByuTgmSTpKkiRaqXKOA { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:19rem;left:53.0625rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exiuW2dRqgABNoriZpW8LTObpq7lpE0Q { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:36.5rem;left:19.375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKnTt4Ey1QtDiWS0DLykXLmhck8FcmC9 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:36.75rem;left:41.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTX4dgdbT5WLxpSWcAWJbNL8VgQbBb7R { 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:15036;opacity:1;top:31.375rem;left:47.1875rem; }
#P8z1515gNKMPZLbgfwXSgeL8vVTJpkTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15037;opacity:1;top:31.5625rem;left:24.875rem; }
#LHHyFZGtEQWlKEvdTDTBOVeoZifqQxAu { 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:15038;opacity:1;top:13.75rem;left:58.4375rem; }
#X5GdtODqeTm7yICCIF6C3mLZKO5c12C6 { 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:15037;opacity:1;top:13.75rem;left:13.5rem; }
#QTDfHB26v5Ekcrzxezw06wNJ67dkfLfl { 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:15038;opacity:1;top:13.6875rem;left:35.8125rem; }
#QTXiMPyCWUJm5fLkoyORZJXtKGnu9WyA { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.843750953674rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Uis1VOpWFoUrmhxX6rVDQPwal5KPRmqK { box-sizing:content-box;height:14.8125rem;width:16.375rem;position:absolute;display:block;z-index:15028;background-color:#6d3f86;background-image:none;top:12.125rem;left:6.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#G28f1J0t1fR9HzotbGpqxJCC2SV65gWa { box-sizing:content-box;height:14.8125rem;width:16.375rem;position:absolute;display:block;z-index:15029;background-color:#6d3f86;background-image:none;top:12.125rem;left:29.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TTJeJNM4hnxd8VZOKlnaJFlF7diKNe5K { box-sizing:content-box;height:14.8125rem;width:16.375rem;position:absolute;display:block;z-index:15030;background-color:#6d3f86;background-image:none;top:12.125rem;left:51.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FPfpJBFVBHoN7BSGNf1T0yfNdgx81VxV { box-sizing:content-box;height:14.8125rem;width:16.375rem;position:absolute;display:block;z-index:15029;background-color:#6d3f86;background-image:none;top:29.625rem;left:18.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UKdI4m1aQZtdwwz8S5Ah60TI5olqg9ra { box-sizing:content-box;height:14.8125rem;width:16.375rem;position:absolute;display:block;z-index:15030;background-color:#6d3f86;background-image:none;top:29.625rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 { position:relative;display:block; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 { background-color: transparent; background-image: none; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row .container > .video-iframe-container { display: none; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row > .video-iframe-container { display: none; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .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); }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 { border-width: 0; border-radius: 0; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .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; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eaeaea;background-image:none;font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cMq3xokd72217Ju5yCafFIKVsntKOUta { color:#000000;display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:9.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ODDTuFaDnmLUuKbKJKPOnQatF4udH6fO { background-color:#58ff00;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:4.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.875rem;left:47.5rem;display:block; }
#zxz7SGhJgURN0MBCkVUlCutb6OItZTEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vozi4ZvqyCi8tqwK4doXxTNOUNPaaWf5 { box-sizing:content-box;height:5.4375rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#yJSTbrFESo8wFWJUuozRq1qcTJOVTNbx { color:#000000;display:block;width:47.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:9.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VQTpQOKPqX881E1tfag0TKwqBbfTL3Ee { box-sizing:content-box;height:11.8125rem;width:50.625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:17.375rem;left:6.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iSgi6OMUgr2DGaDUcF35gQbdbaZkm8r8 { box-sizing:content-box;height:0.375rem;width:30.6875rem;position:absolute;display:block;z-index:15013;background-color:#6d3f86;background-image:none;top:13.21875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UiidLRG01VXKMDIsykzymuhXgRpNPLOQ { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.4375rem;left:36.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EW8xIOeuPUSVTFaFV4sp9y9egRaX1dak { color:#000000;display:block;width:7.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.0625rem;left:36.5625rem;height:1.625rem;font-style:normal;display:block; }
#FyEeEViT0VZUP2Tqh3soF76rprPIVRkB { box-sizing:content-box;height:1.75rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:25.0625rem;left:45rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#JN3Rg0M7MTFbpFn4OnU6U72avG9lNHzr { color:#000000;display:block;width:3rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:46.0625rem;height:1.625rem;font-style:normal;display:block; }
#gHWr1KzZpKEgIPDfWyCMBdsSxPJ6B301 { 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:15014;opacity:1;top:23.4375rem;left:31.6875rem; }
#WbtHbTpFLUHf5LtTTQDtIB4kTd05agfE { box-sizing:content-box;height:4.8125rem;width:44.5625rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:32rem;left:30.4375rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KCEVpKfEEEKrtDHEMX2qyBrZGFHA0i7y { box-sizing:content-box;height:2.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:36.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#r7w2mImF3rhVKxTLru0BVGFMTe5hISAb { box-sizing:content-box;height:2.75rem;width:45.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:36.8125rem;left:29.5rem;display:block; }
#mtr69Wx9wl5m74ECHF6Mkz7p8FN9tMnX { background-color:#30ea03;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:2.8125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:23.6875rem;left:9.8125rem;display:block; }
#RzETnvf9eOcMnGZKNHVWE3F9CrkhvrGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 { position:relative;display:block; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 { background-color: transparent; background-image: none; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .row .container > .video-iframe-container { display: none; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .row > .video-iframe-container { display: none; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .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); }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 { border-width: 0; border-radius: 0; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .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; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .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:30.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mRHuXRP4JNGl8AKnm3GnTITS2ovP6TCG { color:#000000;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:32.25rem;height:9.6614375rem;display:block; }
#DzZN2CRLT7IGOQBmJF1D7VcA2g6p99IX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:21.375rem;top:4.4375rem;left:7.28125rem;overflow:hidden;display:block; }
#L0EfHx4l7qOzlhCfEHJJJMMuVKAs3vTT { box-sizing:content-box;height:2.6875rem;width:30.4375rem;position:absolute;display:block;z-index:15011;background-color:#30ea03;background-image:none;top:28.875rem;left:44.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#Zz14igv8uxvFO5xROsdqC28RU6fqKTFH { box-sizing:content-box;height:4.8125rem;width:44.5625rem;position:absolute;display:block;z-index:15010;background-color:#30ea03;background-image:none;top:24.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rMaHcDI0uT1szBuahfBB1NJ2EAugMc6y { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.15625rem;left:32.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qk7NcZqxJhWyhVJxQtypSgwH4spFcLP5 { box-sizing:content-box;height:0.3125rem;width:26.125rem;position:absolute;display:block;z-index:14999;background-color:#6d3f86;background-image:none;top:8.15625rem;left:48.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e7;background-image:url("https://images.assets-landingi.com/uc/a246f17b-04de-447b-8455-fe8e668c943b/pasekbialy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n.adaptive-delivery-prevent-bg, #T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n.lazyload, #T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n.lazyloading { background-image: none; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container { background-color: transparent; background-image: none; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container > .video-iframe-container { display: none; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row > .video-iframe-container { display: none; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .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); }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container { border-width: 0; border-radius: 0; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#Q1OKOIb4x6b8rq6ki3hTyLlkUgag7icA { color:#050505;display:block;width:34rem;position:absolute;font-family:"hero new super";font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:3.6875rem;left:7.5rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCQLJkzGrRNBxGxEv891QHu1PsIbKly6 { box-sizing:content-box;height:0.625rem;width:34.1875rem;position:absolute;display:block;z-index:15021;background-color:#30ea03;background-image:none;top:8.5625rem;left:-35.25rem;display:block; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #30ea03; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"hero new super";line-height:1.3;overflow:hidden;height:auto;font-style:normal;color:#000000; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"hero new";line-height:1.5;overflow:hidden;height:auto; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_3d6009b46f292dcc86525b89bc29b1eab158f300.svg");background-size:contain !important; }#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-trigger.adaptive-delivery-prevent-bg, #XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-trigger.lazyload, #XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-trigger.lazyloading { background-image: none; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr { box-sizing:content-box;height:auto;width:59.875rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15005;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.71875rem;left:7.5201826095581rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ { display:block;position:relative; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R { display:block;position:relative; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #PwVowQg0wAXogogGt2LbqKrXon0LpGPh { display:none; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI { display:block;position:relative; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH { display:none; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #lanymHAyOrVII4a9lBvttvtc20izbUIb { display:block;position:relative; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ { display:none; }
#wvgtObllos6el0RUrJRf3wPRi5073Rzu { position:relative;display:block; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu { background-color: transparent; background-image: none; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .row .container > .video-iframe-container { display: none; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .row > .video-iframe-container { display: none; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .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); }#wvgtObllos6el0RUrJRf3wPRi5073Rzu { border-width: 0; border-radius: 0; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .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; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .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:22.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bTT8uxuX0LACCC6RTJeznnZ0OAIKe5dF { 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.375rem;width:3.75rem;top:4.53125rem;left:7.25rem;overflow:hidden;display:block; }
#Nb4MO9A2TamOKxuQiiTbM8w9suMcIMHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.3125rem;left:11.1875rem; }
#wfeekzNkpM55bfCeLQqmHZdmy3B9xll2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15002;opacity:1;top:12.5rem;left:14.875rem; }
#zc2VcKptRdStFkgoRDAvtm8VXmyUh9lB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.3125rem;left:7.6875rem; }
#rtwVKdLkdhaFvMvWp990J3hIlyhooGtK { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:11.875rem;left:7.25rem;display:block; }
#tfBUwDoUM73RFVhdUXcMBx85wH9BDDNy { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:11.875rem;left:10.6875rem;display:block; }
#uQuukXtHaQAkdme3KmXL8JOIqNiRpaTo { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:11.875rem;left:14.25rem;display:block; }
#WGolx1d3TTE7bNJhOK3gof24S8PMrJTT { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:25.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAUMEvmCutPhEKKJTwiQS0VPmqXGgG8p { color:#000000;display:block;width:8.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:25.1875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F3bQrWbnz3TFNERvHZpVWFvaEZXRQOfp { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:25.1875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pHTrehIBaRa1nApa1hrN33pBXxLzkk07 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:25.1875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yxkn78vnQqVCMdPn4T2tElTtDHLJaBrd { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:37.875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cS8nnMkvpuRUKTPKnJqALOpHgoAfviBb { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.75rem;left:37.875rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z9V3k4iw3clFOK1x43K1Tx2xc5SdpaNF { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:51.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FhkEoQR86r5EGtpUS1D5XKqeDr6lpS7o { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:51.75rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hl1GGZPx9RCzGGtrF3a9KIhPdinAaKkk { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:51.75rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEnCPoh0Kak69ZnwqS5170chfiostPoV { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.6875rem;left:51.75rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i59zfO7bNbQkUMWWQkXLR0rSxiLafvbD { color:#000000;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:51.75rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ABZObt5ivcmS4lie5ilPaSy4dC23DgWN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.9375rem;top:17.875rem;left:62.25rem;overflow:hidden;display:block; }
#OWbtF0FXOQGITClmJXzIaDGqGgmcWoDQ { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:54.4375rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZLmHWp8U54fr55Me5tpAtMq7qm2imwz0 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.25rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RgTuVWLbAS2paNUxaCieysaem1CtBFry { display:none; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #peo21crSKtrmmveRQ7dhnfdd6umxHayf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPGne82pXcMgsizxUhxHMzdDwGCsubUZ { width:8.4375rem;height:2.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsfKPEsFERpFl0SwhbbI2CzZGWlbcvq { display:block; }
 }@media only screen and (max-width: 763px) { #fT1hteUreVedNAhmQQlWGtp6Ide7eVDS { width:8.4375rem;height:2.3125rem;top:0.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdURMz99Mz9Ohi4A98TfTf43zINS0eST { display:block; }
 }@media only screen and (max-width: 763px) { #iyzBD5xRat4HzQ4On9GJJBCcfxWyyy7J { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5gFd4wthumMZ8mE94FSwCJ7qzVZFd8M { width:9.875rem;height:2.3125rem;top:1rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMPvPhCANANrf5HgCCSZUlyTZiRRtFDX { display:block; }
 }@media only screen and (max-width: 763px) { #vmAuVMxyxZRZG7e2PT0VE7Fyq7LDxTRd { width:9.875rem;height:2.3125rem;top:1rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1IPTADrzaHUOT4AxV9gvPahTIRp6N3 { display:block; }
 }@media only screen and (max-width: 763px) { #TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q { display:none; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MaM5psR30QEKgzKKd3UeJf6TFAiWMxzi { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbrIo7TdHnDLlVpwDyKrIkIykEuG5JeB { width:8.4375rem;height:2.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTrca5XcxcfL3W1KOSS41aTPWqQBUgXU { display:block; }
 }@media only screen and (max-width: 763px) { #CSbEVHq6uzw5ES6vCgw7IbcPfxE6Nvup { width:47.75rem;height:2.875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzzRfD9tlQVfmg3Jxpa11slL1ChzsmIL { width:8.4375rem;height:2.3125rem;top:0.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDnbzT4oHMzwNQsdusbNfgPqvX8wcX1A { display:block; }
 }@media only screen and (max-width: 763px) { #O60bAxT580bhaVTTyVfcui24EF6JVyDZ { width:8.8125rem;height:2.1875rem;top:1.0625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7TXsktsJzk423Dhr12nOHz0kbvokOi { width:9.875rem;height:2.3125rem;top:1rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF5lXSSHmMqXeuUhEtqiPaFTuNmIlZ2O { display:block; }
 }@media only screen and (max-width: 763px) { #nwnKf4twH3iQquZU6U70WLVB4TEV6ivW { width:9.875rem;height:2.3125rem;top:1rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFzZI93OTdkMSIem1f2b7KIwtsfHhfO { display:block; }
 }@media only screen and (max-width: 763px) { #BqvD87bfTfIah30noe6a2PLCVLhE0NNv { display:none; }#BqvD87bfTfIah30noe6a2PLCVLhE0NNv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiVTu85iKwI9lDRMfcKavRwZGRS5Qlmn { width:37.8125rem;height:3.625rem;top:6.625rem;left:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUugTW7kcdntxpgTqG8FNblC84fBMTHk { width:47.75rem;height:2.0625rem;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMXgMAFvqE1FgRo9apalEByu9g5pse3 { width:17.0625rem;height:1.625rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boLa5Km8Ic2ln5K1LJmMNIlHSSTdOLts { width:7.625rem;height:1.625rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewKrLF4QO86EMJl85wSR2rpwBlbLP00p { width:3rem;height:1.625rem;top:25.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTZ8FTc45VVtNpNwafouCUzVQRlVZDX { width:0.125rem;height:1.75rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQVQAVtpAATZVRqmh50wZhgf8I4TrcTC { width:25.625rem;height:36.4375rem;top:10.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9iFPoAb64mf7gTwHutsEEOLAL0t578 { width:47.75rem;height:9.125rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKqvmnUsuTNHIvoAXSv85x7yhkvbpcoS { width:47.75rem;height:7.5625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDar6MPTGmTD3mg4OdCFfrSbw3TrUJBO { width:37.125rem;height:22.25rem;top:19.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chGhCNwWd6bMyqDGWncoT78AVQpVEThc { width:1.9375rem;height:1.9375rem;top:20.5rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6RARpKdkR4UPStoDBsAunaTUUMmaZ0D { width:1.9375rem;height:1.9375rem;top:20.5rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3ltb8qfs0ZPNM297ZuGwBHzSbOUf9Iz { width:1.9375rem;height:1.9375rem;top:20.5rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLhQLfK78ga7qiI3RWrI1Hg5cRy0DH6w { width:1.9375rem;height:1.9375rem;top:20.5rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FElPwdAD1GcIDetJo5EmuvW6TTmaDIxP { width:1.9375rem;height:1.9375rem;top:20.5rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP3pS1WqLLzp8qvL5HnQLiw5GbPDGzpt { width:10.375rem;height:1.625rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0EQe2UI0QEOhmguTREzh5wUFEgiTTJ7 { width:8.875rem;height:3.875rem;top:25.75rem;left:38.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQIJpXHwa1v5AvD42S7eD6hUhyVRIGOw { width:13.75rem;height:3.375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQiApRKiyRGVrSFZDSCszQOoJi5UVrCL { display:block; }
 }@media only screen and (max-width: 763px) { #oZZViaKl1wMM4zf86GCIlpXXUESyQLXw { width:38.25rem;height:23.9375rem;top:19.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTC9fxyyi7GGvutQvWLWPEZfDBTi3aGE { width:16.4375rem;height:1.25rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWT3DcSEm2QRrLZGX2IKM4PZd7iyqDb { width:1.9375rem;height:1.9375rem;top:2rem;left:45.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddzZbwWlpVQVM07bqo6TG691p2PApSJJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg { display:block; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMmZDavRwyVuiPoxkGx4RGlsr4SrImMl { width:47.75rem;height:11.1875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcA9m8EyXKD2TRh3ed6XrepbzcAPXZg { width:12.125rem;height:3.375rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGJdR1X8wMGN8ErOq9IqAeo4VXwq0uz { width:12.375rem;height:4.5rem;top:18.8125rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCzqlMADn7kTCWd3WtDgWQEl7DiZ8RA { width:13rem;height:4.5rem;top:18.8125rem;left:25.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aocnuG7Wq5bR7h0WO1rTU3S5LpQX2GMe { width:24.3125rem;height:2.8125rem;top:9.75rem;left:11.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7BC7cmXZdKCTLHFuLEOte04Rlh48u3a { width:47.75rem;height:2.9375rem;top:2.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrkScm3GbdORDmKggixQK528WbkCToCn { width:12.9375rem;height:5.6875rem;top:18.75rem;left:34.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3NxikbsbadWNgu7TfAvd6sT8cbD8M6s { width:2.5rem;height:2.5rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEGkdQ3BrB5ZrfT7DF5XX9fR0MuXnTuB { width:2.75rem;height:2.75rem;top:15.5625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2y7QkdaXNvaZON2Oy8uLx7CUIylftVN { width:3.125rem;height:3.125rem;top:15.375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5wkadnF8czMru0pJ10ZlyuvvIVL4uKr { width:3.125rem;height:3.125rem;top:15.375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3GuUSKdIOuPiRBJqGxy40DkPeyhXvbV { width:47.75rem;height:3.5rem;top:-1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfbeHAOPwE2GWzJba7c36hveBAAwgGD { display:block; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HM0yrycZU7X8JxeqmBAtzrxDTRpoUask { width:28.3125rem;height:5.1875rem;top:22.6875rem;left:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHI2ywwsdHAT8pc9ylhCTCh42rTHC9D { width:36.9375rem;height:9.75rem;top:12.1875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQgVHqMaUUrF1AUkZSAvOFPxJiIy8MR8 { width:26.125rem;height:0.3125rem;top:15.0625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIkwRIR32zg7o219T0ktQ6SQi1VzIwKJ { width:27.125rem;height:0.3125rem;top:18.875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucdy2RiyeXsprE7hbKGHbPHmzix9uVm6 { width:20.125rem;height:3.5625rem;top:30rem;left:21.874877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezyr99S1arhR75WuxUTTU7BQaaW6xCFc { display:block; }
 }@media only screen and (max-width: 763px) { #N78UUAMVgPshKofHBEnKv2GFiGiuJoZh { width:29.125rem;height:21.625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTUiEnKNGZWhtnugJUOZCpgEnIRC9lF { width:30.4375rem;height:2.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIm8FEBJZbNHQVxdRolVvUtnQySTuFTH { width:42.625rem;height:3.75rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u14eJMtqHmMvyumIA8TfNDUs4pCGWkkd { width:32.4375rem;height:3.8125rem;top:43.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0Hq6Rxy1mIN1bNUNVr0My12kBKIa4d { width:44.5625rem;height:4.8125rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgfgsTsscyeS9QX92KwAoQ4LXV41KotG { width:35.4375rem;height:5.75rem;top:-0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6WlgabqOvxPqTp9tyRVE6pwttb6m042 { width:42.5625rem;height:2.3125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW { display:block; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3vVVN8ywAtKnfDeO20dm6EZ84hQIDbB { width:35.5625rem;height:3.875rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9TP3hpWmdhpdkdn9iSFezQpTucVorou { width:46.0625rem;height:4.3125rem;top:17.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqrPlnnfdMtd9uOANGt32GUM4FnTyrL0 { width:18.5625rem;height:2.1875rem;top:20.3125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNrKfs3C4zSkNJ40wi2Fr6eg8JmR6SuT { width:14.1875rem;height:1.25rem;top:20.8125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgdZVvdXaOuTll9RLRqQQ4cyLdRRK5f6 { width:13.0625rem;height:13.0625rem;top:8.5rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVUfeWTKMa6zpEMTVvFWbZsMVOMX1vd { width:22.4375rem;height:2.8125rem;top:3.6875rem;left:12.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAQElHuPiQPHrCppQogDhfE9Vnu2J88p { width:41.5rem;height:3.875rem;top:29.5rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2c36nym9lNMBcHhGf3epJlQ2n6c3LEt { width:46.0625rem;height:5.75rem;top:34.25rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R578qv3yszMCQH3ZLHqe0JtX2NidVOy2 { width:15rem;height:1.25rem;top:39.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JkJwUa8KZ7aqwrAiNKg0w532gpfn8L { width:18.5625rem;height:2.1875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ANdgwLikiXGRGvvruoiWT9IKHnNpNQ { width:12.8125rem;height:12.8125rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1nZstPZuQ7m8kLTkFsLXXTTGFVBvlon { width:41.5rem;height:5.8125rem;top:49.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqJlhBJVrHoEOqFC4XTtPfXSHF1uPsbT { width:46.0625rem;height:7.1875rem;top:56.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsASTxdWu8J6CxViyfSFVIT8m7KCICq { width:16.375rem;height:1.25rem;top:61rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haNUMtUPzDUZSUm6xnCDSoUOJx8RaFJP { width:18.5625rem;height:2.1875rem;top:60.5625rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQWTuGIXJwco156FxgZQTVwi29tlWRZF { width:13.25rem;height:13.25rem;top:48.3125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKRTthCi3PFr0r149BE1mCBwZdwWFkdh { width:47.375rem;height:16.1875rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfOoG1pMwdnSfHOJBKspatsThHSyRgVI { width:47.375rem;height:16.1875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwgzTFTDyfKTivfQ83JgmGUlERlOIgTL { width:47.375rem;height:19.8125rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXFMrUSiltKItf03ez63B85q57FhAd05 { display:block; }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME8qtukDR2mP4mvJpDaCfbFWuyqpphS8 { width:17.8125rem;height:1.25rem;top:20.375rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3e2hFzoppTlGfTpSAaEhXlAytOt8c9 { width:14.1875rem;height:1.25rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAuMlEafGO9uS7fyp1rVeGgBLqwaZRZZ { width:17.8125rem;height:1.25rem;top:20.375rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSDgHwgxx1n6dH7iuUEM6mkgx8GqKUny { width:23.875rem;height:2.8125rem;top:3rem;left:11.937500953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKFZnpmQg3zyQckUcS3wxJahxrs5eLtJ { width:47.75rem;height:3.75rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shpev4fER48AoCfadFp08mFxRTCsvg7I { width:19.375rem;height:21.125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUeuvxHrgG20TGuRcmPKp8UzZWConVT { width:19.375rem;height:21.125rem;top:9.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US1iNPHL6K8cg9VxMxRnsG7uqTeS3p2Z { width:19.375rem;height:21.125rem;top:9.75rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXTVxdd3RG8ru0GMtJ1y1VH3IABEv1Xp { width:17rem;height:1.9375rem;top:20.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Undr9yZpBswMacfkrSZAiTZyd7lQ1Mpx { width:10.8125rem;height:2.4375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn1z5vd5lIWNO303vlaudv1FRvohMQqD { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7xdbTKtbpsAIyqpgfuvRiuV09ycvDp { width:10.8125rem;height:2.4375rem;top:26.0625rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfyxGAgBPX5Ksm1JROoD39c3XFQ7drtC { display:block; }
 }@media only screen and (max-width: 763px) { #bE8Ibgqh7ordgvRPDUxfAJFglDHV2d5F { width:10.8125rem;height:2.4375rem;top:26.0625rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5t54pTzwyZEMlTpbU4lBRt2uWL731DA { display:block; }
 }@media only screen and (max-width: 763px) { #zmW9rTrWTcFKZKBKPt1qIupODzmGkU04 { width:17.875rem;height:1.25rem;top:24.0625rem;left:14.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZS9nw37n8UwV7h8WHqBuIwhVaD2GurP { width:17.875rem;height:1.25rem;top:24.0625rem;left:29.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZnHkc7qJRLWiKSEeXlf1TSALJTfy7Sk { width:17.875rem;height:1.25rem;top:24.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t13aECsbnypXSJOSxauW5T7DX43ivAOH { width:9.0625rem;height:9.0625rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOye0QkuBt0TuaRn0kuqFGEc1tsn1Z5K { width:9.0625rem;height:9.0625rem;top:11rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBi0FCxt3aflIiivWDHTHmM5qXZUyxk6 { width:9.0625rem;height:9.0625rem;top:11rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxw746FNzMFhW3loqXN8u8PTvquRun25 { width:15.4375rem;height:1.875rem;top:20.0625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7VnkuU1EXcHp7T6ZF3dXgWygyl6pKay { width:15.4375rem;height:1.875rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVdKHClGDXFxHPqrH60TGT9yvnWlthep { display:block; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty3cub5wtsWr2m5kTWR4MLJ3UA5CvzDp { width:47.75rem;height:9.875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e517iUsOmP0U9uRuwKnVTPOHH1t2ppvz { width:3.125rem;height:3.125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2yDutRg3xtrWdr17EZlEhfAATL1BWT { width:12.125rem;height:3.375rem;top:10.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWld434TRJcdx78Fn1UbtlrbaKgGfX6M { width:3.125rem;height:3.125rem;top:10.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snhy9csDs8Q13ib7I3lzvLVu3CMdMCfG { width:18.125rem;height:5.625rem;top:9.8125rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBlOCAbdp4Lr1rmbyMfxR6g015AvpFQZ { width:3.125rem;height:3.125rem;top:11.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsIyAloA7pF313NDf3DtPlm91mpJlyUH { width:14.1875rem;height:3.375rem;top:10.9375rem;left:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr5GiBvxuI8wTe48wfGqO0r9gePmTyvF { width:25.4375rem;height:2.8125rem;top:2.875rem;left:11.156250953674rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmMA921qARHyttro7ToCb1ZQk0G0ZKgg { width:44.5625rem;height:4.8125rem;top:22.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po6QM9LeFF3D9J4L07z61mgBSqHWK0iD { width:30.4375rem;height:2.6875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyI5EJU9ZCNZTtmdWr8FTSMG7OPgi66l { width:47.75rem;height:2.75rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd { display:block; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwhUNndaLo4IU6DTHnpzbWd1IMx6kMmH { width:13.875rem;height:6.25rem;top:19rem;left:16.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSeGhToQ3rcLkvEkMg0e7l7hLADm6zf { width:13.875rem;height:5rem;top:19rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCf7OynePTWQSByuTgmSTpKkiRaqXKOA { width:13.875rem;height:5rem;top:19rem;left:33.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exiuW2dRqgABNoriZpW8LTObpq7lpE0Q { width:13.875rem;height:3.75rem;top:36.5rem;left:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKnTt4Ey1QtDiWS0DLykXLmhck8FcmC9 { width:13.875rem;height:3.75rem;top:36.75rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTX4dgdbT5WLxpSWcAWJbNL8VgQbBb7R { width:3.125rem;height:3.125rem;top:31.375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8z1515gNKMPZLbgfwXSgeL8vVTJpkTT { width:2.8125rem;height:2.8125rem;top:31.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHHyFZGtEQWlKEvdTDTBOVeoZifqQxAu { width:3.125rem;height:3.125rem;top:13.75rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5GdtODqeTm7yICCIF6C3mLZKO5c12C6 { width:3.125rem;height:3.125rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDfHB26v5Ekcrzxezw06wNJ67dkfLfl { width:3.125rem;height:3.125rem;top:13.6875rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXiMPyCWUJm5fLkoyORZJXtKGnu9WyA { width:33.3125rem;height:4.875rem;top:3.1875rem;left:7.2187509536744rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis1VOpWFoUrmhxX6rVDQPwal5KPRmqK { width:16.375rem;height:14.8125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G28f1J0t1fR9HzotbGpqxJCC2SV65gWa { width:16.375rem;height:14.8125rem;top:12.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJeJNM4hnxd8VZOKlnaJFlF7diKNe5K { width:16.375rem;height:14.8125rem;top:12.125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfpJBFVBHoN7BSGNf1T0yfNdgx81VxV { width:16.375rem;height:14.8125rem;top:29.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdI4m1aQZtdwwz8S5Ah60TI5olqg9ra { width:16.375rem;height:14.8125rem;top:29.625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 { display:block; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMq3xokd72217Ju5yCafFIKVsntKOUta { width:32.75rem;height:3.25rem;top:9.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODDTuFaDnmLUuKbKJKPOnQatF4udH6fO { width:21.25rem;height:4.625rem;top:9.875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxz7SGhJgURN0MBCkVUlCutb6OItZTEs { display:block; }
 }@media only screen and (max-width: 763px) { #Vozi4ZvqyCi8tqwK4doXxTNOUNPaaWf5 { width:47.75rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJSTbrFESo8wFWJUuozRq1qcTJOVTNbx { width:47.75rem;height:2.4375rem;top:19.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQTpQOKPqX881E1tfag0TKwqBbfTL3Ee { width:47.75rem;height:11.8125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSgi6OMUgr2DGaDUcF35gQbdbaZkm8r8 { width:30.6875rem;height:0.375rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiidLRG01VXKMDIsykzymuhXgRpNPLOQ { width:17.0625rem;height:1.625rem;top:23.4375rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW8xIOeuPUSVTFaFV4sp9y9egRaX1dak { width:7.625rem;height:1.625rem;top:25.0625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyEeEViT0VZUP2Tqh3soF76rprPIVRkB { width:0.125rem;height:1.75rem;top:25.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN3Rg0M7MTFbpFn4OnU6U72avG9lNHzr { width:3rem;height:1.625rem;top:25.0625rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHWr1KzZpKEgIPDfWyCMBdsSxPJ6B301 { width:3.125rem;height:3.125rem;top:23.4375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbtHbTpFLUHf5LtTTQDtIB4kTd05agfE { width:44.5625rem;height:4.8125rem;top:32rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCEVpKfEEEKrtDHEMX2qyBrZGFHA0i7y { width:30.4375rem;height:2.6875rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7w2mImF3rhVKxTLru0BVGFMTe5hISAb { width:45.5rem;height:2.75rem;top:36.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtr69Wx9wl5m74ECHF6Mkz7p8FN9tMnX { width:19.125rem;height:2.8125rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzETnvf9eOcMnGZKNHVWE3F9CrkhvrGv { display:block; }
 }@media only screen and (max-width: 763px) { #qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 { display:block; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRHuXRP4JNGl8AKnm3GnTITS2ovP6TCG { width:33.5rem;height:9.625rem;top:9.0625rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzZN2CRLT7IGOQBmJF1D7VcA2g6p99IX { width:21.375rem;height:14.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0EfHx4l7qOzlhCfEHJJJMMuVKAs3vTT { width:30.4375rem;height:2.6875rem;top:28.875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz14igv8uxvFO5xROsdqC28RU6fqKTFH { width:44.5625rem;height:4.8125rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMaHcDI0uT1szBuahfBB1NJ2EAugMc6y { width:24.1875rem;height:3.25rem;top:5.125rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7NcZqxJhWyhVJxQtypSgwH4spFcLP5 { width:26.125rem;height:0.3125rem;top:8.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n { display:block; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1OKOIb4x6b8rq6ki3hTyLlkUgag7icA { width:34rem;height:4.0625rem;top:3.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQLJkzGrRNBxGxEv891QHu1PsIbKly6 { width:34.1875rem;height:0.625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr { display:flex;height:auto;width:27.8125rem;top:9.1875rem;left:17.15625rem; }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #PwVowQg0wAXogogGt2LbqKrXon0LpGPh {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #lanymHAyOrVII4a9lBvttvtc20izbUIb {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ {  }
 }@media only screen and (max-width: 763px) { #wvgtObllos6el0RUrJRf3wPRi5073Rzu { display:block; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTT8uxuX0LACCC6RTJeznnZ0OAIKe5dF { width:3.75rem;height:4.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb4MO9A2TamOKxuQiiTbM8w9suMcIMHg { width:1.875rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfeekzNkpM55bfCeLQqmHZdmy3B9xll2 { width:1.5625rem;height:1.5625rem;top:12.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc2VcKptRdStFkgoRDAvtm8VXmyUh9lB { width:1.875rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwVKdLkdhaFvMvWp990J3hIlyhooGtK { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfBUwDoUM73RFVhdUXcMBx85wH9BDDNy { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuukXtHaQAkdme3KmXL8JOIqNiRpaTo { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGolx1d3TTE7bNJhOK3gof24S8PMrJTT { width:8.5rem;height:1.25rem;top:4.5625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUMEvmCutPhEKKJTwiQS0VPmqXGgG8p { width:8.375rem;height:1.125rem;top:7.125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bQrWbnz3TFNERvHZpVWFvaEZXRQOfp { width:8.5625rem;height:1.125rem;top:9.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHTrehIBaRa1nApa1hrN33pBXxLzkk07 { width:9.375rem;height:1.125rem;top:11.875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxkn78vnQqVCMdPn4T2tElTtDHLJaBrd { width:9.375rem;height:1.125rem;top:9.3125rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS8nnMkvpuRUKTPKnJqALOpHgoAfviBb { width:9.375rem;height:1.125rem;top:11.75rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9V3k4iw3clFOK1x43K1Tx2xc5SdpaNF { width:8.5rem;height:1.25rem;top:4.5625rem;left:38.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkEoQR86r5EGtpUS1D5XKqeDr6lpS7o { width:9.375rem;height:1.125rem;top:7.125rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl1GGZPx9RCzGGtrF3a9KIhPdinAaKkk { width:9.375rem;height:1.125rem;top:9.375rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEnCPoh0Kak69ZnwqS5170chfiostPoV { width:9.375rem;height:1.125rem;top:11.6875rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i59zfO7bNbQkUMWWQkXLR0rSxiLafvbD { width:11.75rem;height:1.125rem;top:14.0625rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZObt5ivcmS4lie5ilPaSy4dC23DgWN { width:7.9375rem;height:3rem;top:17.875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbtF0FXOQGITClmJXzIaDGqGgmcWoDQ { width:7.0625rem;height:1.125rem;top:18.8125rem;left:40.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLmHWp8U54fr55Me5tpAtMq7qm2imwz0 { width:10.625rem;height:1.125rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RgTuVWLbAS2paNUxaCieysaem1CtBFry { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container { background-color: transparent; background-image: none; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container > .video-iframe-container { display: none; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row > .video-iframe-container { display: none; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .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); }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container { border-width: 0; border-radius: 0; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgTuVWLbAS2paNUxaCieysaem1CtBFry > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peo21crSKtrmmveRQ7dhnfdd6umxHayf { display:flex;top:1.5937504768372rem;left:16.1875rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #gPGne82pXcMgsizxUhxHMzdDwGCsubUZ { width:8.4375rem;height:2.3125rem;top:6.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsfKPEsFERpFl0SwhbbI2CzZGWlbcvq { display:block; }
 }@media only screen and (max-width: 763px) { #fT1hteUreVedNAhmQQlWGtp6Ide7eVDS { width:8.4375rem;height:2.3125rem;top:10.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdURMz99Mz9Ohi4A98TfTf43zINS0eST { display:block; }
 }@media only screen and (max-width: 763px) { #iyzBD5xRat4HzQ4On9GJJBCcfxWyyy7J { width:8.8125rem;height:2.1875rem;top:1.59375rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O5gFd4wthumMZ8mE94FSwCJ7qzVZFd8M { width:9.875rem;height:2.3125rem;top:13.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMPvPhCANANrf5HgCCSZUlyTZiRRtFDX { display:block; }
 }@media only screen and (max-width: 763px) { #vmAuVMxyxZRZG7e2PT0VE7Fyq7LDxTRd { width:9.875rem;height:2.3125rem;top:17.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1IPTADrzaHUOT4AxV9gvPahTIRp6N3 { display:block; }
 }@media only screen and (max-width: 763px) { #TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row .container { border-width: 0; border-radius: 0; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbL0hFA9osnL7iI2ESi3XA8bwzloSb9q > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MaM5psR30QEKgzKKd3UeJf6TFAiWMxzi { display:flex;top:1.5937504768372rem;left:16.1875rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #WbrIo7TdHnDLlVpwDyKrIkIykEuG5JeB { width:8.4375rem;height:2.3125rem;top:6.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTrca5XcxcfL3W1KOSS41aTPWqQBUgXU { display:block; }
 }@media only screen and (max-width: 763px) { #CSbEVHq6uzw5ES6vCgw7IbcPfxE6Nvup { width:20rem;height:3.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzzRfD9tlQVfmg3Jxpa11slL1ChzsmIL { width:8.4375rem;height:2.3125rem;top:10.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDnbzT4oHMzwNQsdusbNfgPqvX8wcX1A { display:block; }
 }@media only screen and (max-width: 763px) { #O60bAxT580bhaVTTyVfcui24EF6JVyDZ { width:8.8125rem;height:2.1875rem;top:1.59375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB7TXsktsJzk423Dhr12nOHz0kbvokOi { width:9.875rem;height:2.3125rem;top:13.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF5lXSSHmMqXeuUhEtqiPaFTuNmIlZ2O { display:block; }
 }@media only screen and (max-width: 763px) { #nwnKf4twH3iQquZU6U70WLVB4TEV6ivW { width:9.875rem;height:2.3125rem;top:17.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFzZI93OTdkMSIem1f2b7KIwtsfHhfO { display:block; }
 }@media only screen and (max-width: 763px) { #BqvD87bfTfIah30noe6a2PLCVLhE0NNv { display:none; }#BqvD87bfTfIah30noe6a2PLCVLhE0NNv > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiVTu85iKwI9lDRMfcKavRwZGRS5Qlmn { width:19.5rem;height:1.7871125rem;top:1.625rem;left:0.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUugTW7kcdntxpgTqG8FNblC84fBMTHk { width:15.1875rem;height:2.44791875rem;top:3.75rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErMXgMAFvqE1FgRo9apalEByu9g5pse3 { width:17.0625rem;height:1.4624rem;top:26.3125rem;left:1.5rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boLa5Km8Ic2ln5K1LJmMNIlHSSTdOLts { width:5.25rem;height:1.13720625rem;top:29.8125rem;left:4.9375rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ewKrLF4QO86EMJl85wSR2rpwBlbLP00p { width:3rem;height:1.13720625rem;top:29.8125rem;left:12.1875rem;font-size:0.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #aWTZ8FTc45VVtNpNwafouCUzVQRlVZDX { width:0.125rem;height:1.1875rem;top:29.8125rem;left:10.9375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #AQVQAVtpAATZVRqmh50wZhgf8I4TrcTC { width:17.4375rem;height:25rem;top:4.8125rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9iFPoAb64mf7gTwHutsEEOLAL0t578 { width:20rem;height:16.875rem;top:29.8125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #oKqvmnUsuTNHIvoAXSv85x7yhkvbpcoS { width:20rem;height:20.5625rem;top:25.1875rem;left:0rem;z-index:15025;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDar6MPTGmTD3mg4OdCFfrSbw3TrUJBO { width:18.5rem;height:16.875rem;top:9rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chGhCNwWd6bMyqDGWncoT78AVQpVEThc { display:flex;width:1.5rem;height:1.5rem;top:33.375rem;left:6.3125rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #R6RARpKdkR4UPStoDBsAunaTUUMmaZ0D { display:flex;width:1.4375rem;height:1.4375rem;top:33.375rem;left:7.875rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #d3ltb8qfs0ZPNM297ZuGwBHzSbOUf9Iz { display:flex;width:1.4375rem;height:1.4375rem;top:33.375rem;left:9.375rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #KLhQLfK78ga7qiI3RWrI1Hg5cRy0DH6w { display:flex;width:1.4375rem;height:1.4375rem;top:33.375rem;left:12.25rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #FElPwdAD1GcIDetJo5EmuvW6TTmaDIxP { display:flex;width:1.4375rem;height:1.4375rem;top:33.375rem;left:10.875rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #fP3pS1WqLLzp8qvL5HnQLiw5GbPDGzpt { width:10.375rem;height:1.29980625rem;top:35.5rem;left:4.8125rem;font-size:1rem;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0EQe2UI0QEOhmguTREzh5wUFEgiTTJ7 { width:16.9375rem;height:2.2744125rem;top:36.75rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #bQIJpXHwa1v5AvD42S7eD6hUhyVRIGOw { width:13.49975rem;height:3.125rem;top:40.875rem;left:3.25rem;z-index:15038;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQiApRKiyRGVrSFZDSCszQOoJi5UVrCL { display:block; }
 }@media only screen and (max-width: 763px) { #oZZViaKl1wMM4zf86GCIlpXXUESyQLXw { width:19.625rem;height:17.375rem;top:8.0625rem;left:0rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #JTC9fxyyi7GGvutQvWLWPEZfDBTi3aGE { width:16.437375rem;height:1.13720625rem;top:27.75rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #XOWT3DcSEm2QRrLZGX2IKM4PZd7iyqDb { display:flex;width:1.5625rem;height:1.5625rem;top:1.90625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddzZbwWlpVQVM07bqo6TG691p2PApSJJ { top:29.125rem;left:3.1875rem;width:12.6245rem;height:1.749875rem;z-index:15025;border-top:0.375rem solid #30ea03;border-left:0.375rem solid #30ea03;border-right:0.375rem solid #30ea03;border-bottom:0.375rem solid #30ea03;background-color:transparent;background-image:none;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg { display:block; }#VrsdmdbFPqt7CgGTX0xkHzLAPZSZAzUg > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMmZDavRwyVuiPoxkGx4RGlsr4SrImMl { width:17.0625rem;height:42.5625rem;top:18.625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcA9m8EyXKD2TRh3ed6XrepbzcAPXZg { width:12.125rem;height:3.41015625rem;top:24.3125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urGJdR1X8wMGN8ErOq9IqAeo4VXwq0uz { width:12.375rem;height:4.546875rem;top:33.4375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcCzqlMADn7kTCWd3WtDgWQEl7DiZ8RA { width:12.999875rem;height:4.546875rem;top:44.3115234375rem;left:3.49853515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aocnuG7Wq5bR7h0WO1rTU3S5LpQX2GMe { width:20rem;height:1.7871125rem;top:14.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7BC7cmXZdKCTLHFuLEOte04Rlh48u3a { width:18rem;height:9.1875rem;top:2.3125rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrkScm3GbdORDmKggixQK528WbkCToCn { width:13.687125rem;height:4.546875rem;top:55.186767578125rem;left:3.1561279296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3NxikbsbadWNgu7TfAvd6sT8cbD8M6s { display:flex;width:2.5rem;height:2.5rem;top:20.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #eEGkdQ3BrB5ZrfT7DF5XX9fR0MuXnTuB { display:flex;width:2.75rem;height:2.75rem;top:29.4375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #S2y7QkdaXNvaZON2Oy8uLx7CUIylftVN { width:3.125rem;height:3.125rem;top:40.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5wkadnF8czMru0pJ10ZlyuvvIVL4uKr { width:3.125rem;height:3.125rem;top:50.999755859375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3GuUSKdIOuPiRBJqGxy40DkPeyhXvbV { width:20rem;height:3.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfbeHAOPwE2GWzJba7c36hveBAAwgGD { display:block; }#TEfbeHAOPwE2GWzJba7c36hveBAAwgGD > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HM0yrycZU7X8JxeqmBAtzrxDTRpoUask { width:15.9375rem;height:6.8203125rem;top:32.974609375rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RiHI2ywwsdHAT8pc9ylhCTCh42rTHC9D { width:16.8125rem;height:10.39583125rem;top:21.349609375rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQgVHqMaUUrF1AUkZSAvOFPxJiIy8MR8 { width:8.75rem;height:0.25rem;top:23.099609375rem;left:11.104166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIkwRIR32zg7o219T0ktQ6SQi1VzIwKJ { width:10.0625rem;height:0.1875rem;top:27.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucdy2RiyeXsprE7hbKGHbPHmzix9uVm6 { width:15.25rem;height:2.5rem;top:41.974609375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezyr99S1arhR75WuxUTTU7BQaaW6xCFc { display:block; }
 }@media only screen and (max-width: 763px) { #N78UUAMVgPshKofHBEnKv2GFiGiuJoZh { width:16.1875rem;height:12rem;top:7.875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRTUiEnKNGZWhtnugJUOZCpgEnIRC9lF { width:8.25rem;height:1.6875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIm8FEBJZbNHQVxdRolVvUtnQySTuFTH { width:9.8125rem;height:1.8125rem;top:46.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u14eJMtqHmMvyumIA8TfNDUs4pCGWkkd { width:10.3125rem;height:1.875rem;top:48.537109375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0Hq6Rxy1mIN1bNUNVr0My12kBKIa4d { width:14.4375rem;height:2.5625rem;top:1.8125rem;left:8.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgfgsTsscyeS9QX92KwAoQ4LXV41KotG { width:20rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6WlgabqOvxPqTp9tyRVE6pwttb6m042 { width:20rem;height:2.4375rem;top:48.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW { display:block; }#K4iaNQdnGsRNxNGIySNJQePOZGCfkuRW > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3vVVN8ywAtKnfDeO20dm6EZ84hQIDbB { width:18rem;height:4.38720625rem;top:5.9375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9TP3hpWmdhpdkdn9iSFezQpTucVorou { width:17.6875rem;height:8.53125rem;top:11.3125rem;left:1.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqrPlnnfdMtd9uOANGt32GUM4FnTyrL0 { width:15.4375rem;height:1.875rem;top:29.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNrKfs3C4zSkNJ40wi2Fr6eg8JmR6SuT { width:14.1875rem;height:1.29980625rem;top:29.625rem;left:2.9375rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #KgdZVvdXaOuTll9RLRqQQ4cyLdRRK5f6 { width:9.0625rem;height:9.0625rem;top:20.2265625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVUfeWTKMa6zpEMTVvFWbZsMVOMX1vd { width:20rem;height:2.5996125rem;top:1.3730521202088rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAQElHuPiQPHrCppQogDhfE9Vnu2J88p { width:17.5rem;height:5.8496125rem;top:34.498046875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2c36nym9lNMBcHhGf3epJlQ2n6c3LEt { width:19.1875rem;height:9.75rem;top:41.654296875rem;left:0.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R578qv3yszMCQH3ZLHqe0JtX2NidVOy2 { width:15rem;height:1.29980625rem;top:64.685546875rem;left:2.5rem;font-size:1rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #B6JkJwUa8KZ7aqwrAiNKg0w532gpfn8L { width:16.1875rem;height:1.8125rem;top:64.404296875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ANdgwLikiXGRGvvruoiWT9IKHnNpNQ { width:12.8125rem;height:12.8125rem;top:52.341796875rem;left:2.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #r1nZstPZuQ7m8kLTkFsLXXTTGFVBvlon { width:20rem;height:7.312rem;top:69.810546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GqJlhBJVrHoEOqFC4XTtPfXSHF1uPsbT { width:18.9375rem;height:13.40625rem;top:78.685546875rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBsASTxdWu8J6CxViyfSFVIT8m7KCICq { width:16.125rem;height:1.29948125rem;top:106.3476600647rem;left:1.9375rem;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #haNUMtUPzDUZSUm6xnCDSoUOJx8RaFJP { width:16.75rem;height:1.875rem;top:106.060546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQWTuGIXJwco156FxgZQTVwi29tlWRZF { width:13.25rem;height:13.25rem;top:93.998046875rem;left:3.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HKRTthCi3PFr0r149BE1mCBwZdwWFkdh { width:19.625rem;height:27.6875rem;top:4.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfOoG1pMwdnSfHOJBKspatsThHSyRgVI { width:19.625rem;height:33.9375rem;top:33.466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwgzTFTDyfKTivfQ83JgmGUlERlOIgTL { width:19.625rem;height:40.375rem;top:68.935546875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cXFMrUSiltKItf03ez63B85q57FhAd05 { display:block; }#cXFMrUSiltKItf03ez63B85q57FhAd05 > .row .container { width:20rem;height:77.561218261719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME8qtukDR2mP4mvJpDaCfbFWuyqpphS8 { width:17.875rem;height:1.29980625rem;top:39.669921875rem;left:1.0625rem;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3e2hFzoppTlGfTpSAaEhXlAytOt8c9 { width:14.249375rem;height:1.29980625rem;top:18.625rem;left:2.875rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #uAuMlEafGO9uS7fyp1rVeGgBLqwaZRZZ { width:17.874375rem;height:1.29980625rem;top:62.125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSDgHwgxx1n6dH7iuUEM6mkgx8GqKUny { width:20rem;height:1.625rem;top:2.7812480926514rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKFZnpmQg3zyQckUcS3wxJahxrs5eLtJ { width:14.25rem;height:2.5rem;top:75.061843872069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shpev4fER48AoCfadFp08mFxRTCsvg7I { width:17.75rem;height:19.375rem;top:8.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzUeuvxHrgG20TGuRcmPKp8UzZWConVT { width:17.8125rem;height:21.125rem;top:29.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US1iNPHL6K8cg9VxMxRnsG7uqTeS3p2Z { width:17.8125rem;height:21.125rem;top:51.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXTVxdd3RG8ru0GMtJ1y1VH3IABEv1Xp { width:16.1875rem;height:1.8125rem;top:39.413412094116rem;left:1.90625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Undr9yZpBswMacfkrSZAiTZyd7lQ1Mpx { width:10.8125rem;height:2.4375rem;top:23.886714935302rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn1z5vd5lIWNO303vlaudv1FRvohMQqD { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7xdbTKtbpsAIyqpgfuvRiuV09ycvDp { width:10.8125rem;height:2.4375rem;top:45.375007629394rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfyxGAgBPX5Ksm1JROoD39c3XFQ7drtC { display:block; }
 }@media only screen and (max-width: 763px) { #bE8Ibgqh7ordgvRPDUxfAJFglDHV2d5F { width:10.8125rem;height:2.4375rem;top:67.8750038147rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5t54pTzwyZEMlTpbU4lBRt2uWL731DA { display:block; }
 }@media only screen and (max-width: 763px) { #zmW9rTrWTcFKZKBKPt1qIupODzmGkU04 { width:17.875rem;height:1.13736875rem;top:43.375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZS9nw37n8UwV7h8WHqBuIwhVaD2GurP { width:17.875rem;height:1.13736875rem;top:65.8125038147rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZnHkc7qJRLWiKSEeXlf1TSALJTfy7Sk { width:17.875rem;height:1.13736875rem;top:22.062500953674rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t13aECsbnypXSJOSxauW5T7DX43ivAOH { width:9.0625rem;height:9.0625rem;top:9.2252607345581rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOye0QkuBt0TuaRn0kuqFGEc1tsn1Z5K { width:9.0625rem;height:9.0625rem;top:30.350911617279rem;left:6.21875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xBi0FCxt3aflIiivWDHTHmM5qXZUyxk6 { width:9.0625rem;height:9.0625rem;top:53.103518486023rem;left:5.46875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Bxw746FNzMFhW3loqXN8u8PTvquRun25 { width:15.4375rem;height:1.875rem;top:61.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7VnkuU1EXcHp7T6ZF3dXgWygyl6pKay { width:15.4375rem;height:1.875rem;top:18.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVdKHClGDXFxHPqrH60TGT9yvnWlthep { display:block; }#gVdKHClGDXFxHPqrH60TGT9yvnWlthep > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty3cub5wtsWr2m5kTWR4MLJ3UA5CvzDp { width:17.5625rem;height:37.25rem;top:7.5rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e517iUsOmP0U9uRuwKnVTPOHH1t2ppvz { display:flex;width:3.125rem;height:3.125rem;top:9.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #UB2yDutRg3xtrWdr17EZlEhfAATL1BWT { width:12.125rem;height:3.41015625rem;top:13.8125rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWld434TRJcdx78Fn1UbtlrbaKgGfX6M { display:flex;width:3.125rem;height:3.125rem;top:20.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Snhy9csDs8Q13ib7I3lzvLVu3CMdMCfG { width:14.9375rem;height:6.8203125rem;top:24.25rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBlOCAbdp4Lr1rmbyMfxR6g015AvpFQZ { display:flex;width:3.125rem;height:3.125rem;top:34.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BsIyAloA7pF313NDf3DtPlm91mpJlyUH { width:13rem;height:4.546875rem;top:39.125rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hr5GiBvxuI8wTe48wfGqO0r9gePmTyvF { width:20rem;height:1.7871125rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmMA921qARHyttro7ToCb1ZQk0G0ZKgg { width:13.25rem;height:2.5625rem;top:46.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po6QM9LeFF3D9J4L07z61mgBSqHWK0iD { width:6.75rem;height:1.8125rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyI5EJU9ZCNZTtmdWr8FTSMG7OPgi66l { width:20rem;height:2.625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd { display:block; }#Pg4aqTPawuENHaHgHrNPW8EsleDBLzgd > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HwhUNndaLo4IU6DTHnpzbWd1IMx6kMmH { width:13.875rem;height:6.09375rem;top:30.3125rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSeGhToQ3rcLkvEkMg0e7l7hLADm6zf { width:13.875rem;height:4.875rem;top:14.25rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCf7OynePTWQSByuTgmSTpKkiRaqXKOA { width:13.875rem;height:3.65625rem;top:46.375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exiuW2dRqgABNoriZpW8LTObpq7lpE0Q { width:13.875rem;height:3.65625rem;top:62.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKnTt4Ey1QtDiWS0DLykXLmhck8FcmC9 { width:13.875rem;height:3.65625rem;top:78.75rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTX4dgdbT5WLxpSWcAWJbNL8VgQbBb7R { display:flex;width:3.125rem;height:3.125rem;top:73.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #P8z1515gNKMPZLbgfwXSgeL8vVTJpkTT { display:flex;width:2.8125rem;height:2.8125rem;top:57.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #LHHyFZGtEQWlKEvdTDTBOVeoZifqQxAu { display:flex;width:3.125rem;height:3.125rem;top:41.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #X5GdtODqeTm7yICCIF6C3mLZKO5c12C6 { display:flex;width:3.125rem;height:3.125rem;top:9rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QTDfHB26v5Ekcrzxezw06wNJ67dkfLfl { display:flex;width:3.125rem;height:3.125rem;top:25rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #QTXiMPyCWUJm5fLkoyORZJXtKGnu9WyA { width:20rem;height:3.4114625rem;top:1.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uis1VOpWFoUrmhxX6rVDQPwal5KPRmqK { width:16.375rem;height:14.8125rem;top:7.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G28f1J0t1fR9HzotbGpqxJCC2SV65gWa { width:16.375rem;height:14.8125rem;top:23.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJeJNM4hnxd8VZOKlnaJFlF7diKNe5K { width:16.375rem;height:14.8125rem;top:39.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPfpJBFVBHoN7BSGNf1T0yfNdgx81VxV { width:16.375rem;height:14.8125rem;top:55.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdI4m1aQZtdwwz8S5Ah60TI5olqg9ra { width:16.375rem;height:14.8125rem;top:71.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 { display:block; }#TMB4fqTLp74RVdy9oMZ9hEPLBsaytMH8 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMq3xokd72217Ju5yCafFIKVsntKOUta { width:18.4375rem;height:5.19791875rem;top:5.1875rem;left:0.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODDTuFaDnmLUuKbKJKPOnQatF4udH6fO { width:13.8125rem;height:2.9375rem;top:11.6875rem;left:3.09375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxz7SGhJgURN0MBCkVUlCutb6OItZTEs { display:block; }
 }@media only screen and (max-width: 763px) { #Vozi4ZvqyCi8tqwK4doXxTNOUNPaaWf5 { width:20rem;height:3.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJSTbrFESo8wFWJUuozRq1qcTJOVTNbx { width:16.625rem;height:7.3125rem;top:18.5rem;left:1.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQTpQOKPqX881E1tfag0TKwqBbfTL3Ee { width:17.8125rem;height:24.6875rem;top:16.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSgi6OMUgr2DGaDUcF35gQbdbaZkm8r8 { width:5.25rem;height:0.375rem;top:8.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UiidLRG01VXKMDIsykzymuhXgRpNPLOQ { width:17.0625rem;height:1.29980625rem;top:35.625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EW8xIOeuPUSVTFaFV4sp9y9egRaX1dak { width:5.6875rem;height:1.29980625rem;top:37.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyEeEViT0VZUP2Tqh3soF76rprPIVRkB { width:0.125rem;height:1.75rem;top:37.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN3Rg0M7MTFbpFn4OnU6U72avG9lNHzr { width:3rem;height:1.29980625rem;top:37.75rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHWr1KzZpKEgIPDfWyCMBdsSxPJ6B301 { display:flex;width:2.375rem;height:2.375rem;top:32.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #WbtHbTpFLUHf5LtTTQDtIB4kTd05agfE { width:7rem;height:1.75rem;top:43.3125rem;left:13rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCEVpKfEEEKrtDHEMX2qyBrZGFHA0i7y { width:13.0625rem;height:2rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7w2mImF3rhVKxTLru0BVGFMTe5hISAb { width:20rem;height:2.75rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtr69Wx9wl5m74ECHF6Mkz7p8FN9tMnX { width:13.8125rem;height:2.8125rem;top:27.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzETnvf9eOcMnGZKNHVWE3F9CrkhvrGv { display:block; }
 }@media only screen and (max-width: 763px) { #qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 { display:block; }#qIVBq6fGRZTrbTcnylyEGS9WAinP5Ty8 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRHuXRP4JNGl8AKnm3GnTITS2ovP6TCG { width:17.75rem;height:14.625rem;top:18.2744140625rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzZN2CRLT7IGOQBmJF1D7VcA2g6p99IX { width:17rem;height:11.25rem;top:1.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0EfHx4l7qOzlhCfEHJJJMMuVKAs3vTT { width:9.375rem;height:2.125rem;top:37.5rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz14igv8uxvFO5xROsdqC28RU6fqKTFH { width:10.625rem;height:2.5rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMaHcDI0uT1szBuahfBB1NJ2EAugMc6y { width:20rem;height:1.625rem;top:13.7744140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7NcZqxJhWyhVJxQtypSgwH4spFcLP5 { width:12rem;height:0.3125rem;top:16.0869140625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n { display:block; }#T7VL4X3fHpWGQd4s7u9qeIo6PEw8n95n > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1OKOIb4x6b8rq6ki3hTyLlkUgag7icA { width:11.125rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCQLJkzGrRNBxGxEv891QHu1PsIbKly6 { width:4.375rem;height:0.625rem;top:4.5375003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-heading-text { font-size:1.1875rem;height:auto; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr .accordion-desc-text { font-size:0.9375rem;height:auto; }
#XkEitntWC6nPbHPweJKcMTHsHTR45snr { display:flex;height:auto;width:17.3746875rem;top:7.4374990463256rem;left:1.2624999880791rem; }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #PwVowQg0wAXogogGt2LbqKrXon0LpGPh {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #lanymHAyOrVII4a9lBvttvtc20izbUIb {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
 }@media only screen and (max-width: 763px) { #XkEitntWC6nPbHPweJKcMTHsHTR45snr #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ {  }
 }@media only screen and (max-width: 763px) { #wvgtObllos6el0RUrJRf3wPRi5073Rzu { display:block; }#wvgtObllos6el0RUrJRf3wPRi5073Rzu > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTT8uxuX0LACCC6RTJeznnZ0OAIKe5dF { width:3.75rem;height:4.375rem;top:1.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb4MO9A2TamOKxuQiiTbM8w9suMcIMHg { display:flex;width:1.875rem;height:1.875rem;top:16.375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #wfeekzNkpM55bfCeLQqmHZdmy3B9xll2 { display:flex;width:1.5625rem;height:1.5625rem;top:12.4375rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #zc2VcKptRdStFkgoRDAvtm8VXmyUh9lB { display:flex;width:1.875rem;height:1.875rem;top:8.1875rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #rtwVKdLkdhaFvMvWp990J3hIlyhooGtK { width:2.8125rem;height:2.8125rem;top:7.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfBUwDoUM73RFVhdUXcMBx85wH9BDDNy { width:2.8125rem;height:2.8125rem;top:11.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQuukXtHaQAkdme3KmXL8JOIqNiRpaTo { width:2.8125rem;height:2.8125rem;top:15.875rem;left:2.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WGolx1d3TTE7bNJhOK3gof24S8PMrJTT { width:8.5rem;height:1.29980625rem;top:1.5rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUMEvmCutPhEKKJTwiQS0VPmqXGgG8p { width:8.375rem;height:1.13736875rem;top:4.25rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3bQrWbnz3TFNERvHZpVWFvaEZXRQOfp { width:8.5625rem;height:1.13736875rem;top:6.5625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHTrehIBaRa1nApa1hrN33pBXxLzkk07 { width:9.375rem;height:1.13736875rem;top:8.9375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxkn78vnQqVCMdPn4T2tElTtDHLJaBrd { width:9.375rem;height:1.13736875rem;top:13.625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS8nnMkvpuRUKTPKnJqALOpHgoAfviBb { width:9.375rem;height:1.13736875rem;top:15.8125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9V3k4iw3clFOK1x43K1Tx2xc5SdpaNF { width:8.5rem;height:1.29980625rem;top:19.125rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkEoQR86r5EGtpUS1D5XKqeDr6lpS7o { width:9.375rem;height:1.13736875rem;top:22.125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl1GGZPx9RCzGGtrF3a9KIhPdinAaKkk { width:9.375rem;height:1.13671875rem;top:24rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEnCPoh0Kak69ZnwqS5170chfiostPoV { width:9.375rem;height:1.13736875rem;top:26.1875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i59zfO7bNbQkUMWWQkXLR0rSxiLafvbD { width:11rem;height:1.13736875rem;top:28.6875rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABZObt5ivcmS4lie5ilPaSy4dC23DgWN { width:7.9375rem;height:3rem;top:37.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbtF0FXOQGITClmJXzIaDGqGgmcWoDQ { width:7.0625rem;height:1.13736875rem;top:35.4375rem;left:6.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLmHWp8U54fr55Me5tpAtMq7qm2imwz0 { width:10.625rem;height:1.13736875rem;top:33.4375rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }