.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { position:relative;display:block; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { background-color: transparent; background-image: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container > .video-iframe-container { display: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row > .video-iframe-container { display: none; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .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); }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { border-width: 0; border-radius: 0; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DtOWxz8Nmnllfia3sudIKTVIsvaKkwi7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31191875rem;width:14.375rem;top:0.88215494155881rem;left:2.5591416358948rem;overflow:hidden;display:block; }
#T5aGS3QPgTs7MtuGnRo1Jb9TSO8Q0p23 { box-sizing:content-box;height:0.249708125rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:5.3117694854736rem;left:0rem;display:block; }
#WNgCsUaQZiSHr04qv4Mq7F0U4W9r7ZJ2 { color:#000000;display:block;width:9.9365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:21.062351703644rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xRyae5s5BsM9vW9n8g8IAJQqTakS4A9m { box-sizing:content-box;height:3.31191875rem;width:53.125rem;position:absolute;display:block;z-index:14993;background-color:#000000;background-image:none;top:1.9999995231628rem;left:20.499414920807rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:5.0625rem;display:block; }
#rsMKgU0eaPd4uxRANBhHTmyGsdgBrLss { color:#000000;display:block;width:9.9365rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:30.999559879303rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wlxJoHpXbxMPidOLMSUEZLGBNkIPfzme { color:#000000;display:block;width:11.687375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:40.937498569489rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#R2lPKUF6myXyuxAbR39vEQIPs6VZRZF5 { color:#000000;display:block;width:11.687375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1244153976441rem;left:51.436911106109rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PusDrLTpSDPk8uzyoRzICVTGwX7cbk7c { color:#000000;display:block;width:9.9365rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9370613098144rem;left:63.124998569488rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Q8JIDXrgwyfx6Zv6b13Mf9rRamhaDq9f { box-sizing:content-box;height:4.375rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#6d3f86;background-image:none;top:1.2495617866516rem;left:61.812201023102rem;border-top-right-radius:2.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:2.5rem;display:block; }
#Ia2oaOu0wSoZQOPsxvFpoKM7P7K88MPE { box-sizing:content-box;height:0.25rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:4.4043512344361rem;left:0.95137262344363rem;display:none; }
#Inov0QKKI2nPgU4JQ8BnWdBPdcp9AWEZ { box-sizing:content-box;height:0.25rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:4.4043512344361rem;left:0.95137262344363rem;display:none; }
#uTk6eovmO4nQhKKouLhAUOLFODV34WoA { box-sizing:content-box;height:0.25rem;width:68.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:4.4043512344361rem;left:0.95137262344363rem;display:none; }
#ywfK4ncomVI26D5wOA3bgCvXAAJqABck { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#rB7pCfXSZTuz1aZXZvUfVcaMN4pAhpnf { color:#000000;display:block;width:58.0615rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6137552261353rem;left:3.687207698822rem;height:7.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zcuqa3qm9ihniHA6bTROTgQGW5rO7LUr { color:#000000;display:block;width:50.0620625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.088929176331rem;left:3.687207698822rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#NzAvi0fy6L556mQLNVvCF5Cslx95oQXC { background-color:#6d3f86;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:5.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.925959587097rem;left:49.157415866852rem;display:block; }
#ni0nD9Hc8wUTJEfgi237IdaTxBuK7nLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZDu40KeRKRDErtEpvnwimbbB2Uor8Jc { box-sizing:content-box;height:2.625rem;width:35.75rem;position:absolute;display:block;z-index:15001;background-color:#30ea03;background-image:none;top:37.988459587097rem;left:47.562059879303rem;display:block; }
#Cd7pFe4JiaEFPSKaTRNVxAKDnNzgCuUd { box-sizing:content-box;height:2.625rem;width:56.0625rem;position:absolute;display:block;z-index:15000;background-color:#30ea03;background-image:none;top:35.425669670105rem;left:-8.4374994039537rem;display:block; }
#Obqx01aguvP0rErT8hXfb1Ok9MCUPpXo { box-sizing:content-box;height:2.75rem;width:47.5625rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:37.863608360291rem;left:0rem;display:block; }
#VXacw8ya9P5L0V4thvRxUxITUFUMqGiW { box-sizing:content-box;height:40.3125rem;width:40.2480625rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(274deg, rgba(0,0,0,0), rgba(48,234,3,0.48));background-image: -moz-linear-gradient(274deg, rgba(0,0,0,0), rgba(48,234,3,0.48));background-image: -ms-linear-gradient(274deg, rgba(0,0,0,0), rgba(48,234,3,0.48));background-image: -o-linear-gradient(274deg, rgba(0,0,0,0), rgba(48,234,3,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30ea037a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#30ea037a' );";background-image: linear-gradient(274deg, rgba(0,0,0,0), rgba(48,234,3,0.48));background-size:auto !important;top:0rem;left:0rem;display:block; }
#k1UxlRA08L3fBuTBuds8My2Ko4WdPXKG { position:absolute;display:block;z-index:14992;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:40.4991875rem;width:40.3125rem;top:0.11390113830566rem;left:34.687498569489rem;overflow:hidden;display:block; }
#g1hmOpMZiU6K6IlXWGMSNQ4iOTPUToBF { box-sizing:content-box;height:6.8125rem;width:43.5rem;position:absolute;display:block;z-index:15001;background-color:#30ea03;background-image:none;top:17.050961494446rem;left:0rem;display:block; }
#VTXRm1Nn6hIwCMyUsyIvdw50Lk2TFoSL { color:#000000;display:block;width:58.0615rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.863608360291rem;left:1.187207698822rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bs0BBWFmgOcaTdw7DIfkmmatz0ZIVPR8 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.113463401794rem;left:3.3287091255188rem;height:2.08125rem;text-align:left;text-align-last:left;display:block; }
#kr45BO7TfFGuTCRRO6yqPkynfcgaLUwC { color:#000000;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.113463401794rem;left:20.874706745147rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#f4kMPyKNrhrqg4yJAZwx0Lep9FFGrqxp { color:#000000;display:block;width:12.1246875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.113463401794rem;left:33.999704837799rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#e6Ey3os6aNoUTtyFdLqwPoekTf144zbD { box-sizing:content-box;height:2.8745625rem;width:0.186915625rem;position:absolute;display:block;z-index:15010;background-color:#30ea03;background-image:none;top:25.691439628601rem;left:32.858496189118rem;display:block; }
#hNB1xUZJO8KISaSvrgh7F5tdscBaHAyP { box-sizing:content-box;height:3.5625rem;width:20.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:25.41250038147rem;left:18.903906822204rem;display:block; }
#PhEVbWSp3oJRr3tQwG4A9V3Ds4NhSHa9 { color:#000000;display:block;width:50.0609375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.613608360291rem;left:1.4544386863709rem;height:1.7063375rem;text-align:left;text-align-last:left;display:block; }
#LkSrZPfBPT0czqPnc4cLoagc83lqNC1C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { position:relative;display:block; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { background-color: transparent; background-image: none; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container > .video-iframe-container { display: none; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row > .video-iframe-container { display: none; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .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); }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { border-width: 0; border-radius: 0; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VkC4flvFrn0QCiei3wqtDn87Zqgnu0Zv { color:#000000;display:block;width:62.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.40625rem;left:6.46875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cL3zTktGRALqJ2vhwskpFyMcCUmgBCcT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.875rem;left:21.6875rem; }
#F4B7qd0bD55lFNTbRdgdRTRG71fXypBv { color:#000000;display:block;width:18.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:26.562500953674rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sGc3kgw08cscnGdt5uBydzF9vn6oFCdO { color:#000000;display:block;width:4.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:49.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IINRWi34v8l6e3kbrTQPQNV0l1UkBKZS { box-sizing:content-box;height:2rem;width:0.375rem;position:absolute;display:block;z-index:15005;background-color:#30ea03;background-image:none;top:12.5rem;left:46.75rem;display:block; }
#hiZJAeqIPWgedaR2UOHdEbBNmPfJT57Q { background-color:#6d3f86;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.59375rem;left:27.718750953674rem;display:block; }
#ak33sSluD96SKlzhcwgcrmEXt5mQg0T3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { position:relative;display:block; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { background-color: transparent; background-image: none; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container > .video-iframe-container { display: none; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row > .video-iframe-container { display: none; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .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); }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { border-width: 0; border-radius: 0; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ecrMr0X3z3rsFqpVZW5HELHwFo3lp8hJ { box-sizing:content-box;height:2.625rem;width:51.875rem;position:absolute;display:block;z-index:15002;background-color:#30ea03;background-image:none;top:0rem;left:0rem;display:block; }
#E7l02hoe5ua33ez3g2zRAxV6rIrek6xC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:15.1875rem;top:12.3125rem;left:6.3125rem;overflow:hidden;display:block; }
#hAaMiJieWhKXesMCZK6wGnmeTHQRNanb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:11.6875rem;left:30.8125rem;overflow:hidden;display:block; }
#hQOSJbNdHvf8umxDXyye7HTNJBgtxEoI { 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:12.25rem;width:9rem;top:11.3125rem;left:55.625rem;overflow:hidden;display:block; }
#ug0buDD0TTVN7PMDtobvyol6iW2CadCB { box-sizing:content-box;height:2rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#30ea03;background-image:none;top:22.5625rem;left:8.6875rem;display:block; }
#L5PAqbAMXJtJMA4Huy536KBUwXc0XOhR { box-sizing:content-box;height:2rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#6d3f86;background-image:none;top:22.5rem;left:31.25rem;display:block; }
#XSQlX3ruaayzKQyGUExww09FGaSKiCvt { box-sizing:content-box;height:2rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:#30ea03;background-image:none;top:22.5rem;left:53.875rem;display:block; }
#pDVgT0LAuTNo2qZ4kmVm99vprhnFPgDF { color:#000000;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.875rem;left:28.125000953674rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vm9nmv9iv3aNbOpc2PR9yuyLAOGTSZzz { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.1875rem;left:3.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZhyoDTkTTPLF1omkvHeOphrKh97i3Nv { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.1875rem;left:26.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycT7slIIB3g92dGVf3JR14yq03TzPGFs { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.125rem;left:48.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPrsTAmTwqwAiTBVw66LDWSZIVnNdTln { box-sizing:content-box;height:23.5rem;width:18.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:10.749855041504rem;left:5.562207698822rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#pzdZ3AWL37za7Tr3CbcSh6EvFGBOTboV { box-sizing:content-box;height:23.3125rem;width:18.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:10.749853491783rem;left:28.124998569489rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#TCSlhZETZR0DhRfDR8SrhoCq4y0p80Lm { box-sizing:content-box;height:23.25rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:10.749853491783rem;left:50.874704837799rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;display:block; }
#mNue8Dars8SRdbo5BmpnArKsrvhwsgJ4 { color:#000000;display:block;width:53.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.748974323272rem;left:10.936769962311rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQNlCEOpIDypFnMnoCUUlTwa9QLueQLv { background-color:#6d3f86;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:poppins;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:9.9365rem;height:2.436475rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.944069385529rem;left:11.296728610992rem;display:block; }
#hOG2H7kAFubQQOiPdOQqE3KM1cizTA8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Es8KOhMz5Az5Gie7sVTBfGzbDcqMkCNf { background-color:#30ea03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:poppins;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.436475rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.944069385529rem;left:34.372808933258rem;display:block; }
#Kv0TF5Rx6NwuSSL8iNpekNhcXq2NnyHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvLZ1QKTcp9JO4ang14yG4mTyh6Ux1RL { background-color:#6d3f86;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:poppins;font-size:1.0625rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:9.9365rem;height:2.43575rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.944069385529rem;left:57.343451023102rem;display:block; }
#ByggiRooelSkfbJx71Nhyp7TVKNkAlt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfT4Mm0xerh1IkIdcA1k1mJi583IHyPD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.911942005157rem;left:7.8110394477844rem; }
#G2dSc82IU1RXdcnh9S99hTxHUdb8qZIt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.911942005157rem;left:30.811914920807rem; }
#TkgoIXRb61b1kelZCswFyGhhosCQvVH0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.911942005157rem;left:53.874849796295rem; }
#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { position:relative;display:block; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { background-color: transparent; background-image: none; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container > .video-iframe-container { display: none; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row > .video-iframe-container { display: none; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .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); }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { border-width: 0; border-radius: 0; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ppo0RXrcyrIT8CfwZs2zgzE68OW27LHt { box-sizing:content-box;height:2.625rem;width:60.25rem;position:absolute;display:block;z-index:15001;background-color:#30ea03;background-image:none;top:0rem;left:23.125rem;display:block; }
#ThK7Le7Zi6KPHeFp1wOlLPZ8GLpiny4k { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4.71875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wPemftk9F2HxM9hEwSKk4PP7tGb7etTw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:24.3125rem;top:11.4375rem;left:7.28125rem;overflow:hidden;display:block; }
#Hy2xrg6TEhE6t2iz1Uz22TfXQWXif8kc { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:35.21875rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gPECOtmRdZ8S0CL1TwmioI18GPbqcgmy { box-sizing:content-box;height:2.625rem;width:60.0625rem;position:absolute;display:block;z-index:15002;background-color:#30ea03;background-image:none;top:34.75rem;left:-8.5625rem;display:block; }
#HMKk231ZWqfGy8ZRNKLhNm89QakJ6Dwn { background-color:#6d3f86;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.5rem;left:35.21875rem;display:block; }
#ZUdqatlIcr7HSnwH3z43yv4Jzi3mtDbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { position:relative;display:block; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { background-color: transparent; background-image: none; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container > .video-iframe-container { display: none; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row > .video-iframe-container { display: none; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .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); }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { border-width: 0; border-radius: 0; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eaeaea;background-image:none;font-size:0.875rem;font-family:arial;height:81.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CtkxOutDE3JhK1WmcGU4vsga5A0tpQbW { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmECJpNvh3EUAoBU0S0nFJIFUnGDFTSw { box-sizing:content-box;height:18.25rem;width:66.875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:8.0625rem;left:4.0625rem;display:block; }
#wmfzNSW2Dus9krHDxFkbLoQDUcRzCsT1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:17.625rem;top:10.0625rem;left:5.75rem;overflow:hidden;display:block; }
#LNLGTvTam7tLu63KTTVC4S61fzFBsNkf { box-sizing:content-box;height:1.875rem;width:27.9375rem;position:absolute;display:block;z-index:15002;background-color:#30ea03;background-image:none;top:9.875rem;left:21.1875rem;display:block; }
#TtiBhD93qQta0gMkDeyB3TsO7uZTWnzw { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:25.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RzOmT5wmDAxusskRxR0QTU8uzHuRzBKr { color:#000000;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.6875rem;left:25.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NnIszoS85RnN9OzZX7HPhK7OAKzerFoi { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.25rem;left:25.0625rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOZ83bf1NvmhtrHgLR1XGG1GpR9f3IuA { box-sizing:content-box;height:18.25rem;width:66.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:31.875rem;left:4.0625rem;display:block; }
#ZnsxShiTWTbsuh68Nr5VMdSnTvVZ1ttH { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:34rem;left:25.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcTuTXZorBqd0VPK1fBDFPTgbSrCAplK { box-sizing:content-box;height:1.875rem;width:27.9375rem;position:absolute;display:block;z-index:15003;background-color:#30ea03;background-image:none;top:33.875rem;left:21.1875rem;display:block; }
#mr67zTTa6MadPTH6lxuBQiph3pMTh7RB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:14.1875rem;top:33.9375rem;left:6.9375rem;overflow:hidden;display:block; }
#MFsiAI00LkxTBFtOqfJvvnFWLZcH4gba { color:#000000;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.25rem;left:25.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJ5F0ckdxAf045nRpHzf8tLhIpLlTTib { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:41.5rem;left:25.0625rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QGBTaaTkXgFLxwpGArOkdgIxWR1hLNkK { box-sizing:content-box;height:18.25rem;width:66.875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:53.9375rem;left:4.0625rem;display:block; }
#TRiHeBADtq5Llh1WZ3dzfNHSC0vinLB6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:11.9375rem;top:55.0625rem;left:8.0625rem;overflow:hidden;display:block; }
#eP2FwM0dHsogEJfpWUHG0K5hLnWCJaVl { box-sizing:content-box;height:1.875rem;width:27.9375rem;position:absolute;display:block;z-index:15004;background-color:#30ea03;background-image:none;top:56.0625rem;left:21.1875rem;display:block; }
#hWD0UHuVIsrmc7c2c1OhARy77Cvr1PWV { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:56.1875rem;left:25.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KZhycN56li0G7IiP6imdyqE7MPxFscIq { color:#000000;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:59.125rem;left:25.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SSIJAhGn9Z0PPS2lWUApeIkagkh7NxvO { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:63.5rem;left:25.0625rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BkBUK3APOMJprQKiWFGGyvv7EVeT3zC5 { box-sizing:content-box;height:2.625rem;width:23.5rem;position:absolute;display:block;z-index:15003;background-color:#30ea03;background-image:none;top:0rem;left:51.5rem;display:block; }
#IvI53qKryeVSyaPRx6G6DDxnB3crZA8g { box-sizing:content-box;height:2.625rem;width:59.875rem;position:absolute;display:block;z-index:15003;background-color:#30ea03;background-image:none;top:78.6875rem;left:23.5rem;display:block; }
#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { position:relative;display:block; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { background-color: transparent; background-image: none; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container > .video-iframe-container { display: none; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row > .video-iframe-container { display: none; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .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); }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { border-width: 0; border-radius: 0; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gDgbKNTqeHG0k0q4bEX1i6EHe4I58Obw { box-sizing:content-box;height:2.625rem;width:29.9375rem;position:absolute;display:block;z-index:15004;background-color:#30ea03;background-image:none;top:0rem;left:-6.3125rem;display:block; }
#TLlVi8dOqU6z1ikVl4aqSeT44hENQn4J { color:#000000;display:block;width:55.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:8.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uqwzvtx48qk2VQBKHaCVrwCLef7T9zRF { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:23.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxr3W83Hcdw4irfeilZNKvgwsrayJ2MU { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.125rem;left:23.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GOgQW0VQKnax617zd28lWHvMiw64hAI9 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.3125rem;left:23.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qzTeuCAzRT4tmeq9fe15dv6BolhPcgXq { color:#000000;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.875rem;left:23.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utT9i0iNmOt5UV9rzxWdkXvKDIqT6gVt { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.1875rem;left:23.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ypJy05bnSie8FW7g6yKiy63eFqu0sokT { box-sizing:content-box;height:0.5rem;width:5.375rem;position:absolute;display:block;z-index:15013;background-color:#6d3f86;background-image:none;top:14.25rem;left:16.6875rem;display:block; }
#xy1EdKoghy2ZRJ7rmkD3iayh9vITo7N6 { box-sizing:content-box;height:0.5rem;width:5.375rem;position:absolute;display:block;z-index:15014;background-color:#6d3f86;background-image:none;top:19.5rem;left:16.6875rem;display:block; }
#iKxckVgoOEITrzZ7oVrQbTDA7z4AnxyA { box-sizing:content-box;height:0.5rem;width:5.375rem;position:absolute;display:block;z-index:15015;background-color:#6d3f86;background-image:none;top:24.625rem;left:16.6875rem;display:block; }
#VFkRikG2UDyyxbBRWm7KTgpOwyLmdBeP { box-sizing:content-box;height:0.5rem;width:5.375rem;position:absolute;display:block;z-index:15016;background-color:#6d3f86;background-image:none;top:29.4375rem;left:16.6875rem;display:block; }
#Epaf9fnCGpabDrbAvuHuCVJq9gAZFM0F { box-sizing:content-box;height:0.5rem;width:5.375rem;position:absolute;display:block;z-index:15017;background-color:#6d3f86;background-image:none;top:34.5625rem;left:16.6875rem;display:block; }
#vC8btIUVZEpGdZTv4TxTLg5I3GtoEHCp { background-color:#30ea03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:48.250001907349rem;left:25.062500953674rem;display:block; }
#MtfhgdKF4BXqWnIVEy2zrMHB4Gm3UaE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bRe6r82d85wxohdvbql6dSAd3ku7iQ4H { color:#000000;display:block;width:53.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:41.9375rem;left:9.9375rem;height:4.1625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { position:relative;display:block; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { background-color: transparent; background-image: none; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container > .video-iframe-container { display: none; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row > .video-iframe-container { display: none; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .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); }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { border-width: 0; border-radius: 0; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GgZTct7yl9U4DcPVohirgQZlgupMduPe { color:#000000;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:32.25rem;height:9.86875rem;display:block; }
#wSMVZ1QQnMK8HmT6uePWUBVn3u81B8be { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:21.375rem;top:4.4375rem;left:7.28125rem;overflow:hidden;display:block; }
#OJSuTOMpu8qX3icKkoCiZ7qJ03JqCGon { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.15625rem;left:32.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IF6OttA7BBC9N1mZvW40h5T4C1EcGSTB { box-sizing:content-box;height:0.3125rem;width:26.125rem;position:absolute;display:block;z-index:14999;background-color:#6d3f86;background-image:none;top:8.15625rem;left:48.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#sgVoLTPh5P0KBCwWBZozOgx4seu3TXSz { box-sizing:content-box;height:2.625rem;width:63.625rem;position:absolute;display:block;z-index:15004;background-color:#30ea03;background-image:none;top:26.4375rem;left:19.8125rem;display:block; }
#Vnx4fxHedwB8nNrOkuTVTT0wlctPFyTX { box-sizing:content-box;height:2.625rem;width:28.375rem;position:absolute;display:block;z-index:15005;background-color:#30ea03;background-image:none;top:23.875rem;left:-8.4375rem;display:block; }
#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e7e7;background-image:url("https://images.assets-landingi.com/uc/a246f17b-04de-447b-8455-fe8e668c943b/pasekbialy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb.adaptive-delivery-prevent-bg, #mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb.lazyload, #mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb.lazyloading { background-image: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { background-color: transparent; background-image: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container > .video-iframe-container { display: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row > .video-iframe-container { display: none; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .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); }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { border-width: 0; border-radius: 0; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#NCaeCUW7HeKTOCi3cUR6VyIoXcFHumh6 { color:#050505;display:block;width:34rem;position:absolute;font-family:"hero new super";font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:3.6875rem;left:7.5rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5HdbygOVTriyMmsg42glXU58zsGTtnM { box-sizing:content-box;height:0.625rem;width:34.1875rem;position:absolute;display:block;z-index:15021;background-color:#30ea03;background-image:none;top:8.5625rem;left:-35.25rem;display:block; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #30ea03; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:"hero new super";line-height:1.3;overflow:hidden;height:auto;font-style:normal;color:#000000; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:"hero new";line-height:1.5;overflow:hidden;height:auto; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_3d6009b46f292dcc86525b89bc29b1eab158f300.svg");background-size:contain !important; }#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger.adaptive-delivery-prevent-bg, #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger.lazyload, #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-trigger.lazyloading { background-image: none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 { box-sizing:content-box;height:auto;width:59.875rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15005;background-color:#ffffff;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.71875rem;left:7.5201826095581rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #PwVowQg0wAXogogGt2LbqKrXon0LpGPh { display:none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH { display:none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #lanymHAyOrVII4a9lBvttvtc20izbUIb { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ { display:none; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #ciwlTTocgU8cuRIG0qDUw9oU3ExHglzP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #W7oqNCKPn4ddXzRDQdXvHUFG0tQ3KgXi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #T6oWEaTO1ghvyxn2xrN1RIoE5nPBIAoE { display:block;position:relative; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #TAP2oEq1Uqyq5vpO9xaVhXworWaX2ZAZ {  }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 #bHyoe4NWH9m2J6WTRCIyhUW7SIkrksAi { display:none; }
#RetUGgbBsX0lbldClIkKCMT6qebZdI9q { position:relative;display:block; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q { background-color: transparent; background-image: none; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container > .video-iframe-container { display: none; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row > .video-iframe-container { display: none; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .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); }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q { border-width: 0; border-radius: 0; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Doll9lqHfSkx04DEVqGu16Hnvhy6aie5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:4.53125rem;left:7.25rem;overflow:hidden;display:block; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.3125rem;left:11.1875rem; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.5rem;left:14.875rem; }
#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:12.3125rem;left:7.6875rem; }
#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#mLmrLnyckUdOJdmlmrT3XRP9temGiwTC { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:11.875rem;left:7.25rem;display:block; }
#INZXgShrpVZwoNaosFnALVaa1HM24Vmp { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:11.875rem;left:10.6875rem;display:block; }
#vWl2ZTtQ00oqtpQNJax4halpoQe3ooXg { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:11.875rem;left:14.25rem;display:block; }
#uUg7FSfBrcFT0dQs7BmI2aZ0ezysPC53 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:25.1875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#seJ1NkFGO3O9t0OdPO8fgi5NpIP99iV7 { color:#000000;display:block;width:8.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.125rem;left:25.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVI2TXp5XTvdcghiXcAQ7QHdMppfvXrh { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:25.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#InLOOaWHfqno4gsWJeCaOhETm7K5BhZA { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:25.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BMiy54Ulw2E93eNU3RCKAEdSb6vUAJHs { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:37.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RSd5DhQxVtOh4AQvTc6xW4uID3VgQ3fM { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.75rem;left:37.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQlzLQ561sy5DSuCv0p3FRTUrALMZe5D { color:#000000;display:block;width:8.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5625rem;left:51.75rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k42XqJz3DC7U39f0TzFpcEQyWswW7v7g { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.125rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EhsxZo8o4GE4SKHFUXcdyK9F0JmWPIB0 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbNQieilmtEXxatqCbT5FAsGsFPwv6nI { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.6875rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UgggfdEA6PK72WUyCbx78liEvJ9kr3F4 { color:#000000;display:block;width:11.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.0625rem;left:51.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IA9RWnIfg57bIVWvQ2ikV08gKleMzNrQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.9375rem;top:17.875rem;left:62.25rem;overflow:hidden;display:block; }
#P9UloLseCnhBX6pmqKaJZawg9xe8HucL { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.8125rem;left:54.4375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pba7B3UU1rHrQDtHE4TE4rgE7HRxPzGi { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.8125rem;left:7.25rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { display:block; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtOWxz8Nmnllfia3sudIKTVIsvaKkwi7 { width:14.375rem;height:3.31191875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aGS3QPgTs7MtuGnRo1Jb9TSO8Q0p23 { width:47.75rem;height:0.1875rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNgCsUaQZiSHr04qv4Mq7F0U4W9r7ZJ2 { width:9.875rem;height:1.25rem;top:3.0625rem;left:7.4373517036437rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRyae5s5BsM9vW9n8g8IAJQqTakS4A9m { width:47.75rem;height:3.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMKgU0eaPd4uxRANBhHTmyGsdgBrLss { width:9.875rem;height:1.25rem;top:3.0625rem;left:17.374559879303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlxJoHpXbxMPidOLMSUEZLGBNkIPfzme { width:11.625rem;height:1.25rem;top:3.0625rem;left:27.312498569489rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lPKUF6myXyuxAbR39vEQIPs6VZRZF5 { width:11.625rem;height:1.25rem;top:3.0625rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PusDrLTpSDPk8uzyoRzICVTGwX7cbk7c { width:9.875rem;height:1.4375rem;top:2.875rem;left:37.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8JIDXrgwyfx6Zv6b13Mf9rRamhaDq9f { width:12.5rem;height:4.375rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2oaOu0wSoZQOPsxvFpoKM7P7K88MPE { width:47.75rem;height:0.25rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Inov0QKKI2nPgU4JQ8BnWdBPdcp9AWEZ { width:47.75rem;height:0.25rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTk6eovmO4nQhKKouLhAUOLFODV34WoA { width:47.75rem;height:0.25rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ywfK4ncomVI26D5wOA3bgCvXAAJqABck { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rB7pCfXSZTuz1aZXZvUfVcaMN4pAhpnf { width:47.75rem;height:7.4375rem;top:4.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcuqa3qm9ihniHA6bTROTgQGW5rO7LUr { width:47.75rem;height:2rem;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzAvi0fy6L556mQLNVvCF5Cslx95oQXC { width:21.6875rem;height:5.5625rem;top:28.875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0nD9Hc8wUTJEfgi237IdaTxBuK7nLF { display:block; }
 }@media only screen and (max-width: 763px) { #dZDu40KeRKRDErtEpvnwimbbB2Uor8Jc { width:35.75rem;height:2.625rem;top:37.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd7pFe4JiaEFPSKaTRNVxAKDnNzgCuUd { width:47.75rem;height:2.625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obqx01aguvP0rErT8hXfb1Ok9MCUPpXo { width:47.5625rem;height:2.75rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXacw8ya9P5L0V4thvRxUxITUFUMqGiW { width:40.1875rem;height:40.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1UxlRA08L3fBuTBuds8My2Ko4WdPXKG { width:40.3125rem;height:40.4986875rem;top:0.0625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hmOpMZiU6K6IlXWGMSNQ4iOTPUToBF { width:43.5rem;height:6.8125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXRm1Nn6hIwCMyUsyIvdw50Lk2TFoSL { width:47.75rem;height:3.0625rem;top:17.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0BBWFmgOcaTdw7DIfkmmatz0ZIVPR8 { width:15.625rem;height:2rem;top:26.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr45BO7TfFGuTCRRO6yqPkynfcgaLUwC { width:12.0625rem;height:2rem;top:26.0625rem;left:7.2497067451475rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4kMPyKNrhrqg4yJAZwx0Lep9FFGrqxp { width:12.0625rem;height:2rem;top:26.0625rem;left:20.374704837799rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Ey3os6aNoUTtyFdLqwPoekTf144zbD { width:0.125rem;height:2.8125rem;top:25.6875rem;left:19.233496189117rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNB1xUZJO8KISaSvrgh7F5tdscBaHAyP { width:20.125rem;height:3.5625rem;top:25.375rem;left:5.2789068222046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhEVbWSp3oJRr3tQwG4A9V3Ds4NhSHa9 { width:47.75rem;height:1.6875rem;top:21.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkSrZPfBPT0czqPnc4cLoagc83lqNC1C { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { display:block; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkC4flvFrn0QCiei3wqtDn87Zqgnu0Zv { width:47.75rem;height:4.875rem;top:3.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL3zTktGRALqJ2vhwskpFyMcCUmgBCcT { width:3.25rem;height:3.25rem;top:11.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4B7qd0bD55lFNTbRdgdRTRG71fXypBv { width:18.5rem;height:2.0625rem;top:12.5rem;left:12.937500953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGc3kgw08cscnGdt5uBydzF9vn6oFCdO { width:4.25rem;height:2rem;top:12.5rem;left:35.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IINRWi34v8l6e3kbrTQPQNV0l1UkBKZS { width:0.375rem;height:2rem;top:12.5rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZJAeqIPWgedaR2UOHdEbBNmPfJT57Q { width:19.5625rem;height:3.4375rem;top:18.5625rem;left:14.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak33sSluD96SKlzhcwgcrmEXt5mQg0T3 { display:block; }
 }@media only screen and (max-width: 763px) { #WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { display:block; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecrMr0X3z3rsFqpVZW5HELHwFo3lp8hJ { width:47.75rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7l02hoe5ua33ez3g2zRAxV6rIrek6xC { width:15.1875rem;height:12.1875rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaMiJieWhKXesMCZK6wGnmeTHQRNanb { width:12.875rem;height:12.875rem;top:11.6875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOSJbNdHvf8umxDXyye7HTNJBgtxEoI { width:9rem;height:12.25rem;top:11.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0buDD0TTVN7PMDtobvyol6iW2CadCB { width:12.5rem;height:2rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PAqbAMXJtJMA4Huy536KBUwXc0XOhR { width:12.5rem;height:2rem;top:22.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQlX3ruaayzKQyGUExww09FGaSKiCvt { width:12.5rem;height:2rem;top:22.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDVgT0LAuTNo2qZ4kmVm99vprhnFPgDF { width:14.625rem;height:2.4375rem;top:5.875rem;left:14.500000953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9nmv9iv3aNbOpc2PR9yuyLAOGTSZzz { width:22.625rem;height:2.875rem;top:26.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhyoDTkTTPLF1omkvHeOphrKh97i3Nv { width:22.625rem;height:2.875rem;top:26.1875rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycT7slIIB3g92dGVf3JR14yq03TzPGFs { width:22.625rem;height:2.875rem;top:26.125rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrsTAmTwqwAiTBVw66LDWSZIVnNdTln { width:18.1875rem;height:23.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzdZ3AWL37za7Tr3CbcSh6EvFGBOTboV { width:18.1875rem;height:23.3125rem;top:10.6875rem;left:14.499998569489rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSlhZETZR0DhRfDR8SrhoCq4y0p80Lm { width:18.1875rem;height:23.25rem;top:10.6875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNue8Dars8SRdbo5BmpnArKsrvhwsgJ4 { width:47.75rem;height:3.1875rem;top:37.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQNlCEOpIDypFnMnoCUUlTwa9QLueQLv { width:9.875rem;height:2.375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOG2H7kAFubQQOiPdOQqE3KM1cizTA8e { display:block; }
 }@media only screen and (max-width: 763px) { #Es8KOhMz5Az5Gie7sVTBfGzbDcqMkCNf { width:10rem;height:2.375rem;top:30.9375rem;left:20.747808933258rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0TF5Rx6NwuSSL8iNpekNhcXq2NnyHI { display:block; }
 }@media only screen and (max-width: 763px) { #CvLZ1QKTcp9JO4ang14yG4mTyh6Ux1RL { width:9.875rem;height:2.375rem;top:30.9375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByggiRooelSkfbJx71Nhyp7TVKNkAlt0 { display:block; }
 }@media only screen and (max-width: 763px) { #SfT4Mm0xerh1IkIdcA1k1mJi583IHyPD { width:2.5rem;height:2.5rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2dSc82IU1RXdcnh9S99hTxHUdb8qZIt { width:2.5rem;height:2.5rem;top:30.875rem;left:17.186914920807rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgoIXRb61b1kelZCswFyGhhosCQvVH0 { width:2.5rem;height:2.5rem;top:30.875rem;left:40.249849796295rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { display:block; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ppo0RXrcyrIT8CfwZs2zgzE68OW27LHt { width:47.75rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThK7Le7Zi6KPHeFp1wOlLPZ8GLpiny4k { width:47.75rem;height:2.4375rem;top:4.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPemftk9F2HxM9hEwSKk4PP7tGb7etTw { width:24.3125rem;height:16.4375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2xrg6TEhE6t2iz1Uz22TfXQWXif8kc { width:32.0625rem;height:11.375rem;top:11.4375rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPECOtmRdZ8S0CL1TwmioI18GPbqcgmy { width:47.75rem;height:2.625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKk231ZWqfGy8ZRNKLhNm89QakJ6Dwn { width:21.3125rem;height:3.4375rem;top:24.5rem;left:21.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUdqatlIcr7HSnwH3z43yv4Jzi3mtDbr { display:block; }
 }@media only screen and (max-width: 763px) { #pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { display:block; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtkxOutDE3JhK1WmcGU4vsga5A0tpQbW { width:47.75rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmECJpNvh3EUAoBU0S0nFJIFUnGDFTSw { width:47.75rem;height:18.25rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfzNSW2Dus9krHDxFkbLoQDUcRzCsT1 { width:17.625rem;height:14.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLGTvTam7tLu63KTTVC4S61fzFBsNkf { width:27.9375rem;height:1.875rem;top:9.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtiBhD93qQta0gMkDeyB3TsO7uZTWnzw { width:22.625rem;height:1.625rem;top:10rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOmT5wmDAxusskRxR0QTU8uzHuRzBKr { width:43.125rem;height:3.25rem;top:12.6875rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnIszoS85RnN9OzZX7HPhK7OAKzerFoi { width:43.3125rem;height:6.0625rem;top:17.25rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOZ83bf1NvmhtrHgLR1XGG1GpR9f3IuA { width:47.75rem;height:18.25rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnsxShiTWTbsuh68Nr5VMdSnTvVZ1ttH { width:22.625rem;height:1.625rem;top:34rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcTuTXZorBqd0VPK1fBDFPTgbSrCAplK { width:27.9375rem;height:1.875rem;top:33.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr67zTTa6MadPTH6lxuBQiph3pMTh7RB { width:14.1875rem;height:14.1875rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsiAI00LkxTBFtOqfJvvnFWLZcH4gba { width:43.125rem;height:3.25rem;top:37.25rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ5F0ckdxAf045nRpHzf8tLhIpLlTTib { width:43.3125rem;height:5.9375rem;top:41.5rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBTaaTkXgFLxwpGArOkdgIxWR1hLNkK { width:47.75rem;height:18.25rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiHeBADtq5Llh1WZ3dzfNHSC0vinLB6 { width:11.9375rem;height:16rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP2FwM0dHsogEJfpWUHG0K5hLnWCJaVl { width:27.9375rem;height:1.875rem;top:56.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWD0UHuVIsrmc7c2c1OhARy77Cvr1PWV { width:22.625rem;height:1.625rem;top:56.1875rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhycN56li0G7IiP6imdyqE7MPxFscIq { width:43.125rem;height:3.25rem;top:59.125rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSIJAhGn9Z0PPS2lWUApeIkagkh7NxvO { width:43.3125rem;height:7.125rem;top:63.5rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkBUK3APOMJprQKiWFGGyvv7EVeT3zC5 { width:23.5rem;height:2.625rem;top:0rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvI53qKryeVSyaPRx6G6DDxnB3crZA8g { width:47.75rem;height:2.625rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { display:block; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDgbKNTqeHG0k0q4bEX1i6EHe4I58Obw { width:29.9375rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlVi8dOqU6z1ikVl4aqSeT44hENQn4J { width:47.75rem;height:2.4375rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqwzvtx48qk2VQBKHaCVrwCLef7T9zRF { width:32.375rem;height:3.25rem;top:12.875rem;left:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxr3W83Hcdw4irfeilZNKvgwsrayJ2MU { width:36.0625rem;height:3.25rem;top:18.125rem;left:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgQW0VQKnax617zd28lWHvMiw64hAI9 { width:38.75rem;height:3.25rem;top:23.3125rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTeuCAzRT4tmeq9fe15dv6BolhPcgXq { width:43.125rem;height:1.625rem;top:28.875rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utT9i0iNmOt5UV9rzxWdkXvKDIqT6gVt { width:36.4375rem;height:3.25rem;top:33.1875rem;left:9.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJy05bnSie8FW7g6yKiy63eFqu0sokT { width:5.375rem;height:0.5rem;top:14.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1EdKoghy2ZRJ7rmkD3iayh9vITo7N6 { width:5.375rem;height:0.5rem;top:19.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxckVgoOEITrzZ7oVrQbTDA7z4AnxyA { width:5.375rem;height:0.5rem;top:24.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkRikG2UDyyxbBRWm7KTgpOwyLmdBeP { width:5.375rem;height:0.5rem;top:29.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epaf9fnCGpabDrbAvuHuCVJq9gAZFM0F { width:5.375rem;height:0.5rem;top:34.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8btIUVZEpGdZTv4TxTLg5I3GtoEHCp { width:24.875rem;height:4.875rem;top:48.25rem;left:11.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtfhgdKF4BXqWnIVEy2zrMHB4Gm3UaE2 { display:block; }
 }@media only screen and (max-width: 763px) { #bRe6r82d85wxohdvbql6dSAd3ku7iQ4H { width:47.75rem;height:4rem;top:41.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { display:block; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgZTct7yl9U4DcPVohirgQZlgupMduPe { width:33.5rem;height:9.625rem;top:9.0625rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSMVZ1QQnMK8HmT6uePWUBVn3u81B8be { width:21.375rem;height:14.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJSuTOMpu8qX3icKkoCiZ7qJ03JqCGon { width:24.1875rem;height:3.25rem;top:5.125rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF6OttA7BBC9N1mZvW40h5T4C1EcGSTB { width:26.125rem;height:0.3125rem;top:8.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgVoLTPh5P0KBCwWBZozOgx4seu3TXSz { width:47.75rem;height:2.625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnx4fxHedwB8nNrOkuTVTT0wlctPFyTX { width:28.375rem;height:2.625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb { display:block; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCaeCUW7HeKTOCi3cUR6VyIoXcFHumh6 { width:34rem;height:4.0625rem;top:3.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5HdbygOVTriyMmsg42glXU58zsGTtnM { width:34.1875rem;height:0.625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 { display:flex;height:auto;width:27.8125rem;top:9.1875rem;left:17.15625rem; }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #PwVowQg0wAXogogGt2LbqKrXon0LpGPh {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #lanymHAyOrVII4a9lBvttvtc20izbUIb {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #ciwlTTocgU8cuRIG0qDUw9oU3ExHglzP {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #W7oqNCKPn4ddXzRDQdXvHUFG0tQ3KgXi {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #T6oWEaTO1ghvyxn2xrN1RIoE5nPBIAoE {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #TAP2oEq1Uqyq5vpO9xaVhXworWaX2ZAZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #bHyoe4NWH9m2J6WTRCIyhUW7SIkrksAi {  }
 }@media only screen and (max-width: 763px) { #RetUGgbBsX0lbldClIkKCMT6qebZdI9q { display:block; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Doll9lqHfSkx04DEVqGu16Hnvhy6aie5 { width:3.75rem;height:4.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 { width:1.875rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL { width:1.5625rem;height:1.5625rem;top:12.5rem;left:1.25rem;display:block; }
#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu { width:1.875rem;height:1.875rem;top:12.3125rem;left:0rem;display:block; }
#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #mLmrLnyckUdOJdmlmrT3XRP9temGiwTC { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INZXgShrpVZwoNaosFnALVaa1HM24Vmp { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWl2ZTtQ00oqtpQNJax4halpoQe3ooXg { width:2.8125rem;height:2.8125rem;top:11.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUg7FSfBrcFT0dQs7BmI2aZ0ezysPC53 { width:8.5rem;height:1.25rem;top:4.5625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJ1NkFGO3O9t0OdPO8fgi5NpIP99iV7 { width:8.375rem;height:1.125rem;top:7.125rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVI2TXp5XTvdcghiXcAQ7QHdMppfvXrh { width:8.5625rem;height:1.125rem;top:9.375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLOOaWHfqno4gsWJeCaOhETm7K5BhZA { width:9.375rem;height:1.125rem;top:11.875rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiy54Ulw2E93eNU3RCKAEdSb6vUAJHs { width:9.375rem;height:1.125rem;top:9.3125rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSd5DhQxVtOh4AQvTc6xW4uID3VgQ3fM { width:9.375rem;height:1.125rem;top:11.75rem;left:24.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQlzLQ561sy5DSuCv0p3FRTUrALMZe5D { width:8.5rem;height:1.25rem;top:4.5625rem;left:38.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k42XqJz3DC7U39f0TzFpcEQyWswW7v7g { width:9.375rem;height:1.125rem;top:7.125rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhsxZo8o4GE4SKHFUXcdyK9F0JmWPIB0 { width:9.375rem;height:1.125rem;top:9.375rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbNQieilmtEXxatqCbT5FAsGsFPwv6nI { width:9.375rem;height:1.125rem;top:11.6875rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgggfdEA6PK72WUyCbx78liEvJ9kr3F4 { width:11.75rem;height:1.125rem;top:14.0625rem;left:36rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9RWnIfg57bIVWvQ2ikV08gKleMzNrQ { width:7.9375rem;height:3rem;top:17.875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UloLseCnhBX6pmqKaJZawg9xe8HucL { width:7.0625rem;height:1.125rem;top:18.8125rem;left:40.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pba7B3UU1rHrQDtHE4TE4rgE7HRxPzGi { width:10.625rem;height:1.125rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT { display:block; }#xsaN7E0ZHGT2TVAynSrZ746QFyAyqLuT > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtOWxz8Nmnllfia3sudIKTVIsvaKkwi7 { width:12.937375rem;height:3.125rem;top:2.0458526611328rem;left:3.3739777803421rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aGS3QPgTs7MtuGnRo1Jb9TSO8Q0p23 { width:10.124875rem;height:1.99985625rem;top:3.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNgCsUaQZiSHr04qv4Mq7F0U4W9r7ZJ2 { width:9.9365rem;height:1.1375rem;top:6.9375rem;left:5.125rem;font-size:0.875rem;z-index:14987;display:none; }
 }@media only screen and (max-width: 763px) { #xRyae5s5BsM9vW9n8g8IAJQqTakS4A9m { width:8.0625rem;height:0.8125rem;top:5.125rem;left:5.8125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #rsMKgU0eaPd4uxRANBhHTmyGsdgBrLss { width:9.9365rem;height:1.1375rem;top:5.0625rem;left:5.125rem;font-size:0.875rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #wlxJoHpXbxMPidOLMSUEZLGBNkIPfzme { width:11.687375rem;height:1.1375rem;top:8.9375rem;left:4.1875rem;font-size:0.875rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #R2lPKUF6myXyuxAbR39vEQIPs6VZRZF5 { width:11.687375rem;height:1.1375rem;top:1.5rem;left:4.125rem;font-size:0.875rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #PusDrLTpSDPk8uzyoRzICVTGwX7cbk7c { width:9.9365rem;height:1.1375rem;top:2.5rem;left:5rem;font-size:0.875rem;z-index:14984;display:none; }
 }@media only screen and (max-width: 763px) { #Q8JIDXrgwyfx6Zv6b13Mf9rRamhaDq9f { width:12.5rem;height:2.5620625rem;top:3.75rem;left:3.75rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2oaOu0wSoZQOPsxvFpoKM7P7K88MPE { width:10.124875rem;height:1.99985625rem;top:2.5rem;left:1.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Inov0QKKI2nPgU4JQ8BnWdBPdcp9AWEZ { width:10.124875rem;height:1.99985625rem;top:1.6875rem;left:7rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uTk6eovmO4nQhKKouLhAUOLFODV34WoA { width:10.124875rem;height:1.99985625rem;top:1.6875rem;left:3.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ywfK4ncomVI26D5wOA3bgCvXAAJqABck { top:0rem;left:0rem;width:20rem;height:5.6875rem;z-index:15001;background-color:#efefef;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rB7pCfXSZTuz1aZXZvUfVcaMN4pAhpnf { width:19.3125rem;height:6.09375rem;top:2.4375rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcuqa3qm9ihniHA6bTROTgQGW5rO7LUr { width:17.6855625rem;height:2.925rem;top:9.75rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzAvi0fy6L556mQLNVvCF5Cslx95oQXC { width:13.4375rem;height:3.6875rem;top:23.75rem;left:3.28125rem;font-size:1.1875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ni0nD9Hc8wUTJEfgi237IdaTxBuK7nLF { display:block; }
 }@media only screen and (max-width: 763px) { #dZDu40KeRKRDErtEpvnwimbbB2Uor8Jc { width:12.75rem;height:1.875rem;top:33.4375rem;left:7.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Cd7pFe4JiaEFPSKaTRNVxAKDnNzgCuUd { width:12.75rem;height:1.375rem;top:31.8564453125rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Obqx01aguvP0rErT8hXfb1Ok9MCUPpXo { width:13.75rem;height:1.875rem;top:31.6064453125rem;left:0rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #VXacw8ya9P5L0V4thvRxUxITUFUMqGiW { width:20rem;height:32.1875rem;top:0rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #k1UxlRA08L3fBuTBuds8My2Ko4WdPXKG { width:17.3105625rem;height:17.5rem;top:11.169921875rem;left:2.68896484375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #g1hmOpMZiU6K6IlXWGMSNQ4iOTPUToBF { width:20rem;height:4.375rem;top:13.9375rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VTXRm1Nn6hIwCMyUsyIvdw50Lk2TFoSL { width:18.1875rem;height:1.54375rem;top:15.353125572204rem;left:0.90546876192094rem;font-size:1.1875rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0BBWFmgOcaTdw7DIfkmmatz0ZIVPR8 { width:15.625rem;height:1.21875rem;top:15.171875rem;left:4.3750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kr45BO7TfFGuTCRRO6yqPkynfcgaLUwC { width:8.0625rem;height:1.38125rem;top:20.253126144409rem;left:3.2812500596046rem;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #f4kMPyKNrhrqg4yJAZwx0Lep9FFGrqxp { width:2.24921875rem;height:1.38125rem;top:20.253126144409rem;left:13.250000536442rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #e6Ey3os6aNoUTtyFdLqwPoekTf144zbD { width:0.18671875rem;height:2.06171875rem;top:19.91250038147rem;left:11.875000536442rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hNB1xUZJO8KISaSvrgh7F5tdscBaHAyP { width:15.5625rem;height:3.375rem;top:19.19375038147rem;left:2.2187500596046rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PhEVbWSp3oJRr3tQwG4A9V3Ds4NhSHa9 { width:16.3734375rem;height:0.89375rem;top:16.875rem;left:1.8125rem;font-size:0.6875rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LkSrZPfBPT0czqPnc4cLoagc83lqNC1C { display:flex;top:28.669921875rem;left:8.9375rem;width:2.124025rem;height:2.124025rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl { display:block; }#ZmVZASRQIb9WCyLdoKDr5h6d9mnTRDVl > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkC4flvFrn0QCiei3wqtDn87Zqgnu0Zv { width:17.8125rem;height:9.75rem;top:2.4375rem;left:1.0929687619209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL3zTktGRALqJ2vhwskpFyMcCUmgBCcT { display:flex;width:2.25rem;height:2.25rem;top:13.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #F4B7qd0bD55lFNTbRdgdRTRG71fXypBv { width:17.9375rem;height:1.54375rem;top:18.65625rem;left:1.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGc3kgw08cscnGdt5uBydzF9vn6oFCdO { width:4.25rem;height:1.54375rem;top:21.125rem;left:7.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IINRWi34v8l6e3kbrTQPQNV0l1UkBKZS { width:0.375rem;height:1.25rem;top:16.59375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZJAeqIPWgedaR2UOHdEbBNmPfJT57Q { width:14.6875rem;height:2.5rem;top:24rem;left:2.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak33sSluD96SKlzhcwgcrmEXt5mQg0T3 { display:block; }
 }@media only screen and (max-width: 763px) { #WWffJXPq88hSgxPXTKZAdTZ52mp5nooM { display:block; }#WWffJXPq88hSgxPXTKZAdTZ52mp5nooM > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecrMr0X3z3rsFqpVZW5HELHwFo3lp8hJ { width:12.4375rem;height:1.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7l02hoe5ua33ez3g2zRAxV6rIrek6xC { width:15.1875rem;height:12.1875rem;top:7.875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaMiJieWhKXesMCZK6wGnmeTHQRNanb { width:12.875rem;height:12.875rem;top:30.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQOSJbNdHvf8umxDXyye7HTNJBgtxEoI { width:9rem;height:12.25rem;top:53.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0buDD0TTVN7PMDtobvyol6iW2CadCB { width:12.5rem;height:2rem;top:18.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PAqbAMXJtJMA4Huy536KBUwXc0XOhR { width:12.5rem;height:2rem;top:41.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSQlX3ruaayzKQyGUExww09FGaSKiCvt { width:12.5rem;height:2rem;top:64.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDVgT0LAuTNo2qZ4kmVm99vprhnFPgDF { width:14.625rem;height:1.7063375rem;top:3.125rem;left:2.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vm9nmv9iv3aNbOpc2PR9yuyLAOGTSZzz { width:20rem;height:2.925rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZhyoDTkTTPLF1omkvHeOphrKh97i3Nv { width:20rem;height:2.925rem;top:44.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycT7slIIB3g92dGVf3JR14yq03TzPGFs { width:20rem;height:2.925rem;top:67.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrsTAmTwqwAiTBVw66LDWSZIVnNdTln { width:18.1875rem;height:21.875rem;top:6.4375rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzdZ3AWL37za7Tr3CbcSh6EvFGBOTboV { width:18.1875rem;height:21.6875rem;top:29.4375rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCSlhZETZR0DhRfDR8SrhoCq4y0p80Lm { width:18.1875rem;height:21.875rem;top:52.4375rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNue8Dars8SRdbo5BmpnArKsrvhwsgJ4 { width:18.25rem;height:6.09375rem;top:74.875rem;left:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQNlCEOpIDypFnMnoCUUlTwa9QLueQLv { width:9.875rem;height:2.375rem;top:25.1875rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOG2H7kAFubQQOiPdOQqE3KM1cizTA8e { display:block; }
 }@media only screen and (max-width: 763px) { #Es8KOhMz5Az5Gie7sVTBfGzbDcqMkCNf { width:10rem;height:2.375rem;top:47.925000190735rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv0TF5Rx6NwuSSL8iNpekNhcXq2NnyHI { display:block; }
 }@media only screen and (max-width: 763px) { #CvLZ1QKTcp9JO4ang14yG4mTyh6Ux1RL { width:9.875rem;height:2.375rem;top:71.40625rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByggiRooelSkfbJx71Nhyp7TVKNkAlt0 { display:block; }
 }@media only screen and (max-width: 763px) { #SfT4Mm0xerh1IkIdcA1k1mJi583IHyPD { display:flex;width:2.5rem;height:2.5rem;top:82.21875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2dSc82IU1RXdcnh9S99hTxHUdb8qZIt { display:flex;width:2.5rem;height:2.5rem;top:89.59375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkgoIXRb61b1kelZCswFyGhhosCQvVH0 { display:flex;width:2.5rem;height:2.5rem;top:96.96875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv { display:block; }#CsAXUpNChA8BCXm5Ktzy38UKN10o6dXv > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ppo0RXrcyrIT8CfwZs2zgzE68OW27LHt { width:10.9375rem;height:1.375rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThK7Le7Zi6KPHeFp1wOlLPZ8GLpiny4k { width:17.6875rem;height:3.4125rem;top:3.25rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPemftk9F2HxM9hEwSKk4PP7tGb7etTw { width:20rem;height:13.521484375rem;top:8.541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2xrg6TEhE6t2iz1Uz22TfXQWXif8kc { width:17.4375rem;height:16.575rem;top:24.333984375rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPECOtmRdZ8S0CL1TwmioI18GPbqcgmy { width:12.9375rem;height:1.625rem;top:0rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKk231ZWqfGy8ZRNKLhNm89QakJ6Dwn { width:14.9375rem;height:2.625rem;top:43.146484375rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUdqatlIcr7HSnwH3z43yv4Jzi3mtDbr { display:block; }
 }@media only screen and (max-width: 763px) { #pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF { display:block; }#pbwo7chkSvWfdb0nZyIhw6v6gWTHg8DF > .row .container { width:20rem;height:126.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtkxOutDE3JhK1WmcGU4vsga5A0tpQbW { width:20rem;height:1.7063375rem;top:3.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmECJpNvh3EUAoBU0S0nFJIFUnGDFTSw { width:20rem;height:34.4375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmfzNSW2Dus9krHDxFkbLoQDUcRzCsT1 { width:12.5625rem;height:10.125rem;top:8rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNLGTvTam7tLu63KTTVC4S61fzFBsNkf { width:20rem;height:1.875rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtiBhD93qQta0gMkDeyB3TsO7uZTWnzw { width:20rem;height:1.21875rem;top:18.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzOmT5wmDAxusskRxR0QTU8uzHuRzBKr { width:20rem;height:3.65625rem;top:21.09375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnIszoS85RnN9OzZX7HPhK7OAKzerFoi { width:18.6875rem;height:13.65rem;top:25.84375rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HOZ83bf1NvmhtrHgLR1XGG1GpR9f3IuA { width:20rem;height:33.5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnsxShiTWTbsuh68Nr5VMdSnTvVZ1ttH { width:20rem;height:1.21875rem;top:55.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcTuTXZorBqd0VPK1fBDFPTgbSrCAplK { width:20rem;height:1.875rem;top:55.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr67zTTa6MadPTH6lxuBQiph3pMTh7RB { width:9.5rem;height:9.5rem;top:45.1875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsiAI00LkxTBFtOqfJvvnFWLZcH4gba { width:18.8125rem;height:3.65625rem;top:58.65625rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ5F0ckdxAf045nRpHzf8tLhIpLlTTib { width:18.375rem;height:13.65rem;top:63.625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGBTaaTkXgFLxwpGArOkdgIxWR1hLNkK { width:20rem;height:42.0625rem;top:80.8125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TRiHeBADtq5Llh1WZ3dzfNHSC0vinLB6 { width:7.375rem;height:10rem;top:81.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP2FwM0dHsogEJfpWUHG0K5hLnWCJaVl { width:20rem;height:1.875rem;top:93.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWD0UHuVIsrmc7c2c1OhARy77Cvr1PWV { width:20rem;height:1.21875rem;top:93.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZhycN56li0G7IiP6imdyqE7MPxFscIq { width:20rem;height:4.875rem;top:96.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSIJAhGn9Z0PPS2lWUApeIkagkh7NxvO { width:18.6875rem;height:18.28125rem;top:102.75rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #BkBUK3APOMJprQKiWFGGyvv7EVeT3zC5 { width:9.125rem;height:1.1875rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvI53qKryeVSyaPRx6G6DDxnB3crZA8g { width:13.625rem;height:1.5rem;top:124.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h { display:block; }#m1bHqSEC8qdQxoAz6EiTKbUtUHalqA2h > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDgbKNTqeHG0k0q4bEX1i6EHe4I58Obw { width:6.5625rem;height:1.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlVi8dOqU6z1ikVl4aqSeT44hENQn4J { width:20rem;height:3.4125rem;top:2.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqwzvtx48qk2VQBKHaCVrwCLef7T9zRF { width:13.4375rem;height:3.65625rem;top:7.875rem;left:5.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxr3W83Hcdw4irfeilZNKvgwsrayJ2MU { width:13.5rem;height:4.875rem;top:13.125rem;left:5.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgQW0VQKnax617zd28lWHvMiw64hAI9 { width:13.5625rem;height:4.875rem;top:20rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTeuCAzRT4tmeq9fe15dv6BolhPcgXq { width:12rem;height:3.65625rem;top:26.625rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utT9i0iNmOt5UV9rzxWdkXvKDIqT6gVt { width:13.1875rem;height:6.09375rem;top:31.71875rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJy05bnSie8FW7g6yKiy63eFqu0sokT { width:2.375rem;height:0.5rem;top:9.40625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy1EdKoghy2ZRJ7rmkD3iayh9vITo7N6 { width:2.375rem;height:0.5rem;top:15.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxckVgoOEITrzZ7oVrQbTDA7z4AnxyA { width:2.3125rem;height:0.5rem;top:22.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFkRikG2UDyyxbBRWm7KTgpOwyLmdBeP { width:2.3125rem;height:0.5rem;top:28.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epaf9fnCGpabDrbAvuHuCVJq9gAZFM0F { width:2.5rem;height:0.5rem;top:34.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8btIUVZEpGdZTv4TxTLg5I3GtoEHCp { width:11.8125rem;height:2.125rem;top:48.8125rem;left:4.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtfhgdKF4BXqWnIVEy2zrMHB4Gm3UaE2 { display:block; }
 }@media only screen and (max-width: 763px) { #bRe6r82d85wxohdvbql6dSAd3ku7iQ4H { width:20rem;height:5.11875rem;top:41.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 { display:block; }#XMGAK2z6m2IXwMgZ3DT45Sr3FGvXAzO6 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GgZTct7yl9U4DcPVohirgQZlgupMduPe { width:17.75rem;height:14.625rem;top:18.2744140625rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSMVZ1QQnMK8HmT6uePWUBVn3u81B8be { width:17rem;height:11.25rem;top:1.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJSuTOMpu8qX3icKkoCiZ7qJ03JqCGon { width:20rem;height:1.625rem;top:13.7744140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IF6OttA7BBC9N1mZvW40h5T4C1EcGSTB { width:12rem;height:0.3125rem;top:16.0869140625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgVoLTPh5P0KBCwWBZozOgx4seu3TXSz { width:9.5625rem;height:1.75rem;top:35.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnx4fxHedwB8nNrOkuTVTT0wlctPFyTX { width:10.5rem;height:2.0625rem;top:37.21875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb { display:block; }#mWqbbeMzUE1KlcdMttd9X1HBixFTJLKb > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCaeCUW7HeKTOCi3cUR6VyIoXcFHumh6 { width:11.125rem;height:2.6rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5HdbygOVTriyMmsg42glXU58zsGTtnM { width:4.375rem;height:0.625rem;top:4.5375003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-heading-text { font-size:1.1875rem;height:auto; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 .accordion-desc-text { font-size:0.9375rem;height:auto; }
#oHTtLxogQK9haEpd3sailVNnze5S7a82 { display:flex;height:auto;width:17.3740234375rem;top:7.4374990463256rem;left:1.2624999880791rem; }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #Cmdx1KvTkwVicMwZbmpmCPeOwZ9SUcMz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #A0Tw8bZ0LmvROMWVQb4TIg3TfrZ0b72J {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #kxT9EL5ZKREhxxZ7HaNNo8GGZPTMNMzZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #pse12qxgEyFpt70GT3DXI5TqHe8gPRXI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #b4RpC9XEUpVy8GGrBd4GPFKCbak2uNC6 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #xzmBfvwV20riw4ZR1cHlWVFmGoyuxT2h {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DnLLsqHcgoGnXsB5nOiSlyvIdRO5738m {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #o7CitQ6MA1OceQzFvMbhkQTt9nAmq29R {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #BPGvSykmXGP8wJNWwyvXwrSVuTXWT8u8 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #PwVowQg0wAXogogGt2LbqKrXon0LpGPh {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #nTUphBZ9ikotR1q4bGlImnalJAUBwyDK {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #WTAW37kCglg9tqOtcTDzxvn3w8b2URrz {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #DLelbaTqh9yQEq1UxsUAs1tZuTLmG8oI {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #tNwQx1KTMRorES5xyUUgOeB7gunmItPT {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #VLauk2D8ULVmgFt5xUlLnmIdo2mdARGH {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #aMcKq14be8WTzGkvHylp7fWvJCE1BrIg {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #fRP51Iyy8mfgp1OKINwJ3iPaqAt7Si21 {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #lanymHAyOrVII4a9lBvttvtc20izbUIb {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #HbMAI0TgFT5WEMVRUAShcwh21cLlPU0H {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #mZ14W7kcGGNvNwgXu5FE4lXBTcgvPBSJ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #ciwlTTocgU8cuRIG0qDUw9oU3ExHglzP {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #W7oqNCKPn4ddXzRDQdXvHUFG0tQ3KgXi {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #T6oWEaTO1ghvyxn2xrN1RIoE5nPBIAoE {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #TAP2oEq1Uqyq5vpO9xaVhXworWaX2ZAZ {  }
 }@media only screen and (max-width: 763px) { #oHTtLxogQK9haEpd3sailVNnze5S7a82 #bHyoe4NWH9m2J6WTRCIyhUW7SIkrksAi {  }
 }@media only screen and (max-width: 763px) { #RetUGgbBsX0lbldClIkKCMT6qebZdI9q { display:block; }#RetUGgbBsX0lbldClIkKCMT6qebZdI9q > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Doll9lqHfSkx04DEVqGu16Hnvhy6aie5 { width:2.125rem;height:2.5rem;top:0.89921879768369rem;left:14.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 { display:flex;width:1.875rem;height:1.875rem;top:12.3125rem;left:14.4375rem; }
#r6sZKgqkUAPGFmZ3JO0HcT74mQENqS84 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:14.625rem; }
#oB19MLeXT1sCDwGsrQqCcW4KT48xzdqL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu { display:flex;width:1.875rem;height:1.875rem;top:15.8125rem;left:14.4375rem; }
#og7o0uIkdmqQrmeq7t0SCQylAkJs4nIu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #mLmrLnyckUdOJdmlmrT3XRP9temGiwTC { width:2.8125rem;height:2.8125rem;top:15.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #INZXgShrpVZwoNaosFnALVaa1HM24Vmp { width:2.8125rem;height:2.8125rem;top:18.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWl2ZTtQ00oqtpQNJax4halpoQe3ooXg { width:2.8125rem;height:2.8125rem;top:11.8125rem;left:13.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uUg7FSfBrcFT0dQs7BmI2aZ0ezysPC53 { width:8.5rem;height:1.3rem;top:1.4992198944092rem;left:1.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJ1NkFGO3O9t0OdPO8fgi5NpIP99iV7 { width:8.375rem;height:1.1375rem;top:5rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVI2TXp5XTvdcghiXcAQ7QHdMppfvXrh { width:8.5625rem;height:1.1375rem;top:6.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLOOaWHfqno4gsWJeCaOhETm7K5BhZA { width:9.375rem;height:1.1375rem;top:8.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMiy54Ulw2E93eNU3RCKAEdSb6vUAJHs { width:9.375rem;height:1.1375rem;top:5rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSd5DhQxVtOh4AQvTc6xW4uID3VgQ3fM { width:9.375rem;height:1.1375rem;top:6.8125rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQlzLQ561sy5DSuCv0p3FRTUrALMZe5D { width:8.5rem;height:1.3rem;top:12.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k42XqJz3DC7U39f0TzFpcEQyWswW7v7g { width:9.375rem;height:1.1375rem;top:14.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhsxZo8o4GE4SKHFUXcdyK9F0JmWPIB0 { width:5.5625rem;height:1.1375rem;top:8.8125rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbNQieilmtEXxatqCbT5FAsGsFPwv6nI { width:9.375rem;height:1.1375rem;top:17rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgggfdEA6PK72WUyCbx78liEvJ9kr3F4 { width:11rem;height:1.1375rem;top:19.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA9RWnIfg57bIVWvQ2ikV08gKleMzNrQ { width:7.9375rem;height:3rem;top:23.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UloLseCnhBX6pmqKaJZawg9xe8HucL { width:7.0625rem;height:1.1375rem;top:24.4375rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pba7B3UU1rHrQDtHE4TE4rgE7HRxPzGi { width:10.625rem;height:1.1375rem;top:27.3125rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }