.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 763px) {
    html {
        width: 764px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ohymhPD7XcK2FduJhAiTtfBTLPk12HFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00973e;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#ohymhPD7XcK2FduJhAiTtfBTLPk12HFE > .row .container { border-width: 0; border-radius: 0; }#ohymhPD7XcK2FduJhAiTtfBTLPk12HFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohymhPD7XcK2FduJhAiTtfBTLPk12HFE > .row .container { font-size:0.875rem;font-family:"open sans";height:4rem;width:47.75rem;position:relative;display:none; }#iIMQy5ur9s2qcVtHSK3Tnwb3TeFoHHnD { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.3739375rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.15625rem;left:20.186435699463rem;display:block; }
#QiCsDmzkoZO519xWb5VwfcQllCan8cfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jrfp8FlhiGc23CiTVMQko22LiNL1xWdb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9.5614375rem;height:3.68696875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.15625rem;left:8.2776985168456rem;display:block; }
#uuTMasnMbwCTF2S8KbIvrhhKHwamPlX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Si5yTG1EJ5VsenXRbFg4IJzgCVFGoaup { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.68625625rem;width:0.68625625rem;top:1.655717253685rem;left:35.777698516846rem;display:block; }
#Td1STkFzJVKTabLcXEKAxFnco5Pxq5kW { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.68625625rem;width:0.68625625rem;top:1.655717253685rem;left:6.0919761657715rem;display:block; }
#aevBBNM5gWIvbRwcQSnsODoe2QTmlBNT { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.3125rem;height:3.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.15625rem;left:29.686611175537rem;display:block; }
#I7xLmNFLgT1425tQSB9LJAccV1Rk4Zor { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fd8fRybvlrgx4RWRDyyvkqFfD4C55S86 { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#pq8sCPPkMO4LAzonEPUI5yQXxd5TguIS { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.9375rem;top:0.0625rem;left:4.9375rem;display:none; }
#sHpRNgNVKccRiWo59emDcVubPpSpeP7k { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#TTHtyoT8DHsyQ9x1O8MHeX8I3uTUg5K7 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:0;top:1.5625rem;left:16.25rem;display:none; }
#lfrNt0wkm7AGJ4QCgaHWuRaLiMzvH1Pi { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#T6pQE3TvG459bCK4T4qQ8TZgSphTM0gL { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#UkvkBV4oWJ7lBpkQ8wLx7mfBo7FbuUnA { background-color:rgba(0,0,0,0);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:"din pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.9375rem;left:0.28125rem;display:none; }
#Al8isKckbFTqAXN6awrTwatQk6PEAucn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJG8RvIUteEP1kTlB6nxsqKd5uNahE8P { background-color:rgba(0,0,0,0);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:"din pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.9375rem;left:0.28125rem;display:none; }
#GpUxAp6ANbbNDTrcr9hZrixAuVS00tIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00973e;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container { background-color: transparent; background-image: none; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container > .video-iframe-container { display: none; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row > .video-iframe-container { display: none; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .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); }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container { border-width: 0; border-radius: 0; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container { font-size:0.875rem;font-family:"open sans";height:4rem;width:47.75rem;position:relative;display:block; }#IcDVl0tgfU2uMf4KIpRt65D2nfmvTDcQ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.3739375rem;height:3.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.031250238418579rem;left:21.998935699463rem;display:block; }
#iC4yUnE5PgCSOR3sF2yLvDbAO344laMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXD4dlh8kRrFtBETqkukPpzvVSyzTb5k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9.5614375rem;height:3.68696875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.031250238418579rem;left:9.3401985168456rem;display:block; }
#GE96XeAXaWrfXJqo1b9cnLdP5KIR5QlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHmHmc8AOqWV42AwBXw2LT4vMa0SCT8N { z-index:15000;top:0.6875rem;left:38.375rem;background-color:rgba(255,255,255,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:2.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JBePg29lZfiqtVbEkHGbcmS0bZLnTAmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkV7Dl5BKLJflRWg0UtrgLlFMiXCEgwB { z-index:15001;top:0.6875rem;left:41.5rem;background-color:rgba(255,255,255,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:2.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IxZkeuEGuFBBldGTkkEHPMoEqFydVRQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWJ8lXw3lz0pVIfBUwcFO8vkdsvaoiWP { z-index:15002;top:0.6875rem;left:44.625rem;background-color:rgba(255,255,255,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:2.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o5XsBOZ8rmFXGwFT4UelThu4L3TVNobA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTWOpZQGya1PJZX9P8ISppgWkSQm4N57 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.68625625rem;width:0.68625625rem;top:1.655717253685rem;left:35.777698516846rem;display:none; }
#Bd4210Q7ZO3hELCGO0MVJfE3s1v2DSSM { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.71732950210569rem;left:0rem;display:block; }
#VGlSDvIyxrpzIPtd4PPUQF6H6c5SLc07 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.68625625rem;width:0.68625625rem;top:1.655717253685rem;left:6.0919761657715rem;display:none; }
#O8zqmJKIs1Mft5JhbproxkH4WT6Mxxlf { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.3125rem;height:3.68696875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.093749940395356rem;left:32.62357711792rem;display:none; }
#kArr1XlExZNsC6dHokJslRSRfiOMoHwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ht32SF9VqodGulUNu69KBTvRs2LbsBDO { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0.71821731328963rem;left:2.5603713989258rem;display:block; }
#Nht5hymfPVCqb1xeFHb5T5TmXr4RJS8h { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#EWhiXJ8ruXrob4DV9usVsBJk3sQOnw9L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:1.125rem;left:8.4375rem;display:none; }
#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container { background-color: transparent; background-image: none; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container > .video-iframe-container { display: none; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row > .video-iframe-container { display: none; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .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); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container { border-width: 0; border-radius: 0; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:47.75rem;position:relative;display:block; }#HExIFy9TT2Msl7XgGbigT7IKM5Eg7vry { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.3125rem;height:2.436075rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#X6a2DIsMRhnd4VJVZKh7ZTtCTnvfb4hC { color:#000000;display:block;width:13.25rem;position:absolute;font-family:sacramento;font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:12.543750762939rem;left:29.4375rem;height:2.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#A7gabn3QaUoIde9x3MCTZrEfRvOgtBTi { color:#000000;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.3125rem;height:3.166725rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mhBeKHdwuNnZNsFFm3TRBorNuGEMCJRF { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15207;background-color:#00973e;background-image:none;top:15.737503051757rem;left:5.125rem;display:block; }
#vy8688Apm7d659iiPyiIi2XRVDrOvbTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vy8688Apm7d659iiPyiIi2XRVDrOvbTk > .row .container { border-width: 0; border-radius: 0; }#vy8688Apm7d659iiPyiIi2XRVDrOvbTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vy8688Apm7d659iiPyiIi2XRVDrOvbTk > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:47.75rem;position:relative;display:none; }#PgogJTZT5aqDHOecRP0N6vb8QI09TQui { position:absolute;display:block;z-index:15199;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:14.6875rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#BWs9RToIAJoyVIMhAog0uTc8Cgm2iNxd { position:absolute;display:block;z-index:15200;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:13rem;width:14.6875rem;top:3.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#xsg9S4lAuawqtBUaT3detD5USZ8AT0II { position:absolute;display:block;z-index:15201;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.6875rem;top:3.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#plNeoFJXT35pA70ICsAg3finaxOGo1ZG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:5.0375rem;font-style:normal;display:block; }
#GxA8ltAmdWRKwbWZWWnwfAc1s0buukaE { position:absolute;display:block;z-index:15204;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.3125rem;width:17.0625rem;top:21.874217987061rem;left:14.6875rem;overflow:hidden;display:block; }
#cifspnAmNrNT0iqwLBOyMzFW7oQenm93 { position:absolute;display:block;z-index:15205;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.25rem;width:15.25rem;top:22.404689788818rem;left:32.5rem;overflow:hidden;display:block; }
#NzWP1WHP62ND7NZ1IrAW0ttpt4tEVECr { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:14.6875rem;top:21.875rem;left:0rem;overflow:hidden;display:block; }
#v29h9iAbqOOQiBZT1s0iOcp3adG1Xl7Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:18.543750762939rem;left:0rem;height:5.0375rem;font-style:normal;display:block; }
#pVsc3SwXtP6STcR89GUIuWcdQJ24y9rO { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15208;background-color:#00973e;background-image:none;top:21.736721038818rem;left:4.46875rem;display:block; }
#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container { background-color: transparent; background-image: none; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container > .video-iframe-container { display: none; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row > .video-iframe-container { display: none; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .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); }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container { border-width: 0; border-radius: 0; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:47.75rem;position:relative;display:block; }#TMzSMeGsesVoCLQ8EThiGTluRf2UyKrS { position:absolute;display:block;z-index:15199;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:14.6875rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#uAkpLcfLO8htdTqWevHHWgOKvMU5Q7Ox { position:absolute;display:block;z-index:15200;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:13rem;width:14.6875rem;top:3.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#JoruWeaTO6wLaqygHup6zCTmyRpeJSyA { position:absolute;display:block;z-index:15201;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.6875rem;top:3.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#eqdaMeDhU2vsnhkEpCTmz0u6OniTcA5H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:5.0375rem;font-style:normal;display:block; }
#ume66OtVuWvfmNZy0tOagJeJkZ5OtgxV { position:absolute;display:block;z-index:15204;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.3125rem;width:15.875rem;top:21.874217987061rem;left:14.6875rem;overflow:hidden;display:block; }
#I3dawqMPL0J83nhcbReV8DWsZxomrCI6 { position:absolute;display:block;z-index:15205;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.25rem;width:14.5rem;top:22.404689788818rem;left:32.5rem;overflow:hidden;display:block; }
#tiZVVZbGEwZTQWg7PQLCr8CHTUEvI752 { position:absolute;display:block;z-index:15203;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:14.25rem;top:21.875rem;left:0rem;overflow:hidden;display:block; }
#nv2GNk3o1BGnwmkB7KiHbOrIcS4t9XLh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:18.543750762939rem;left:0rem;height:5.0375rem;font-style:normal;display:block; }
#wIhhuqshr9eAT5VFdJndgi1oO4rcJlc4 { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15208;background-color:#00973e;background-image:none;top:38.8623046875rem;left:5.125rem;display:block; }
#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container { background-color: transparent; background-image: none; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container > .video-iframe-container { display: none; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row > .video-iframe-container { display: none; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .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); }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container { border-width: 0; border-radius: 0; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:47.75rem;position:relative;display:block; }#do2oLUhXDV7ORe384ZsQsIIQQqetDvTb { 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:33.5rem;width:23.5625rem;top:0rem;left:23.875rem;overflow:hidden;display:block; }
#NZvi5EPeRFpBHSP7mIQM9XQZ4Tvzz1SO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:23.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LmivQ0I4WCtvCiQc6MEgpSB6IPlBfPDP { z-index:15004;top:2.8610229492188E-6rem;left:0.40625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00973e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:32.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PsJJ56PxnnBpsBQdSGy1bcZw0g8JGaim { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aw6TODMZvHczmcRkf4Rb1QpiqnssTJLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:15.6875rem;left:8.15625rem; }
#HxrzNX7OPgXTXcyQWehA2fy1xfqn04qm { z-index:15003;top:0.78125rem;left:24.28125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00973e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:32rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uJy4RhVXshOTg5oOZN6pATd8Ce5iWWcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXQrNKG3L4IcZwqkN3TdmroZEcSueIPf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:15.687500476837rem;left:32.03125rem; }
#BLEvVzqNwddaaItUTVNVx9huWqXkOigR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container { background-color: transparent; background-image: none; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container > .video-iframe-container { display: none; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row > .video-iframe-container { display: none; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .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); }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container { border-width: 0; border-radius: 0; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:47.75rem;position:relative;display:block; }#F3ZUSTEBnAv6IqWKunxPr1748nuvRThu { 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:33.5rem;width:23.5625rem;top:0.6875rem;left:24.186717987061rem;overflow:hidden;display:block; }
#EodhTIg0JBgX7Ewz9oV2u4TZkfkKhJlc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.656248092651rem;left:8.15625rem; }
#Ah6JDXLXfUSdN4voJG0iX4ChDx85a23J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:12.96875rem;left:32.03125rem; }
#o5v33WW2sriNTCHd5Hefv1rpxgb5cdog { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:23.5625rem;top:0.6875rem;left:0.15625rem;overflow:hidden;display:block; }
#bPgKAHkDn0APru7HODMLLTODUUpJ7G0b { z-index:15004;top:0.68749904632569rem;left:0.40625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00973e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:33.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KWquoOJ39fSvELQeIzRxNy5UraW1KOTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGgtQ8h1J9w8HAnAnBddtD3U0prE4Q2b { z-index:15005;top:1.0625rem;left:24.28125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00973e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:32.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TCOC5o3VNIGIiW5eqTx6HfFsXEU8vlvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1166fd0f-de68-4989-8cf3-79fe385ddb64/niadaniawizualnieWitrynainternetowa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2.adaptive-delivery-prevent-bg, #CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2.lazyload, #CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2.lazyloading { background-image: none; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container { border-width: 0; border-radius: 0; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:47.75rem;position:relative;display:none; }#KckAhQWGEewNHTVqiWMKBlw3MtbTM3Su { 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:9.75rem;width:47.75rem;display:none; }
#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1166fd0f-de68-4989-8cf3-79fe385ddb64/niadaniawizualnieWitrynainternetowa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX.adaptive-delivery-prevent-bg, #ctayKfQeZRNZDMXp2KTvcotBanfEP6iX.lazyload, #ctayKfQeZRNZDMXp2KTvcotBanfEP6iX.lazyloading { background-image: none; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container { background-color: transparent; background-image: none; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container > .video-iframe-container { display: none; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row > .video-iframe-container { display: none; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .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); }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container { border-width: 0; border-radius: 0; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:47.75rem;position:relative;display:block; }#VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM > .row .container { border-width: 0; border-radius: 0; }#VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:47.75rem;position:relative;display:none; }#TmcUZHNIE9rFMnrkag4tQ100d8rBEdIq { box-sizing:content-box;color:#00973e;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15210;top:1.376953125rem;left:13.5625rem;display:block; }
#cbUb7KNMIGS6OLClGzbeTzneRrPgdfcE { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00973e;border-left:0.0625rem solid #00973e;border-right:0.0625rem solid #00973e;border-bottom:0.0625rem solid #00973e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.625rem;width:46.1875rem;top:1.0625rem;left:0.8125rem;display:block; }
#PoaudQ9D1aV4vDUoovnkSVPzGBSAiiJl { color:#00973e;display:block;width:15.3125rem;position:absolute;font-family:"din pro";font-size:0.9375rem;font-weight:700;z-index:15211;line-height:1.3;letter-spacing:0;top:1.78125rem;left:16.21875rem;height:1.1875rem;font-style:normal;display:block; }
#iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu > .row .container { border-width: 0; border-radius: 0; }#iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:47.75rem;position:relative;display:none; }#fmmEhmB23gqfEQVEkSW4MbySQhWiGoAV { position:absolute;display:block;z-index:15000;height:39.375rem;width:47.75rem;top:0rem;left:0rem;display:block; }
#tpEqVGh18xw9uxU622sPQcIRSQMG2CwF { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc > .row .container { border-width: 0; border-radius: 0; }#LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:47.75rem;position:relative;display:none; }#H8fqnJIG9F32quygV2l81qyluANQy22K { position:absolute;display:block;z-index:15363;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.62198125rem;width:1.059125rem;top:1.11328125rem;left:0.68696784973144rem;overflow:hidden;display:block; }
#sp7M1P7amndK4QAetCT4sq7fSv9icVN7 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:1.4115982055664rem;left:2.6228713989258rem;height:1.04166875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#H4uoy3isKluOW4Xdzn6RXQx2B8mplmUu { color:#00973e;display:block;width:8.0619375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:3.5386962890625rem;left:13.810901641846rem;height:1.1111125rem;display:block; }
#TszpqFgIcJXFPRrscCRZFPyuuVrc6Liv { color:#00973e;display:block;width:8.0619375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:3.5378189086914rem;left:25.811435699463rem;height:1.1111125rem;display:block; }
#lXHecZIAwcnTX7zBEhoq44a5N4Sasz2T { color:#00973e;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15196;line-height:1.3;letter-spacing:0;top:3.5369310379028rem;left:37.997158050537rem;height:1.1111125rem;font-style:normal;display:block; }
#r27EuRWqn9Wm8iZ8iznOAbEN8zypvdTp { color:#00973e;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:3.5378189086914rem;left:3.1871452331543rem;height:1.1111125rem;display:block; }
#GadFF5WCMc2uVS1iHZTIXXFyVp1nThm6 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15339;line-height:1.3;letter-spacing:0;top:4.6732959747314rem;left:13.812145233154rem;height:0.83333125rem;display:block; }
#p29iRRs43ioaXwtwdFmsSO6OdlsET05p { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15340;line-height:1.3;letter-spacing:0;top:4.6732959747314rem;left:25.811435699463rem;height:0.83333125rem;display:block; }
#asb1iUX0bi4UAVsUrCdtzI3ApNMt0W0g { color:#000000;display:block;width:2.6242875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:5.48828125rem;left:3.1871452331543rem;height:1.1111125rem;display:block; }
#NQMI6qZeAT7hxo5dPJCgoqZoP4TERFi0 { color:#000000;display:block;width:2.6242875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:5.5255737304688rem;left:13.812145233154rem;height:1.1111125rem;display:block; }
#kdq50OodEg8y8dK0faKo3TaUGTmBIFTc { color:#000000;display:block;width:2.6242875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:5.5255680084229rem;left:25.811435699463rem;height:1.1111125rem;display:block; }
#iR7X7lfrGf1Mihq6JP9r2aXbppWTbOpf { color:#000000;display:block;width:2.6234rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:5.5255680084229rem;left:37.997158050537rem;height:1.1111125rem;display:block; }
#Lb1p52J2zXmWkPdn7750APzN5n5GUg0e { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15341;line-height:1.3;letter-spacing:0;top:4.6732959747314rem;left:37.997158050537rem;height:0.83333125rem;display:block; }
#ERaAOKBHxSfT2a8XkD6EycwdCZ7EqxeV { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15341;line-height:1.3;letter-spacing:0;top:4.6733093261719rem;left:3.1867904663086rem;height:0.83333125rem;display:block; }
#GlXA42QKfTsNauQdF2Dx6eqIvOmFAL1k { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:8.75rem;left:0.68679046630862rem;display:block; }
#LQqGVW7lNiwLBameZZ0Avz9p8XyaLF70 { color:#00973e;display:block;width:3.624825rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15197;line-height:1.3;letter-spacing:0;top:11.374298095703rem;left:3.1867904663086rem;height:1.1111125rem;display:block; }
#LnRyheBv3q10WTlcAgZPAQylmkC2yEbF { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15340;line-height:1.3;letter-spacing:0;top:12.436981201172rem;left:3.1873245239258rem;height:0.83333125rem;display:block; }
#TGOPOT2sOULLQ4T7KXJwEnMucqHd71bn { color:#00973e;display:block;width:8.0610625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15194;line-height:1.3;letter-spacing:0;top:11.312133789062rem;left:13.812320709229rem;height:1.1111125rem;display:block; }
#qRuTQHIPq6LeMT6m9XgO2cLr8JZ7bOss { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15339;line-height:1.3;letter-spacing:0;top:12.436981201172rem;left:13.811790466309rem;height:0.83333125rem;display:block; }
#Ei0p2WxIWc99inTPnFyS6zyDb2dsJTR9 { color:#000000;display:block;width:8.6248125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15198;line-height:1.3;letter-spacing:0;top:13.249298095703rem;left:3.1867904663086rem;height:2.222225rem;display:block; }
#HK17xVygTyU9trXN9dMIJo6xlPu7kEJD { color:#000000;display:block;width:8.6248125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:13.249298095703rem;left:13.811790466309rem;height:2.222225rem;display:block; }
#uO8Cv4yzs8RcBZvIds2TnDl7UtxJ24JC { color:#00973e;display:block;width:8.0610625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15195;line-height:1.3;letter-spacing:0;top:11.312133789062rem;left:25.811965942382rem;height:1.1111125rem;display:block; }
#thiB6EpEUWeWWRsmrvwpt6dMcBl1CizR { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15340;line-height:1.3;letter-spacing:0;top:12.436981201172rem;left:25.811965942382rem;height:0.83333125rem;display:block; }
#KKeMnDG6qDyBpweU3dmwgpi6G1UvKksa { color:#000000;display:block;width:9.43625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:13.289234161377rem;left:25.811435699463rem;height:2.222225rem;display:block; }
#Z6Gn5orHpokkDM8Tq8S4yr6LphtmGJ8y { color:#00973e;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15196;line-height:1.3;letter-spacing:0;top:11.312133789062rem;left:37.99946975708rem;height:1.1111125rem;display:block; }
#mplaKSbav9MIHfluFVTxnOitAJ9Mq3hb { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15342;line-height:1.3;letter-spacing:0;top:12.436981201172rem;left:37.99946975708rem;height:0.83333125rem;display:block; }
#mIhyNuT67FtWc5NUFMy5BKbcO2S7cVVi { color:#000000;display:block;width:4.12464375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:13.187133789062rem;left:37.999286651611rem;height:1.1111125rem;display:block; }
#k2l4anfy6mxR5B4xTwMAmoF0TcsnmZvT { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:9.1122379302981rem;left:2.6228713989258rem;height:1.04166875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TitIF4gnSF1uEhL0mWxKfah90UDxJkXr { box-sizing:content-box;color:#00973e;font-size:1.75rem;font-weight:400;line-height:1;height:2.56125625rem;width:2.56125625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:16.687679290771rem;left:22.562145233154rem;display:block; }
#oMVTm9seDuTkMXOmNTDmh1Btp3OueecC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oMVTm9seDuTkMXOmNTDmh1Btp3OueecC > .row .container { border-width: 0; border-radius: 0; }#oMVTm9seDuTkMXOmNTDmh1Btp3OueecC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMVTm9seDuTkMXOmNTDmh1Btp3OueecC > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:47.75rem;position:relative;display:none; }#AGShLQ8Nbyvvbm47pF7GJ3FLCKeqWOc1 { position:absolute;display:block;z-index:15190;height:11.875rem;width:16.25rem;top:35.436708450317rem;left:29.528942108154rem;display:none; }
#NT8XhxSCMyglFiRdNgMhd3g6RTAhwfKV { box-sizing:content-box;color:#00973e;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15148;top:116.625rem;left:22.625rem;display:none; }
#G2C3PnsV6hkQr1BVUNRTrP1UeBshIQOW { position:absolute;display:block;z-index:15137;background-color:#00973e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:11.8105625rem;top:119rem;left:18rem;display:none; }
#Ni6TOBga64TTQBG895V8MOMI9DnzBAwO { box-sizing:content-box;color:#00973e;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15148;top:116.625rem;left:22.625rem;display:none; }
#JqtxWgTS6NXSLp59FGZR2GT36DqwVLqd { position:absolute;display:block;z-index:15145;background-color:#00973e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.185546875rem;width:11.8093125rem;top:49.31201171875rem;left:17.969638824463rem;display:none; }
#HW895vEmB1PnQkIx1kihM6GDcW3R0CBI { box-sizing:content-box;color:#00973e;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15148;top:116.625rem;left:22.625rem;display:none; }
#h8lIoGG4y0uZtrVWDvMtQ7KoEW2CAD3c { box-sizing:content-box;color:#00973e;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15148;top:116.625rem;left:22.625rem;display:none; }
#M577b67OeagXIFNUpZ4tO3T1CGILZuQ9 { position:absolute;display:block;z-index:15072;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00973e;border-left:0.125rem solid #00973e;border-right:0.125rem solid #00973e;border-bottom:0.125rem solid #00973e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.8125rem;width:46.625rem;top:21.375rem;left:0.4375rem;display:block; }
#gfGCyQwHFIiUL4i2HGGLoigLhzUD78yr { color:#000000;display:block;width:10.999625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:30.3125rem;left:3.3125rem;height:1.055575rem;display:block; }
#l9TDv8pX9xiIZosQSoKVtG7Mzaxifvb8 { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.749625rem;top:25.0625rem;left:27.6875rem;overflow:hidden;display:block; }
#a0lR0VZ76H9lou03xzTOghpPNlfsJ52c { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:25.5625rem;left:37.125rem;overflow:hidden;display:block; }
#J3CV55cPsM9Pm3swosE4v8WwygXPtyZS { position:absolute;display:block;z-index:15226;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.749625rem;top:31.375rem;left:3.125rem;overflow:hidden;display:block; }
#suOIZbM02LZV0cE8VPvZXRqPPpLC46Mu { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:31.8125rem;left:12.5625rem;overflow:hidden;display:block; }
#U62ONvTCcR0ArAl5Uv65XI4ChRwNrudA { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.75rem;top:25.5625rem;left:3.125rem;overflow:hidden;display:block; }
#IeUqGDJcVrXelAFhGl7tIPLWABtG9du8 { position:absolute;display:block;z-index:15226;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26rem;left:12.5625rem;overflow:hidden;display:block; }
#PoyyuqoI6n0qdGRTOP7aMTXMuFX3infZ { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:30.375rem;left:27.5rem;height:1.055575rem;display:block; }
#ITKAAs8vypcvugCCBtkqwltmgziy2NvI { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:31.8125rem;left:37.1875rem;overflow:hidden;display:block; }
#kHqpvTNrNOdepoz1kXruBVCOSS4ZRoDs { position:absolute;display:block;z-index:15228;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.749rem;top:31.375rem;left:27.75rem;overflow:hidden;display:block; }
#wWKqDKvu0DuTALoktXSQ08QB7nqQex15 { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15245;top:30.375rem;left:26.25rem;display:block; }
#ca1pLxTz6fff5vX3BRe4XPlJ96TCtX6m { position:absolute;display:block;z-index:15223;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.5625rem;width:1.686525rem;top:28.5625rem;left:23.5rem;overflow:hidden;display:block; }
#OLUyeP530PlGFKPKHTlgd6Ls4nukXM2t { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15178;top:28.5rem;left:25.6875rem;display:block; }
#oATO5IuOWA2SXnyEpKN02nWnbxmgJC65 { color:#000000;display:block;width:9.2489375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15171;line-height:1.3;letter-spacing:0;top:24.5rem;left:3.3125rem;height:1.055575rem;display:block; }
#S1BDKN6KLcFMXZnFDw7O7IbhNhmMZXuu { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15177;top:28.4375rem;left:1.4375rem;display:block; }
#koR4dp6Ma5RmXxWXQqPWWbf7bL69Q8cd { position:absolute;display:block;z-index:15222;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.5625rem;width:1.6867875rem;top:21.9375rem;left:25.625rem;overflow:hidden;display:block; }
#R7xQPDq2lOAAH88zQHZtHkMnAWpvu9BB { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:24.0625rem;left:27.6875rem;height:1.055575rem;display:block; }
#GLakKLJuBSUOBmyTcfomLK8MhR4BQODt { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15240;top:24.5rem;left:1.875rem;display:block; }
#fLJdkqlNxfztqKw5ZWRDZLJdTSilyQ9n { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15241;top:24.0625rem;left:26.125rem;display:block; }
#JeZTILoaF1OPqoipd5p65kG6RuSkTRkA { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15240;top:30.3125rem;left:1.8125rem;display:block; }
#CUnQDaovtdX5fUZqrLJZOwqXHiUoPyBR { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15178;top:21.75rem;left:1.375rem;display:block; }
#QNh7U4oObakW9L1eoIhLtKKpn6NTqZ1h { color:#00973e;display:block;width:12.0623125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15238;line-height:1.3;letter-spacing:0;top:20.3125rem;left:17.375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TaJSAWeA17v14PiK33sZQBrglrTSUQ3l { position:absolute;display:block;z-index:15149;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:12.5rem;top:20.3125rem;left:17.1875rem;display:block; }
#xvsnhT5CpDR29K3fE0HgOZETJH6ERyAH { position:absolute;display:block;z-index:15147;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:12.5rem;top:20.3125rem;left:16.6875rem;display:block; }
#lwPeyuZzPFwTWhHVNJkRL6JmTBFwr0vF { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15165;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.3125rem;height:1.055575rem;display:block; }
#LF1HCoIDIPnGuEUnkfmyh4elR6GsqMpK { color:#000000;display:block;width:10.8123125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:6.3125rem;left:27.5rem;height:1.055575rem;display:block; }
#ZMcyfufufLQS9SM466zlWkNmR1XGPoO4 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:8.1875rem;left:27.5rem;height:1.055575rem;display:block; }
#PtGSvq1fROTDgFBv8KUm9kIwWb9wwLCR { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:4.6875rem;left:3.3125rem;height:1.055575rem;display:block; }
#pgeW8ANZ5h32qV10pRb9oGWH1vogoB2p { color:#000000;display:block;width:17.3748125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.3125rem;height:1.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FmXH8yK2gqzVfrUsAq0ZZkG05ZlZMqI6 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15173;line-height:1.3;letter-spacing:0;top:4.4375rem;left:27.5rem;height:1.055575rem;display:block; }
#OlGSCIger2XoJGZKV7URTPBrTaou0SJJ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:16.875rem;left:27.375rem;height:1.055575rem;display:block; }
#NmfFfUqQItcSK2hTTS6Ld0fKB4JVP8F1 { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15175;top:2.6875rem;left:1.375rem;display:block; }
#HmTXaTnUsHB9doJ4Jysn7w8JFvE0cOa2 { position:absolute;display:block;z-index:15221;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.49946875rem;width:1.5625rem;top:2.875rem;left:25.875rem;overflow:hidden;display:block; }
#KqD0U76TuKJf0hZUKqSxvcKLNbdHKfqK { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.75rem;top:7.3125rem;left:3.3125rem;overflow:hidden;display:block; }
#o7T8likqcxTBFaMzeJT8yvTLWAs97RKy { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:7.8125rem;left:12.75rem;overflow:hidden;display:block; }
#pxGCbNrFOzNaVq6RqcONto5CAFTDiiKE { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15177;top:13.4375rem;left:25.625rem;display:block; }
#GQesGpKDbFm1iAV5OUOLdMCuNaTL6EMZ { box-sizing:content-box;color:#00973e;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15176;top:13.4375rem;left:1.375rem;display:block; }
#eXKqQrLAD18cxp8ihRfEXI0xnVSH16a8 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:15.4375rem;left:3.3125rem;height:1.055575rem;display:block; }
#kAT4qpudbu8dTvKdMy48dwMJHAuWN94L { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:10.75rem;left:3.3125rem;height:1.055575rem;display:block; }
#xIDW0R7NV0bn5sZdhxTquB30enfELITs { position:absolute;display:block;z-index:15228;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.75rem;top:9.25rem;left:27.5rem;overflow:hidden;display:block; }
#aH4C78R28Xbhqq90anFtfySi67B52IRz { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:9.6875rem;left:37rem;overflow:hidden;display:block; }
#oqszmPOmxTVK3qIkbTzmh57wrckXzfBi { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15232;top:4.625rem;left:1.75rem;display:block; }
#Rtlf7T8h8kslx82xw171NAir0sryl7eA { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15233;top:6.375rem;left:1.75rem;display:block; }
#slhsbTKdeuUCBy2AsWVT0xX4MiTTZS9c { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15234;top:10.6875rem;left:1.75rem;display:block; }
#RIWakRJQLBHHW6R4RxfiStwb3ro6fVg3 { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15235;top:4.5625rem;left:25.9375rem;display:block; }
#XxpZvzQQoFw0d76hDKANrtro66aleDp2 { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15236;top:6.3125rem;left:25.9375rem;display:block; }
#kuKhfCxpNwleTeLivMPwMaAxOle6J4XM { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15237;top:8.25rem;left:25.9375rem;display:block; }
#bn5xpcBfHSOUyCn6A2hwLaVIUy23ssNw { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15238;top:16.875rem;left:25.875rem;display:block; }
#Nv2AhD4UqlToy0sGSo53631NlUfi74Z5 { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15239;top:15.4375rem;left:1.75rem;display:block; }
#AWhpJrLdTNLRFk9MhK7nzbLWO7MAZA6y { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.3125rem;height:1.055575rem;display:block; }
#E2Z0awRaHUClrw7Gzh1vH1ZmWO9uxSBa { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15241;top:16.9375rem;left:1.75rem;display:block; }
#HEBtrmqfTnU9uqcSB2WgDJHcaC3zKI9i { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62464375rem;width:1.0617875rem;top:2.8125rem;left:3.3125rem;overflow:hidden;display:block; }
#CRbmrsTu5T3C257SPiMaHswhMf41cHfk { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:15.3125rem;left:27.4375rem;height:1.055575rem;display:block; }
#L4LdlGcHW4RpCDQ5Sbpp9rmFtFwdczIF { box-sizing:content-box;color:#00973e;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15240;top:15.3125rem;left:25.9375rem;display:block; }
#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container { background-color: transparent; background-image: none; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container > .video-iframe-container { display: none; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row > .video-iframe-container { display: none; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .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); }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container { border-width: 0; border-radius: 0; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:47.75rem;position:relative;display:block; }#orrDZd8C3T7D3sbd2u7BM79f9iHel8dA { color:#000000;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2482242584229rem;left:0.96857261657713rem;height:3.41175625rem;text-align:justify;text-align-last:initial;display:block; }
#I6xgXPvLgTHIXvTkKCZygRHQJif5UHkO { position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:12.5rem;top:2.25rem;left:17.75rem;display:block; }
#bZkNzTuWGBWATuvUf9Zf7suwoEmrHGu0 { color:#00973e;display:block;width:12.0609375rem;position:absolute;font-family:sacramento;font-size:1.5625rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:1.9554681777954rem;left:17.844532012939rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kMUtW1ti7Dx8ckwvC8TcW4o3Ao1cOU3n { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0088768005369rem;left:1.0316066741943rem;height:11.611325rem;text-align:justify;text-align-last:initial;display:block; }
#cQtPEWxebondrFueKUwFfXNBmBAxQupC { color:#000000;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.259115219116rem;left:12.3125rem;height:1.055575rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MMerhxwf3Z0E40OJna8ipFW06edZfwOt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15185;opacity:1;top:20.119850158691rem;left:10.312501907349rem; }
#MMerhxwf3Z0E40OJna8ipFW06edZfwOt > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#WVGbFX1HG00W5EVOEZDQehaW7k7K3rfR { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.25rem;left:26.1875rem;height:1.055575rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#DUgVLm6Cv6NFSb2ozLmwtM6MTIE6TNA3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15187;opacity:1;top:19.99467086792rem;left:23.89914894104rem; }
#DUgVLm6Cv6NFSb2ozLmwtM6MTIE6TNA3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#m6zAqAnA4B4LAkb9IWu3vZrAgwOHKZ0g { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00973e;border-left:0.125rem solid #00973e;border-right:0.125rem solid #00973e;border-bottom:0.125rem solid #00973e;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.5625rem;width:46.75rem;top:2.7434897422791rem;left:0rem;display:block; }
#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00973e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container { background-color: transparent; background-image: none; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container > .video-iframe-container { display: none; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row > .video-iframe-container { display: none; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .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); }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container { border-width: 0; border-radius: 0; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:47.75rem;position:relative;display:block; }#iIuh5lau0IDvMrHShVdC2xmAhHz894aW { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.625rem;left:3.75rem;display:block; }
#ickQXo2zn7RHDhObUD5icmexFbF7CAsS { 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:2.25rem;width:1.75rem;top:0.875rem;left:1.15625rem;overflow:hidden;display:block; }
#SvW1MbMD2hl17mKQMZBrINfdS6X93IZX { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0.59375rem;left:6.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ohymhPD7XcK2FduJhAiTtfBTLPk12HFE { display:none; }#ohymhPD7XcK2FduJhAiTtfBTLPk12HFE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIMQy5ur9s2qcVtHSK3Tnwb3TeFoHHnD { width:7.3125rem;height:3.6875rem;top:0.125rem;left:20.186435699463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiCsDmzkoZO519xWb5VwfcQllCan8cfM { display:block; }
 }@media only screen and (max-width: 763px) { #Jrfp8FlhiGc23CiTVMQko22LiNL1xWdb { width:9.5rem;height:3.625rem;top:0.125rem;left:8.2776985168456rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTMasnMbwCTF2S8KbIvrhhKHwamPlX2 { display:block; }
 }@media only screen and (max-width: 763px) { #Si5yTG1EJ5VsenXRbFg4IJzgCVFGoaup { top:1.625rem;left:35.777698516846rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td1STkFzJVKTabLcXEKAxFnco5Pxq5kW { top:1.625rem;left:6.0919761657715rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevBBNM5gWIvbRwcQSnsODoe2QTmlBNT { width:5.3125rem;height:3.6875rem;top:0.125rem;left:29.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7xLmNFLgT1425tQSB9LJAccV1Rk4Zor { display:block; }
 }@media only screen and (max-width: 763px) { #fd8fRybvlrgx4RWRDyyvkqFfD4C55S86 { display:none; }
 }@media only screen and (max-width: 763px) { #pq8sCPPkMO4LAzonEPUI5yQXxd5TguIS { top:0.0625rem;left:4.9991121888161rem;width:8.75rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHpRNgNVKccRiWo59emDcVubPpSpeP7k { display:none; }
 }@media only screen and (max-width: 763px) { #TTHtyoT8DHsyQ9x1O8MHeX8I3uTUg5K7 { top:1.5625rem;left:16.264204561711rem;width:3.4375rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfrNt0wkm7AGJ4QCgaHWuRaLiMzvH1Pi { display:none; }
 }@media only screen and (max-width: 763px) { #T6pQE3TvG459bCK4T4qQ8TZgSphTM0gL { display:none; }
 }@media only screen and (max-width: 763px) { #UkvkBV4oWJ7lBpkQ8wLx7mfBo7FbuUnA { width:11.375rem;height:3.4375rem;top:3.9375rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Al8isKckbFTqAXN6awrTwatQk6PEAucn { display:block; }
 }@media only screen and (max-width: 763px) { #mJG8RvIUteEP1kTlB6nxsqKd5uNahE8P { width:11.375rem;height:3.4375rem;top:3.9375rem;left:0.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpUxAp6ANbbNDTrcr9hZrixAuVS00tIq { display:block; }
 }@media only screen and (max-width: 763px) { #q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 { display:block; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcDVl0tgfU2uMf4KIpRt65D2nfmvTDcQ { width:7.3125rem;height:3.6875rem;top:0rem;left:21.998935699463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC4yUnE5PgCSOR3sF2yLvDbAO344laMT { display:block; }
 }@media only screen and (max-width: 763px) { #tXD4dlh8kRrFtBETqkukPpzvVSyzTb5k { width:9.5rem;height:3.625rem;top:0rem;left:9.3401985168456rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE96XeAXaWrfXJqo1b9cnLdP5KIR5QlX { display:block; }
 }@media only screen and (max-width: 763px) { #GHmHmc8AOqWV42AwBXw2LT4vMa0SCT8N { top:0.6875rem;left:38.375rem;width:2.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBePg29lZfiqtVbEkHGbcmS0bZLnTAmm { display:block; }
 }@media only screen and (max-width: 763px) { #EkV7Dl5BKLJflRWg0UtrgLlFMiXCEgwB { top:0.6875rem;left:41.5rem;width:2.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxZkeuEGuFBBldGTkkEHPMoEqFydVRQN { display:block; }
 }@media only screen and (max-width: 763px) { #lWJ8lXw3lz0pVIfBUwcFO8vkdsvaoiWP { top:0.6875rem;left:44.625rem;width:2.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XsBOZ8rmFXGwFT4UelThu4L3TVNobA { display:block; }
 }@media only screen and (max-width: 763px) { #NTWOpZQGya1PJZX9P8ISppgWkSQm4N57 { top:1.625rem;left:35.777698516846rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd4210Q7ZO3hELCGO0MVJfE3s1v2DSSM { top:0.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGlSDvIyxrpzIPtd4PPUQF6H6c5SLc07 { top:1.625rem;left:6.0919761657715rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8zqmJKIs1Mft5JhbproxkH4WT6Mxxlf { width:5.3125rem;height:3.625rem;top:0.0625rem;left:32.62357711792rem;display:block; }
 }@media only screen and (max-width: 763px) { #kArr1XlExZNsC6dHokJslRSRfiOMoHwD { display:block; }
 }@media only screen and (max-width: 763px) { #ht32SF9VqodGulUNu69KBTvRs2LbsBDO { top:0.6875rem;left:2.5603713989258rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nht5hymfPVCqb1xeFHb5T5TmXr4RJS8h { display:none; }
 }@media only screen and (max-width: 763px) { #EWhiXJ8ruXrob4DV9usVsBJk3sQOnw9L { top:1.125rem;left:8.4517045617106rem;width:12.5rem;height:3.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf { display:block; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HExIFy9TT2Msl7XgGbigT7IKM5Eg7vry { top:8.3125rem;left:2.3125rem;width:27.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6a2DIsMRhnd4VJVZKh7ZTtCTnvfb4hC { top:12.5rem;left:29.4375rem;width:13.25rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7gabn3QaUoIde9x3MCTZrEfRvOgtBTi { top:10.125rem;left:2.3125rem;width:42.375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhBeKHdwuNnZNsFFm3TRBorNuGEMCJRF { top:15.6875rem;left:5.125rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy8688Apm7d659iiPyiIi2XRVDrOvbTk { display:block; }#vy8688Apm7d659iiPyiIi2XRVDrOvbTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgogJTZT5aqDHOecRP0N6vb8QI09TQui { top:3.5rem;left:0rem;width:14.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWs9RToIAJoyVIMhAog0uTc8Cgm2iNxd { top:3.6875rem;left:16.5625rem;width:14.6875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsg9S4lAuawqtBUaT3detD5USZ8AT0II { top:3.0625rem;left:33.0625rem;width:14.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plNeoFJXT35pA70ICsAg3finaxOGo1ZG { top:0.3125rem;left:0rem;width:12.5rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxA8ltAmdWRKwbWZWWnwfAc1s0buukaE { top:21.8125rem;left:14.6875rem;width:17.0625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cifspnAmNrNT0iqwLBOyMzFW7oQenm93 { top:22.375rem;left:32.5rem;width:15.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWP1WHP62ND7NZ1IrAW0ttpt4tEVECr { top:21.875rem;left:0rem;width:14.6875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v29h9iAbqOOQiBZT1s0iOcp3adG1Xl7Q { top:18.5rem;left:0rem;width:12.5rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsc3SwXtP6STcR89GUIuWcdQJ24y9rO { top:21.6875rem;left:4.46875rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFSlB07xCa76n8MDofv1qLmxmPT9E5MC { display:block; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMzSMeGsesVoCLQ8EThiGTluRf2UyKrS { top:3.5rem;left:0rem;width:14.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAkpLcfLO8htdTqWevHHWgOKvMU5Q7Ox { top:3.6875rem;left:16.5625rem;width:14.6875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoruWeaTO6wLaqygHup6zCTmyRpeJSyA { top:3.0625rem;left:33.0625rem;width:14.6875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdaMeDhU2vsnhkEpCTmz0u6OniTcA5H { top:0.3125rem;left:0rem;width:12.5rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ume66OtVuWvfmNZy0tOagJeJkZ5OtgxV { top:21.8125rem;left:14.6875rem;width:15.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dawqMPL0J83nhcbReV8DWsZxomrCI6 { top:22.375rem;left:32.5rem;width:14.5rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiZVVZbGEwZTQWg7PQLCr8CHTUEvI752 { top:21.875rem;left:0rem;width:14.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv2GNk3o1BGnwmkB7KiHbOrIcS4t9XLh { top:18.5rem;left:0rem;width:12.5rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhhuqshr9eAT5VFdJndgi1oO4rcJlc4 { top:38.8125rem;left:5.125rem;width:37.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD { display:block; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do2oLUhXDV7ORe384ZsQsIIQQqetDvTb { top:0rem;left:23.875rem;width:23.5625rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZvi5EPeRFpBHSP7mIQM9XQZ4Tvzz1SO { top:0rem;left:0rem;width:23.4375rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmivQ0I4WCtvCiQc6MEgpSB6IPlBfPDP { top:0rem;left:0.40625rem;width:23.0625rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsJJ56PxnnBpsBQdSGy1bcZw0g8JGaim { display:block; }
 }@media only screen and (max-width: 763px) { #Aw6TODMZvHczmcRkf4Rb1QpiqnssTJLr { top:15.6875rem;left:8.15625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrzNX7OPgXTXcyQWehA2fy1xfqn04qm { top:0.75rem;left:24.28125rem;width:23.0625rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJy4RhVXshOTg5oOZN6pATd8Ce5iWWcF { display:block; }
 }@media only screen and (max-width: 763px) { #WXQrNKG3L4IcZwqkN3TdmroZEcSueIPf { top:15.6875rem;left:32.03125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLEvVzqNwddaaItUTVNVx9huWqXkOigR { display:block; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3ZUSTEBnAv6IqWKunxPr1748nuvRThu { top:0.6875rem;left:24.186717987061rem;width:23.5625rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodhTIg0JBgX7Ewz9oV2u4TZkfkKhJlc { top:13.625rem;left:8.15625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah6JDXLXfUSdN4voJG0iX4ChDx85a23J { top:12.9375rem;left:32.03125rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5v33WW2sriNTCHd5Hefv1rpxgb5cdog { top:0.6875rem;left:0.15625rem;width:23.5625rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPgKAHkDn0APru7HODMLLTODUUpJ7G0b { top:0.625rem;left:0.40625rem;width:23.0625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWquoOJ39fSvELQeIzRxNy5UraW1KOTc { display:block; }
 }@media only screen and (max-width: 763px) { #qGgtQ8h1J9w8HAnAnBddtD3U0prE4Q2b { top:1.0625rem;left:24.28125rem;width:23.0625rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCOC5o3VNIGIiW5eqTx6HfFsXEU8vlvK { display:block; }
 }@media only screen and (max-width: 763px) { #CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 { display:none; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KckAhQWGEewNHTVqiWMKBlw3MtbTM3Su { width:47.75rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctayKfQeZRNZDMXp2KTvcotBanfEP6iX { display:block; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM { display:block; }#VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmcUZHNIE9rFMnrkag4tQ100d8rBEdIq { top:1.375rem;left:13.5625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbUb7KNMIGS6OLClGzbeTzneRrPgdfcE { top:1.0625rem;left:0.8125rem;width:46.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoaudQ9D1aV4vDUoovnkSVPzGBSAiiJl { top:1.75rem;left:16.21875rem;width:15.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu { display:block; }#iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmmEhmB23gqfEQVEkSW4MbySQhWiGoAV { top:0rem;left:0rem;width:47.75rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpEqVGh18xw9uxU622sPQcIRSQMG2CwF { display:none; }
 }@media only screen and (max-width: 763px) { #LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc { display:block; }#LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8fqnJIG9F32quygV2l81qyluANQy22K { top:1.0625rem;left:0.68696784973144rem;width:1rem;height:1.5318808396036rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp7M1P7amndK4QAetCT4sq7fSv9icVN7 { top:1.375rem;left:1.3125rem;width:10.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4uoy3isKluOW4Xdzn6RXQx2B8mplmUu { top:3.5rem;left:13.810901641846rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszpqFgIcJXFPRrscCRZFPyuuVrc6Liv { top:3.5rem;left:25.811435699463rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHecZIAwcnTX7zBEhoq44a5N4Sasz2T { top:3.5rem;left:37.997158050537rem;width:8.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r27EuRWqn9Wm8iZ8iznOAbEN8zypvdTp { top:3.5rem;left:3.1871452331543rem;width:3.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GadFF5WCMc2uVS1iHZTIXXFyVp1nThm6 { top:4.625rem;left:13.812145233154rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p29iRRs43ioaXwtwdFmsSO6OdlsET05p { top:4.625rem;left:25.811435699463rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asb1iUX0bi4UAVsUrCdtzI3ApNMt0W0g { top:5.4375rem;left:3.1871452331543rem;width:2.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQMI6qZeAT7hxo5dPJCgoqZoP4TERFi0 { top:5.5rem;left:13.812145233154rem;width:2.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdq50OodEg8y8dK0faKo3TaUGTmBIFTc { top:5.5rem;left:25.811435699463rem;width:2.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR7X7lfrGf1Mihq6JP9r2aXbppWTbOpf { top:5.5rem;left:37.997158050537rem;width:2.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb1p52J2zXmWkPdn7750APzN5n5GUg0e { top:4.625rem;left:37.997158050537rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERaAOKBHxSfT2a8XkD6EycwdCZ7EqxeV { top:4.625rem;left:3.1867904663086rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXA42QKfTsNauQdF2Dx6eqIvOmFAL1k { top:8.75rem;left:0.68679046630862rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQqGVW7lNiwLBameZZ0Avz9p8XyaLF70 { top:11.3125rem;left:3.1867904663086rem;width:3.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnRyheBv3q10WTlcAgZPAQylmkC2yEbF { top:12.375rem;left:3.1873245239258rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOPOT2sOULLQ4T7KXJwEnMucqHd71bn { top:11.25rem;left:13.812320709229rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuTQHIPq6LeMT6m9XgO2cLr8JZ7bOss { top:12.375rem;left:13.811790466309rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei0p2WxIWc99inTPnFyS6zyDb2dsJTR9 { top:13.1875rem;left:3.1867904663086rem;width:8.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK17xVygTyU9trXN9dMIJo6xlPu7kEJD { top:13.1875rem;left:13.811790466309rem;width:8.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO8Cv4yzs8RcBZvIds2TnDl7UtxJ24JC { top:11.25rem;left:25.811965942382rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thiB6EpEUWeWWRsmrvwpt6dMcBl1CizR { top:12.375rem;left:25.811965942382rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKeMnDG6qDyBpweU3dmwgpi6G1UvKksa { top:13.25rem;left:25.811435699463rem;width:9.375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Gn5orHpokkDM8Tq8S4yr6LphtmGJ8y { top:11.25rem;left:37.99946975708rem;width:8.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mplaKSbav9MIHfluFVTxnOitAJ9Mq3hb { top:12.375rem;left:37.99946975708rem;width:8.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIhyNuT67FtWc5NUFMy5BKbcO2S7cVVi { top:13.125rem;left:37.999286651611rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2l4anfy6mxR5B4xTwMAmoF0TcsnmZvT { top:9.0625rem;left:1.3125rem;width:10.625rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitIF4gnSF1uEhL0mWxKfah90UDxJkXr { top:16.6875rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMVTm9seDuTkMXOmNTDmh1Btp3OueecC { display:block; }#oMVTm9seDuTkMXOmNTDmh1Btp3OueecC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGShLQ8Nbyvvbm47pF7GJ3FLCKeqWOc1 { top:35.375rem;left:29.528942108154rem;width:16.25rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT8XhxSCMyglFiRdNgMhd3g6RTAhwfKV { top:116.625rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2C3PnsV6hkQr1BVUNRTrP1UeBshIQOW { top:119rem;left:12.125rem;width:11.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ni6TOBga64TTQBG895V8MOMI9DnzBAwO { top:116.625rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqtxWgTS6NXSLp59FGZR2GT36DqwVLqd { top:49.25rem;left:17.969638824463rem;width:11.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HW895vEmB1PnQkIx1kihM6GDcW3R0CBI { top:116.625rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8lIoGG4y0uZtrVWDvMtQ7KoEW2CAD3c { top:116.625rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M577b67OeagXIFNUpZ4tO3T1CGILZuQ9 { top:21.375rem;left:0.4375rem;width:46.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGCyQwHFIiUL4i2HGGLoigLhzUD78yr { top:30.3125rem;left:3.3125rem;width:10.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9TDv8pX9xiIZosQSoKVtG7Mzaxifvb8 { top:25.0625rem;left:27.6875rem;width:9.6875rem;height:3.4159026798307rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0lR0VZ76H9lou03xzTOghpPNlfsJ52c { top:25.5625rem;left:37.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3CV55cPsM9Pm3swosE4v8WwygXPtyZS { top:31.375rem;left:3.125rem;width:9.6875rem;height:3.4159026798307rem;display:block; }
 }@media only screen and (max-width: 763px) { #suOIZbM02LZV0cE8VPvZXRqPPpLC46Mu { top:31.8125rem;left:12.5625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62ONvTCcR0ArAl5Uv65XI4ChRwNrudA { top:25.5625rem;left:3.125rem;width:9.6875rem;height:3.415596112671rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeUqGDJcVrXelAFhGl7tIPLWABtG9du8 { top:26rem;left:12.5625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoyyuqoI6n0qdGRTOP7aMTXMuFX3infZ { top:30.375rem;left:27.5rem;width:15.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKAAs8vypcvugCCBtkqwltmgziy2NvI { top:31.8125rem;left:37.1875rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqpvTNrNOdepoz1kXruBVCOSS4ZRoDs { top:31.375rem;left:27.75rem;width:9.6875rem;height:3.4159026798307rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWKqDKvu0DuTALoktXSQ08QB7nqQex15 { top:30.375rem;left:26.25rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca1pLxTz6fff5vX3BRe4XPlJ96TCtX6m { top:28.5625rem;left:23.5rem;width:1.625rem;height:1.5060575953497rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUyeP530PlGFKPKHTlgd6Ls4nukXM2t { top:28.5rem;left:25.6875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATO5IuOWA2SXnyEpKN02nWnbxmgJC65 { top:24.5rem;left:3.3125rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1BDKN6KLcFMXZnFDw7O7IbhNhmMZXuu { top:28.4375rem;left:1.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koR4dp6Ma5RmXxWXQqPWWbf7bL69Q8cd { top:21.9375rem;left:25.625rem;width:1.625rem;height:1.5060575953497rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7xQPDq2lOAAH88zQHZtHkMnAWpvu9BB { top:24.0625rem;left:27.6875rem;width:10.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLakKLJuBSUOBmyTcfomLK8MhR4BQODt { top:24.5rem;left:1.875rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLJdkqlNxfztqKw5ZWRDZLJdTSilyQ9n { top:24.0625rem;left:26.125rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeZTILoaF1OPqoipd5p65kG6RuSkTRkA { top:30.3125rem;left:1.8125rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUnQDaovtdX5fUZqrLJZOwqXHiUoPyBR { top:21.75rem;left:1.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNh7U4oObakW9L1eoIhLtKKpn6NTqZ1h { top:20.3125rem;left:17.375rem;width:12rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaJSAWeA17v14PiK33sZQBrglrTSUQ3l { top:20.3125rem;left:17.1875rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsnhT5CpDR29K3fE0HgOZETJH6ERyAH { top:20.3125rem;left:16.6875rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwPeyuZzPFwTWhHVNJkRL6JmTBFwr0vF { top:6.3125rem;left:3.3125rem;width:11.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF1HCoIDIPnGuEUnkfmyh4elR6GsqMpK { top:6.3125rem;left:27.5rem;width:10.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcyfufufLQS9SM466zlWkNmR1XGPoO4 { top:8.1875rem;left:27.5rem;width:15.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtGSvq1fROTDgFBv8KUm9kIwWb9wwLCR { top:4.6875rem;left:3.3125rem;width:15rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgeW8ANZ5h32qV10pRb9oGWH1vogoB2p { top:1.5rem;left:3.3125rem;width:17.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmXH8yK2gqzVfrUsAq0ZZkG05ZlZMqI6 { top:4.4375rem;left:27.5rem;width:19.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGSCIger2XoJGZKV7URTPBrTaou0SJJ { top:16.875rem;left:27.375rem;width:10.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmfFfUqQItcSK2hTTS6Ld0fKB4JVP8F1 { top:2.6875rem;left:1.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTXaTnUsHB9doJ4Jysn7w8JFvE0cOa2 { top:2.875rem;left:25.875rem;width:1.5625rem;height:1.49946875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqD0U76TuKJf0hZUKqSxvcKLNbdHKfqK { top:7.3125rem;left:3.3125rem;width:9.6875rem;height:3.415596112671rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7T8likqcxTBFaMzeJT8yvTLWAs97RKy { top:7.8125rem;left:12.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGCbNrFOzNaVq6RqcONto5CAFTDiiKE { top:13.4375rem;left:25.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQesGpKDbFm1iAV5OUOLdMCuNaTL6EMZ { top:13.4375rem;left:1.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXKqQrLAD18cxp8ihRfEXI0xnVSH16a8 { top:15.4375rem;left:3.3125rem;width:11.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAT4qpudbu8dTvKdMy48dwMJHAuWN94L { top:10.75rem;left:3.3125rem;width:15rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDW0R7NV0bn5sZdhxTquB30enfELITs { top:9.25rem;left:27.5rem;width:9.6875rem;height:3.415596112671rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4C78R28Xbhqq90anFtfySi67B52IRz { top:9.6875rem;left:37rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqszmPOmxTVK3qIkbTzmh57wrckXzfBi { top:4.625rem;left:1.75rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rtlf7T8h8kslx82xw171NAir0sryl7eA { top:6.375rem;left:1.75rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slhsbTKdeuUCBy2AsWVT0xX4MiTTZS9c { top:10.6875rem;left:1.75rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIWakRJQLBHHW6R4RxfiStwb3ro6fVg3 { top:4.5625rem;left:25.9375rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpZvzQQoFw0d76hDKANrtro66aleDp2 { top:6.3125rem;left:25.9375rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuKhfCxpNwleTeLivMPwMaAxOle6J4XM { top:8.25rem;left:25.9375rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5xpcBfHSOUyCn6A2hwLaVIUy23ssNw { top:16.875rem;left:25.875rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2AhD4UqlToy0sGSo53631NlUfi74Z5 { top:15.4375rem;left:1.75rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWhpJrLdTNLRFk9MhK7nzbLWO7MAZA6y { top:16.875rem;left:3.3125rem;width:11.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Z0awRaHUClrw7Gzh1vH1ZmWO9uxSBa { top:16.9375rem;left:1.75rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEBtrmqfTnU9uqcSB2WgDJHcaC3zKI9i { top:2.8125rem;left:3.3125rem;width:1rem;height:1.5305459986804rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbmrsTu5T3C257SPiMaHswhMf41cHfk { top:15.3125rem;left:27.4375rem;width:11.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4LdlGcHW4RpCDQ5Sbpp9rmFtFwdczIF { top:15.3125rem;left:25.9375rem;width:0.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez { display:block; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orrDZd8C3T7D3sbd2u7BM79f9iHel8dA { top:4.1875rem;left:0.96857261657713rem;width:44.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6xgXPvLgTHIXvTkKCZygRHQJif5UHkO { top:2.25rem;left:17.75rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkNzTuWGBWATuvUf9Zf7suwoEmrHGu0 { top:1.9375rem;left:17.844532012939rem;width:12rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMUtW1ti7Dx8ckwvC8TcW4o3Ao1cOU3n { top:8rem;left:1.0316066741943rem;width:45.0625rem;height:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtPEWxebondrFueKUwFfXNBmBAxQupC { top:20.25rem;left:12.3125rem;width:6.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMerhxwf3Z0E40OJna8ipFW06edZfwOt { top:20.0625rem;left:10.312501907349rem;width:1.25rem;height:1.25rem;display:block; }
#MMerhxwf3Z0E40OJna8ipFW06edZfwOt > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #WVGbFX1HG00W5EVOEZDQehaW7k7K3rfR { top:20.25rem;left:26.1875rem;width:9.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUgVLm6Cv6NFSb2ozLmwtM6MTIE6TNA3 { top:19.9375rem;left:23.89914894104rem;width:1.5rem;height:1.5rem;display:block; }
#DUgVLm6Cv6NFSb2ozLmwtM6MTIE6TNA3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #m6zAqAnA4B4LAkb9IWu3vZrAgwOHKZ0g { top:2.6875rem;left:0rem;width:46.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA { display:block; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIuh5lau0IDvMrHShVdC2xmAhHz894aW { width:2.75rem;height:2.75rem;top:0.625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickQXo2zn7RHDhObUD5icmexFbF7CAsS { top:0.875rem;left:1.15625rem;width:1.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvW1MbMD2hl17mKQMZBrINfdS6X93IZX { top:0.5625rem;left:6.5rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ohymhPD7XcK2FduJhAiTtfBTLPk12HFE { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ohymhPD7XcK2FduJhAiTtfBTLPk12HFE > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIMQy5ur9s2qcVtHSK3Tnwb3TeFoHHnD { width:5.499825rem;height:2.12446875rem;top:2.4334161281586rem;left:0rem;font-size:1.25rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #QiCsDmzkoZO519xWb5VwfcQllCan8cfM { display:block; }
 }@media only screen and (max-width: 763px) { #Jrfp8FlhiGc23CiTVMQko22LiNL1xWdb { width:5.3125rem;height:2.1875rem;top:2.4014558792114rem;left:7.3437495827675rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuTMasnMbwCTF2S8KbIvrhhKHwamPlX2 { display:block; }
 }@media only screen and (max-width: 763px) { #Si5yTG1EJ5VsenXRbFg4IJzgCVFGoaup { width:0.6875rem;height:0.6875rem;top:35.1240234375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td1STkFzJVKTabLcXEKAxFnco5Pxq5kW { width:0.6875rem;height:0.6875rem;top:23.3115234375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aevBBNM5gWIvbRwcQSnsODoe2QTmlBNT { width:5.187325rem;height:1.81196875rem;top:2.4973366260529rem;left:14.811789095402rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7xLmNFLgT1425tQSB9LJAccV1Rk4Zor { display:block; }
 }@media only screen and (max-width: 763px) { #fd8fRybvlrgx4RWRDyyvkqFfD4C55S86 { top:0.9375rem;left:3.125rem;width:1.5625rem;height:1.5625rem;z-index:15019;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq8sCPPkMO4LAzonEPUI5yQXxd5TguIS { top:0.12428976595402rem;left:4.9991121888161rem;width:8.8125rem;height:3.9385625rem;z-index:15020;font-family:"din pro";font-size:0.875rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sHpRNgNVKccRiWo59emDcVubPpSpeP7k { top:0.92897725105287rem;left:14.437144815922rem;width:1.5625rem;height:1.5625rem;z-index:15021;color:#ffffff;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTHtyoT8DHsyQ9x1O8MHeX8I3uTUg5K7 { top:0rem;left:16.500355303287rem;width:3.49964375rem;height:0;z-index:15022;font-size:0.875rem;font-family:"din pro";line-height:1.5;color:#ffffff;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lfrNt0wkm7AGJ4QCgaHWuRaLiMzvH1Pi { top:0.9375rem;left:1.6237569451332rem;width:1.5625rem;height:1.5625rem;z-index:15023;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pQE3TvG459bCK4T4qQ8TZgSphTM0gL { top:0.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;z-index:15024;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkvkBV4oWJ7lBpkQ8wLx7mfBo7FbuUnA { width:1.5rem;height:1.625rem;top:1.25rem;left:16.4375rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Al8isKckbFTqAXN6awrTwatQk6PEAucn { display:block; }
 }@media only screen and (max-width: 763px) { #mJG8RvIUteEP1kTlB6nxsqKd5uNahE8P { width:1.5rem;height:1.625rem;top:1.25rem;left:18.5rem;font-size:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GpUxAp6ANbbNDTrcr9hZrixAuVS00tIq { display:block; }
 }@media only screen and (max-width: 763px) { #q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 { position:relative;z-index:auto;display:none; }#q9D5AWJfgxA9TKTxcVE1niA45Qt29UA9 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IcDVl0tgfU2uMf4KIpRt65D2nfmvTDcQ { width:5.499825rem;height:2.12446875rem;top:2.4334161281586rem;left:0rem;font-size:1.25rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #iC4yUnE5PgCSOR3sF2yLvDbAO344laMT { display:block; }
 }@media only screen and (max-width: 763px) { #tXD4dlh8kRrFtBETqkukPpzvVSyzTb5k { width:5.3125rem;height:2.1875rem;top:2.4014558792114rem;left:7.3437495827675rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GE96XeAXaWrfXJqo1b9cnLdP5KIR5QlX { display:block; }
 }@media only screen and (max-width: 763px) { #GHmHmc8AOqWV42AwBXw2LT4vMa0SCT8N { top:0.625rem;left:13rem;width:2.374825rem;height:2.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBePg29lZfiqtVbEkHGbcmS0bZLnTAmm { display:block; }
 }@media only screen and (max-width: 763px) { #EkV7Dl5BKLJflRWg0UtrgLlFMiXCEgwB { top:0.625rem;left:15.5625rem;width:2.1875rem;height:2.12446875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxZkeuEGuFBBldGTkkEHPMoEqFydVRQN { display:block; }
 }@media only screen and (max-width: 763px) { #lWJ8lXw3lz0pVIfBUwcFO8vkdsvaoiWP { top:0.625rem;left:18rem;width:2.0625rem;height:2.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5XsBOZ8rmFXGwFT4UelThu4L3TVNobA { display:block; }
 }@media only screen and (max-width: 763px) { #NTWOpZQGya1PJZX9P8ISppgWkSQm4N57 { width:0.6875rem;height:0.6875rem;top:35.1240234375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd4210Q7ZO3hELCGO0MVJfE3s1v2DSSM { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGlSDvIyxrpzIPtd4PPUQF6H6c5SLc07 { width:0.6875rem;height:0.6875rem;top:23.3115234375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8zqmJKIs1Mft5JhbproxkH4WT6Mxxlf { width:5.187325rem;height:1.81196875rem;top:2.4973366260529rem;left:14.811789095402rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kArr1XlExZNsC6dHokJslRSRfiOMoHwD { display:block; }
 }@media only screen and (max-width: 763px) { #ht32SF9VqodGulUNu69KBTvRs2LbsBDO { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nht5hymfPVCqb1xeFHb5T5TmXr4RJS8h { top:0.9375rem;left:3.125rem;width:1.5625rem;height:1.5625rem;z-index:15019;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhiXJ8ruXrob4DV9usVsBJk3sQOnw9L { top:0rem;left:4.6241121888161rem;width:8.3125rem;height:2.6136375rem;z-index:15020;font-family:"din pro";line-height:1.5;font-size:0.875rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf { background-color:#ffffff;background-image:none;display:block; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container { background-color: transparent; background-image: none; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container > .video-iframe-container { display: none; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row > .video-iframe-container { display: none; }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .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); }#VcdiIL4IfmkWzm2W5PKEZS8vRCz6nkBf > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HExIFy9TT2Msl7XgGbigT7IKM5Eg7vry { width:17.8125rem;height:1.949575rem;top:4.8510296344757rem;left:1.0937499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X6a2DIsMRhnd4VJVZKh7ZTtCTnvfb4hC { width:10.4984375rem;height:1.5625rem;top:9.8430397510531rem;left:4.7505326867104rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7gabn3QaUoIde9x3MCTZrEfRvOgtBTi { width:20rem;height:2.7006375rem;top:6.6337006092069rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mhBeKHdwuNnZNsFFm3TRBorNuGEMCJRF { width:20rem;height:0.1875rem;top:12.280894517899rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy8688Apm7d659iiPyiIi2XRVDrOvbTk { display:none; }#vy8688Apm7d659iiPyiIi2XRVDrOvbTk > .row .container { width:20rem;height:81.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgogJTZT5aqDHOecRP0N6vb8QI09TQui { width:12.5rem;height:11.375rem;top:0rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWs9RToIAJoyVIMhAog0uTc8Cgm2iNxd { width:12.5rem;height:11.0625rem;top:12.56125831604rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsg9S4lAuawqtBUaT3detD5USZ8AT0II { width:12.5rem;height:12.125rem;top:24.598722457886rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #plNeoFJXT35pA70ICsAg3finaxOGo1ZG { width:12.5rem;height:2.6rem;top:0.5625rem;left:0.75000005960463rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxA8ltAmdWRKwbWZWWnwfAc1s0buukaE { width:14.0625rem;height:12.562125rem;top:51.886539459229rem;left:2.9678621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #cifspnAmNrNT0iqwLBOyMzFW7oQenm93 { width:13.125rem;height:12.1875rem;top:66.574039459231rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzWP1WHP62ND7NZ1IrAW0ttpt4tEVECr { width:12.5rem;height:11.75rem;top:38.812143802643rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v29h9iAbqOOQiBZT1s0iOcp3adG1Xl7Q { width:12.5rem;height:2.6rem;top:37.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVsc3SwXtP6STcR89GUIuWcdQJ24y9rO { width:20rem;height:0.1875rem;top:80.0107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFSlB07xCa76n8MDofv1qLmxmPT9E5MC { display:block; }#mFSlB07xCa76n8MDofv1qLmxmPT9E5MC > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMzSMeGsesVoCLQ8EThiGTluRf2UyKrS { width:12.5rem;height:11.375rem;top:0rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAkpLcfLO8htdTqWevHHWgOKvMU5Q7Ox { width:12.5rem;height:11.0625rem;top:12.56125831604rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoruWeaTO6wLaqygHup6zCTmyRpeJSyA { width:12.5rem;height:12.125rem;top:24.598722457886rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdaMeDhU2vsnhkEpCTmz0u6OniTcA5H { width:12.5rem;height:2.6rem;top:0.5625rem;left:0.75000005960463rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ume66OtVuWvfmNZy0tOagJeJkZ5OtgxV { width:12.9375rem;height:12.5rem;top:51.886539459229rem;left:2.9678621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dawqMPL0J83nhcbReV8DWsZxomrCI6 { width:12.375rem;height:12.1875rem;top:66.574039459231rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiZVVZbGEwZTQWg7PQLCr8CHTUEvI752 { width:12.125rem;height:11.75rem;top:38.812143802643rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv2GNk3o1BGnwmkB7KiHbOrIcS4t9XLh { width:12.5rem;height:2.6rem;top:37.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIhhuqshr9eAT5VFdJndgi1oO4rcJlc4 { width:20rem;height:0.1875rem;top:80.0107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD { display:block; }#frhE6zFRXIbk00vTfJ0B4Np5fiCDE3GD > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #do2oLUhXDV7ORe384ZsQsIIQQqetDvTb { width:17.5rem;height:24.875rem;top:25.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZvi5EPeRFpBHSP7mIQM9XQZ4Tvzz1SO { width:17.5rem;height:24.875rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmivQ0I4WCtvCiQc6MEgpSB6IPlBfPDP { top:3.3625001907349rem;left:0.50000005960464rem;width:19rem;height:21.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PsJJ56PxnnBpsBQdSGy1bcZw0g8JGaim { display:block; }
 }@media only screen and (max-width: 763px) { #Aw6TODMZvHczmcRkf4Rb1QpiqnssTJLr { display:flex;width:4.375rem;height:4.375rem;top:13.143750190735rem;left:7.8124998211863rem;font-size:3.0625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #HxrzNX7OPgXTXcyQWehA2fy1xfqn04qm { top:27.5rem;left:0.5rem;width:19rem;height:21.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uJy4RhVXshOTg5oOZN6pATd8Ce5iWWcF { display:block; }
 }@media only screen and (max-width: 763px) { #WXQrNKG3L4IcZwqkN3TdmroZEcSueIPf { display:flex;width:4.375rem;height:4.375rem;top:38.5rem;left:7.8124998211863rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #BLEvVzqNwddaaItUTVNVx9huWqXkOigR { display:block; }#BLEvVzqNwddaaItUTVNVx9huWqXkOigR > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3ZUSTEBnAv6IqWKunxPr1748nuvRThu { width:17.4375rem;height:24.8125rem;top:26.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodhTIg0JBgX7Ewz9oV2u4TZkfkKhJlc { display:flex;width:4.375rem;height:4.375rem;top:13.812501907349rem;left:7.8124998211863rem;font-size:3.0625rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #Ah6JDXLXfUSdN4voJG0iX4ChDx85a23J { display:flex;width:4.375rem;height:4.375rem;top:39.25rem;left:7.8125rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #o5v33WW2sriNTCHd5Hefv1rpxgb5cdog { width:17.5rem;height:24.875rem;top:0.74921894073488rem;left:1.2500000596046rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bPgKAHkDn0APru7HODMLLTODUUpJ7G0b { top:1.4351558685302rem;left:1.2500000596046rem;width:17.5rem;height:23.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KWquoOJ39fSvELQeIzRxNy5UraW1KOTc { display:block; }
 }@media only screen and (max-width: 763px) { #qGgtQ8h1J9w8HAnAnBddtD3U0prE4Q2b { top:27.6875rem;left:0.50000005960464rem;width:19rem;height:23.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TCOC5o3VNIGIiW5eqTx6HfFsXEU8vlvK { display:block; }
 }@media only screen and (max-width: 763px) { #CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 { background-color:#ffffff;background-image:none;display:block; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container { background-color: transparent; background-image: none; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container > .video-iframe-container { display: none; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row > .video-iframe-container { display: none; }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .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); }#CUMJca61XrJfT7U6yDzXkGhhBT7qzcE2 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KckAhQWGEewNHTVqiWMKBlw3MtbTM3Su { top:0.84375rem;left:0rem;width:20rem;height:4.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ctayKfQeZRNZDMXp2KTvcotBanfEP6iX { display:none; }#ctayKfQeZRNZDMXp2KTvcotBanfEP6iX > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM { display:none; }#VbyP7P7TGmqPgDdyvLGpT3wWyukd88SM > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmcUZHNIE9rFMnrkag4tQ100d8rBEdIq { width:1.9375rem;height:1.9375rem;top:0.59375rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbUb7KNMIGS6OLClGzbeTzneRrPgdfcE { width:19.875rem;height:2.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoaudQ9D1aV4vDUoovnkSVPzGBSAiiJl { width:15.3125rem;height:1.1875rem;top:0.9375rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu { display:none; }#iHD1BXTBPNpsRAiKmg6X9zP7vUmCb3vu > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fmmEhmB23gqfEQVEkSW4MbySQhWiGoAV { width:20rem;height:39.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpEqVGh18xw9uxU622sPQcIRSQMG2CwF { top:0rem;left:0rem;width:20rem;height:17.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc { display:none; }#LnGOWtUCotTU06nJAGpZZo3NgU5y2WQc > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8fqnJIG9F32quygV2l81qyluANQy22K { width:0.99964375rem;height:1.531425rem;top:0.73064613342287rem;left:2.6216261982918rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp7M1P7amndK4QAetCT4sq7fSv9icVN7 { width:10.625rem;height:1.04166875rem;top:1.0138492584229rem;left:4.6866121888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4uoy3isKluOW4Xdzn6RXQx2B8mplmUu { width:7.9989375rem;height:2.222225rem;top:3.25rem;left:11.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TszpqFgIcJXFPRrscCRZFPyuuVrc6Liv { width:7.9989375rem;height:2.222225rem;top:8.5rem;left:11.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXHecZIAwcnTX7zBEhoq44a5N4Sasz2T { width:7.5rem;height:2.222225rem;top:8.49875664711rem;left:0.59126418828964rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r27EuRWqn9Wm8iZ8iznOAbEN8zypvdTp { width:3.18625625rem;height:1.1111125rem;top:18.449039459229rem;left:2.6207385659218rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GadFF5WCMc2uVS1iHZTIXXFyVp1nThm6 { width:8.75rem;height:0.83333125rem;top:5.5rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p29iRRs43ioaXwtwdFmsSO6OdlsET05p { width:8.75rem;height:0.83333125rem;top:10.6875rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asb1iUX0bi4UAVsUrCdtzI3ApNMt0W0g { width:2.56125625rem;height:1.1111125rem;top:6.25rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQMI6qZeAT7hxo5dPJCgoqZoP4TERFi0 { width:2.56125625rem;height:1.1111125rem;top:6.3521060943606rem;left:14.404296457768rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdq50OodEg8y8dK0faKo3TaUGTmBIFTc { width:2.56125625rem;height:1.1111125rem;top:11.539417505264rem;left:14.404296457768rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR7X7lfrGf1Mihq6JP9r2aXbppWTbOpf { width:2.56125625rem;height:1.1111125rem;top:11.539417505264rem;left:2.6207385659218rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lb1p52J2zXmWkPdn7750APzN5n5GUg0e { width:8.75rem;height:0.83333125rem;top:26.708095788956rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERaAOKBHxSfT2a8XkD6EycwdCZ7EqxeV { width:8.75rem;height:0.83333125rem;top:5.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlXA42QKfTsNauQdF2Dx6eqIvOmFAL1k { width:1.875rem;height:1.875rem;top:14.412281274796rem;left:2.1821733117104rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQqGVW7lNiwLBameZZ0Avz9p8XyaLF70 { width:3.18625625rem;height:1.1111125rem;top:4.3125rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnRyheBv3q10WTlcAgZPAQylmkC2yEbF { width:8.75rem;height:0.83333125rem;top:19.582740783691rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGOPOT2sOULLQ4T7KXJwEnMucqHd71bn { width:7.9989375rem;height:2.222225rem;top:17.373046875rem;left:11.686789095402rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRuTQHIPq6LeMT6m9XgO2cLr8JZ7bOss { width:8.75rem;height:0.83333125rem;top:19.582740783691rem;left:11.249111711979rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ei0p2WxIWc99inTPnFyS6zyDb2dsJTR9 { width:8.5618125rem;height:2.222225rem;top:20.434125900269rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HK17xVygTyU9trXN9dMIJo6xlPu7kEJD { width:9.8748125rem;height:2.222225rem;top:20.434125900269rem;left:10.124289095402rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uO8Cv4yzs8RcBZvIds2TnDl7UtxJ24JC { width:7.9998125rem;height:2.222225rem;top:24.4375rem;left:11.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thiB6EpEUWeWWRsmrvwpt6dMcBl1CizR { width:8.75rem;height:0.83333125rem;top:26.8125rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKeMnDG6qDyBpweU3dmwgpi6G1UvKksa { width:9.375rem;height:2.222225rem;top:27.559469461441rem;left:10.624111711979rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Gn5orHpokkDM8Tq8S4yr6LphtmGJ8y { width:7.5rem;height:2.222225rem;top:24.43625664711rem;left:0.59126418828964rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mplaKSbav9MIHfluFVTxnOitAJ9Mq3hb { width:8.75rem;height:0.83333125rem;top:10.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mIhyNuT67FtWc5NUFMy5BKbcO2S7cVVi { width:4.0625rem;height:1.1111125rem;top:27.560361862182rem;left:2.3100140690804rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2l4anfy6mxR5B4xTwMAmoF0TcsnmZvT { width:10.625rem;height:1.04166875rem;top:14.835758209229rem;left:4.6866121888161rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TitIF4gnSF1uEhL0mWxKfah90UDxJkXr { width:2.5rem;height:2.5rem;top:29.82954788208rem;left:8.7499995827675rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMVTm9seDuTkMXOmNTDmh1Btp3OueecC { display:none; }#oMVTm9seDuTkMXOmNTDmh1Btp3OueecC > .row .container { width:20rem;height:83.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AGShLQ8Nbyvvbm47pF7GJ3FLCKeqWOc1 { width:16.25rem;height:11.875rem;top:153.6875rem;left:1.875rem;z-index:15191;display:none; }
 }@media only screen and (max-width: 763px) { #NT8XhxSCMyglFiRdNgMhd3g6RTAhwfKV { width:2.5rem;height:2.5rem;top:184.9375rem;left:8.75rem;font-size:1.75rem;z-index:15159;display:none; }
 }@media only screen and (max-width: 763px) { #G2C3PnsV6hkQr1BVUNRTrP1UeBshIQOW { width:11.7489375rem;height:0.12429rem;top:187.3125rem;left:4.125rem;z-index:15148;display:none; }
 }@media only screen and (max-width: 763px) { #Ni6TOBga64TTQBG895V8MOMI9DnzBAwO { width:2.5rem;height:2.5rem;top:166.12392139435rem;left:8.7499995827675rem;font-size:1.75rem;z-index:15160;display:none; }
 }@media only screen and (max-width: 763px) { #JqtxWgTS6NXSLp59FGZR2GT36DqwVLqd { width:11.7498125rem;height:0.12429rem;top:150.4375rem;left:4.125rem;z-index:15147;display:none; }
 }@media only screen and (max-width: 763px) { #HW895vEmB1PnQkIx1kihM6GDcW3R0CBI { width:2.5rem;height:2.5rem;top:150.18732070923rem;left:8.7499995827675rem;font-size:1.75rem;z-index:15161;display:none; }
 }@media only screen and (max-width: 763px) { #h8lIoGG4y0uZtrVWDvMtQ7KoEW2CAD3c { width:2.5rem;height:2.5rem;top:138.375rem;left:8.75rem;font-size:1.75rem;z-index:15162;display:none; }
 }@media only screen and (max-width: 763px) { #M577b67OeagXIFNUpZ4tO3T1CGILZuQ9 { width:19.8125rem;height:15.6875rem;top:58.41885625rem;left:0.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #gfGCyQwHFIiUL4i2HGGLoigLhzUD78yr { width:10.9375rem;height:1.055575rem;top:67.35635625rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9TDv8pX9xiIZosQSoKVtG7Mzaxifvb8 { width:9.6875rem;height:3.4159026798307rem;top:62.10635625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0lR0VZ76H9lou03xzTOghpPNlfsJ52c { width:7.5rem;height:2.5rem;top:62.60635625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3CV55cPsM9Pm3swosE4v8WwygXPtyZS { width:9.6875rem;height:3.4159026798307rem;top:68.410861968994rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suOIZbM02LZV0cE8VPvZXRqPPpLC46Mu { width:7.5rem;height:2.5rem;top:68.85635625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U62ONvTCcR0ArAl5Uv65XI4ChRwNrudA { width:9.6875rem;height:3.415596112671rem;top:62.105819702149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeUqGDJcVrXelAFhGl7tIPLWABtG9du8 { width:7.5rem;height:2.5rem;top:63.04385625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoyyuqoI6n0qdGRTOP7aMTXMuFX3infZ { width:15.8123125rem;height:1.055575rem;top:67.41885625rem;left:4.1876875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITKAAs8vypcvugCCBtkqwltmgziy2NvI { width:7.5rem;height:2.5rem;top:68.85635625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHqpvTNrNOdepoz1kXruBVCOSS4ZRoDs { width:9.6875rem;height:3.4159026798307rem;top:68.41885625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWKqDKvu0DuTALoktXSQ08QB7nqQex15 { width:0.9375rem;height:0.9375rem;top:67.41885625rem;left:19.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ca1pLxTz6fff5vX3BRe4XPlJ96TCtX6m { width:1.625rem;height:1.5060575953497rem;top:65.60635625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLUyeP530PlGFKPKHTlgd6Ls4nukXM2t { width:1.875rem;height:1.875rem;top:65.54385625rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATO5IuOWA2SXnyEpKN02nWnbxmgJC65 { width:9.1868125rem;height:1.055575rem;top:61.54385625rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S1BDKN6KLcFMXZnFDw7O7IbhNhmMZXuu { width:1.875rem;height:1.875rem;top:65.48135625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koR4dp6Ma5RmXxWXQqPWWbf7bL69Q8cd { width:1.625rem;height:1.5060575953497rem;top:58.98135625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7xQPDq2lOAAH88zQHZtHkMnAWpvu9BB { width:10.3125rem;height:1.055575rem;top:61.10635625rem;left:9.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLakKLJuBSUOBmyTcfomLK8MhR4BQODt { width:0.9375rem;height:0.9375rem;top:61.54385625rem;left:1.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLJdkqlNxfztqKw5ZWRDZLJdTSilyQ9n { width:0.9375rem;height:0.9375rem;top:61.10635625rem;left:16.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeZTILoaF1OPqoipd5p65kG6RuSkTRkA { width:0.9375rem;height:0.9375rem;top:67.35635625rem;left:1.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUnQDaovtdX5fUZqrLJZOwqXHiUoPyBR { width:1.875rem;height:1.875rem;top:58.79385625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNh7U4oObakW9L1eoIhLtKKpn6NTqZ1h { width:11.9993125rem;height:1.13725rem;top:57.35635625rem;left:7.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaJSAWeA17v14PiK33sZQBrglrTSUQ3l { width:12.5rem;height:1.25rem;top:57.35635625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvsnhT5CpDR29K3fE0HgOZETJH6ERyAH { width:12.5rem;height:1.25rem;top:57.35635625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwPeyuZzPFwTWhHVNJkRL6JmTBFwr0vF { width:11.875rem;height:1.055575rem;top:16.90074375rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LF1HCoIDIPnGuEUnkfmyh4elR6GsqMpK { width:10.7493125rem;height:1.055575rem;top:19.20543125rem;left:4.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcyfufufLQS9SM466zlWkNmR1XGPoO4 { width:15.3125rem;height:1.055575rem;top:29.925425rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtGSvq1fROTDgFBv8KUm9kIwWb9wwLCR { width:15rem;height:1.055575rem;top:12.29136875rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgeW8ANZ5h32qV10pRb9oGWH1vogoB2p { width:17.3118125rem;height:1.13725rem;top:4.375rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmXH8yK2gqzVfrUsAq0ZZkG05ZlZMqI6 { width:19.749625rem;height:1.055575rem;top:14.59605625rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OlGSCIger2XoJGZKV7URTPBrTaou0SJJ { width:10.3125rem;height:1.055575rem;top:56.11416875rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmfFfUqQItcSK2hTTS6Ld0fKB4JVP8F1 { width:1.875rem;height:1.875rem;top:2.5568199157715rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTXaTnUsHB9doJ4Jysn7w8JFvE0cOa2 { width:1.5625rem;height:1.49946875rem;top:9.5419rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqD0U76TuKJf0hZUKqSxvcKLNbdHKfqK { width:9.6875rem;height:3.415596112671rem;top:21.51011875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7T8likqcxTBFaMzeJT8yvTLWAs97RKy { width:7.5rem;height:2.5rem;top:26.175425rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxGCbNrFOzNaVq6RqcONto5CAFTDiiKE { width:1.875rem;height:1.875rem;top:46.07510625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQesGpKDbFm1iAV5OUOLdMCuNaTL6EMZ { width:1.875rem;height:1.875rem;top:42.95010625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXKqQrLAD18cxp8ihRfEXI0xnVSH16a8 { width:11.875rem;height:1.055575rem;top:49.20010625rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAT4qpudbu8dTvKdMy48dwMJHAuWN94L { width:15rem;height:1.055575rem;top:32.2301125rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIDW0R7NV0bn5sZdhxTquB30enfELITs { width:9.6875rem;height:3.415596112671rem;top:34.5348rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH4C78R28Xbhqq90anFtfySi67B52IRz { width:7.5rem;height:2.5rem;top:39.20010625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqszmPOmxTVK3qIkbTzmh57wrckXzfBi { width:0.9375rem;height:0.9375rem;top:4.625rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rtlf7T8h8kslx82xw171NAir0sryl7eA { width:0.9375rem;height:0.9375rem;top:6.375rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #slhsbTKdeuUCBy2AsWVT0xX4MiTTZS9c { width:0.9375rem;height:0.9375rem;top:10.6875rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIWakRJQLBHHW6R4RxfiStwb3ro6fVg3 { width:0.9375rem;height:0.9375rem;top:11.2294rem;left:9.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxpZvzQQoFw0d76hDKANrtro66aleDp2 { width:0.9375rem;height:0.9375rem;top:12.9794rem;left:9.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuKhfCxpNwleTeLivMPwMaAxOle6J4XM { width:0.9375rem;height:0.9375rem;top:8.25rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bn5xpcBfHSOUyCn6A2hwLaVIUy23ssNw { width:0.9375rem;height:0.9375rem;top:16.875rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nv2AhD4UqlToy0sGSo53631NlUfi74Z5 { width:0.9375rem;height:0.9375rem;top:15.4375rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWhpJrLdTNLRFk9MhK7nzbLWO7MAZA6y { width:11.875rem;height:1.055575rem;top:53.80948125rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2Z0awRaHUClrw7Gzh1vH1ZmWO9uxSBa { width:0.9375rem;height:0.9375rem;top:16.9375rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEBtrmqfTnU9uqcSB2WgDJHcaC3zKI9i { width:1rem;height:1.5305459986804rem;top:6.7613625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbmrsTu5T3C257SPiMaHswhMf41cHfk { width:11.7498125rem;height:1.055575rem;top:51.50479375rem;left:4.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4LdlGcHW4RpCDQ5Sbpp9rmFtFwdczIF { width:0.9375rem;height:0.9375rem;top:15.3125rem;left:9.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez { display:block; }#KuIPF1PG7KrE6wzJVHCmbPq90w5Tx8Ez > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orrDZd8C3T7D3sbd2u7BM79f9iHel8dA { width:17rem;height:5.84871875rem;top:4rem;left:1.5999999642372rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6xgXPvLgTHIXvTkKCZygRHQJif5UHkO { width:12.5rem;height:1.25rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZkNzTuWGBWATuvUf9Zf7suwoEmrHGu0 { width:11.9993125rem;height:1.625rem;top:1.1875rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMUtW1ti7Dx8ckwvC8TcW4o3Ao1cOU3n { width:18.5618125rem;height:17.86219375rem;top:11.011186599731rem;left:0.71732950210569rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQtPEWxebondrFueKUwFfXNBmBAxQupC { width:6.3743125rem;height:0.9747875rem;top:31.815517425537rem;left:6.9122866392138rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMerhxwf3Z0E40OJna8ipFW06edZfwOt { display:flex;width:1.25rem;height:1.25rem;top:30.115409851074rem;left:9.3749994039537rem; }
#MMerhxwf3Z0E40OJna8ipFW06edZfwOt > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #WVGbFX1HG00W5EVOEZDQehaW7k7K3rfR { width:9.8118125rem;height:0.9747875rem;top:36.680572509766rem;left:5.093217253685rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUgVLm6Cv6NFSb2ozLmwtM6MTIE6TNA3 { display:flex;width:1.49946875rem;height:1.49946875rem;top:35.237037658691rem;left:9.2498220205306rem; }
#DUgVLm6Cv6NFSb2ozLmwtM6MTIE6TNA3 > img { max-width: 100%;max-height:100%; width:1.49946875rem; height:1.49946875rem; } }@media only screen and (max-width: 763px) { #m6zAqAnA4B4LAkb9IWu3vZrAgwOHKZ0g { width:19.9375rem;height:27.5625rem;top:1.7498168945312rem;left:0.062144875526428rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA { position:relative;z-index:auto;display:block; }#MrwNAOLiNG2kv2vHQpB5iTq3LKOJSsdA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIuh5lau0IDvMrHShVdC2xmAhHz894aW { width:1.6859rem;height:1.6859rem;top:1.81103515625rem;left:3.1850138306618rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ickQXo2zn7RHDhObUD5icmexFbF7CAsS { width:1.749825rem;height:2.24875625rem;top:1.5306053161621rem;left:0.68270593881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvW1MbMD2hl17mKQMZBrINfdS6X93IZX { width:2.125rem;height:2.125rem;top:1.5908203125rem;left:4.8701171875rem;font-size:1.4375rem;display:block; }
 }