.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:66.1875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#s19vTTQvKlT91lkshC24aoiwFy3dqkvG { box-sizing:content-box;height:1.625rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:#008ce6;background-image:none;top:1.125rem;left:26rem;display:block; }
#dQOdc6zqU85ZoyzXV46tnJovfTAckhbk { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.287109375rem;left:26.25rem;height:1.29980625rem;display:block; }
#Lh73th2RDQyAkl0U80r0fg3pTdyMDdZf { color:#000000;display:block;width:66.0625rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:4.46875rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HHwSWFyFpmaMAG1Iv2DbXlOPdugdCAtn { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.0625rem;left:11.28125rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#Uiiz7M30ln1PBeAkUEC0ykrFzHGfSf80 { box-sizing:content-box;height:34.0625rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:25.58203125rem;left:40.90625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#DlLO36u1ggTt1rKSF8IHhBfSWAiLbHv8 { box-sizing:content-box;height:3.6875rem;width:25.3125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:22.90869140625rem;left:40.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#d2oWEfZD0dGZr2HPiCJCNnHmzQCMPSho { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.0615234375rem;left:43.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#LEztQgPplVP9m81XZDiJkBZzcx3SzRtb { box-sizing:content-box;height:1.25rem;width:4.5625rem;position:absolute;display:block;z-index:15008;background-color:#008ce6;background-image:none;top:22.25rem;left:42.03125rem;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; }
#pTpuyu4MvzTMUUIvXHNuTfx1ZkCDipnb { color:#ffffff;display:block;width:3.5625rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.4375rem;left:42.53125rem;height:0.9746125rem;display:block; }
#uCs1oAMDmyewIykS5WD0572Jvp7EaNGU { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:2;letter-spacing:0;top:27.2626953125rem;left:42.03125rem;height:28rem;display:block; }
#FvZ4Ww06t5bCNiZcIoUsODJLzkdmxvMf { color:#000000;display:block;width:8rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:56.54296875rem;left:45.46875rem;height:0.9746125rem;font-style:normal;display:block; }
#ikeOihSf5WXAW6VOh2kaRtt2vvUpfm62 { color:#008ce6;display:block;width:5.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.4375rem;left:54.375rem;height:1.13720625rem;font-style:normal;display:block; }
#zUPRk0TeEwJNRFz85EBCRI6p93IvvvH1 { background-color:#008ce6;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:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:58.625rem;left:46.6875rem;display:block; }
#EAra7f2BEDaUl47a89ZfRcFBrTH6tAz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkBwa9k2lbXLvozKZXMKPL3lltexDm0R { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.9375rem;top:64.4375rem;left:49.5625rem;overflow:hidden;display:block; }
#VaqIFTgnNePOgFxCE0C10s6yWnMcFPiy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:62.125rem;left:48.5625rem; }
#PQ7laEPyOdqZ8tu1a2D10c7BGvyIpIhp { color:#4f4f4f;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:62.12451171875rem;left:50.46875rem;height:1.3125rem;font-style:normal;display:block; }
#vTfnRTRA6U3rE1fFlcxd0B3mIzRGzn2v { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:33.5625rem;top:24.4814453125rem;left:5.34375rem;overflow:hidden;display:block; }
#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ { position:relative;display:block; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ { background-color: transparent; background-image: none; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .row .container > .video-iframe-container { display: none; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .row > .video-iframe-container { display: none; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .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); }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ { border-width: 0; border-radius: 0; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .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; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .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:202.5rem;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; }#IdnUQDfsS4sHAtpXdSpT11N5L71qsUox { color:#000000;display:block;width:46.375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.3125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhttOQAhr6ifoyq06ATdLxWpol0VRViX { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:10.396484375rem;left:14.0625rem;height:48.3935375rem;text-align:left;text-align-last:left;display:block; }
#FPG81qJ1J8c54iJomTaZkbTJrFPTIigx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:39.625rem;top:60.8125rem;left:17.6875rem;overflow:hidden;display:block; }
#adGpz7QZPhIOxlrUcMhRik8qe0kerOpI { color:#000000;display:block;width:46.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:89.5625rem;left:14.0625rem;height:30.79589375rem;text-align:left;text-align-last:left;display:block; }
#rpgVqTTEu0G4cAE5P94TKumWvayr855W { color:#000000;display:block;width:28.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:121.875rem;left:23.125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b60btq7FyLFPpocp2RK5LRx20qVfDGMR { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:131.3125rem;left:14.03125rem;height:68.1909125rem;text-align:left;text-align-last:left;display:block; }
#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 { position:relative;display:block; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 { background-color: transparent; background-image: none; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .row .container > .video-iframe-container { display: none; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .row > .video-iframe-container { display: none; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .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); }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 { border-width: 0; border-radius: 0; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .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; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .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:571.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; }#G4Ws59ThNI0AMwOHohyQD9G18BvCn2PL { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,174,241,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #008ce6;border-left:0.1875rem dashed #008ce6;border-right:0.1875rem dashed #008ce6;border-bottom:0.1875rem dashed #008ce6;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#V6rvNBw79AqiVCb3VJULTMSqy6xXEt0y { color:#000000;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.10546875rem;left:17.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u1b2yATTL9tosbKSJQDz0COwsHbymXwJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:26.125rem;top:19.82421875rem;left:15.625rem;overflow:hidden;display:none; }
#UDQXukIk6Tub3kRKsXJyBcUG8vZhX97k { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#TuK2fX73Q38Lo2dNFAmyGUuHqB1nK5Vu { color:#000000;display:block;width:25.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.625rem;left:24.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MuG3M0rtfUATN0xBPgWtym3EOOMX992M { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#atCp4UQhM1yEWLTt4sCFuSJeU93cBfcO { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.5068359375rem;left:26.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gx9r7MeKZHFo3cxmlUh3KNpZPswCwhz4 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#BHeqPq4I4isCnSqAk0q23Rr4DMmzEnOz { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.92431640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GeAgRh7EblJMAws1ETMK4RTM3i1GoIAh { 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:28.5rem;width:39.8125rem;top:167.02783203125rem;left:17.59375rem;overflow:hidden;display:block; }
#JsiApwmRVc5x9vtLt710DfKwL1Bi617a { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:198.64697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#PwpUB3hI6gDLbSDBfDAINcgPtak3P0oV { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:244.06201171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3nlHvP6lALPkUQdwm1W0kEPRsTNBnr5 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#DCWgP8gQkcLCyeaSAZF0T4aTLB3hHFAf { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:20.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuEDTU7x7r1Eyvnv9zmnmPRnL1NdZAEa { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#oiQvugWTMtvkScWr0qJqArsqdHzLsTcp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:36.9375rem;top:288.990234375rem;left:19.03125rem;overflow:hidden;display:block; }
#kFxlcnRHCdS5GmH1Tz8dPcz6RTaNz7pT { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:343.94970703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MK2yNu1TB91Tx3P4rFGTqU3cHZsDPRgB { 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:25.3125rem;width:38.5rem;top:350.396484375rem;left:18.25rem;overflow:hidden;display:block; }
#F1FkWS97Cq2WO6nTRitQr7l3fUlkZMze { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#ptqiTcyTHbTz052PnQthXCsovD0LZRh7 { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:398.818359375rem;left:18.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCqQ8eBsIiFPX2LrKE36ukw8ki8xaHTC { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#T7CTVWNC2Rx1BVOmpBOX9ffGPgxiRS38 { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQEnPbwdefQnpnZIFDmJNPtCbE8svniP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:422.8125rem;left:19.84375rem;overflow:hidden;display:block; }
#Msd1hKmukf6hD2d1H05RLbINtZDJAPfT { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#g9XTtzQyWvBl9nmaT0VBaMsH5PZfFQgp { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.5rem;height:1.4624rem;display:block; }
#XS5tElBV3BUe6QTvGBoCTIfvTFdZiqm8 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#KtJIH2QD04FmXxilo14fG3iC5ON5z72W { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.5693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#B32QgVtxVeVWovuH8g7PAcFWl1LVVbSk { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#RqXAzTSGdFVBB2sZ9400L2MABTIid8z9 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#vLhOWyP26mynBPaNJVgKO4hLsrniEKnb { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#SbqCIHns3Ma7GlA2eygfm9N4etSXHooy { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#TTh1fwwH2xOqmK5Gga0eOpRoQUbq4Syr { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#dGfaaJDXTiOuxp7VgDEryyPp9I3deX1l { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#TbSGHHQavCxSdyP8waVybLygX7UyOt26 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:6.375rem;display:block; }
#kfePHita269pp08nTuCyZaVP5KpRrKe3 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#TMWbonycIT89zyItczLUDCiBTsBX2L8o { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#H1L1Q4EBeidBamT22CGfeqIyeKqVBpK2 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#vBtu7wP6UkNoXyD1aTt80Fi43T2tN6qo { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#IzfaO1SkMAA92BiIcVou7SiRIKTPTTWz { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#s3gmmffLUM6gi1q53hUsyA1BxZW623kJ { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#pMUt3yEV6doyWm3ZvWO9GRC687faAQbv { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.5rem;height:1.4624rem;display:block; }
#kuDEBOUTaVbfbPydBQShPqvD6mor5XOa { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:4.25rem;display:block; }
#lefbJhhUPb70yU8BOuQAfRHaLOTxnnwR { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#OdNhP2Bnwmk4NFMRxTTtaqP49MxXzzf9 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#Gde6d0azqHxiH6LUWn6IkxFuHns8Kqry { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4624rem;display:block; }
#uuULKowLM4KggfbyfxFm1B3p22m6DeOT { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:6.375rem;display:block; }
#VdSia7P2lgZrlOHFcqBNOrx1EEnOhz8s { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.5380859375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#ZMIedo2GBzt61HyTL06Akn9svlZr0P3K { color:#008ce6;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.75rem;left:31.5rem;height:2.4375rem;font-style:normal;display:block; }
#e7GhOCy1f3bTKQe85ThytaDn3qUhiddr { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.09375rem;left:28.1875rem;height:1.4624rem;font-style:normal;display:block; }
#D6tnnyAARTyu6qsJMi1aTCQ1DZdQdyQi { background-color:#008ce6;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:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.59375rem;left:22rem;display:block; }
#aEb0lSTWgTw68KvXNl8Q0TAGPrD5XGTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmPUXh3DTd4J5uAo0z5cSWATEThZFF06 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.15625rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#pyzwJrsSeogHfLdWQHPCtAkxW4AumyrC { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.5996125rem;font-style:normal;display:block; }
#ZmghxZHB4m7kgqpETTk69nPD9hc1dEBl { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#I7uX9inTvWByaM5D0XpAQGgVbkVMJW7i { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#SDkMqBKAZ9rUwTLZWOph9iU8mTkTi1h6 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#mx010ClPAwm94e5aTcFmM9ioTVRCqWVT { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#RytgUw1orWu59heUntkSQdgoE8yIFIUE { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#AI80tp19LDGlmaIZQBbnDMAZ930mEk8i { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#l1XZynaJ7t66P6X983EEPnH7bigslK3n { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#omgwNCTLSDDho8pl3mef1o3zJnicS9ZR { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#X6Iu0fWPpyDzfT7pLRobxNnrIDK8tusM { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PhFTImQn2oQXWz4x9dpGt3LKN2cRvbg0 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#lG3BrNUrAIOUaZbdf8hX9Z072vdi53hs { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#wgCHQLLo16teD35RhROX78G6lJydnlOZ { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#CdrqhGNnNqK3S5t4wpyqrDUMNdQwMWAn { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#sWUBaD5azDORyFEm3iRcKWGk9N6DJn1y { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#neuaPGTICAiOZPyS3WCmvz7vkwJt5GOb { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#K7nkhotcyJra82Fc5WuNI3EGmX4FzvdW { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#Hfv6TGlAzPLlrTRze38vH8tUubiAqu8o { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#ulo5TWdwJ7zQSsc9m9VIesCHDuU11HTw { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#vZepHF0ZWXD7kVmMroVvObC2fmag8HlO { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#GpvwZCZwnlaQyOGxr31ZNrnI94ORJFsq { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#SSz56T0cTmw7RF5rez7eCZHqCtutwRVo { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#lfPEF6NwKwoFvqEM9mt82rURMNOq1dX9 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#szZ4wbG9EaD7kPRBo0DOTh6qZStyTTto { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#R9z6cMR0uL2TMow2A9ERIAFSf0LGumWl { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#e5f7ag1517wJcWIOsgnUpeFTb4mIbRDS { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#X3UslCdwTq2VuI2WUTSR6HMDlFwvpHXP { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#RzWBlno6tO4ZdKucpJLiI8AQqUHexFXn { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#yOVdSp4tFPMHpzW68sqUBbgiLFvzsbkZ { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#FBNlq1tDm0qQIVDVUg02kyffWAOHvkr1 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#q4CLluS8s3oWl738cLFBEnOEhzBrRzAr { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#zzQEgeeZVGtMIIr9lxTIcUM7V1rt5NUT { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#XUxihD61BdhCXnJ1DcsJpqMwEw5aCmBG { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:46.5rem;top:19.5625rem;left:14.25rem;overflow:hidden;display:block; }
#TDPWFd4sx6GOmJM1m25wpKNFJgdbLMXw { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:31.9375rem;top:94.125rem;left:21.53125rem;overflow:hidden;display:block; }
#xSAgL7FMcdR8wTKBDVytiMJD7chXcpyK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.6875rem;top:444.125rem;left:19.84375rem;overflow:hidden;display:block; }
#RbZRXXNWXul7PDm4yJBZbsWFuubCyZmc { 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:44.3125rem;width:31.3125rem;display:none; }
#csA5IFT11CGtq8Q4dOKAaDvxNMUFr6vO { 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:48.875rem;width:31.3125rem;display:none; }
#OUkoXhQWIxCsaNQLu9yZ0UfBT1d72qig { 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:48.875rem;width:30.625rem;display:none; }
#guyhZbp3nouBDSOLbaOSXXrvG7HhJQgl { 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:47.875rem;width:30.625rem;display:none; }
#EHT0KOfPylyRdliEphGfmHBs9fMtJBIC { 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:44.3125rem;width:31.3125rem;display:none; }
#DhotuVN8uod5a2eSFm9E8O9P2HgC6q5p { 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:48.875rem;width:31.25rem;display:none; }
#zkovhCx84T0Vr3T5W3tGBU9GHKTTBTyE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:8.3125rem;top:465.8125rem;left:19.84375rem;overflow:hidden;display:block; }
#V8x9ppAzRNyQbD87WJUBbU3Cm8azSiSJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.6875rem;top:487.3125rem;left:19.84375rem;overflow:hidden;display:block; }
#Bmsf2UHdOMR2RGOpZWtJshXEu7dEUX9Q { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:8.375rem;top:508.25rem;left:19.84375rem;overflow:hidden;display:block; }
#V0vqiZIhMKet5ddIkzBWbssCJSyt6L9v { 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:12rem;width:7.6875rem;top:529.96875rem;left:19.84375rem;overflow:hidden;display:block; }
#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 { position:relative;display:block; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 { background-color: transparent; background-image: none; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .row .container > .video-iframe-container { display: none; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .row > .video-iframe-container { display: none; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .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); }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 { border-width: 0; border-radius: 0; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .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; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .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:459.0625rem;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; }#GUxDcaFUN18VZC8TKu4NcESOayHhriDP { color:#000000;display:block;width:45.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:14.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sAumhq9zCpzAHgxFQf6Le88XMEaJud4b { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:13.4140625rem;left:15.625rem;height:13.19824375rem;text-align:left;text-align-last:left;display:block; }
#ISTSkVsacG1yUytVtIZFWwcdyuPJBOI5 { 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:22.1875rem;width:34.375rem;top:29.77197265625rem;left:20.3125rem;overflow:hidden;display:block; }
#QVa95NlJe4mQ3zU2cNhbFwExzltcOZhi { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:54.92822265625rem;left:15.625rem;height:17.59765625rem;display:block; }
#HJP9WFT6TwP6vTfC8Dg02eFlWm3ZeJWX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:34.1875rem;top:75.0625rem;left:20.40625rem;overflow:hidden;display:block; }
#ORGKKVTlyerNyD6xvG27PPwblwk8CVuG { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:100.24072265625rem;left:15.625rem;height:24.19676875rem;display:block; }
#gQ7b3v7ykNqETQx3wvxtP9me05MqSPwk { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:126.5625rem;left:15.84375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxWNkVwGM5XvGaEER9kvhdq1dKi3eIT2 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:137.09716796875rem;left:15.625rem;height:50.59329375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb0S5B58FlqJyRTaRao9wm87Or8T8pNI { color:#000000;display:block;width:37.25rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:187.68994140625rem;left:18.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Es07TPAoVFmqoS6KS9t5RnCSHMueHhKy { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:197.208984375rem;left:15.625rem;height:24.196775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z4D7w7GNVsTNHvXwLvpymRRfxTHaKvg1 { color:#000000;display:block;width:44.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:224.3125rem;left:14.875rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEkPRBKqwNA0ooxVhA8uvNKWyhIklHum { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:247.625rem;left:15.625rem;height:35.1953rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wLWSPpgIIrvfyBzz3pugvBtMRNskeZho { 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:8.5625rem;width:8.5625rem;top:235.25rem;left:32.875rem;overflow:hidden;display:block; }
#lMMB3wtd7epfpER67JeFIzbeq7NhNN2P { box-sizing:content-box;height:125rem;width:53.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,174,241,0.12);background-image:none;top:286.25rem;left:10.75rem;border-top:0.1875rem dashed #008ce6;border-left:0.1875rem dashed #008ce6;border-right:0.1875rem dashed #008ce6;border-bottom:0.1875rem dashed #008ce6;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#LnJ2rNvdB3S9DM9CW4ob77dv3gpPhbGD { color:#008ce6;display:block;width:36.9375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:288.625rem;left:19.03125rem;height:10.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p4VOlLHB2k1reccG40UJp19TbOvqaoUq { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:302.1875rem;left:15.9375rem;height:106rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ox9Rx4EfIhp21iN888AWcRh9BXLvU15R { color:#000000;display:block;width:36.75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:415.5rem;left:19.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJt3coZVdycEJyQJzxCnXMe38E0c6WHw { box-sizing:content-box;height:97.8125rem;width:27.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(248,0,0,0.12);background-image:none;top:218.5625rem;left:27.875rem;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#h9MG6zBA8klK3ykt3u2FUTPEWMgihZ8v { color:#ff0000;display:block;width:22.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:220.5625rem;left:30.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EZFoUZW8GA1nrE61wmTOyaD6gOy4rIqE { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:225.146484375rem;left:28.78125rem;height:89.57820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#fafafa;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(0,0,0,0.61);border-left:0.0625rem solid rgba(0,0,0,0.61);border-right:0.0625rem solid rgba(0,0,0,0.61);border-bottom:0.0625rem solid rgba(0,0,0,0.61); }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .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.125rem;font-family:arial;line-height:1.7;overflow:hidden;height:auto; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-trigger.adaptive-delivery-prevent-bg, #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-trigger.lazyload, #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-trigger.lazyloading { background-image: none; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX { box-sizing:content-box;height:auto;width:46.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:422.5498046875rem;left:12.8125rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #mfNi5mXJSmg5xxKbR63pWMncbBuxikK2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #rLpVvVaQ72h2LsOKoTAnDiP0Ln5Ahw5l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #tW0OFUGm7susSV10gTbwtlN7LCwOdVHI { display:block;position:relative; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #yIc2pqLfz0vG4NpiRludPQoFqq7x7egV {  }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #pxdDvr06pCDVRx69nBe8J6sWx4Hm8sDI {  }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #A3nfvlvnao5vwvGNJIR5CK8mzuckL2u0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #p27IECRiZiFPVB8gfJE9XePBMao6wr8N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #vrtOdnZtcNn0mRXh5kJtwqhA3EaLrkTf { display:block;position:relative; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #SdZEADzR9lumxPVkbsKsoT2W2DuNlghD {  }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #Tpzbr1PCOnUOPZUqXUr6moKbKiNgX13c { display:none; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #MATF5zJ3rzeaqyEd1HmHoBbo1oVJyvov { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #xeguOVr0dEmeT9pf0ZhVifNPIVceg5of { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #kSP4KJB1PRVib5wVuJCyxRbdJAZTlR7u { display:block;position:relative; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #Uz00aEitK5zvUTzGSvUxwXFQMUuwJQtw {  }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #bpyrHuVD2I9golRs5rxlbsvDzvZrp1AJ { display:none; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #PaCKnxddpcTlLUvBVCkOPFndyNFpXRry { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #TuSsawsqDDKCCZTbLAWxie7txDsItu2r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #WhR1xIShQlMtUn2aOaGWpvLb6z4T9aFZ { display:block;position:relative; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #ibTXeh3etM47qovq6DM9wngv83lwoBO6 {  }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #QlpeRrwxzbcmdU0tQG07BkN5sNQdKip0 { display:none; }
#STRIko7TPRThGUSKxQTG96tDTWyv9yiN { position:relative;display:block; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN { background-color: transparent; background-image: none; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .row .container > .video-iframe-container { display: none; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .row > .video-iframe-container { display: none; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .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); }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN { border-width: 0; border-radius: 0; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .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; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .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:571.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; }#f4azOE4TGJR6df4FOcoyPnhWMhnGEkrm { box-sizing:content-box;height:570.6875rem;width:53.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,174,241,0.12);background-image:none;top:0rem;left:10.75rem;border-top:0.1875rem dashed #008ce6;border-left:0.1875rem dashed #008ce6;border-right:0.1875rem dashed #008ce6;border-bottom:0.1875rem dashed #008ce6;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#md1GIS1SdvowkrtWM60HdWIQKgqX4TAt { color:#000000;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.10546875rem;left:17.1875rem;height:16.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtQVB1hmIcclz70dKUCPMNH5ep2p1xyz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:26.125rem;top:19.82421875rem;left:15.625rem;overflow:hidden;display:none; }
#yO5XcKnzkm8os4pebqtoLmWlrAJlqSBQ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:37.0625rem;left:15.625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#yc3VmGk5iTLt1IAvABy0O4CMhbLIIHrM { color:#000000;display:block;width:25.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:51.625rem;left:24.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J21ri8mGh8Id1Up8Th6BfW1PBCkFN3UH { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:57.9375rem;left:15.625rem;height:27.625rem;text-align:left;text-align-last:left;display:block; }
#Vylym92HnJxZHXk0pUzKgEZ3JuWz4rWs { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:88.5068359375rem;left:26.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zf6wvB8TrsqqF56J2QHxNGhKkPNiuvCK { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:119.80859375rem;left:15.625rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#smrug5oZlCiy8krNGXAxnpAf5oQzPMv9 { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:157.92431640625rem;left:17.28125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNXAwelhPktFGT8TLNWGxlW2IFQ5ozk2 { 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:28.5rem;width:39.8125rem;top:167.02783203125rem;left:17.59375rem;overflow:hidden;display:block; }
#mMcPLToixnxogLQDIhCJDX0ezXKoH1H1 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:198.64697265625rem;left:15.625rem;height:42.5rem;text-align:left;text-align-last:left;display:block; }
#C4tVaW6P3EiPwG5UaSZLAt7J0ANXE0Vd { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:244.06201171875rem;left:24.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rdv6i4lliQk8G8qBWqtVwNu2eU0mxtV6 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:251.18017578125rem;left:15.625rem;height:29.75rem;text-align:left;text-align-last:left;display:block; }
#E6Ty2r8JVcOI10WwuwXWMNs6zG3IlcsV { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:283.734375rem;left:20.34375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLVRdMGnowrf4T4rqigT6bP548OxELAG { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:318.990234375rem;left:15.625rem;height:21.25rem;text-align:left;text-align-last:left;display:block; }
#umIIgE05oR9XXy20ASiUt1neHXNAKag6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:36.9375rem;top:288.990234375rem;left:19.03125rem;overflow:hidden;display:block; }
#PqNeqi0olnLLI7itT8s7pH12TOKEWpxV { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:343.94970703125rem;left:14.84375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0eQqfNWeMOqnxSLwTVpBJ8C5t9I6HEc { 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:25.3125rem;width:38.5rem;top:350.396484375rem;left:18.25rem;overflow:hidden;display:block; }
#MfvK0goJ6CeXQkPOkdpPbFOcn4a72Lbh { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:378.79833984375rem;left:15.625rem;height:17rem;text-align:left;text-align-last:left;display:block; }
#r9A9gxSe2nHrHt0ESI4VarBxN9nfaVFg { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:398.818359375rem;left:18.0625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7IZW2deSoPIBde95izkTAk08UIhAZyE { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:19.84375rem;display:block; }
#E7PMyJfAZh2zZ8DGzRztWT7sTcV3mXi8 { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:22.65625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyqpV5rHL5HuCdSou4SnzU55V0p4f0EN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.875rem;top:422.8125rem;left:19.84375rem;overflow:hidden;display:block; }
#zTOdh15ofSpUntaBTlBRd4yZnww0qlwG { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:29.875rem;display:block; }
#NVFb0al8axnNZSrLA2OxwNUvc5KvMJwV { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:31.5rem;height:1.4624rem;display:block; }
#X9J2I8WcR7pq3IFVHo4NqfxeyRRNcRGb { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:29.875rem;height:6.375rem;display:block; }
#Mt01ZtbCTBwoObJW2w63ZuQDlMxqU5gx { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.5693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#VbvnJrxtTGaap2HSv6wkZ8nL5AKxNQzc { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:438.78125rem;left:29.875rem;display:block; }
#oLDhNoOz5HzIMBpOsWI8OcUUF7sXRfNy { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:439.2685546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#ILx7skikmqXw4FaIOse3fIbHZ9EyN0ym { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:444.125rem;left:29.875rem;height:6.375rem;display:block; }
#IKTAuMpZMByBPAWdupmkFTbn33OFupM7 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:452.0693359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#SxWkxL4SPCCfvbPnG8VyIZTvE7KTFA3n { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;top:460.46875rem;left:29.875rem;display:block; }
#lNN1ZCpzefayvtXT3gmOKDX3uhzf7D6T { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:460.9560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#DgLbTwiwuClABbzF2W1OHzksO5t2bdB7 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:29.875rem;height:6.375rem;display:block; }
#hyTJoay4SR9tKuO776i08Rsm7cIgiXIo { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:473.7568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#NFfkzaiA8ghool5VbWVTM2l4iAk4PnfH { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:29.875rem;display:block; }
#EUcuKg1HTzQIMdrZekaFJvE0bCNgkyeA { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:31.4375rem;height:1.4624rem;display:block; }
#PEbDDT8WGtzlR1aEPerEvFtP4MrTo9gp { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:487.3125rem;left:29.875rem;height:6.375rem;display:block; }
#A59NJnUHNh6XPTGtan2LyeUdiGuC33Xz { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#DpTKZpGOi372XgqwOubHW0kqWBKdzlhT { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;top:502.90625rem;left:29.875rem;display:block; }
#NRcmQ6RgQ9mFXyqBsHnTuEasWsuV7v4D { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:503.3935546875rem;left:31.5rem;height:1.4624rem;display:block; }
#IAbC5BPcNlzTS8cZDOFcBGTP6CRHnh7W { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:508.25rem;left:29.875rem;height:4.25rem;display:block; }
#aMKfddPpH5TUwwHR3lpS4H5Cu8yC8Xt8 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:516.1943359375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#Z0ipMpkU7VZJVBDHbxaFL9BDr83UFxNn { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;top:524.625rem;left:29.875rem;display:block; }
#Nk6klDNk24PflfNbZVnz9XuDtN2exTis { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:525.1123046875rem;left:31.4375rem;height:1.4624rem;display:block; }
#tTstOIesT0Bcx18RZns9ZuqoGcPPyM1v { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:529.96875rem;left:29.875rem;height:6.375rem;display:block; }
#MV9a8JbK9gJt9VBqTs53LAwkGimsOuoN { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:537.5380859375rem;left:45.375rem;height:1.4624rem;font-style:normal;display:block; }
#QtH5twf6ptpyFxTKTzDxF1fQxDTsql0v { color:#008ce6;display:block;width:12rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:544.75rem;left:31.5rem;height:2.4375rem;font-style:normal;display:block; }
#ZZmqoJ5xzLb2iCZannzE6kHn0NzL5XZK { color:#000000;display:block;width:18.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:548.09375rem;left:28.1875rem;height:1.4624rem;font-style:normal;display:block; }
#exQp3tiFXW4dBv8TniTXqIz2pQ7GADhg { background-color:#008ce6;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:rubik;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5rem;height:5.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:551.59375rem;left:22rem;display:block; }
#ZGrfbKcD5CeJ6oTGT8ulfa0UQpQZreuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEWo2LU1vOZDmI6Tngc7audXSnVrLpbh { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:560.15625rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#rkgEZh0hGwFiw9mmIPhTyqkNUTuKshsJ { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:562.09375rem;left:26.6875rem;height:5.5996125rem;font-style:normal;display:block; }
#FDJeNdTmx2CwTHi9wDzTQIhnugs2mdgi { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:560.15625rem;left:18.3125rem;overflow:hidden;display:block; }
#u1UaCxvlElhxdys3y5DOT2gFiKBXIE6C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:12.3125rem;top:419.84375rem;left:20.875rem;overflow:hidden;display:none; }
#HzkZESvbcuiPdWuNOboPK2vw9qDIOoTX { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:417.46875rem;left:33.1875rem;display:none; }
#zFPvltBRavTraziuFTJzh8nq0W1xI3dN { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:417.9560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#b8TxOHdLqRB4XslZnkf3zJ8txw6FAoTG { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:422.8125rem;left:33.1875rem;height:6.375rem;display:none; }
#T5gvoEFqck0IIOc197FJ6k4R6wvubIO5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:430.7568359375rem;left:49.28125rem;height:2.92480625rem;font-style:normal;display:none; }
#lxlSK3eH5GC5BaGs3xt9TiceBhk9UpNq { color:#000000;display:block;width:38.875rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:399.12060546875rem;left:21.09375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ECMDcn9Rq48naEB5riK7kcimA3ctRfZE { box-sizing:content-box;height:4.0625rem;width:35.3125rem;position:absolute;display:block;z-index:15001;background-color:#008ce6;background-image:none;top:409.662109375rem;left:22.90625rem;display:none; }
#yUgoldOBIZeEtDsCVi1FlBxV8DxTNbyA { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:410.3125rem;left:25.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rl5zkeTxodvU86QN5uXKGEKl2gNE8p2V { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#kZMiwAJXK7kFrf937IZ4SDymGM5UJiId { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#Qm3eCQo5f1Q1v7v75ay90vyZavcSOam9 { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#PSiuFVegkeeyi6gWS93Bb1n2JvZ3CHBt { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#NHS2EbWnU8kIqlgNkMET4a7X6y3bDoXH { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#ZOJuPVlTB6ESylVZOUbpbzMKWbzugzsp { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#azLdVo2QvCBt6TIV6PSQ81Pp9IWP0pPO { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#OcxO8xuxoOChI7kzB41lqq7xkri1TBpa { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#L2T4FvaaR8thTrtf1rflSZmJJTwmE7kT { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#Ul1xfiQw9ns8e37IeTfWDRu94uHoSWlf { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#AwBRqxtnwQdhlS29LoPWrOqkxfxatdMa { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#hp95lSU7Hwm90IqS40lVTx8f3LHmzFdh { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#wTaRskT2n1yMT0VDz4tpHRREi0qQ8nLn { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#lQCpA4KAxC3adkXAtdgkSOXah5yaztQK { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#aDzHGQ4TFo22E6GumgEnsIXZ4OuLdBLU { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#TbDG0AOZqTPdTalcf8p3TnOCd1USogaw { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#EVNnXipiGkDsubt8aD5ZinbDZorgDi4T { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#q0F7DPo90eT8OfhWLryzQUN9TT8P1GX9 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#svxSfBvUhDWA6BBIs7TPvhigKImDNs4T { box-sizing:content-box;height:2.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;top:481.96875rem;left:33.1875rem;display:none; }
#OFvyXfF7N076IHMHW4pT6nnmJNKnl6iz { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:482.4560546875rem;left:34.75rem;height:1.4624rem;display:none; }
#MJ1ktS08EbcBEWHDoT6LgeIBKEoBN9m7 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:465.8125rem;left:32.84375rem;height:6.375rem;display:none; }
#XnUA0FDHO0DJUKn95w6uRssZ2gMsrbMG { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:495.2568359375rem;left:49.28125rem;height:1.4624rem;font-style:normal;display:none; }
#yWlyga6ho4Th8kzqRFeQTdmkRw3h4qTg { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:46.5rem;top:19.5625rem;left:14.25rem;overflow:hidden;display:block; }
#KVS9MiTeBUOICw7Q3FeVtH4ck4RJp4xm { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:31.9375rem;top:94.125rem;left:21.53125rem;overflow:hidden;display:block; }
#Sknh4aJ0W38Wwx6BJWfmRXKD70qaiw0a { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:7.6875rem;top:444.125rem;left:19.84375rem;overflow:hidden;display:block; }
#HPIqlkpdZhRScbdc1Vx3Xk2rWtNWCyxW { 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:44.3125rem;width:31.3125rem;display:none; }
#zr4obZe8uNUoLcVyTCOk5v1P9IGaCLhw { 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:48.875rem;width:31.3125rem;display:none; }
#THx94VCcxphQXkDfOUZH5Ad0sr3h0oi0 { 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:48.875rem;width:30.625rem;display:none; }
#Tv1snBITmGSBtTbgp1Koft1ZdgP1UDo3 { 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:47.875rem;width:30.625rem;display:none; }
#xgd0dlAXvWSRKwdlFt8fXa1CaeUnS0Rb { 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:44.3125rem;width:31.3125rem;display:none; }
#mSHAf6E0d6F954izCAS5fgIVmr7I6Om3 { 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:48.875rem;width:31.25rem;display:none; }
#mKEgV2Eqh0bzAcEyoTIPpAPXqoLeaUdm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:8.3125rem;top:465.8125rem;left:19.84375rem;overflow:hidden;display:block; }
#xdHZp2qh9Lp8rsd0pnNf1Q7QXUDnF7bx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.6875rem;top:487.3125rem;left:19.84375rem;overflow:hidden;display:block; }
#S90GT7e9EIK73bTFUViynuevcBA5eD3a { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:8.375rem;top:508.25rem;left:19.84375rem;overflow:hidden;display:block; }
#bVobdOBt4GVEghITFIoGgUFiiI4MC79w { 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:12rem;width:7.6875rem;top:529.96875rem;left:19.84375rem;overflow:hidden;display:block; }
#piB7tv68S8XP5TMc6yJtF0428dR3urIx { position:relative;display:block; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx { background-color: transparent; background-image: none; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .row .container > .video-iframe-container { display: none; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .row > .video-iframe-container { display: none; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .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); }#piB7tv68S8XP5TMc6yJtF0428dR3urIx { border-width: 0; border-radius: 0; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .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; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .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:7rem;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; }#DuaFztnGgD8PT3TtoSl6FxprBEKmx2Ed { color:#000000;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:2.88720703125rem;left:30.875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s19vTTQvKlT91lkshC24aoiwFy3dqkvG { top:1.125rem;left:12.375rem;width:23rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQOdc6zqU85ZoyzXV46tnJovfTAckhbk { top:1.25rem;left:12.625rem;width:23.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh73th2RDQyAkl0U80r0fg3pTdyMDdZf { top:3.8125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHwSWFyFpmaMAG1Iv2DbXlOPdugdCAtn { top:15.0625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uiiz7M30ln1PBeAkUEC0ykrFzHGfSf80 { top:25.5625rem;left:22.4375rem;width:24.9375rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlLO36u1ggTt1rKSF8IHhBfSWAiLbHv8 { top:22.875rem;left:22.4375rem;width:25.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2oWEfZD0dGZr2HPiCJCNnHmzQCMPSho { top:24rem;left:29.8125rem;width:17.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEztQgPplVP9m81XZDiJkBZzcx3SzRtb { top:22.25rem;left:28.40625rem;width:4.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpuyu4MvzTMUUIvXHNuTfx1ZkCDipnb { top:22.4375rem;left:28.9375rem;width:3.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCs1oAMDmyewIykS5WD0572Jvp7EaNGU { top:27.25rem;left:26rem;width:21.75rem;height:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZ4Ww06t5bCNiZcIoUsODJLzkdmxvMf { top:56.5rem;left:31.84375rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeOihSf5WXAW6VOh2kaRtt2vvUpfm62 { top:56.4375rem;left:40.75rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUPRk0TeEwJNRFz85EBCRI6p93IvvvH1 { width:13.75rem;height:2.625rem;top:58.625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAra7f2BEDaUl47a89ZfRcFBrTH6tAz6 { display:block; }
 }@media only screen and (max-width: 763px) { #zkBwa9k2lbXLvozKZXMKPL3lltexDm0R { top:64.4375rem;left:35.9375rem;width:8.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaqIFTgnNePOgFxCE0C10s6yWnMcFPiy { top:62.125rem;left:34.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ7laEPyOdqZ8tu1a2D10c7BGvyIpIhp { width:8.5rem;height:1.3125rem;top:62.0625rem;left:36.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTfnRTRA6U3rE1fFlcxd0B3mIzRGzn2v { top:24.4375rem;left:0rem;width:33.5625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ { display:block; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdnUQDfsS4sHAtpXdSpT11N5L71qsUox { top:1.5rem;left:0.6875rem;width:46.375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhttOQAhr6ifoyq06ATdLxWpol0VRViX { top:10.375rem;left:0.4375rem;width:46.875rem;height:48.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPG81qJ1J8c54iJomTaZkbTJrFPTIigx { top:60.8125rem;left:4.0625rem;width:39.625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adGpz7QZPhIOxlrUcMhRik8qe0kerOpI { top:89.5625rem;left:0.4375rem;width:46.875rem;height:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpgVqTTEu0G4cAE5P94TKumWvayr855W { top:121.875rem;left:9.5rem;width:28.75rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60btq7FyLFPpocp2RK5LRx20qVfDGMR { top:131.3125rem;left:0.40625rem;width:46.9375rem;height:68.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 { display:block; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Ws59ThNI0AMwOHohyQD9G18BvCn2PL { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rvNBw79AqiVCb3VJULTMSqy6xXEt0y { top:2.0625rem;left:3.5625rem;width:40.625rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1b2yATTL9tosbKSJQDz0COwsHbymXwJ { top:19.8125rem;left:2rem;width:26.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDQXukIk6Tub3kRKsXJyBcUG8vZhX97k { top:37.0625rem;left:2rem;width:43.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuK2fX73Q38Lo2dNFAmyGUuHqB1nK5Vu { top:51.625rem;left:10.9375rem;width:25.875rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuG3M0rtfUATN0xBPgWtym3EOOMX992M { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atCp4UQhM1yEWLTt4sCFuSJeU93cBfcO { top:88.5rem;left:13.09375rem;width:21.5625rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9r7MeKZHFo3cxmlUh3KNpZPswCwhz4 { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHeqPq4I4isCnSqAk0q23Rr4DMmzEnOz { top:157.875rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeAgRh7EblJMAws1ETMK4RTM3i1GoIAh { top:167rem;left:3.96875rem;width:39.8125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsiApwmRVc5x9vtLt710DfKwL1Bi617a { top:198.625rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwpUB3hI6gDLbSDBfDAINcgPtak3P0oV { top:244rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3nlHvP6lALPkUQdwm1W0kEPRsTNBnr5 { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCWgP8gQkcLCyeaSAZF0T4aTLB3hHFAf { top:283.6875rem;left:6.71875rem;width:34.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuEDTU7x7r1Eyvnv9zmnmPRnL1NdZAEa { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiQvugWTMtvkScWr0qJqArsqdHzLsTcp { top:288.9375rem;left:5.40625rem;width:36.9375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFxlcnRHCdS5GmH1Tz8dPcz6RTaNz7pT { top:343.9375rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK2yNu1TB91Tx3P4rFGTqU3cHZsDPRgB { top:350.375rem;left:4.625rem;width:38.5rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1FkWS97Cq2WO6nTRitQr7l3fUlkZMze { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptqiTcyTHbTz052PnQthXCsovD0LZRh7 { top:398.8125rem;left:4.4375rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqQ8eBsIiFPX2LrKE36ukw8ki8xaHTC { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7CTVWNC2Rx1BVOmpBOX9ffGPgxiRS38 { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEnPbwdefQnpnZIFDmJNPtCbE8svniP { top:422.8125rem;left:6.21875rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msd1hKmukf6hD2d1H05RLbINtZDJAPfT { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9XTtzQyWvBl9nmaT0VBaMsH5PZfFQgp { top:417.9375rem;left:17.875rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS5tElBV3BUe6QTvGBoCTIfvTFdZiqm8 { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJIH2QD04FmXxilo14fG3iC5ON5z72W { top:430.5625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32QgVtxVeVWovuH8g7PAcFWl1LVVbSk { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqXAzTSGdFVBB2sZ9400L2MABTIid8z9 { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhOWyP26mynBPaNJVgKO4hLsrniEKnb { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbqCIHns3Ma7GlA2eygfm9N4etSXHooy { top:452.0625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTh1fwwH2xOqmK5Gga0eOpRoQUbq4Syr { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfaaJDXTiOuxp7VgDEryyPp9I3deX1l { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSGHHQavCxSdyP8waVybLygX7UyOt26 { top:465.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfePHita269pp08nTuCyZaVP5KpRrKe3 { top:473.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWbonycIT89zyItczLUDCiBTsBX2L8o { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1L1Q4EBeidBamT22CGfeqIyeKqVBpK2 { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtu7wP6UkNoXyD1aTt80Fi43T2tN6qo { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzfaO1SkMAA92BiIcVou7SiRIKTPTTWz { top:495.25rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3gmmffLUM6gi1q53hUsyA1BxZW623kJ { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMUt3yEV6doyWm3ZvWO9GRC687faAQbv { top:503.375rem;left:17.875rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuDEBOUTaVbfbPydBQShPqvD6mor5XOa { top:508.25rem;left:16.25rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lefbJhhUPb70yU8BOuQAfRHaLOTxnnwR { top:516.1875rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdNhP2Bnwmk4NFMRxTTtaqP49MxXzzf9 { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gde6d0azqHxiH6LUWn6IkxFuHns8Kqry { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuULKowLM4KggfbyfxFm1B3p22m6DeOT { top:529.9375rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdSia7P2lgZrlOHFcqBNOrx1EEnOhz8s { top:537.5rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMIedo2GBzt61HyTL06Akn9svlZr0P3K { top:544.75rem;left:17.875rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7GhOCy1f3bTKQe85ThytaDn3qUhiddr { top:548.0625rem;left:14.5625rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6tnnyAARTyu6qsJMi1aTCQ1DZdQdyQi { width:31.5rem;height:5.125rem;top:551.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEb0lSTWgTw68KvXNl8Q0TAGPrD5XGTA { display:block; }
 }@media only screen and (max-width: 763px) { #fmPUXh3DTd4J5uAo0z5cSWATEThZFF06 { top:560.1875rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyzwJrsSeogHfLdWQHPCtAkxW4AumyrC { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmghxZHB4m7kgqpETTk69nPD9hc1dEBl { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uX9inTvWByaM5D0XpAQGgVbkVMJW7i { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDkMqBKAZ9rUwTLZWOph9iU8mTkTi1h6 { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mx010ClPAwm94e5aTcFmM9ioTVRCqWVT { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RytgUw1orWu59heUntkSQdgoE8yIFIUE { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI80tp19LDGlmaIZQBbnDMAZ930mEk8i { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1XZynaJ7t66P6X983EEPnH7bigslK3n { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #omgwNCTLSDDho8pl3mef1o3zJnicS9ZR { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6Iu0fWPpyDzfT7pLRobxNnrIDK8tusM { top:410.3125rem;left:11.40625rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhFTImQn2oQXWz4x9dpGt3LKN2cRvbg0 { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lG3BrNUrAIOUaZbdf8hX9Z072vdi53hs { top:379.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgCHQLLo16teD35RhROX78G6lJydnlOZ { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdrqhGNnNqK3S5t4wpyqrDUMNdQwMWAn { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWUBaD5azDORyFEm3iRcKWGk9N6DJn1y { top:407.8125rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #neuaPGTICAiOZPyS3WCmvz7vkwJt5GOb { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7nkhotcyJra82Fc5WuNI3EGmX4FzvdW { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hfv6TGlAzPLlrTRze38vH8tUubiAqu8o { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulo5TWdwJ7zQSsc9m9VIesCHDuU11HTw { top:436.4375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZepHF0ZWXD7kVmMroVvObC2fmag8HlO { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpvwZCZwnlaQyOGxr31ZNrnI94ORJFsq { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSz56T0cTmw7RF5rez7eCZHqCtutwRVo { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfPEF6NwKwoFvqEM9mt82rURMNOq1dX9 { top:465.75rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #szZ4wbG9EaD7kPRBo0DOTh6qZStyTTto { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9z6cMR0uL2TMow2A9ERIAFSf0LGumWl { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5f7ag1517wJcWIOsgnUpeFTb4mIbRDS { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3UslCdwTq2VuI2WUTSR6HMDlFwvpHXP { top:495.4375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzWBlno6tO4ZdKucpJLiI8AQqUHexFXn { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOVdSp4tFPMHpzW68sqUBbgiLFvzsbkZ { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBNlq1tDm0qQIVDVUg02kyffWAOHvkr1 { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4CLluS8s3oWl738cLFBEnOEhzBrRzAr { top:525.625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzQEgeeZVGtMIIr9lxTIcUM7V1rt5NUT { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUxihD61BdhCXnJ1DcsJpqMwEw5aCmBG { top:19.5625rem;left:0.625rem;width:46.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDPWFd4sx6GOmJM1m25wpKNFJgdbLMXw { top:94.125rem;left:7.90625rem;width:31.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAgL7FMcdR8wTKBDVytiMJD7chXcpyK { top:444.125rem;left:6.21875rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbZRXXNWXul7PDm4yJBZbsWFuubCyZmc { width:31.3125rem;height:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #csA5IFT11CGtq8Q4dOKAaDvxNMUFr6vO { width:31.3125rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OUkoXhQWIxCsaNQLu9yZ0UfBT1d72qig { width:30.625rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #guyhZbp3nouBDSOLbaOSXXrvG7HhJQgl { width:30.625rem;height:47.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHT0KOfPylyRdliEphGfmHBs9fMtJBIC { width:31.3125rem;height:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhotuVN8uod5a2eSFm9E8O9P2HgC6q5p { width:31.25rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkovhCx84T0Vr3T5W3tGBU9GHKTTBTyE { top:465.8125rem;left:6.21875rem;width:8.3125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8x9ppAzRNyQbD87WJUBbU3Cm8azSiSJ { top:487.3125rem;left:6.21875rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmsf2UHdOMR2RGOpZWtJshXEu7dEUX9Q { top:508.25rem;left:6.21875rem;width:8.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0vqiZIhMKet5ddIkzBWbssCJSyt6L9v { top:529.9375rem;left:6.21875rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 { display:block; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUxDcaFUN18VZC8TKu4NcESOayHhriDP { top:3.625rem;left:1.25rem;width:45.25rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAumhq9zCpzAHgxFQf6Le88XMEaJud4b { top:13.375rem;left:2rem;width:43.75rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTSkVsacG1yUytVtIZFWwcdyuPJBOI5 { top:29.75rem;left:6.6875rem;width:34.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVa95NlJe4mQ3zU2cNhbFwExzltcOZhi { top:54.875rem;left:2rem;width:43.75rem;height:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJP9WFT6TwP6vTfC8Dg02eFlWm3ZeJWX { top:75.0625rem;left:6.78125rem;width:34.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORGKKVTlyerNyD6xvG27PPwblwk8CVuG { top:100.1875rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7b3v7ykNqETQx3wvxtP9me05MqSPwk { top:126.5625rem;left:2.21875rem;width:43.3125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWNkVwGM5XvGaEER9kvhdq1dKi3eIT2 { top:137.125rem;left:2rem;width:43.75rem;height:50.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0S5B58FlqJyRTaRao9wm87Or8T8pNI { top:187.6875rem;left:5.25rem;width:37.25rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es07TPAoVFmqoS6KS9t5RnCSHMueHhKy { top:197.1875rem;left:2rem;width:43.75rem;height:24.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4D7w7GNVsTNHvXwLvpymRRfxTHaKvg1 { top:224.3125rem;left:1.25rem;width:44.5625rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkPRBKqwNA0ooxVhA8uvNKWyhIklHum { top:247.625rem;left:2rem;width:43.75rem;height:35.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWSPpgIIrvfyBzz3pugvBtMRNskeZho { top:235.25rem;left:19.25rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMMB3wtd7epfpER67JeFIzbeq7NhNN2P { top:286.25rem;left:0rem;width:47.375rem;height:125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnJ2rNvdB3S9DM9CW4ob77dv3gpPhbGD { top:288.625rem;left:5.40625rem;width:36.9375rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4VOlLHB2k1reccG40UJp19TbOvqaoUq { top:302.1875rem;left:2.3125rem;width:43.75rem;height:106rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9Rx4EfIhp21iN888AWcRh9BXLvU15R { top:415.5rem;left:5.5rem;width:36.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJt3coZVdycEJyQJzxCnXMe38E0c6WHw { top:218.5625rem;left:14.25rem;width:27.125rem;height:97.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9MG6zBA8klK3ykt3u2FUTPEWMgihZ8v { top:248.125rem;left:0rem;width:20rem;height:2.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZFoUZW8GA1nrE61wmTOyaD6gOy4rIqE { top:252.125rem;left:0rem;width:18.6875rem;height:110.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX { display:flex;height:auto;width:27.8125rem;top:324rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #mfNi5mXJSmg5xxKbR63pWMncbBuxikK2 {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #rLpVvVaQ72h2LsOKoTAnDiP0Ln5Ahw5l {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #tW0OFUGm7susSV10gTbwtlN7LCwOdVHI {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #yIc2pqLfz0vG4NpiRludPQoFqq7x7egV {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #pxdDvr06pCDVRx69nBe8J6sWx4Hm8sDI {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #A3nfvlvnao5vwvGNJIR5CK8mzuckL2u0 {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #p27IECRiZiFPVB8gfJE9XePBMao6wr8N {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #vrtOdnZtcNn0mRXh5kJtwqhA3EaLrkTf {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #SdZEADzR9lumxPVkbsKsoT2W2DuNlghD {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #Tpzbr1PCOnUOPZUqXUr6moKbKiNgX13c {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #MATF5zJ3rzeaqyEd1HmHoBbo1oVJyvov {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #xeguOVr0dEmeT9pf0ZhVifNPIVceg5of {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #kSP4KJB1PRVib5wVuJCyxRbdJAZTlR7u {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #Uz00aEitK5zvUTzGSvUxwXFQMUuwJQtw {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #bpyrHuVD2I9golRs5rxlbsvDzvZrp1AJ {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #PaCKnxddpcTlLUvBVCkOPFndyNFpXRry {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #TuSsawsqDDKCCZTbLAWxie7txDsItu2r {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #WhR1xIShQlMtUn2aOaGWpvLb6z4T9aFZ {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #ibTXeh3etM47qovq6DM9wngv83lwoBO6 {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #QlpeRrwxzbcmdU0tQG07BkN5sNQdKip0 {  }
 }@media only screen and (max-width: 763px) { #STRIko7TPRThGUSKxQTG96tDTWyv9yiN { display:block; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4azOE4TGJR6df4FOcoyPnhWMhnGEkrm { top:0rem;left:0rem;width:47.375rem;height:570.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1GIS1SdvowkrtWM60HdWIQKgqX4TAt { top:2.0625rem;left:3.5625rem;width:40.625rem;height:16.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtQVB1hmIcclz70dKUCPMNH5ep2p1xyz { top:19.8125rem;left:2rem;width:26.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO5XcKnzkm8os4pebqtoLmWlrAJlqSBQ { top:37.0625rem;left:2rem;width:43.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc3VmGk5iTLt1IAvABy0O4CMhbLIIHrM { top:51.625rem;left:10.9375rem;width:25.875rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J21ri8mGh8Id1Up8Th6BfW1PBCkFN3UH { top:57.9375rem;left:2rem;width:43.75rem;height:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vylym92HnJxZHXk0pUzKgEZ3JuWz4rWs { top:88.5rem;left:13.09375rem;width:21.5625rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf6wvB8TrsqqF56J2QHxNGhKkPNiuvCK { top:119.8125rem;left:2rem;width:43.75rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smrug5oZlCiy8krNGXAxnpAf5oQzPMv9 { top:157.875rem;left:3.65625rem;width:40.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNXAwelhPktFGT8TLNWGxlW2IFQ5ozk2 { top:167rem;left:3.96875rem;width:39.8125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMcPLToixnxogLQDIhCJDX0ezXKoH1H1 { top:198.625rem;left:2rem;width:43.75rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4tVaW6P3EiPwG5UaSZLAt7J0ANXE0Vd { top:244rem;left:11.21875rem;width:25.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdv6i4lliQk8G8qBWqtVwNu2eU0mxtV6 { top:251.1875rem;left:2rem;width:43.75rem;height:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Ty2r8JVcOI10WwuwXWMNs6zG3IlcsV { top:283.6875rem;left:6.71875rem;width:34.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVRdMGnowrf4T4rqigT6bP548OxELAG { top:319rem;left:2rem;width:43.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umIIgE05oR9XXy20ASiUt1neHXNAKag6 { top:288.9375rem;left:5.40625rem;width:36.9375rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNeqi0olnLLI7itT8s7pH12TOKEWpxV { top:343.9375rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eQqfNWeMOqnxSLwTVpBJ8C5t9I6HEc { top:350.375rem;left:4.625rem;width:38.5rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfvK0goJ6CeXQkPOkdpPbFOcn4a72Lbh { top:378.8125rem;left:2rem;width:43.75rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9A9gxSe2nHrHt0ESI4VarBxN9nfaVFg { top:398.8125rem;left:4.4375rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7IZW2deSoPIBde95izkTAk08UIhAZyE { top:409.625rem;left:6.21875rem;width:35.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7PMyJfAZh2zZ8DGzRztWT7sTcV3mXi8 { top:410.3125rem;left:9.03125rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyqpV5rHL5HuCdSou4SnzU55V0p4f0EN { top:422.8125rem;left:6.21875rem;width:7.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTOdh15ofSpUntaBTlBRd4yZnww0qlwG { top:417.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFb0al8axnNZSrLA2OxwNUvc5KvMJwV { top:417.9375rem;left:17.875rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9J2I8WcR7pq3IFVHo4NqfxeyRRNcRGb { top:422.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt01ZtbCTBwoObJW2w63ZuQDlMxqU5gx { top:430.5625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbvnJrxtTGaap2HSv6wkZ8nL5AKxNQzc { top:438.8125rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLDhNoOz5HzIMBpOsWI8OcUUF7sXRfNy { top:439.25rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILx7skikmqXw4FaIOse3fIbHZ9EyN0ym { top:444.125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTAuMpZMByBPAWdupmkFTbn33OFupM7 { top:452.0625rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxWkxL4SPCCfvbPnG8VyIZTvE7KTFA3n { top:460.5rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNN1ZCpzefayvtXT3gmOKDX3uhzf7D6T { top:460.9375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgLbTwiwuClABbzF2W1OHzksO5t2bdB7 { top:465.8125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTJoay4SR9tKuO776i08Rsm7cIgiXIo { top:473.75rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFfkzaiA8ghool5VbWVTM2l4iAk4PnfH { top:482rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUcuKg1HTzQIMdrZekaFJvE0bCNgkyeA { top:482.4375rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEbDDT8WGtzlR1aEPerEvFtP4MrTo9gp { top:487.3125rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A59NJnUHNh6XPTGtan2LyeUdiGuC33Xz { top:495.25rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpTKZpGOi372XgqwOubHW0kqWBKdzlhT { top:502.9375rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRcmQ6RgQ9mFXyqBsHnTuEasWsuV7v4D { top:503.375rem;left:17.875rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAbC5BPcNlzTS8cZDOFcBGTP6CRHnh7W { top:508.25rem;left:16.25rem;width:24.5rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMKfddPpH5TUwwHR3lpS4H5Cu8yC8Xt8 { top:516.1875rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0ipMpkU7VZJVBDHbxaFL9BDr83UFxNn { top:524.625rem;left:16.25rem;width:10.9375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6klDNk24PflfNbZVnz9XuDtN2exTis { top:525.0625rem;left:17.8125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTstOIesT0Bcx18RZns9ZuqoGcPPyM1v { top:529.9375rem;left:16.25rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV9a8JbK9gJt9VBqTs53LAwkGimsOuoN { top:537.5rem;left:31.75rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtH5twf6ptpyFxTKTzDxF1fQxDTsql0v { top:544.75rem;left:17.875rem;width:12rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmqoJ5xzLb2iCZannzE6kHn0NzL5XZK { top:548.0625rem;left:14.5625rem;width:18.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exQp3tiFXW4dBv8TniTXqIz2pQ7GADhg { width:31.5rem;height:5.125rem;top:551.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrfbKcD5CeJ6oTGT8ulfa0UQpQZreuq { display:block; }
 }@media only screen and (max-width: 763px) { #oEWo2LU1vOZDmI6Tngc7audXSnVrLpbh { top:560.1875rem;left:13.0625rem;width:27.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkgEZh0hGwFiw9mmIPhTyqkNUTuKshsJ { top:562.125rem;left:13.0625rem;width:27.6875rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJeNdTmx2CwTHi9wDzTQIhnugs2mdgi { top:560.1875rem;left:4.6875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UaCxvlElhxdys3y5DOT2gFiKBXIE6C { top:419.875rem;left:7.25rem;width:12.3125rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzkZESvbcuiPdWuNOboPK2vw9qDIOoTX { top:417.4375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFPvltBRavTraziuFTJzh8nq0W1xI3dN { top:417.9375rem;left:21.125rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8TxOHdLqRB4XslZnkf3zJ8txw6FAoTG { top:422.8125rem;left:19.5625rem;width:24.5rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5gvoEFqck0IIOc197FJ6k4R6wvubIO5 { top:430.75rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxlSK3eH5GC5BaGs3xt9TiceBhk9UpNq { top:399.0625rem;left:7.46875rem;width:38.875rem;height:7.3125rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECMDcn9Rq48naEB5riK7kcimA3ctRfZE { top:409.625rem;left:9.28125rem;width:35.3125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUgoldOBIZeEtDsCVi1FlBxV8DxTNbyA { top:410.3125rem;left:11.40625rem;width:29.6875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl5zkeTxodvU86QN5uXKGEKl2gNE8p2V { top:375.875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZMiwAJXK7kFrf937IZ4SDymGM5UJiId { top:379.375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm3eCQo5f1Q1v7v75ay90vyZavcSOam9 { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSiuFVegkeeyi6gWS93Bb1n2JvZ3CHBt { top:404.4375rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHS2EbWnU8kIqlgNkMET4a7X6y3bDoXH { top:407.8125rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOJuPVlTB6ESylVZOUbpbzMKWbzugzsp { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #azLdVo2QvCBt6TIV6PSQ81Pp9IWP0pPO { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcxO8xuxoOChI7kzB41lqq7xkri1TBpa { top:433.0625rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2T4FvaaR8thTrtf1rflSZmJJTwmE7kT { top:436.4375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul1xfiQw9ns8e37IeTfWDRu94uHoSWlf { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwBRqxtnwQdhlS29LoPWrOqkxfxatdMa { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hp95lSU7Hwm90IqS40lVTx8f3LHmzFdh { top:462.1875rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTaRskT2n1yMT0VDz4tpHRREi0qQ8nLn { top:465.75rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQCpA4KAxC3adkXAtdgkSOXah5yaztQK { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDzHGQ4TFo22E6GumgEnsIXZ4OuLdBLU { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbDG0AOZqTPdTalcf8p3TnOCd1USogaw { top:491.75rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVNnXipiGkDsubt8aD5ZinbDZorgDi4T { top:495.4375rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0F7DPo90eT8OfhWLryzQUN9TT8P1GX9 { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #svxSfBvUhDWA6BBIs7TPvhigKImDNs4T { top:481.9375rem;left:19.5625rem;width:10.9375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFvyXfF7N076IHMHW4pT6nnmJNKnl6iz { top:522.125rem;left:0rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJ1ktS08EbcBEWHDoT6LgeIBKEoBN9m7 { top:525.625rem;left:0rem;width:16.9375rem;height:5.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnUA0FDHO0DJUKn95w6uRssZ2gMsrbMG { top:495.25rem;left:35.65625rem;width:8.9375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWlyga6ho4Th8kzqRFeQTdmkRw3h4qTg { top:19.5625rem;left:0.625rem;width:46.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVS9MiTeBUOICw7Q3FeVtH4ck4RJp4xm { top:94.125rem;left:7.90625rem;width:31.9375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sknh4aJ0W38Wwx6BJWfmRXKD70qaiw0a { top:444.125rem;left:6.21875rem;width:7.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPIqlkpdZhRScbdc1Vx3Xk2rWtNWCyxW { width:31.3125rem;height:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zr4obZe8uNUoLcVyTCOk5v1P9IGaCLhw { width:31.3125rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #THx94VCcxphQXkDfOUZH5Ad0sr3h0oi0 { width:30.625rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tv1snBITmGSBtTbgp1Koft1ZdgP1UDo3 { width:30.625rem;height:47.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgd0dlAXvWSRKwdlFt8fXa1CaeUnS0Rb { width:31.3125rem;height:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSHAf6E0d6F954izCAS5fgIVmr7I6Om3 { width:31.25rem;height:48.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKEgV2Eqh0bzAcEyoTIPpAPXqoLeaUdm { top:465.8125rem;left:6.21875rem;width:8.3125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHZp2qh9Lp8rsd0pnNf1Q7QXUDnF7bx { top:487.3125rem;left:6.21875rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #S90GT7e9EIK73bTFUViynuevcBA5eD3a { top:508.25rem;left:6.21875rem;width:8.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVobdOBt4GVEghITFIoGgUFiiI4MC79w { top:529.9375rem;left:6.21875rem;width:7.6875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #piB7tv68S8XP5TMc6yJtF0428dR3urIx { display:block; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuaFztnGgD8PT3TtoSl6FxprBEKmx2Ed { top:2.875rem;left:17.25rem;width:13.25rem;height:1.1875rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:100.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s19vTTQvKlT91lkshC24aoiwFy3dqkvG { width:20rem;height:3.0625rem;top:0.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQOdc6zqU85ZoyzXV46tnJovfTAckhbk { width:19.125rem;height:2.2744125rem;top:1.2802734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lh73th2RDQyAkl0U80r0fg3pTdyMDdZf { width:20rem;height:15.3535rem;top:5.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHwSWFyFpmaMAG1Iv2DbXlOPdugdCAtn { width:20rem;height:8.9238125rem;top:21.60888671875rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Uiiz7M30ln1PBeAkUEC0ykrFzHGfSf80 { width:19.625rem;height:38.5rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlLO36u1ggTt1rKSF8IHhBfSWAiLbHv8 { width:20rem;height:3.25rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2oWEfZD0dGZr2HPiCJCNnHmzQCMPSho { width:17.9375rem;height:1.3808625rem;top:52.8125rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEztQgPplVP9m81XZDiJkBZzcx3SzRtb { width:4.5625rem;height:1.25rem;top:51.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpuyu4MvzTMUUIvXHNuTfx1ZkCDipnb { width:3.5625rem;height:0.9746125rem;top:51.1875rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCs1oAMDmyewIykS5WD0572Jvp7EaNGU { width:17.375rem;height:33.25rem;top:55.75rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FvZ4Ww06t5bCNiZcIoUsODJLzkdmxvMf { width:8.3125rem;height:1.05615rem;top:90.125rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikeOihSf5WXAW6VOh2kaRtt2vvUpfm62 { width:5.5rem;height:1.13720625rem;top:90.0625rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUPRk0TeEwJNRFz85EBCRI6p93IvvvH1 { width:13.75rem;height:2.625rem;top:91.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAra7f2BEDaUl47a89ZfRcFBrTH6tAz6 { display:block; }
 }@media only screen and (max-width: 763px) { #zkBwa9k2lbXLvozKZXMKPL3lltexDm0R { width:8.9375rem;height:1.375rem;top:97.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaqIFTgnNePOgFxCE0C10s6yWnMcFPiy { display:flex;width:1.25rem;height:1.25rem;top:95.25rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #PQ7laEPyOdqZ8tu1a2D10c7BGvyIpIhp { width:8.5rem;height:1.2246125rem;top:95.3125rem;left:7.125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vTfnRTRA6U3rE1fFlcxd0B3mIzRGzn2v { width:19.3125rem;height:19.3125rem;top:31.71923828125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ { display:block; }#ZSHFNbm11KXtzbHQIxilvXbLPTEf6zqZ > .row .container { width:20rem;height:181.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdnUQDfsS4sHAtpXdSpT11N5L71qsUox { width:20rem;height:6.33691875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhttOQAhr6ifoyq06ATdLxWpol0VRViX { width:20rem;height:41.58988125rem;top:8.8369375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPG81qJ1J8c54iJomTaZkbTJrFPTIigx { width:20rem;height:13rem;top:53.0263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adGpz7QZPhIOxlrUcMhRik8qe0kerOpI { width:20rem;height:33.59181875rem;top:68.6513671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rpgVqTTEu0G4cAE5P94TKumWvayr855W { width:20rem;height:4.2246125rem;top:104.66845703125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b60btq7FyLFPpocp2RK5LRx20qVfDGMR { width:20rem;height:68.7832rem;top:110.26806640625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 { display:block; }#tStQcxCzvgutf7lyO1WRveTf6vd1lTG2 > .row .container { width:20rem;height:568.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4Ws59ThNI0AMwOHohyQD9G18BvCn2PL { width:19.375rem;height:568.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rvNBw79AqiVCb3VJULTMSqy6xXEt0y { width:18.8125rem;height:13.160125rem;top:2.4375rem;left:0.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1b2yATTL9tosbKSJQDz0COwsHbymXwJ { width:16.8125rem;height:9.3125rem;top:16.55615234375rem;left:1.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UDQXukIk6Tub3kRKsXJyBcUG8vZhX97k { width:18.125rem;height:15.2973875rem;top:26.95947265625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TuK2fX73Q38Lo2dNFAmyGUuHqB1nK5Vu { width:20rem;height:2.03125rem;top:43.8193359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuG3M0rtfUATN0xBPgWtym3EOOMX992M { width:17.875rem;height:35.693925rem;top:47.2119140625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #atCp4UQhM1yEWLTt4sCFuSJeU93cBfcO { width:20rem;height:2.03125rem;top:85.03076171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9r7MeKZHFo3cxmlUh3KNpZPswCwhz4 { width:17.3125rem;height:47.5917625rem;top:100.6953125rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHeqPq4I4isCnSqAk0q23Rr4DMmzEnOz { width:19.625rem;height:6.09375rem;top:150.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeAgRh7EblJMAws1ETMK4RTM3i1GoIAh { width:16.875rem;height:12.125rem;top:157.88671875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsiApwmRVc5x9vtLt710DfKwL1Bi617a { width:18.0625rem;height:44.19235rem;top:171.95947265625rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PwpUB3hI6gDLbSDBfDAINcgPtak3P0oV { width:20rem;height:2.03125rem;top:219.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3nlHvP6lALPkUQdwm1W0kEPRsTNBnr5 { width:17.375rem;height:33.9941125rem;top:223.27490234375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCWgP8gQkcLCyeaSAZF0T4aTLB3hHFAf { width:18.375rem;height:4.0625rem;top:260.2568359375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuEDTU7x7r1Eyvnv9zmnmPRnL1NdZAEa { width:18.125rem;height:23.7958875rem;top:279.80712890625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oiQvugWTMtvkScWr0qJqArsqdHzLsTcp { width:17rem;height:12.75rem;top:265.2373046875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFxlcnRHCdS5GmH1Tz8dPcz6RTaNz7pT { width:20rem;height:4.0625rem;top:306.3876953125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK2yNu1TB91Tx3P4rFGTqU3cHZsDPRgB { width:18.25rem;height:11.9375rem;top:312.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1FkWS97Cq2WO6nTRitQr7l3fUlkZMze { width:17.75rem;height:20.3964625rem;top:326.21533203125rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ptqiTcyTHbTz052PnQthXCsovD0LZRh7 { width:18.125rem;height:6.3369375rem;top:270.75rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqQ8eBsIiFPX2LrKE36ukw8ki8xaHTC { width:18.5rem;height:3.5rem;top:321.5rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #T7CTVWNC2Rx1BVOmpBOX9ffGPgxiRS38 { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQEnPbwdefQnpnZIFDmJNPtCbE8svniP { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Msd1hKmukf6hD2d1H05RLbINtZDJAPfT { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9XTtzQyWvBl9nmaT0VBaMsH5PZfFQgp { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XS5tElBV3BUe6QTvGBoCTIfvTFdZiqm8 { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtJIH2QD04FmXxilo14fG3iC5ON5z72W { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B32QgVtxVeVWovuH8g7PAcFWl1LVVbSk { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqXAzTSGdFVBB2sZ9400L2MABTIid8z9 { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLhOWyP26mynBPaNJVgKO4hLsrniEKnb { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbqCIHns3Ma7GlA2eygfm9N4etSXHooy { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTh1fwwH2xOqmK5Gga0eOpRoQUbq4Syr { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGfaaJDXTiOuxp7VgDEryyPp9I3deX1l { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbSGHHQavCxSdyP8waVybLygX7UyOt26 { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfePHita269pp08nTuCyZaVP5KpRrKe3 { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMWbonycIT89zyItczLUDCiBTsBX2L8o { width:10.9375rem;height:2.4375rem;top:375.44775390625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1L1Q4EBeidBamT22CGfeqIyeKqVBpK2 { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBtu7wP6UkNoXyD1aTt80Fi43T2tN6qo { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzfaO1SkMAA92BiIcVou7SiRIKTPTTWz { width:8rem;height:1.29980625rem;top:386.0107421875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3gmmffLUM6gi1q53hUsyA1BxZW623kJ { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMUt3yEV6doyWm3ZvWO9GRC687faAQbv { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuDEBOUTaVbfbPydBQShPqvD6mor5XOa { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lefbJhhUPb70yU8BOuQAfRHaLOTxnnwR { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdNhP2Bnwmk4NFMRxTTtaqP49MxXzzf9 { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gde6d0azqHxiH6LUWn6IkxFuHns8Kqry { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuULKowLM4KggfbyfxFm1B3p22m6DeOT { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdSia7P2lgZrlOHFcqBNOrx1EEnOhz8s { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMIedo2GBzt61HyTL06Akn9svlZr0P3K { width:11.5rem;height:2.4375rem;top:536.9833984375rem;left:4.25rem;font-size:1.875rem;color:#008ce6;display:block; }
 }@media only screen and (max-width: 763px) { #e7GhOCy1f3bTKQe85ThytaDn3qUhiddr { width:18.625rem;height:1.29980625rem;top:540.583984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6tnnyAARTyu6qsJMi1aTCQ1DZdQdyQi { width:17.75rem;height:4.5rem;top:543.9208984375rem;left:1.125rem;background-color:#008ce6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEb0lSTWgTw68KvXNl8Q0TAGPrD5XGTA { display:block; }
 }@media only screen and (max-width: 763px) { #fmPUXh3DTd4J5uAo0z5cSWATEThZFF06 { width:18.5625rem;height:2.5996125rem;top:556.40283203125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyzwJrsSeogHfLdWQHPCtAkxW4AumyrC { width:18.375rem;height:7.347625rem;top:559.96533203125rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmghxZHB4m7kgqpETTk69nPD9hc1dEBl { width:5.375rem;height:5.375rem;top:549.7333984375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uX9inTvWByaM5D0XpAQGgVbkVMJW7i { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #SDkMqBKAZ9rUwTLZWOph9iU8mTkTi1h6 { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #mx010ClPAwm94e5aTcFmM9ioTVRCqWVT { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #RytgUw1orWu59heUntkSQdgoE8yIFIUE { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #AI80tp19LDGlmaIZQBbnDMAZ930mEk8i { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #l1XZynaJ7t66P6X983EEPnH7bigslK3n { width:18.125rem;height:6.3369375rem;top:348.40625rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #omgwNCTLSDDho8pl3mef1o3zJnicS9ZR { width:18.5rem;height:3.5rem;top:355.9560546875rem;left:0.75rem;background-color:#008ce6;background-image:none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #X6Iu0fWPpyDzfT7pLRobxNnrIDK8tusM { width:18.8125rem;height:2.11230625rem;top:356.64990234375rem;left:0.59375rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #PhFTImQn2oQXWz4x9dpGt3LKN2cRvbg0 { width:7.8125rem;height:1.4624rem;top:375.93505859375rem;left:6.09375rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lG3BrNUrAIOUaZbdf8hX9Z072vdi53hs { width:16.9375rem;height:5.41845625rem;top:379.38525390625rem;left:1.53125rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wgCHQLLo16teD35RhROX78G6lJydnlOZ { width:10.9375rem;height:2.4375rem;top:403.96875rem;left:4.53125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CdrqhGNnNqK3S5t4wpyqrDUMNdQwMWAn { width:7.8125rem;height:1.4624rem;top:404.4560546875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sWUBaD5azDORyFEm3iRcKWGk9N6DJn1y { width:16.9375rem;height:5.41845625rem;top:407.8125rem;left:1.53125rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #neuaPGTICAiOZPyS3WCmvz7vkwJt5GOb { width:8rem;height:1.29980625rem;top:414.4375rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #K7nkhotcyJra82Fc5WuNI3EGmX4FzvdW { width:10.9375rem;height:2.4375rem;top:432.625rem;left:4.53125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Hfv6TGlAzPLlrTRze38vH8tUubiAqu8o { width:7.8125rem;height:1.4624rem;top:433.1123046875rem;left:6.09375rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ulo5TWdwJ7zQSsc9m9VIesCHDuU11HTw { width:16.9375rem;height:5.41845625rem;top:436.46875rem;left:1.53125rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZepHF0ZWXD7kVmMroVvObC2fmag8HlO { width:8rem;height:1.29980625rem;top:443.03125rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GpvwZCZwnlaQyOGxr31ZNrnI94ORJFsq { width:10.9375rem;height:2.4375rem;top:461.71875rem;left:4.53125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SSz56T0cTmw7RF5rez7eCZHqCtutwRVo { width:7.8125rem;height:1.4624rem;top:462.2060546875rem;left:6.09375rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #lfPEF6NwKwoFvqEM9mt82rURMNOq1dX9 { width:16.9375rem;height:5.41845625rem;top:465.78125rem;left:1.53125rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #szZ4wbG9EaD7kPRBo0DOTh6qZStyTTto { width:8rem;height:1.29980625rem;top:472.40625rem;left:10.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #R9z6cMR0uL2TMow2A9ERIAFSf0LGumWl { width:10.9375rem;height:2.4375rem;top:491.3125rem;left:4.53125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #e5f7ag1517wJcWIOsgnUpeFTb4mIbRDS { width:7.8125rem;height:1.4624rem;top:491.7998046875rem;left:6.09375rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #X3UslCdwTq2VuI2WUTSR6HMDlFwvpHXP { width:16.9375rem;height:5.41845625rem;top:495.46875rem;left:1.53125rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RzWBlno6tO4ZdKucpJLiI8AQqUHexFXn { width:8rem;height:1.29980625rem;top:502.15625rem;left:10.5625rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yOVdSp4tFPMHpzW68sqUBbgiLFvzsbkZ { width:10.9375rem;height:2.4375rem;top:521.65625rem;left:4.53125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FBNlq1tDm0qQIVDVUg02kyffWAOHvkr1 { width:7.8125rem;height:1.4624rem;top:522.1435546875rem;left:6.21875rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #q4CLluS8s3oWl738cLFBEnOEhzBrRzAr { width:16.9375rem;height:5.41845625rem;top:525.625rem;left:1.53125rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zzQEgeeZVGtMIIr9lxTIcUM7V1rt5NUT { width:8rem;height:1.29980625rem;top:532.90625rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #XUxihD61BdhCXnJ1DcsJpqMwEw5aCmBG { width:20rem;height:6.8279569892473rem;top:19.103515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDPWFd4sx6GOmJM1m25wpKNFJgdbLMXw { width:15.8125rem;height:11.75rem;top:87.720703125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAgL7FMcdR8wTKBDVytiMJD7chXcpyK { width:7.6875rem;height:12.3125rem;top:444.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbZRXXNWXul7PDm4yJBZbsWFuubCyZmc { top:418rem;left:5.40625rem;width:9.1875rem;height:13.125rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #csA5IFT11CGtq8Q4dOKAaDvxNMUFr6vO { top:446.9560546875rem;left:5.78125rem;width:8.4375rem;height:13.3125rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OUkoXhQWIxCsaNQLu9yZ0UfBT1d72qig { top:389.435546875rem;left:5.78125rem;width:8.3125rem;height:13.3125rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #guyhZbp3nouBDSOLbaOSXXrvG7HhJQgl { top:361.373046875rem;left:5.84375rem;width:8.3125rem;height:13rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EHT0KOfPylyRdliEphGfmHBs9fMtJBIC { top:476.5810546875rem;left:5.375rem;width:9.25rem;height:13.1875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DhotuVN8uod5a2eSFm9E8O9P2HgC6q5p { top:505.9375rem;left:5.5rem;width:9rem;height:14.1875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zkovhCx84T0Vr3T5W3tGBU9GHKTTBTyE { width:8.3125rem;height:11.8125rem;top:465.8125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8x9ppAzRNyQbD87WJUBbU3Cm8azSiSJ { width:7.6875rem;height:12rem;top:487.3125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bmsf2UHdOMR2RGOpZWtJshXEu7dEUX9Q { width:8.375rem;height:11.875rem;top:508.25rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0vqiZIhMKet5ddIkzBWbssCJSyt6L9v { width:7.6875rem;height:12rem;top:529.9375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 { display:block; }#UzApSPuGiAf5W91BO1uxD5veqGUFdTB5 > .row .container { width:20rem;height:429.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUxDcaFUN18VZC8TKu4NcESOayHhriDP { width:20rem;height:6.09375rem;top:1.4287109375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAumhq9zCpzAHgxFQf6Le88XMEaJud4b { width:20rem;height:12.796875rem;top:8.70361328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTSkVsacG1yUytVtIZFWwcdyuPJBOI5 { width:20rem;height:12.9565625rem;top:23.68798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVa95NlJe4mQ3zU2cNhbFwExzltcOZhi { width:20rem;height:19.19533125rem;top:39.08203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJP9WFT6TwP6vTfC8Dg02eFlWm3ZeJWX { width:20rem;height:13.348125rem;top:61.02685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORGKKVTlyerNyD6xvG27PPwblwk8CVuG { width:20rem;height:25.59375rem;top:76.25048828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7b3v7ykNqETQx3wvxtP9me05MqSPwk { width:20rem;height:6.09375rem;top:104.59423828125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxWNkVwGM5XvGaEER9kvhdq1dKi3eIT2 { width:20rem;height:49.587925rem;top:113.10595703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0S5B58FlqJyRTaRao9wm87Or8T8pNI { width:20rem;height:4.2246125rem;top:163.25634765625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es07TPAoVFmqoS6KS9t5RnCSHMueHhKy { width:20rem;height:23.9941625rem;top:169.79345703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4D7w7GNVsTNHvXwLvpymRRfxTHaKvg1 { width:20rem;height:6.3369375rem;top:195.98876953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEkPRBKqwNA0ooxVhA8uvNKWyhIklHum { width:20rem;height:30.3926rem;top:213.513671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWSPpgIIrvfyBzz3pugvBtMRNskeZho { width:6.8125rem;height:6.8125rem;top:204.388671875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMMB3wtd7epfpER67JeFIzbeq7NhNN2P { width:19.625rem;height:97.8125rem;top:583.505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnJ2rNvdB3S9DM9CW4ob77dv3gpPhbGD { width:20rem;height:0;top:585.88084296875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4VOlLHB2k1reccG40UJp19TbOvqaoUq { width:19rem;height:0;top:590.83984375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ox9Rx4EfIhp21iN888AWcRh9BXLvU15R { width:20rem;height:4.2246125rem;top:372.525390625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJt3coZVdycEJyQJzxCnXMe38E0c6WHw { width:19.625rem;height:123.125rem;top:246.443359375rem;left:0rem;z-index:15002;border-top:0.1875rem dashed #008ce6;border-left:0.1875rem dashed #008ce6;border-right:0.1875rem dashed #008ce6;border-bottom:0.1875rem dashed #008ce6;background-color:rgba(0,174,241,0.12);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h9MG6zBA8klK3ykt3u2FUTPEWMgihZ8v { width:18.5rem;height:8.125rem;top:248.380859375rem;left:0.75rem;font-size:1.5625rem;z-index:15017;color:#008ce6;display:block; }
 }@media only screen and (max-width: 763px) { #EZFoUZW8GA1nrE61wmTOyaD6gOy4rIqE { width:18rem;height:110.373075rem;top:258.005859375rem;left:1rem;font-size:1rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX { display:flex;height:auto;width:17.5rem;top:377.740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #mfNi5mXJSmg5xxKbR63pWMncbBuxikK2 {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #rLpVvVaQ72h2LsOKoTAnDiP0Ln5Ahw5l {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #tW0OFUGm7susSV10gTbwtlN7LCwOdVHI {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #yIc2pqLfz0vG4NpiRludPQoFqq7x7egV {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #pxdDvr06pCDVRx69nBe8J6sWx4Hm8sDI {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #A3nfvlvnao5vwvGNJIR5CK8mzuckL2u0 {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #p27IECRiZiFPVB8gfJE9XePBMao6wr8N {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #vrtOdnZtcNn0mRXh5kJtwqhA3EaLrkTf {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #SdZEADzR9lumxPVkbsKsoT2W2DuNlghD {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #Tpzbr1PCOnUOPZUqXUr6moKbKiNgX13c {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #MATF5zJ3rzeaqyEd1HmHoBbo1oVJyvov {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #xeguOVr0dEmeT9pf0ZhVifNPIVceg5of {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #kSP4KJB1PRVib5wVuJCyxRbdJAZTlR7u {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #Uz00aEitK5zvUTzGSvUxwXFQMUuwJQtw {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #bpyrHuVD2I9golRs5rxlbsvDzvZrp1AJ {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #PaCKnxddpcTlLUvBVCkOPFndyNFpXRry {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #TuSsawsqDDKCCZTbLAWxie7txDsItu2r {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #WhR1xIShQlMtUn2aOaGWpvLb6z4T9aFZ {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #ibTXeh3etM47qovq6DM9wngv83lwoBO6 {  }
 }@media only screen and (max-width: 763px) { #dkSKBzf7CBM17ubnS9vbdGTo66ntQ8aX #QlpeRrwxzbcmdU0tQG07BkN5sNQdKip0 {  }
 }@media only screen and (max-width: 763px) { #STRIko7TPRThGUSKxQTG96tDTWyv9yiN { display:block; }#STRIko7TPRThGUSKxQTG96tDTWyv9yiN > .row .container { width:20rem;height:568.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4azOE4TGJR6df4FOcoyPnhWMhnGEkrm { width:19.375rem;height:568.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1GIS1SdvowkrtWM60HdWIQKgqX4TAt { width:18.8125rem;height:13.160125rem;top:2.4375rem;left:0.59375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtQVB1hmIcclz70dKUCPMNH5ep2p1xyz { width:16.8125rem;height:9.3125rem;top:16.55615234375rem;left:1.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yO5XcKnzkm8os4pebqtoLmWlrAJlqSBQ { width:18.125rem;height:15.2973875rem;top:26.95947265625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yc3VmGk5iTLt1IAvABy0O4CMhbLIIHrM { width:20rem;height:2.03125rem;top:43.8193359375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J21ri8mGh8Id1Up8Th6BfW1PBCkFN3UH { width:17.875rem;height:35.693925rem;top:47.2119140625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vylym92HnJxZHXk0pUzKgEZ3JuWz4rWs { width:20rem;height:2.03125rem;top:85.03076171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf6wvB8TrsqqF56J2QHxNGhKkPNiuvCK { width:17.3125rem;height:47.5917625rem;top:100.6953125rem;left:1.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smrug5oZlCiy8krNGXAxnpAf5oQzPMv9 { width:19.625rem;height:6.09375rem;top:150.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNXAwelhPktFGT8TLNWGxlW2IFQ5ozk2 { width:16.875rem;height:12.125rem;top:157.88671875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMcPLToixnxogLQDIhCJDX0ezXKoH1H1 { width:18.0625rem;height:44.19235rem;top:171.95947265625rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C4tVaW6P3EiPwG5UaSZLAt7J0ANXE0Vd { width:20rem;height:2.03125rem;top:219.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdv6i4lliQk8G8qBWqtVwNu2eU0mxtV6 { width:17.375rem;height:33.9941125rem;top:223.27490234375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6Ty2r8JVcOI10WwuwXWMNs6zG3IlcsV { width:18.375rem;height:4.0625rem;top:260.2568359375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLVRdMGnowrf4T4rqigT6bP548OxELAG { width:18.125rem;height:23.7958875rem;top:279.80712890625rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umIIgE05oR9XXy20ASiUt1neHXNAKag6 { width:17rem;height:12.75rem;top:265.2373046875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqNeqi0olnLLI7itT8s7pH12TOKEWpxV { width:20rem;height:4.0625rem;top:306.3876953125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eQqfNWeMOqnxSLwTVpBJ8C5t9I6HEc { width:18.25rem;height:11.9375rem;top:312.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfvK0goJ6CeXQkPOkdpPbFOcn4a72Lbh { width:17.75rem;height:20.3964625rem;top:326.21533203125rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r9A9gxSe2nHrHt0ESI4VarBxN9nfaVFg { width:18.125rem;height:6.3369375rem;top:270.75rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7IZW2deSoPIBde95izkTAk08UIhAZyE { width:18.5rem;height:3.5rem;top:321.5rem;left:0.75rem;background-color:#008ce6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #E7PMyJfAZh2zZ8DGzRztWT7sTcV3mXi8 { width:18.8125rem;height:0;top:351.3369140625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyqpV5rHL5HuCdSou4SnzU55V0p4f0EN { width:7.875rem;height:12.3125rem;top:422.1875rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTOdh15ofSpUntaBTlBRd4yZnww0qlwG { width:10.9375rem;height:2.4375rem;top:435.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVFb0al8axnNZSrLA2OxwNUvc5KvMJwV { width:7.8125rem;height:0;top:436.2373046875rem;left:6.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9J2I8WcR7pq3IFVHo4NqfxeyRRNcRGb { width:20rem;height:0;top:439.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mt01ZtbCTBwoObJW2w63ZuQDlMxqU5gx { width:8.9375rem;height:0;top:447.0625rem;left:5.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbvnJrxtTGaap2HSv6wkZ8nL5AKxNQzc { width:10.9375rem;height:2.4375rem;top:325.21142578125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLDhNoOz5HzIMBpOsWI8OcUUF7sXRfNy { width:7.8125rem;height:0;top:325.69873046875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILx7skikmqXw4FaIOse3fIbHZ9EyN0ym { width:17.125rem;height:0;top:339.3994140625rem;left:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKTAuMpZMByBPAWdupmkFTbn33OFupM7 { width:7.875rem;height:0;top:336.3994140625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxWkxL4SPCCfvbPnG8VyIZTvE7KTFA3n { width:10.9375rem;height:2.4375rem;top:353.92333984375rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNN1ZCpzefayvtXT3gmOKDX3uhzf7D6T { width:7.8125rem;height:0;top:354.41064453125rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgLbTwiwuClABbzF2W1OHzksO5t2bdB7 { width:16.9375rem;height:0;top:394.3857421875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyTJoay4SR9tKuO776i08Rsm7cIgiXIo { width:8.25rem;height:0;top:409.81982421875rem;left:11.21875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFfkzaiA8ghool5VbWVTM2l4iAk4PnfH { width:10.9375rem;height:2.4375rem;top:375.44775390625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUcuKg1HTzQIMdrZekaFJvE0bCNgkyeA { width:7.8125rem;height:0;top:384.18505859375rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEbDDT8WGtzlR1aEPerEvFtP4MrTo9gp { width:17.6875rem;height:0;top:394.3857421875rem;left:1.15625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A59NJnUHNh6XPTGtan2LyeUdiGuC33Xz { width:8rem;height:1.29980625rem;top:386.0107421875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpTKZpGOi372XgqwOubHW0kqWBKdzlhT { width:10.9375rem;height:2.4375rem;top:412.59716796875rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRcmQ6RgQ9mFXyqBsHnTuEasWsuV7v4D { width:7.8125rem;height:0;top:413.0849609375rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAbC5BPcNlzTS8cZDOFcBGTP6CRHnh7W { width:16.875rem;height:0;top:417.09765625rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMKfddPpH5TUwwHR3lpS4H5Cu8yC8Xt8 { width:8.125rem;height:0;top:423.91015625rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0ipMpkU7VZJVBDHbxaFL9BDr83UFxNn { width:10.9375rem;height:2.4375rem;top:441.93408203125rem;left:4.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk6klDNk24PflfNbZVnz9XuDtN2exTis { width:7.8125rem;height:0;top:442.421875rem;left:6.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTstOIesT0Bcx18RZns9ZuqoGcPPyM1v { width:17.75rem;height:0;top:446.4345703125rem;left:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MV9a8JbK9gJt9VBqTs53LAwkGimsOuoN { width:7.9375rem;height:0;top:453.1220703125rem;left:11rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtH5twf6ptpyFxTKTzDxF1fQxDTsql0v { width:11.5rem;height:2.4375rem;top:536.9833984375rem;left:4.25rem;font-size:1.875rem;color:#008ce6;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmqoJ5xzLb2iCZannzE6kHn0NzL5XZK { width:18.625rem;height:1.29980625rem;top:540.583984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exQp3tiFXW4dBv8TniTXqIz2pQ7GADhg { width:17.75rem;height:4.5rem;top:543.9208984375rem;left:1.125rem;background-color:#008ce6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrfbKcD5CeJ6oTGT8ulfa0UQpQZreuq { display:block; }
 }@media only screen and (max-width: 763px) { #oEWo2LU1vOZDmI6Tngc7audXSnVrLpbh { width:18.5625rem;height:2.5996125rem;top:556.40283203125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkgEZh0hGwFiw9mmIPhTyqkNUTuKshsJ { width:18.375rem;height:7.347625rem;top:559.96533203125rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDJeNdTmx2CwTHi9wDzTQIhnugs2mdgi { width:5.375rem;height:5.375rem;top:549.7333984375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1UaCxvlElhxdys3y5DOT2gFiKBXIE6C { width:12.3125rem;height:12.3125rem;top:283.5625rem;left:3.84375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #HzkZESvbcuiPdWuNOboPK2vw9qDIOoTX { width:10.9375rem;height:2.4375rem;top:296.6875rem;left:4.53125rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #zFPvltBRavTraziuFTJzh8nq0W1xI3dN { width:7.8125rem;height:0;top:297.1748046875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #b8TxOHdLqRB4XslZnkf3zJ8txw6FAoTG { width:17.75rem;height:0;top:326.89453125rem;left:2.25rem;font-size:1.0625rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #T5gvoEFqck0IIOc197FJ6k4R6wvubIO5 { width:8.25rem;height:0;top:321.5rem;left:11.21875rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #lxlSK3eH5GC5BaGs3xt9TiceBhk9UpNq { width:18.125rem;height:6.3369375rem;top:348.40625rem;left:0.9375rem;font-size:1.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ECMDcn9Rq48naEB5riK7kcimA3ctRfZE { width:18.5rem;height:3.5rem;top:355.9560546875rem;left:0.75rem;background-color:#008ce6;background-image:none;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #yUgoldOBIZeEtDsCVi1FlBxV8DxTNbyA { width:18.8125rem;height:2.11230625rem;top:356.64990234375rem;left:0.59375rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rl5zkeTxodvU86QN5uXKGEKl2gNE8p2V { width:7.8125rem;height:1.4624rem;top:375.93505859375rem;left:6.09375rem;font-size:1.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #kZMiwAJXK7kFrf937IZ4SDymGM5UJiId { width:16.9375rem;height:5.41845625rem;top:379.38525390625rem;left:1.53125rem;font-size:1.0625rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3eCQo5f1Q1v7v75ay90vyZavcSOam9 { width:10.9375rem;height:2.4375rem;top:403.96875rem;left:4.53125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #PSiuFVegkeeyi6gWS93Bb1n2JvZ3CHBt { width:7.8125rem;height:1.4624rem;top:404.4560546875rem;left:6.09375rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #NHS2EbWnU8kIqlgNkMET4a7X6y3bDoXH { width:16.9375rem;height:5.41845625rem;top:407.8125rem;left:1.53125rem;font-size:1.0625rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJuPVlTB6ESylVZOUbpbzMKWbzugzsp { width:8rem;height:1.29980625rem;top:414.4375rem;left:10.5625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #azLdVo2QvCBt6TIV6PSQ81Pp9IWP0pPO { width:10.9375rem;height:2.4375rem;top:432.625rem;left:4.53125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #OcxO8xuxoOChI7kzB41lqq7xkri1TBpa { width:7.8125rem;height:1.4624rem;top:433.1123046875rem;left:6.09375rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #L2T4FvaaR8thTrtf1rflSZmJJTwmE7kT { width:16.9375rem;height:5.41845625rem;top:436.46875rem;left:1.53125rem;font-size:1.0625rem;z-index:15018;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ul1xfiQw9ns8e37IeTfWDRu94uHoSWlf { width:8rem;height:1.29980625rem;top:443.03125rem;left:10.5625rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #AwBRqxtnwQdhlS29LoPWrOqkxfxatdMa { width:10.9375rem;height:2.4375rem;top:461.71875rem;left:4.53125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #hp95lSU7Hwm90IqS40lVTx8f3LHmzFdh { width:7.8125rem;height:1.4624rem;top:462.2060546875rem;left:6.09375rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wTaRskT2n1yMT0VDz4tpHRREi0qQ8nLn { width:16.9375rem;height:5.41845625rem;top:465.78125rem;left:1.53125rem;font-size:1.0625rem;z-index:15019;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQCpA4KAxC3adkXAtdgkSOXah5yaztQK { width:8rem;height:1.29980625rem;top:472.40625rem;left:10.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #aDzHGQ4TFo22E6GumgEnsIXZ4OuLdBLU { width:10.9375rem;height:2.4375rem;top:491.3125rem;left:4.53125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TbDG0AOZqTPdTalcf8p3TnOCd1USogaw { width:7.8125rem;height:1.4624rem;top:491.7998046875rem;left:6.09375rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #EVNnXipiGkDsubt8aD5ZinbDZorgDi4T { width:16.9375rem;height:5.41845625rem;top:495.46875rem;left:1.53125rem;font-size:1.0625rem;z-index:15020;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0F7DPo90eT8OfhWLryzQUN9TT8P1GX9 { width:8rem;height:1.29980625rem;top:502.15625rem;left:10.5625rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #svxSfBvUhDWA6BBIs7TPvhigKImDNs4T { width:10.9375rem;height:2.4375rem;top:521.65625rem;left:4.53125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OFvyXfF7N076IHMHW4pT6nnmJNKnl6iz { width:7.8125rem;height:1.4624rem;top:522.1435546875rem;left:6.21875rem;font-size:1.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1ktS08EbcBEWHDoT6LgeIBKEoBN9m7 { width:16.9375rem;height:5.41845625rem;top:525.625rem;left:1.53125rem;font-size:1.0625rem;z-index:15021;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XnUA0FDHO0DJUKn95w6uRssZ2gMsrbMG { width:8rem;height:1.29980625rem;top:532.90625rem;left:10.5625rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #yWlyga6ho4Th8kzqRFeQTdmkRw3h4qTg { width:20rem;height:6.8279569892473rem;top:19.103515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVS9MiTeBUOICw7Q3FeVtH4ck4RJp4xm { width:15.8125rem;height:11.75rem;top:87.720703125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sknh4aJ0W38Wwx6BJWfmRXKD70qaiw0a { width:7.6875rem;height:12.3125rem;top:444.125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPIqlkpdZhRScbdc1Vx3Xk2rWtNWCyxW { top:418rem;left:5.40625rem;width:9.1875rem;height:13.125rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zr4obZe8uNUoLcVyTCOk5v1P9IGaCLhw { top:446.9560546875rem;left:5.78125rem;width:8.4375rem;height:13.3125rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #THx94VCcxphQXkDfOUZH5Ad0sr3h0oi0 { top:389.435546875rem;left:5.78125rem;width:8.3125rem;height:13.3125rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tv1snBITmGSBtTbgp1Koft1ZdgP1UDo3 { top:361.373046875rem;left:5.84375rem;width:8.3125rem;height:13rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xgd0dlAXvWSRKwdlFt8fXa1CaeUnS0Rb { top:476.5810546875rem;left:5.375rem;width:9.25rem;height:13.1875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mSHAf6E0d6F954izCAS5fgIVmr7I6Om3 { top:505.9375rem;left:5.5rem;width:9rem;height:14.1875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mKEgV2Eqh0bzAcEyoTIPpAPXqoLeaUdm { width:8.3125rem;height:11.8125rem;top:465.8125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdHZp2qh9Lp8rsd0pnNf1Q7QXUDnF7bx { width:7.6875rem;height:12rem;top:487.3125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S90GT7e9EIK73bTFUViynuevcBA5eD3a { width:8.375rem;height:11.875rem;top:508.25rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVobdOBt4GVEghITFIoGgUFiiI4MC79w { width:7.6875rem;height:12rem;top:529.9375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #piB7tv68S8XP5TMc6yJtF0428dR3urIx { display:block; }#piB7tv68S8XP5TMc6yJtF0428dR3urIx > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuaFztnGgD8PT3TtoSl6FxprBEKmx2Ed { width:13.25rem;height:1.2246125rem;top:2.88720703125rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }