.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,204,204;--color-primary-1:255,103,102;--color-primary-2:255,1,0;--color-primary-3:255,0,0;--color-primary-4:156,39,0;--color-secondary-0:225,249,249;--color-secondary-1:157,235,235;--color-secondary-2:58,214,214;--color-secondary-3:29,107,107;--color-secondary-4:9,32,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#e8e8e8;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); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { background-color: transparent; background-image: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { display: none; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .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); }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { border-width: 0; border-radius: 0; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.91650625rem;height:1.47900625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.01025390625rem;left:52.875rem;display:block; }
#uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:0.693359375rem;left:0rem;height:2.11230625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:60rem;overflow:visible;position:relative;display:block; }#LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { position:absolute;display:block;z-index:15001;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:54.75rem;top:1.103515625rem;left:3rem;display:block; }
#WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.35009765625rem;left:5rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8736875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5406494140625rem;left:2.5628662109375rem;height:9.99375rem;text-align:center;text-align-last:center;display:block; }
#dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { background-color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.0625rem;left:41.9375rem;display:block; }
#FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.5625rem;left:42.125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { 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:1rem;width:16.25rem;top:17.875rem;left:42.625rem;overflow:hidden;display:block; }
#Gteb4oKFWviaizKTRVduxODeGxA1NKVh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:17.8369140625rem;left:44.3505859375rem;overflow:hidden;display:block; }
#SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { color:#d10009;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.0625rem;left:41.9375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.4375rem;left:44.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:41.93603515625rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { color:#359240;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5625rem;left:41.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.38625rem;padding-right:0.3425rem;padding-bottom:0.38625rem;padding-left:0.3425rem;display:block;align-items:center;width:2.055rem;min-width:2.055rem;height:2.075625rem;position:relative;font-family:"open sans";font-size:1.544375rem;font-weight:700;line-height:33.21px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.739375rem;height:0.820625rem;position:relative;font-family:"open sans";font-size:0.579375rem;font-weight:400;line-height:13.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.9375rem;height:3.91rem;padding-top:0.4825rem;padding-right:0.489375rem;padding-bottom:0.4825rem;padding-left:0.489375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:44.0625rem;left:43.228515625rem;z-index:15012; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q { width:auto; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
#tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e8e8e8;border-left:0.125rem solid #e8e8e8;border-right:0.125rem solid #e8e8e8;border-bottom:0.125rem solid #e8e8e8;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:46.375rem;width:18.25rem;top:14.375rem;left:41.5rem;display:block; }
#K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6rem;top:48.96484375rem;left:47.78125rem;overflow:hidden;display:block; }
#WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:54.2509765625rem;left:41.96875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFTaAmt0CoaSsB23zqhWoPOceCfDGxdH { 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:30.5615rem;width:41.31225rem;top:21.064453125rem;left:0rem;overflow:hidden;display:block; }
#NHybccbV91PUKqxxD7xb8BZtJcCqFc7A { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:37.5rem;top:53.339584350586rem;left:1.90625rem;overflow:hidden;display:block; }
#foLQTBodJLPwppESd2uv1D3HKiUJCamU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { background-color: transparent; background-image: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { display: none; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .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); }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { border-width: 0; border-radius: 0; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { font-size:0.875rem;font-family:arial;height:300.0625rem;width:60rem;position:relative;display:block; }#b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:48.2625rem;text-align:justify;text-align-last:initial;display:block; }
#ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { position:absolute;display:block;z-index:15007;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:12.2255859375rem;left:35.28125rem;display:block; }
#CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:35.3125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:16.63818359375rem;left:34.81201171875rem;overflow:hidden;display:block; }
#u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:42.530517578125rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { 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:15012;opacity:1;top:23.9375rem;left:35.3125rem; }
#b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { color:rgba(var(--color-tertiary-4),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.125rem;left:38.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { color:#00dc2a;display:block;width:11.6860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.25rem;left:47.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { position:absolute;display:block;z-index:15009;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:27rem;left:35.3125rem;display:block; }
#ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.4375rem;left:35.375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:91.367710113525rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#c19O66DsStVprTWpR4QMihwFx3sbk9op { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:97.625rem;left:0rem;height:54.1125rem;text-align:left;text-align-last:left;display:block; }
#KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.4375rem;left:42.92236328125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:40.1875rem;left:50.125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.75rem;left:38.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { 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:15020;opacity:1;top:40.0625rem;left:35.75rem; }
#FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:6.9375rem;top:32.1875rem;left:35.5615234375rem;overflow:hidden;display:block; }
#mHfIenhs15T66HvIZmFefSop17UsMv5C { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:78.4375rem;left:50.8125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:79rem;left:39.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { 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:15030;opacity:1;top:78.3125rem;left:36.5rem; }
#hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.87475rem;width:7.87475rem;top:66.99951171875rem;left:34.622802734375rem;overflow:hidden;display:block; }
#pv62r5um4HNn4FXIz94JX4it2epsd5wO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:66.99951171875rem;left:42.92236328125rem;height:10.2375rem;text-align:left;text-align-last:left;display:block; }
#NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:59.5rem;left:50.6875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#Qx9v1oEtORUBp1kblzufGxahZsokEdzX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:60.0625rem;left:38.4375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { 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:15025;opacity:1;top:59.4375rem;left:35.625rem; }
#gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.778564453125rem;left:35.28076171875rem;overflow:hidden;display:block; }
#Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:46.778564453125rem;left:42.92236328125rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:108.625rem;left:50.9375rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:109.1875rem;left:39.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { 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:15040;opacity:1;top:108.5rem;left:36.3125rem; }
#VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:10.875rem;top:98.625rem;left:34rem;overflow:hidden;display:block; }
#JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:99.8125rem;left:43.3125rem;height:7.9625rem;text-align:left;text-align-last:left;display:block; }
#f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:95.375rem;left:51.25rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:95.9375rem;left:39.375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { 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:15035;opacity:1;top:95.25rem;left:36.5625rem; }
#ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.93675rem;width:8.93675rem;top:84.954833984375rem;left:34.81201171875rem;overflow:hidden;display:block; }
#V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:84.871826171875rem;left:43.5009765625rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#xh0b6fP4xonTQRQy4culleKewPmgKXPs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:1.625rem;left:0.875rem;overflow:hidden;display:block; }
#Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0rem;left:0.875rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#R7cfn3INamCRbG6rfilO4cHos8JELe4E { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4135417938233rem;left:1.3052082061768rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:34.375rem;top:56.200001716614rem;left:0rem;overflow:hidden;display:block; }
#XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.63818359375rem;left:42.53125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.479736328125rem;left:43.046875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.54248046875rem;left:43.046875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:63.74755859375rem;left:43.046875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:81.986083984375rem;left:43.546875rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:98.5625rem;left:43.25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { color:#359240;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:111.5625rem;left:35.4375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { background-color:#019c00;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:116.4375rem;left:38.375rem;display:block; }
#CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { position:absolute;display:block;z-index:15042;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:5.99975625rem;top:120.12329101562rem;left:44.18701171875rem;overflow:hidden;display:block; }
#uuTyGtB1VfvSQrITF68sacPi77TTtGit { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:0rem;left:40.28076171875rem;overflow:hidden;display:block; }
#xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { 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:106.625rem;width:60rem;display:none; }
#cTfZ6Qm2vl5biWI4FhGfpvfa7lXoLuOE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:190.1875rem;left:0rem;height:36.5625rem;text-align:left;text-align-last:left;display:block; }
#dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:125.3125rem;left:35.375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRGw2JZiGPG3JtiqqD7sDcomPJazG1vZ { position:absolute;display:block;z-index:15025;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:30.1245rem;width:16.93725rem;top:157.9375rem;left:8.375rem;overflow:hidden;display:block; }
#KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:133.5625rem;left:36.0625rem;height:118.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { position:absolute;display:block;z-index:15011;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:23.75rem;top:130rem;left:35.625rem;display:block; }
#gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:130.5rem;left:35.625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#a5vyhK2rArkMPAnSecfXLuFz0nN6x51X { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:25.125rem;top:256.1875rem;left:34.875rem;overflow:hidden;display:block; }
#JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { position:absolute;display:block;z-index:14999;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e8e8e8;border-left:0.125rem solid #e8e8e8;border-right:0.125rem solid #e8e8e8;border-bottom:0.125rem solid #e8e8e8;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:270.75rem;width:24.9375rem;top:13.9375rem;left:34.6875rem;display:block; }
#AezBaV5LBhlFEvQepUuOEZie88QVmJQi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3728125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:151.75rem;left:0.1875rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#TgFZSTfvfCaV7J3Kl5R64UCMve1bRBBH { position:absolute;display:block;z-index:15013;border-top:0.25rem solid #cc0302;border-left:0.25rem solid #cc0302;border-right:0.25rem solid #cc0302;border-bottom:0.25rem solid #cc0302;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:10.75rem;width:8.5rem;top:228.75rem;left:0rem;overflow:hidden;display:block; }
#t3lR0oHTzGDa0heHzDdaOKgXUbz8B6rD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:235.6875rem;left:9.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JbPNmSCulEhpD4ZPPvrzVMUBZcUZT4ox { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:230.375rem;left:9.625rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nxcO8hZZ8qXdHmf5TrTvN8M1hVzrbGUD { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3729375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:242.37500190735rem;left:0.43229103088379rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#tgHOgSJFtAHOgDDXUn3vkmO0EDVioToN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:248.78021049499rem;left:0rem;height:35.1rem;text-align:left;text-align-last:left;display:block; }
#x3KQ3Xmb4oLq0MTpDN3uvaUencX3Mhsz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6864375rem;width:34.1875rem;top:285.56771087646rem;left:0rem;overflow:hidden;display:block; }
#pHFIA8rZJ10uNI8wCNvHCIGg6T9TcpCP { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:79.386459350588rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zt3UE0oonaruccZVNrCbG6zO3Th477cl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container { background-color: transparent; background-image: none; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container > .video-iframe-container { display: none; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row > .video-iframe-container { display: none; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .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); }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container { border-width: 0; border-radius: 0; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container { font-size:0.875rem;font-family:arial;height:220.5625rem;width:60rem;position:relative;display:block; }#zwfzRgsk8hOWkU9IHikWQQ5tFI5yn1nA { color:rgba(var(--color-primary-3),1);display:block;width:32.124rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:10.75rem;left:0.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#BU7qAb0xgFu1p9HHX5ZBsvfDWFVsACec { color:rgba(var(--color-tertiary-4),1);display:block;width:33.93675rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.661865234375rem;left:0rem;height:8.2875rem;text-align:center;text-align-last:center;display:block; }
#ukBTIItMWAv2OMa0TQfktA5ibweTwS8b { color:rgba(var(--color-tertiary-4),1);display:block;width:53.93675rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.060791015625rem;left:6.063232421875rem;height:6.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkroU7bEUdVNDCuhb6NtTdMF7ME8N09k { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:13.8125rem;left:0rem;display:block; }
#ohQpG7LwX4ywUfwCNPTzdyTDeMymboKH { color:rgba(var(--color-primary-3),1);display:block;width:30.99975rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:24.25rem;left:27.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#WS0883yqKg2tucEckA6yEsANgO4J4ncN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:none; }
#BSOso3M2JSRqXoxlPL975WD3KkzyOtHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itOvCFSH4TG2EgBpUwfZRxemfKhfTPgX { color:rgba(var(--color-primary-3),1);display:block;width:27.3730625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:38.9375rem;left:2.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#ET4LI6TNudTRggKrTNJgTJbiQ2HoiR2t { color:rgba(var(--color-primary-3),1);display:block;width:31.9995rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:55.3125rem;left:26.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#etEhwrmqo1Im1zNWs5GWVgX6obdS9raR { color:rgba(var(--color-primary-3),1);display:block;width:24.87425rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:70.6875rem;left:4.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dO0ziM7QwKItO9HKdNqoQS4nLfP6wrXf { color:rgba(var(--color-primary-3),1);display:block;width:26.6858125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:84.5625rem;left:29.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MHclOAG5k5EbTWWnTsVpDAMMkJCRGbMw { color:rgba(var(--color-primary-3),1);display:block;width:26.6858125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:100rem;left:2.8125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Fr7vq2NE8JolZGpDEJcUXbezVObaBXuw { color:rgba(var(--color-primary-3),1);display:block;width:26.6858125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:114.0625rem;left:29.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#vKmGVf32U505rpFU5KkqLTbR1CJi43r0 { color:rgba(var(--color-primary-3),1);display:block;width:31.43675rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:125.5625rem;left:1.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#VsI2AMThyMNBOAl4u672t7ohUapguAeN { color:rgba(var(--color-primary-3),1);display:block;width:26.6858125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:143rem;left:29.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kPNv9HZcqrJFNT2SCG6UUck0D8ZnKrbA { color:rgba(var(--color-primary-3),1);display:block;width:33.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:155rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#q4q7gvibO0NI7cctQSKhqpQ7T6Vw5qH8 { color:rgba(var(--color-primary-3),1);display:block;width:26.6858125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:168.5rem;left:29.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AghNp3gSMHvaL1KH2nnyUJrDifZb4h0J { color:rgba(var(--color-primary-3),1);display:block;width:31.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:184.1875rem;left:0.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nNdxrb87VrEpre3GxnNrqCss6ulM9mP1 { color:rgba(var(--color-primary-3),1);display:block;width:26.6858125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:198.8125rem;left:29.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#TZKJfrTTbAQNPUro4Ic00n2btULUePAo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:28.375rem;left:26.125rem;height:9.66875rem;text-align:center;text-align-last:center;display:block; }
#cKD6ashdOZQFyPlQnSTDAl74SdfWC8vi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:27.1875rem;left:26.125rem;display:block; }
#Kw2gWM4EdfUum4MmxfeVIBhBAnbnrPiR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:45.75rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#TUwhSfd1F4T4E7RVWHJUt4WHpdxGprEf { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:44.5625rem;left:0rem;display:block; }
#RgTuDhau7DrPDQOP858Vl8GRhTZWV9eA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:59.375rem;left:26.125rem;height:9.66875rem;text-align:center;text-align-last:center;display:block; }
#ZbwcopvozbZyZg31Wt0XMbRr7HVnRG7g { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:58.1875rem;left:26.125rem;display:block; }
#H0M5fspUpsdG7DMvR00zx7FZWpG32hPv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:74.875rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#afVWWcEhuTpHICJ9qL6wr7Jd7SLau2nk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:73.6875rem;left:0rem;display:block; }
#PJAsu3Hlp5SDUNO6b3a3QLi6osdhVZqX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:91.5rem;left:26.0625rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#UhcnQyg7JDQwksrTyChlTIkJB5ZzA2x9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:90.3125rem;left:26.0625rem;display:block; }
#ZpWlhSVSKmwVVpmdhwARN4i4DlWynWW0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:104.125rem;left:0rem;height:8.2875rem;text-align:center;text-align-last:center;display:block; }
#w5iPJL2oW0TilT6EqMPM8IszVD96LAtV { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:102.9375rem;left:0rem;display:block; }
#egCssWcONid9r8UfrQ70P7Gxyg9WCZxl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:118.25rem;left:26.0625rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#vnUuHnNAC1xy7p8mNeSb1wQtG5uDLLWN { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:117.0625rem;left:26.0625rem;display:block; }
#vCS3TZ48U2u8gBVgRBVG14LoQWhdFnZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:129.6875rem;left:0rem;height:11.05rem;text-align:center;text-align-last:center;display:block; }
#oiNshM8TuEinUfwV0niZ61tOnSEGDNtF { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:128.5rem;left:0rem;display:block; }
#iRO4zQSHWgVexIE4fWaww6DA6yrHTUk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.93675rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:147.1875rem;left:26.063232421875rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#CCNSITgmGKPe8cdytN9C1Q5TDGyZC052 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:146rem;left:26.0625rem;display:block; }
#wHDzqifGSoo8XIiEf4K7wSu30t4KD6sm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:161rem;left:0.125rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#nD1HwFcFT6tCZTxm0LTuu0zHuyCVz4Rw { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:159.8125rem;left:0.125rem;display:block; }
#BMTbOl8SfURDfHHCrgUnvBTyU0esvzeO { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:174.5rem;left:24.875rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#Lugx0iEZ63NiP99EVcb4OtnreWuSEHLS { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:173.3125rem;left:26.125rem;display:block; }
#N0TFBWLS4PmPNRCi1GS58Pby4ckdDuGk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:190.99975585938rem;left:0rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#VHBOm9Nwy5cc2ixU8K4Gdx6arukiaMa9 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:189.75rem;left:0rem;display:block; }
#s3neB5y3QeGrNvpGLgBF1oAMlwAwrgRw { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:205.3125rem;left:26.0625rem;height:12.43125rem;text-align:center;text-align-last:center;display:block; }
#oMm3rUdGKxavsFDAZpXb2GrWPNhzyE1B { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:33.6875rem;top:204.125rem;left:26.0625rem;display:block; }
#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { background-color: transparent; background-image: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container > .video-iframe-container { display: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container { display: none; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .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); }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { border-width: 0; border-radius: 0; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { font-size:0.875rem;font-family:arial;height:399.875rem;width:60rem;position:relative;display:block; }#gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:394.4375rem;width:40.6875rem;top:2.49755859375rem;left:0rem;display:block; }
#ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.12475rem;width:19.12475rem;top:1.514892578125rem;left:40.875244140625rem;overflow:hidden;display:block; }
#SByk970vSe7qn2RWxHgkCTHewRlkfDsy { position:absolute;display:block;z-index:14998;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:18.75rem;top:20.5625rem;left:41.25rem;display:block; }
#XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:21.083984375rem;left:41.25rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#mBoROPd70MgXTTJKcylBU38Iui4rWfHI { position:absolute;display:block;z-index:15024;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:26.25rem;width:14.75rem;top:26.8125rem;left:42.78125rem;overflow:hidden;display:block; }
#vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { color:rgba(var(--color-primary-2),1);display:block;width:38.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:3.76220703125rem;left:1.109619140625rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#kxgC22906ld7XnNTcKVy2mJTGdd45f18 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3745rem;width:26.3745rem;top:28.828125rem;left:7.2021484375rem;overflow:hidden;display:block; }
#g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { background-color:rgba(var(--color-primary-4),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.312rem;height:6.12426875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:55.12451171875rem;left:4.2333984375rem;display:block; }
#PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:62.4375rem;left:2.2885398864746rem;height:30.7125rem;text-align:left;text-align-last:left;display:block; }
#DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:95rem;left:1.8052082061768rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:25.625rem;top:98.212499618531rem;left:7.2020835876462rem;overflow:hidden;display:block; }
#ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { position:absolute;display:block;z-index:15046;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:19.87425rem;width:36.062rem;top:120.37475585938rem;left:2.359619140625rem;overflow:hidden;display:block; }
#W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:141.31041717529rem;left:1.6812496185302rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { color:rgba(var(--color-primary-2),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:306.68579101562rem;left:1.796875rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:315.68645858764rem;left:1.6812496185302rem;height:32.175rem;text-align:left;text-align-last:left;display:block; }
#VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.75rem;height:4.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:11.40625rem;left:15.125rem;display:none; }
#q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvKpcabbTtvrU3HRburJcCgquuaSRZMF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5604375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.265625rem;left:1.1187496185302rem;height:19.0125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iy2lnmbHXcNLCseKQvZTGTZztmQ9ZV1A { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:147.87963867188rem;left:1.8115234375rem;height:12.025rem;text-align:center;text-align-last:center;display:block; }
#svCUQRI83bz6TavoVGqDLKXHSdaadxzb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:153.26538085938rem;left:4.2333984375rem;overflow:hidden;display:block; }
#GbIEq2T4rHhPnAMD7LkCu1zt6K9KOnPT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:161.12670898438rem;left:1.67236328125rem;height:45.3375rem;text-align:left;text-align-last:left;display:block; }
#dJShHBH6f0diBFeFciOJgT9vAQZQx0B4 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:214.072265625rem;left:14.68505859375rem;overflow:hidden;display:block; }
#Ixv4Ro71q6AdxtVk3DrzmgOVShPU7bRz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:208.6875rem;left:1.5625rem;height:9.01875rem;text-align:center;text-align-last:center;display:block; }
#uOzTaaFn4hB0c4thJFatpwuKRbAnLKX1 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4354375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:220.75208282471rem;left:1.6812496185302rem;height:39.4875rem;text-align:left;text-align-last:left;display:block; }
#F559KzS2uii1U4zNBER7niSmPEruMcFD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:263.5625rem;left:0.8125rem;height:9.01875rem;text-align:center;text-align-last:center;display:block; }
#B4NPSeI0PhQGAxtq6W8v3mu81DkZqG8A { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9360625rem;top:268.9375rem;left:13.9375rem;overflow:hidden;display:block; }
#T4GkJD0hTrIDE1xiTMmkF8v3LboxLuQG { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:274.57885742188rem;left:1.67236328125rem;height:8.775rem;text-align:justify;text-align-last:initial;display:block; }
#JGahXoGcshdCbtT7JT5oRXbxx146Fran { background-color:#f19b00;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.3125rem;height:6.6875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:296.06041717529rem;left:2.2427082061767rem;display:block; }
#GTEXc1H51oouWlzCx5klkVLrheuCe5xK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XEni8d61DNO6EEslpQk6Q5wmB1Kq5HOD { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:285.10131835938rem;left:1.20361328125rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iio3Tgka0yz5tyQtUyTuttgiIMlkmpoQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:21.9364375rem;top:353.37708282471rem;left:7.2020835876462rem;overflow:hidden;display:block; }
#RTdQZZciyxW9TLxee1AIBXipCPkMbwEH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:363.11157226562rem;left:1.702880859375rem;height:33.6375rem;text-align:left;text-align-last:left;display:block; }
#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { background-color: transparent; background-image: none; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container > .video-iframe-container { display: none; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row > .video-iframe-container { display: none; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .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); }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { border-width: 0; border-radius: 0; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { font-size:0.875rem;font-family:arial;height:98.375rem;width:60rem;position:relative;display:block; }#g8Rn3wh0ntIaEzyM4E9praEyJ6b9m8wX { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.43701171875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#zI1lzH6doM2QkyMKCieZ37NSBJnRIRG3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:85.3125rem;left:5.25rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#J01hkxb9VIXMzQAMH9x9tgkJbi536dTw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:81.4375rem;left:5.1875rem;height:3.08715625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBHXZVzRdtJUE12BHzaMLpavyTIRCCrK { box-sizing:content-box;color:#ff6700;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:81.4375rem;left:2.1875rem;display:block; }
#pfp7UIF0M2E6ss5sBPseqtKo7Z4PC4ZA { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9985625rem;width:16.25rem;top:81.4375rem;left:40.5rem;overflow:hidden;display:block; }
#PTDxsltCRLbU4BDz4MNe8xlwH60aZ6OD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,3,0.1);border-left:0.0625rem solid rgba(0,0,3,0.1);border-right:0.0625rem solid rgba(0,0,3,0.1);border-bottom:0.0625rem solid rgba(0,0,3,0.1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:15.9375rem;width:55.6875rem;top:80.0625rem;left:1.8125rem;display:block; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.831875rem;padding-right:0.72375rem;padding-bottom:0.831875rem;padding-left:0.72375rem;display:block;align-items:center;width:4.340625rem;min-width:4.340625rem;height:4.470625rem;position:relative;font-family:"open sans";font-size:3.3275rem;font-weight:700;line-height:71.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.52rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.7875rem;height:1.7675rem;position:relative;font-family:"open sans";font-size:1.2475rem;font-weight:400;line-height:28.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:27.124rem;height:8.4204375rem;padding-top:1.04rem;padding-right:1.03375rem;padding-bottom:1.04rem;padding-left:1.03375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:67.935791015625rem;left:15.40283203125rem;z-index:15085; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #ST2TTwmXnCl3HQlQXb4Rre1Mhf1xnC3n { display:flex;position:relative;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #ffieKmausQTdnqPds3Z302cXlLS6D03b { width:auto; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #vh2WQHfoaZfPepBPUKl8aMOd4IwFBx52 {  }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #iWWen19td2FmE6zt2KEwePPV3M2BtEJS { display:flex;position:relative;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #OtoieLx2iIuntqHQlmXDPqpRi6nUTpL1 {  }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #WC1e31EV1leG1ipO5hcsKFfGvqZBSy6P {  }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #g31PxJvEdPA2Qbibkn5aQpUIJA3lMcHU { display:flex;position:relative;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #RKX3b1rUKGWaXG9vEnsSSmHwBBuQenAw {  }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #H7vyVqTfZyKpVdzrrNHdhFankZyxXn4Z {  }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #dyaRqBvH2C6CNx7sk1GGd931LAMJK86c { display:flex;position:relative;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #RSzAzQi9EWULWiNrMu98VMXqtKPfmCOW {  }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #nuyBuDNwv1ULqwgbpVms7C9E2TFWx8gd {  }
#ou8yTKmr498CX8uiuk7pIzLngPHgPSBm { background-color:#ff8400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.749125rem;height:3.8745125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:62.125rem;left:15rem;display:block; }
#G1L9T3EoMUmFzTxrkEz4GTEhkw7tB5Ls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwmcaTABVPaV7cAHvNRa5BEitvXgtiFU { color:#0eff00;display:block;width:17.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:52.5rem;left:22.375rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTV0mDULJnHHTr5ek2m7MUIH3hwBWgkt { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:44.625rem;left:11.875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#kb0R0bkW3KbZ4lHTO3rmpA0GmwvoFZZO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.686625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.5;letter-spacing:0;top:35rem;left:39.9375rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#W9nPbrbXNALmQI7tDOJuI1Zme0kgsEXP { position:absolute;display:block;z-index:15061;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.75rem;width:3.75rem;top:32.375rem;left:56.25rem;overflow:hidden;display:block; }
#T50xrKAy1ub6eQRanXlTAeb0x5KVDl8m { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:33.8125rem;left:34.5625rem;display:block; }
#cNBptnoSlw0HENw96uOtrOF77p1gqD0I { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:32.375rem;left:39.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#swg4bOmGEdTAfZncJJpAI2Ponw4MdtAP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:19.875rem;left:42.9375rem;height:10.5rem;text-align:right;text-align-last:right;display:block; }
#yXd4nOLCOpCIPgFVG3TP9p17HQEsEtKz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kdZqNaUwaI6UuXm3SHAk5ta0g1BZIdm2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:17.4375rem;left:55.6875rem; }
#W0FAlqSN3K92wcVBZpQBGANAdCda4IZr { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:19.625rem;left:34.4375rem;display:block; }
#Bb6S2Vw7qBZ3PR3ZGgmoV2zJmqe45Mgz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.937rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:17.4375rem;left:37.5625rem;height:1.62475625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#udl8oJPB2GVN4v5TIKbHTsEIBE8T8aas { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21rem;top:32.3125rem;left:3.875rem;display:block; }
#TrmKxRPcDAVqvBD3lsbEeBfFu0fkloRq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:16.5625rem;left:5.3125rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JZfg41R5QGaOeJ6WqhxpWvNBSgCRkPIZ { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.9375rem;top:18.0625rem;left:1.8125rem;display:block; }
#pKGmhLa9L8VpxSPwlKs9voq5310JkAbl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.5;letter-spacing:0;top:18.375rem;left:1.8125rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#R4phFyKEQBoZWzMeyxrTMbVe5XNH8dLE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3123125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.5;letter-spacing:0;top:32.4375rem;left:3.875rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#kGFIhflv0H8q23ZfvxiTlrQsUcxbWCOV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:30.75rem;left:3.875rem;height:1.62475625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fI4yRcF2sf95XwbznrAmSKe0dKzpb4hD { position:absolute;display:block;z-index:15125;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:32.06175rem;width:32.06175rem;top:5.51513671875rem;left:13.968505859375rem;overflow:hidden;display:block; }
#oXuaMXnoWEOZ4CTL9nqsZP1OpIK5HTMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:14.6875rem;left:1.5rem; }
#aNqZcsQ5c9ePkWMwgZ3JoCBNwiDgXCV3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.937375rem;width:3.937375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:31.0625rem;left:0rem; }
#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container { background-color: transparent; background-image: none; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container > .video-iframe-container { display: none; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row > .video-iframe-container { display: none; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .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); }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container { border-width: 0; border-radius: 0; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container { font-size:0.875rem;font-family:arial;height:129.3125rem;width:60rem;position:relative;display:block; }#C7wEAUBk8KFuWF5gtmt7wvkViP1xe1KA { position:absolute;display:block;z-index:15022;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:32.06175rem;width:14.749125rem;top:59.25rem;left:44.8125rem;overflow:hidden;display:block; }
#eeHL8q914xEbNelfD90B8wa7UehOHqT1 { position:absolute;display:block;z-index:15023;height:14.5rem;width:25.8739375rem;top:93.062500953675rem;left:32.188541412354rem;display:block; }
#NPPPT0aMnLrWyyMDqp77mbe4H5HQ22SG { position:absolute;display:block;z-index:15024;height:14.5rem;width:25.8739375rem;top:93.062500953675rem;left:3.5rem;display:block; }
#MPcDRZZ5XoaEXuiAz6W8DJsDxAN44zGS { position:absolute;display:block;z-index:15025;height:14.375rem;width:25.75rem;top:25.125000953674rem;left:30.3125rem;display:block; }
#TRUZL6GBemZVHcauChRsfA7LtxhWbtSN { position:absolute;display:block;z-index:15025;height:14.5rem;width:25.8739375rem;top:25.062500953674rem;left:2.625rem;display:block; }
#ckHMZuGrJXC6eFot1H1vOQKW2FhuEzUQ { position:absolute;display:block;z-index:15024;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:20.99975rem;width:36.499625rem;top:69.625rem;left:1.3125rem;overflow:hidden;display:block; }
#mwfoWEbwC8GZEFlDkoLZAZsfA3GOE42s { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:53.49975rem;top:10.850830078125rem;left:0rem;overflow:hidden;display:block; }
#ADeG4XhTgyxKr2KydtaVMDWA2mh2P4pe { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:60rem;top:41.5rem;left:0rem;overflow:hidden;display:block; }
#lHVbf1frFEfEOWBqd9swdDllPUTFHtfg { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.18725rem;width:45.9375rem;top:54.875rem;left:0rem;overflow:hidden;display:block; }
#aNe2HZibPnyH09FBJF4wHPsx7JknZlZU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.3375358581544rem;left:6.46249961853rem;height:1.3rem;display:block; }
#eITsNufJFtINt9JJS3dNaDGJ05dz1IB9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.0812683105469rem;left:0rem;height:8.6125rem;text-align:center;text-align-last:center;display:block; }
#FH9rXMtVw1xkes5bE4raQy0U8gzPHJTL { position:absolute;display:block;z-index:15029;height:14.3125rem;width:25.6875rem;top:111.06250095367rem;left:3.5927085876465rem;display:block; }
#dKAfHdCdDDekWXIwp9LIXDvg9eD9tLRT { position:absolute;display:block;z-index:15030;height:14.1875rem;width:25.5rem;top:110.96875095367rem;left:32.125rem;display:block; }
#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { background-color: transparent; background-image: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container > .video-iframe-container { display: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container { display: none; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .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); }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { border-width: 0; border-radius: 0; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .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:#e3e3e3;background-image:none;vertical-align:top; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-trigger.adaptive-delivery-prevent-bg, #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-trigger.lazyload, #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-trigger.lazyloading { background-image: none; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv { box-sizing:content-box;height:auto;width:53.6853125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.642333984375rem;left:1.029052734375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #kUS7z8PK36TqQQTRsWBUPTEzqG3SN7ya { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #QCaiON6UVtPbn5171MQB7D4dJ4XFtMMh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #irwWqTTfUJC6zSkwUHFZIHQa8KgcIRAb { display:block;position:relative; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #vTrPKyaOumMqNcDBickKyAtkfb8ZWFIT {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #hcahNRHtqZkwxaA8gETMaxly2Ve4xFgx {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #w6VZHirBIsHSPlarrJUQ5JzcX6RT99QJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #NXstZQACUTWOMliq8fHZJN8QpVP89oMn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #TusLDZr5VnU3TQpTQ6Mrg4ATed4OrvSG { display:block;position:relative; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VkkxvluwM8oBqC0zyMl85h6bf74E8xoC {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VAaDf4ITOSw9XChmuXAGGfNZLon3u0QD { display:none; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #EUUvScTaqWOROL55BpDS9oXyWTMXFySN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #WVIh3TA0rfCuUG12CsM3FFo7LAOprT0m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #cwdXxytIRMifg007GiDnvC5c5FyHkTv2 { display:block;position:relative; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #oJVq4NdskQwxFLEToqgJK7WqLkffUL7m {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #e8xKQTB1KqDkRtRVD8BKuMIL9MhK9Iwa { display:none; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #E3ID7h4VHz9KaOxgworyAcvTo795TTTP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #mrGTlbVTdH3qwKgPmTeKeUO0kTTJgGvl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #AXcEHG47MyfHDiAScbG9vnGoeCQ51SLI { display:block;position:relative; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #d0XKlkzHIbQlZQWe0vt7pSfacBKg7Tbs {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #SyOaIwg7IFeoTTRFphL8q73drq64A1TS { display:none; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #yqUCVn5CXcAJTSIZuNooCkbZE1kgtUWT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #mlmdyQiVzioOaO12W2k8PzP7hPRT4dgX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #pZgK217dX3A4SAPyOLrk351d38riV2IE { display:block;position:relative; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #KqKnLIwekP4oMx1zTIn3OWoffTGxdIG9 {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #XTiPN4eGVGS2eL4yfv5zJTOkcxtdfoRd { display:none; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #x8P9f4Wtr3DVa8d9aVGih6Nk5o0Ffkn9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VniQlxfGXmdP063dOuAaP8bZWT0diVBe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #Wr7bWwwbx9aTIEx6xJhQJHF3qSn6HJr2 { display:block;position:relative; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #owhHQuDogkOzyTm2b1gOoF9Ih90LHXHu {  }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #qk4rZTxDrhdNGavS2LdJ1BmKQNtXkein { display:none; }
#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { background-color: transparent; background-image: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { display: none; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .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); }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { border-width: 0; border-radius: 0; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#ZDOLz8Zvov8vBgzbEnrJpO639VJ85h3x { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:0rem;left:29.875rem;height:1.3rem;display:block; }
#ODSlx1arbzfkuRf0oO1fVygXU9UfwI1k { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:19.1875rem;height:1.3rem;display:block; }
#elNHuRt87dlx551N81fdyF7TUlUlHrwy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.937125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:1.8408203125rem;left:0rem;height:15.84375rem;display:block; }
#xyX6nFJCeghKEFT90Ol6BOZbfRclvo0m { color:rgba(var(--color-tertiary-4),1);display:block;width:10.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:0rem;left:19.310302734375rem;height:1.3rem;display:block; }
#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242424;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { background-color: transparent; background-image: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { display: none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .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); }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { border-width: 0; border-radius: 0; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { background-color:#65b300;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6855625rem;height:4.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5625rem;left:16.125rem;display:block; }
#dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:21.875rem;top:0.5625rem;left:35.75rem;display:block; }
#hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.6875rem;left:36.1875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.625rem;left:35.75rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0620125rem;width:6.0620125rem;top:0rem;left:9.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { width:5.875rem;height:1.4375rem;top:1rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block; }
 }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.0625rem;top:0.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:47.75rem;height:1.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:47.75rem;height:1.375rem;top:1.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:47.75rem;height:9.9375rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6875rem;height:3.0625rem;top:40.0625rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.25rem;height:2.25rem;top:15.5625rem;left:30.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:1rem;top:17.875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:13.125rem;height:13.125rem;top:17.8125rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:17.625rem;height:1.375rem;top:29.0625rem;left:30.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:11.9375rem;height:1.125rem;top:30.4375rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:17.6875rem;height:4.5rem;top:32.3125rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.5rem;height:1.625rem;top:37.5625rem;left:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { display:flex;width:18rem;height:5.0625rem;top:36.9375rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
 }@media only screen and (max-width: 763px) { #tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { width:18.25rem;height:46.375rem;top:14.375rem;left:29.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { width:6rem;height:4.375rem;top:48.9375rem;left:41.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { width:17.625rem;height:5.625rem;top:54.25rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTaAmt0CoaSsB23zqhWoPOceCfDGxdH { width:41.25rem;height:30.515449412704rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHybccbV91PUKqxxD7xb8BZtJcCqFc7A { width:37.5rem;height:6.5625rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:33.75rem;height:48.25rem;top:7.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:23.75rem;height:2.75rem;top:12.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:23.6875rem;height:1.75rem;top:12.75rem;left:24.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:7.5rem;height:7.5rem;top:16.625rem;left:28.68701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:16rem;height:5.6875rem;top:18.125rem;left:31.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { width:3.125rem;height:3.125rem;top:23.9375rem;left:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:7rem;height:1.125rem;top:25.125rem;left:32.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:11.625rem;height:2.4375rem;top:24.25rem;left:36.125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:23.75rem;height:2.75rem;top:27rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:23.625rem;height:1.75rem;top:27.375rem;left:24.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:33.3125rem;height:4.0625rem;top:91.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:33.75rem;height:54.0625rem;top:97.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:16.125rem;height:6.8125rem;top:33.4375rem;left:31.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:9.125rem;height:2.25rem;top:40.1875rem;left:38.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:9.75rem;height:1.125rem;top:40.75rem;left:32.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { width:2.5rem;height:2.5rem;top:40.0625rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:6.9375rem;height:8.125rem;top:32.1875rem;left:29.4365234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:9.125rem;height:2.25rem;top:78.4375rem;left:38.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.6875rem;height:1.125rem;top:79rem;left:33.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { width:2.5rem;height:2.5rem;top:78.3125rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:7.8125rem;height:7.8125rem;top:66.9375rem;left:28.497802734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:16.125rem;height:10.1875rem;top:66.9375rem;left:31.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.25rem;top:59.5rem;left:39.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:9.6875rem;height:1.125rem;top:60.0625rem;left:32.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { width:2.5rem;height:2.5rem;top:59.4375rem;left:29.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:7.8125rem;height:7.8125rem;top:46.75rem;left:29.15576171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:16.125rem;height:11.375rem;top:46.75rem;left:31.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:9.0625rem;height:2.25rem;top:108.625rem;left:38.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:9.6875rem;height:1.125rem;top:109.1875rem;left:33.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { width:2.5rem;height:2.5rem;top:108.5rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:10.8125rem;height:8.0159066350931rem;top:98.625rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:16.125rem;height:7.9375rem;top:99.8125rem;left:31.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.75rem;height:2.25rem;top:95.375rem;left:39rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:9.6875rem;height:1.125rem;top:95.9375rem;left:33.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { width:2.5rem;height:2.5rem;top:95.25rem;left:30.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:8.875rem;height:8.875rem;top:84.9375rem;left:28.68701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:16.4375rem;height:9.0625rem;top:84.8125rem;left:31.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:21.875rem;height:1.2464991181909rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:32.9375rem;height:4.5rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:33.3125rem;height:1.375rem;top:5.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { width:34.375rem;height:19.3125rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:13.75rem;height:1.25rem;top:16.625rem;left:34rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { width:16rem;height:2.5625rem;top:30.4375rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16rem;height:2.5625rem;top:43.5rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16rem;height:2.5625rem;top:63.6875rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { width:15.5rem;height:2.625rem;top:81.9375rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { width:16rem;height:1.25rem;top:98.5625rem;left:31.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:23.5625rem;height:2.875rem;top:111.5625rem;left:24.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:17.6875rem;height:3.0625rem;top:116.4375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block; }
 }@media only screen and (max-width: 763px) { #CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { width:5.9375rem;height:4.3296029734541rem;top:120.0625rem;left:38.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:13.75rem;height:13.75rem;top:0rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { width:47.75rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTfZ6Qm2vl5biWI4FhGfpvfa7lXoLuOE { width:33.75rem;height:36.5625rem;top:190.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { width:23.25rem;height:3.375rem;top:125.3125rem;left:24.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGw2JZiGPG3JtiqqD7sDcomPJazG1vZ { width:16.9375rem;height:30.125rem;top:157.9375rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { width:22.8125rem;height:118.1875rem;top:133.5rem;left:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { width:23.75rem;height:2.75rem;top:130rem;left:24rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { width:23.6875rem;height:1.75rem;top:130.5rem;left:24.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5vyhK2rArkMPAnSecfXLuFz0nN6x51X { width:25.125rem;height:25.125rem;top:256.1875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:24.875rem;height:270.6875rem;top:13.9375rem;left:22.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezBaV5LBhlFEvQepUuOEZie88QVmJQi { width:33.3125rem;height:4.5rem;top:151.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFZSTfvfCaV7J3Kl5R64UCMve1bRBBH { top:228.75rem;left:0rem;width:8.5rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lR0oHTzGDa0heHzDdaOKgXUbz8B6rD { top:235.6875rem;left:3.5rem;width:28.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPNmSCulEhpD4ZPPvrzVMUBZcUZT4ox { top:230.375rem;left:3.5rem;width:25.1875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxcO8hZZ8qXdHmf5TrTvN8M1hVzrbGUD { width:33.3125rem;height:4.5rem;top:242.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgHOgSJFtAHOgDDXUn3vkmO0EDVioToN { width:33.75rem;height:35.0625rem;top:248.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KQ3Xmb4oLq0MTpDN3uvaUencX3Mhsz { width:34.1875rem;height:13.6864375rem;top:285.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHFIA8rZJ10uNI8wCNvHCIGg6T9TcpCP { width:33.625rem;height:7.75rem;top:79.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3UE0oonaruccZVNrCbG6zO3Th477cl { display:block; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwfzRgsk8hOWkU9IHikWQQ5tFI5yn1nA { width:32.0625rem;height:2.375rem;top:10.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU7qAb0xgFu1p9HHX5ZBsvfDWFVsACec { width:33.875rem;height:8.25rem;top:14.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBTIItMWAv2OMa0TQfktA5ibweTwS8b { width:47.75rem;height:6.8125rem;top:1rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkroU7bEUdVNDCuhb6NtTdMF7ME8N09k { width:33.625rem;height:0.1875rem;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohQpG7LwX4ywUfwCNPTzdyTDeMymboKH { width:30.9375rem;height:2.375rem;top:24.25rem;left:16.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS0883yqKg2tucEckA6yEsANgO4J4ncN { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSOso3M2JSRqXoxlPL975WD3KkzyOtHV { display:block; }
 }@media only screen and (max-width: 763px) { #itOvCFSH4TG2EgBpUwfZRxemfKhfTPgX { width:27.3125rem;height:4.8125rem;top:38.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4LI6TNudTRggKrTNJgTJbiQ2HoiR2t { width:31.9375rem;height:2.375rem;top:55.3125rem;left:15.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etEhwrmqo1Im1zNWs5GWVgX6obdS9raR { width:24.8125rem;height:2.375rem;top:70.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO0ziM7QwKItO9HKdNqoQS4nLfP6wrXf { width:26.625rem;height:4.8125rem;top:84.5625rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHclOAG5k5EbTWWnTsVpDAMMkJCRGbMw { width:26.625rem;height:2.375rem;top:100rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vq2NE8JolZGpDEJcUXbezVObaBXuw { width:26.625rem;height:2.375rem;top:114.0625rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKmGVf32U505rpFU5KkqLTbR1CJi43r0 { width:31.375rem;height:2.375rem;top:125.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsI2AMThyMNBOAl4u672t7ohUapguAeN { width:26.625rem;height:2.4375rem;top:143rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPNv9HZcqrJFNT2SCG6UUck0D8ZnKrbA { width:33.5625rem;height:4.8125rem;top:155rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4q7gvibO0NI7cctQSKhqpQ7T6Vw5qH8 { width:26.625rem;height:4.8125rem;top:168.5rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AghNp3gSMHvaL1KH2nnyUJrDifZb4h0J { width:31.875rem;height:4.8125rem;top:184.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNdxrb87VrEpre3GxnNrqCss6ulM9mP1 { width:26.625rem;height:4.8125rem;top:198.8125rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKJfrTTbAQNPUro4Ic00n2btULUePAo { width:33.875rem;height:9.625rem;top:28.3125rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKD6ashdOZQFyPlQnSTDAl74SdfWC8vi { width:33.625rem;height:0.1875rem;top:27.1875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kw2gWM4EdfUum4MmxfeVIBhBAnbnrPiR { width:33.875rem;height:6.875rem;top:45.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwhSfd1F4T4E7RVWHJUt4WHpdxGprEf { width:33.625rem;height:0.1875rem;top:44.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgTuDhau7DrPDQOP858Vl8GRhTZWV9eA { width:33.875rem;height:9.625rem;top:59.375rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbwcopvozbZyZg31Wt0XMbRr7HVnRG7g { width:33.625rem;height:0.1875rem;top:58.1875rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0M5fspUpsdG7DMvR00zx7FZWpG32hPv { width:33.875rem;height:6.875rem;top:74.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afVWWcEhuTpHICJ9qL6wr7Jd7SLau2nk { width:33.625rem;height:0.1875rem;top:73.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJAsu3Hlp5SDUNO6b3a3QLi6osdhVZqX { width:33.875rem;height:6.875rem;top:91.5rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhcnQyg7JDQwksrTyChlTIkJB5ZzA2x9 { width:33.625rem;height:0.1875rem;top:90.3125rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpWlhSVSKmwVVpmdhwARN4i4DlWynWW0 { width:33.875rem;height:8.25rem;top:104.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5iPJL2oW0TilT6EqMPM8IszVD96LAtV { width:33.625rem;height:0.1875rem;top:102.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egCssWcONid9r8UfrQ70P7Gxyg9WCZxl { width:33.875rem;height:6.875rem;top:118.25rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnUuHnNAC1xy7p8mNeSb1wQtG5uDLLWN { width:33.625rem;height:0.1875rem;top:117.0625rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCS3TZ48U2u8gBVgRBVG14LoQWhdFnZZ { width:33.875rem;height:11rem;top:129.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNshM8TuEinUfwV0niZ61tOnSEGDNtF { width:33.625rem;height:0.1875rem;top:128.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRO4zQSHWgVexIE4fWaww6DA6yrHTUk3 { width:33.875rem;height:6.875rem;top:147.1875rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCNSITgmGKPe8cdytN9C1Q5TDGyZC052 { width:33.625rem;height:0.1875rem;top:146rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHDzqifGSoo8XIiEf4K7wSu30t4KD6sm { width:33.875rem;height:6.875rem;top:161rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1HwFcFT6tCZTxm0LTuu0zHuyCVz4Rw { width:33.625rem;height:0.1875rem;top:159.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMTbOl8SfURDfHHCrgUnvBTyU0esvzeO { width:35.125rem;height:8.3125rem;top:174.5rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lugx0iEZ63NiP99EVcb4OtnreWuSEHLS { width:33.625rem;height:0.1875rem;top:173.3125rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0TFBWLS4PmPNRCi1GS58Pby4ckdDuGk { width:34.6875rem;height:6.875rem;top:190.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHBOm9Nwy5cc2ixU8K4Gdx6arukiaMa9 { width:33.625rem;height:0.1875rem;top:189.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3neB5y3QeGrNvpGLgBF1oAMlwAwrgRw { width:33.875rem;height:12.375rem;top:205.3125rem;left:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMm3rUdGKxavsFDAZpXb2GrWPNhzyE1B { width:33.625rem;height:0.1875rem;top:204.125rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { width:40.6875rem;height:394.4375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { width:19.0625rem;height:19.0625rem;top:1.5rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SByk970vSe7qn2RWxHgkCTHewRlkfDsy { width:18.75rem;height:5.1875rem;top:20.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { width:18.75rem;height:4.125rem;top:21.0625rem;left:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBoROPd70MgXTTJKcylBU38Iui4rWfHI { width:14.75rem;height:26.25rem;top:26.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { width:38.5rem;height:4.5rem;top:3.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgC22906ld7XnNTcKVy2mJTGdd45f18 { width:26.3125rem;height:26.3125rem;top:28.8125rem;left:1.0771484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { width:32.25rem;height:6.0625rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block; }
 }@media only screen and (max-width: 763px) { #JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { width:37.375rem;height:30.6875rem;top:62.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { width:37.1875rem;height:2.25rem;top:95rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { width:25.625rem;height:21.4375rem;top:98.1875rem;left:1.0770835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { width:36rem;height:19.84008097166rem;top:120.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { width:37.375rem;height:5.8125rem;top:141.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { width:37.1875rem;height:6.8125rem;top:306.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { width:37.375rem;height:32.125rem;top:315.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { width:29.75rem;height:4.8125rem;top:11.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block; }
 }@media only screen and (max-width: 763px) { #KvKpcabbTtvrU3HRburJcCgquuaSRZMF { width:38.5rem;height:19rem;top:9.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy2lnmbHXcNLCseKQvZTGTZztmQ9ZV1A { width:37.6875rem;height:12rem;top:147.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCUQRI83bz6TavoVGqDLKXHSdaadxzb { width:21.875rem;height:1.2465204272644rem;top:153.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIEq2T4rHhPnAMD7LkCu1zt6K9KOnPT { width:37.375rem;height:45.3125rem;top:161.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJShHBH6f0diBFeFciOJgT9vAQZQx0B4 { width:21.875rem;height:1.2465204272644rem;top:214.0625rem;left:8.56005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixv4Ro71q6AdxtVk3DrzmgOVShPU7bRz { width:37.6875rem;height:9rem;top:208.6875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOzTaaFn4hB0c4thJFatpwuKRbAnLKX1 { width:37.375rem;height:39.4375rem;top:220.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F559KzS2uii1U4zNBER7niSmPEruMcFD { width:37.6875rem;height:9rem;top:263.5625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4NPSeI0PhQGAxtq6W8v3mu81DkZqG8A { width:21.875rem;height:1.2465204272644rem;top:268.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4GkJD0hTrIDE1xiTMmkF8v3LboxLuQG { width:37.375rem;height:8.75rem;top:274.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGahXoGcshdCbtT7JT5oRXbxx146Fran { width:36.3125rem;height:6.6875rem;top:296rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEXc1H51oouWlzCx5klkVLrheuCe5xK { display:block; }
 }@media only screen and (max-width: 763px) { #XEni8d61DNO6EEslpQk6Q5wmB1Kq5HOD { width:38.3125rem;height:7.75rem;top:285.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iio3Tgka0yz5tyQtUyTuttgiIMlkmpoQ { width:21.875rem;height:1.2464991181909rem;top:353.375rem;left:1.0770835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdQZZciyxW9TLxee1AIBXipCPkMbwEH { width:37.375rem;height:33.625rem;top:363.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW { display:block; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Rn3wh0ntIaEzyM4E9praEyJ6b9m8wX { width:47.75rem;height:3.0625rem;top:0.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1lzH6doM2QkyMKCieZ37NSBJnRIRG3 { width:34.875rem;height:7.3125rem;top:85.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J01hkxb9VIXMzQAMH9x9tgkJbi536dTw { width:34.875rem;height:3.0625rem;top:81.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBHXZVzRdtJUE12BHzaMLpavyTIRCCrK { width:3.125rem;height:3.125rem;top:81.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfp7UIF0M2E6ss5sBPseqtKo7Z4PC4ZA { width:16.25rem;height:11.9983125rem;top:81.4375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDxsltCRLbU4BDz4MNe8xlwH60aZ6OD { width:47.625rem;height:15.9375rem;top:80.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP { display:flex;width:17.999875rem;height:5.06225625rem;top:63.167724609375rem;left:13.84033203125rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #ST2TTwmXnCl3HQlQXb4Rre1Mhf1xnC3n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #ffieKmausQTdnqPds3Z302cXlLS6D03b {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #vh2WQHfoaZfPepBPUKl8aMOd4IwFBx52 {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #iWWen19td2FmE6zt2KEwePPV3M2BtEJS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #OtoieLx2iIuntqHQlmXDPqpRi6nUTpL1 {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #WC1e31EV1leG1ipO5hcsKFfGvqZBSy6P {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #g31PxJvEdPA2Qbibkn5aQpUIJA3lMcHU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #RKX3b1rUKGWaXG9vEnsSSmHwBBuQenAw {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #H7vyVqTfZyKpVdzrrNHdhFankZyxXn4Z {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #dyaRqBvH2C6CNx7sk1GGd931LAMJK86c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #RSzAzQi9EWULWiNrMu98VMXqtKPfmCOW {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #nuyBuDNwv1ULqwgbpVms7C9E2TFWx8gd {  }
 }@media only screen and (max-width: 763px) { #ou8yTKmr498CX8uiuk7pIzLngPHgPSBm { width:29.6875rem;height:3.8125rem;top:62.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1L9T3EoMUmFzTxrkEz4GTEhkw7tB5Ls { display:block; }
 }@media only screen and (max-width: 763px) { #UwmcaTABVPaV7cAHvNRa5BEitvXgtiFU { top:52.5rem;left:16.25rem;width:17.375rem;height:7.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTV0mDULJnHHTr5ek2m7MUIH3hwBWgkt { width:36.25rem;height:7.25rem;top:44.625rem;left:5.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb0R0bkW3KbZ4lHTO3rmpA0GmwvoFZZO { top:35rem;left:32.125rem;width:15.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9nPbrbXNALmQI7tDOJuI1Zme0kgsEXP { top:32.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50xrKAy1ub6eQRanXlTAeb0x5KVDl8m { top:33.8125rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNBptnoSlw0HENw96uOtrOF77p1gqD0I { top:32.375rem;left:32.4375rem;width:15.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swg4bOmGEdTAfZncJJpAI2Ponw4MdtAP { top:19.875rem;left:35.375rem;width:12.375rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXd4nOLCOpCIPgFVG3TP9p17HQEsEtKz { top:23.625rem;left:0rem;width:47.75rem;height:0;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdZqNaUwaI6UuXm3SHAk5ta0g1BZIdm2 { width:4.25rem;height:4.25rem;top:17.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0FAlqSN3K92wcVBZpQBGANAdCda4IZr { top:19.625rem;left:26.8125rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6S2Vw7qBZ3PR3ZGgmoV2zJmqe45Mgz { top:17.4375rem;left:29.875rem;width:17.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udl8oJPB2GVN4v5TIKbHTsEIBE8T8aas { top:32.3125rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmKxRPcDAVqvBD3lsbEeBfFu0fkloRq { top:16.5625rem;left:0rem;width:14.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZfg41R5QGaOeJ6WqhxpWvNBSgCRkPIZ { top:18.0625rem;left:0rem;width:20.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGmhLa9L8VpxSPwlKs9voq5310JkAbl { top:18.375rem;left:0rem;width:14.6875rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4phFyKEQBoZWzMeyxrTMbVe5XNH8dLE { top:32.4375rem;left:0rem;width:12.25rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFIhflv0H8q23ZfvxiTlrQsUcxbWCOV { top:30.75rem;left:0rem;width:9.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI4yRcF2sf95XwbznrAmSKe0dKzpb4hD { width:32rem;height:32rem;top:5.5rem;left:7.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXuaMXnoWEOZ4CTL9nqsZP1OpIK5HTMp { width:3.5rem;height:3.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNqZcsQ5c9ePkWMwgZ3JoCBNwiDgXCV3 { width:3.875rem;height:3.875rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp { display:block; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7wEAUBk8KFuWF5gtmt7wvkViP1xe1KA { width:14.6875rem;height:31.927789148509rem;top:59.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHL8q914xEbNelfD90B8wa7UehOHqT1 { width:25.8125rem;height:14.5rem;top:93.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPPPT0aMnLrWyyMDqp77mbe4H5HQ22SG { width:25.8125rem;height:14.5rem;top:93.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPcDRZZ5XoaEXuiAz6W8DJsDxAN44zGS { width:25.75rem;height:14.375rem;top:25.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUZL6GBemZVHcauChRsfA7LtxhWbtSN { width:25.8125rem;height:14.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHMZuGrJXC6eFot1H1vOQKW2FhuEzUQ { width:36.4375rem;height:20.964006907605rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwfoWEbwC8GZEFlDkoLZAZsfA3GOE42s { width:47.75rem;height:11.993338753919rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADeG4XhTgyxKr2KydtaVMDWA2mh2P4pe { width:47.75rem;height:10.694010416667rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVbf1frFEfEOWBqd9swdDllPUTFHtfg { width:45.9375rem;height:13.18725rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNe2HZibPnyH09FBJF4wHPsx7JknZlZU { width:12.5rem;height:1.2994375rem;top:7.3125rem;left:0.33749961853027rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eITsNufJFtINt9JJS3dNaDGJ05dz1IB9 { width:47.75rem;height:8.5625rem;top:3.0625rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH9rXMtVw1xkes5bE4raQy0U8gzPHJTL { width:25.6875rem;height:14.3125rem;top:111.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKAfHdCdDDekWXIwp9LIXDvg9eD9tLRT { width:25.5rem;height:14.1875rem;top:110.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv { display:flex;height:auto;width:45.25rem;top:2.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #kUS7z8PK36TqQQTRsWBUPTEzqG3SN7ya {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #QCaiON6UVtPbn5171MQB7D4dJ4XFtMMh {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #irwWqTTfUJC6zSkwUHFZIHQa8KgcIRAb {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #vTrPKyaOumMqNcDBickKyAtkfb8ZWFIT {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #hcahNRHtqZkwxaA8gETMaxly2Ve4xFgx {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #w6VZHirBIsHSPlarrJUQ5JzcX6RT99QJ {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #NXstZQACUTWOMliq8fHZJN8QpVP89oMn {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #TusLDZr5VnU3TQpTQ6Mrg4ATed4OrvSG {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VkkxvluwM8oBqC0zyMl85h6bf74E8xoC {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VAaDf4ITOSw9XChmuXAGGfNZLon3u0QD {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #EUUvScTaqWOROL55BpDS9oXyWTMXFySN {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #WVIh3TA0rfCuUG12CsM3FFo7LAOprT0m {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #cwdXxytIRMifg007GiDnvC5c5FyHkTv2 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #oJVq4NdskQwxFLEToqgJK7WqLkffUL7m {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #e8xKQTB1KqDkRtRVD8BKuMIL9MhK9Iwa {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #E3ID7h4VHz9KaOxgworyAcvTo795TTTP {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #mrGTlbVTdH3qwKgPmTeKeUO0kTTJgGvl {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #AXcEHG47MyfHDiAScbG9vnGoeCQ51SLI {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #d0XKlkzHIbQlZQWe0vt7pSfacBKg7Tbs {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #SyOaIwg7IFeoTTRFphL8q73drq64A1TS {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #yqUCVn5CXcAJTSIZuNooCkbZE1kgtUWT {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #mlmdyQiVzioOaO12W2k8PzP7hPRT4dgX {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #pZgK217dX3A4SAPyOLrk351d38riV2IE {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #KqKnLIwekP4oMx1zTIn3OWoffTGxdIG9 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #XTiPN4eGVGS2eL4yfv5zJTOkcxtdfoRd {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #x8P9f4Wtr3DVa8d9aVGih6Nk5o0Ffkn9 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VniQlxfGXmdP063dOuAaP8bZWT0diVBe {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #Wr7bWwwbx9aTIEx6xJhQJHF3qSn6HJr2 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #owhHQuDogkOzyTm2b1gOoF9Ih90LHXHu {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #qk4rZTxDrhdNGavS2LdJ1BmKQNtXkein {  }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDOLz8Zvov8vBgzbEnrJpO639VJ85h3x { width:10.9375rem;height:1.25rem;top:0rem;left:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODSlx1arbzfkuRf0oO1fVygXU9UfwI1k { width:10.625rem;height:1.25rem;top:0rem;left:13.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:47.75rem;height:15.8125rem;top:1.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyX6nFJCeghKEFT90Ol6BOZbfRclvo0m { width:10.9375rem;height:1.25rem;top:0rem;left:13.185302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:17.625rem;height:4.875rem;top:0.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:21.875rem;height:1.625rem;top:0.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:21rem;height:1.5rem;top:0.6875rem;left:26.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:22.1875rem;height:2.875rem;top:2.625rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:6rem;height:6rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QKB1Prce2ABLBUwyChO0xVvybFIpgZVe { position:relative;z-index:auto;display:block; }#QKB1Prce2ABLBUwyChO0xVvybFIpgZVe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OATql6QboS7VuBMdrPnAdvRLiyZrs8Sq { width:5.875rem;height:1.4375rem;top:0.84375rem;left:13.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIn0Jzm1PNZlFSy311CT53TvWzoTczmh { display:block; }
 }@media only screen and (max-width: 763px) { #kmzU9NQ2qBHRpawD67mTcKS7acNRvSf1 { width:12.5rem;height:2.11230625rem;top:0.505859375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHE3tEuxapAd4AbbXrG5MhEkF1SsdRhr { width:20rem;height:4.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyKXNgvIi3b6l2so9tZP1Vsy3T3wLt7R { width:20rem;height:3.4125rem;top:1.1689453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTxn8B6vn084FybiQuAfdUsT5i0kZE5 { width:19.25rem;height:7.475rem;top:5.375rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTHisrqDpgGgBThEinvyGR6o0TpD0dh4 { width:17.6860625rem;height:3.0620125rem;top:46.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqJzPZp5u48xTSI9A1ozfJZRtnvdcwB { display:block; }
 }@media only screen and (max-width: 763px) { #o0mGWwTTpC4VszNOh6DfkoQ9L6t7Nw0H { width:17.2489375rem;height:2.275rem;top:27.8125rem;left:1.6875rem;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #F3i4dzAigrfl04pvmpkM4sUQUZ1JlT7P { width:16.25rem;height:0.99895625rem;top:12.85000038147rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gteb4oKFWviaizKTRVduxODeGxA1NKVh { width:14.125rem;height:14.125rem;top:14.71875rem;left:3.2802076339722rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SPIxoovhXJxybTKOxtAL4W7OA5ytrWxa { width:18.8114375rem;height:4.3875rem;top:31.1875rem;left:0.3125rem;font-size:1.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tuVq4ezyr0km4UdkIUx5gwKQFBax63Dl { width:10.4354375rem;height:1.1375rem;top:36.3125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ZqNTm7MuwC7HUy1TnX9xbukealLKeb { width:18.1864375rem;height:4.55rem;top:38.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERu33bWoR79Nk2ul8k60qPsxeqN6qxBw { width:18.4985625rem;height:1.625rem;top:43.875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l { display:flex;width:18rem;height:5.0625rem;top:49.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Aqgc92lTHEzRepC532fhrwc5DNpiZQgX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #SZ0OGwUeeZbxOUsH2TRwDZ5VfLXQ4c7Q {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VTGA51OrqfAuKdwDuKZbhb6ofrzqGkD8 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #rsScm8MI4rRzqhixr3oRiSh1GwRxytKV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #x0qWTO0AX5T8nQbRDhumJ0cPWvTM9xBF {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #OUsiu7WPxxo1a845PI5AZXXH8ScOK8cV {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nPa8mSTDvaw92NIu9nxVa7P3HH04NHzN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #VwpIW3QUR4No7MhXkxsOXLEvidA6K483 {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #MiMa6hVTTGUInsVMMGNFkRWf2HO9DqLt {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #V1yAS5bKRyB8q5JWvosRqBf2PKhVrkJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #Jym5KnXUbdAttGmfJ0orVMiO4Wiv1gyk {  }
 }@media only screen and (max-width: 763px) { #iM1fT0X7citPb7KVXqo8FuLRWdlTxC4l #nohLhs0QffWeuSeFxuolHRIR90Jhh7wo {  }
 }@media only screen and (max-width: 763px) { #tfA1cGe0WKHkHRek9ph0ReaHaTtEZxu1 { width:18.25rem;height:46.375rem;top:14.375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9AUb2zyBClvPQWvsiVR8RJT5l2UhtyP { width:7.0625rem;height:5.125rem;top:55.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnvruMG6h9pJNlhutRL17x5DCZZF1QLV { width:17.625rem;height:5.6875rem;top:61.5625rem;left:1.5rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UFTaAmt0CoaSsB23zqhWoPOceCfDGxdH { width:20rem;height:14.8125rem;top:88.72412109375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NHybccbV91PUKqxxD7xb8BZtJcCqFc7A { width:20rem;height:3.5rem;top:69.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foLQTBodJLPwppESd2uv1D3HKiUJCamU { display:block; }#foLQTBodJLPwppESd2uv1D3HKiUJCamU > .row .container { width:20rem;height:520.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b47e8wQUzhbOEwT8FEaR2DoE4Jd3lGlg { width:19.8125rem;height:60.775rem;top:9.2302093505863rem;left:0.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETgEGMmHUFKKOArVspaqzOXEP3uwf0dQ { width:20rem;height:2.749025rem;top:269.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdotyG4hSRSH88gcFa0IGI1IFR7ixsra { width:20rem;height:1.7875rem;top:269.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q19xOc6HDGNxxh3wVNr229W0bQgtpnLm { width:5.8125rem;height:5.8125rem;top:244.76171875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u56OJcGXZwVdCVgCcFfvKzmD88AZ3OeJ { width:8.062rem;height:12.50925rem;top:251.99072265625rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xavVuuGRyM6lTfWRXpuqRnn7TIlPPcAD { display:flex;width:3.125rem;height:3.125rem;top:247.38671875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2L5WLebnX3dITCMyZk2NQne4S6OqaNT { width:6.9985625rem;height:1.13720625rem;top:246.3125rem;left:5.43798828125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCWSwsPHBk7aenlHsldRlMSkho2XXIFP { width:8.5615rem;height:4.2246125rem;top:252.77197265625rem;left:3.6552734375rem;font-size:1.625rem;color:#007d1d;display:none; }
 }@media only screen and (max-width: 763px) { #AaMThST61PKrE7HPwfcyvWAEVB2SGsZL { width:20rem;height:2.74963125rem;top:243.375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLTHolECE7z1kpTXx6QF71KCD9zOWGu8 { width:20rem;height:3.57421875rem;top:243.8125rem;left:0.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CztBxCfimZEzqMGFQDE1i8L0cgTXh1dv { width:20rem;height:5.3625rem;top:96.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c19O66DsStVprTWpR4QMihwFx3sbk9op { width:20rem;height:71.825rem;top:103.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KZUFTtlqp2UWdvOni96fz92t3Jf5tTDv { width:12.68675rem;height:9.097625rem;top:257.1875rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V3f57HHIWUxXdxbWXFXv5y8fbEcT9dpA { width:8.4375rem;height:3.41161875rem;top:268.25rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMx6xDFygAIoN8su0FTbtr0NJTzOMgOE { width:8.31175rem;height:2.2744125rem;top:268.125rem;left:4.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF0fCWLGkJcIPyDp7WcZkq3NGtduTTpu { display:flex;width:2.5rem;height:2.5rem;top:267.4375rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqTXu0pP73boJPBFL1wEVs6g68BnnIeG { width:5rem;height:5.8125rem;top:258.625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHfIenhs15T66HvIZmFefSop17UsMv5C { width:8.4375rem;height:3.41161875rem;top:294.8125rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3F3dftkhoCGhsVD1uGBP9Mw2VsfUfh0 { width:9.186375rem;height:2.2744125rem;top:294.8125rem;left:4.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe5sbSCimN11sp1dnzDZTrecGM6rzmL3 { display:flex;width:2.5rem;height:2.5rem;top:294.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hO5irxdQaKu7l5BaWUIGkiz0dVfbl5Tc { width:6rem;height:6rem;top:284.6875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pv62r5um4HNn4FXIz94JX4it2epsd5wO { width:12.749rem;height:11.3720625rem;top:284.6875rem;left:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsaBanSuQkhz4l2dJnXf6yMLLLSMWvoG { width:8.4375rem;height:2.2744125rem;top:281.5rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qx9v1oEtORUBp1kblzufGxahZsokEdzX { width:7.561625rem;height:2.2744125rem;top:281.5rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk2XFKfelID23W92bO0nlhWSUHEVGBLH { display:flex;width:2.5rem;height:2.5rem;top:280.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQlI7bwyq3c2vhvUzroKVLX3TnAF9MtT { width:5.9375rem;height:5.9375rem;top:271.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tvx6TUbVg6PE7cn4M4iFIElFWzTmscmp { width:12.68675rem;height:9.097625rem;top:271.4375rem;left:8rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBkJMPeADTxDRbpg4TJobslzD0dsOxp3 { width:8.4375rem;height:3.41161875rem;top:315.9375rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkD9GeTs80GFliHPfeHWdFcA6c2FbXFs { width:7.99925rem;height:2.2744125rem;top:315.9375rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4086TVlZ5qyOzJCQJ4wI6unFt1ti3Sz { display:flex;width:2.5rem;height:2.5rem;top:308.375rem;left:-0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpcrRhDuZXdR5fHsrpeDzARWDxSZryLq { width:6.25rem;height:4.625rem;top:311.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgiUwchDSIQCIiCL7zDN1U346hgcmPbO { width:12.749rem;height:10.234875rem;top:312rem;left:6.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8w7B864vG0kXN7p2m1Ho7cWvPJe9ZAB { width:8.4375rem;height:3.41161875rem;top:308.375rem;left:12.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCb8laH9NKnxrQUgvTtQMKZqSA8hBpN5 { width:8.62425rem;height:2.2744125rem;top:308.375rem;left:4.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTitoEHWilEFBLBiUbQKPEmoTrZMeZJZ { display:flex;width:2.5rem;height:2.5rem;top:307.6875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBk5IQdLhwcxccP7vmqxhcDQ41fKsHHl { width:5.5625rem;height:5.5625rem;top:299.3125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9fPGMrlrhwhhbi3QRSDOK1swKJ9l8xS { width:12.936375rem;height:10.234875rem;top:299.1875rem;left:7.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh0b6fP4xonTQRQy4culleKewPmgKXPs { width:20rem;height:1.13958125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srw2FyZEiurLeVaBVw1pVRVx96UlJNC7 { width:20rem;height:5.85rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7cfn3INamCRbG6rfilO4cHos8JELe4E { width:20rem;height:1.38125rem;top:6.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBPB37C1nq2dtiUl0nBLOMMrlMqrZ89Q { width:19.8739375rem;height:11.1239375rem;top:70.005207061769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnfRKmf4zDI9OgPvgZvI67svcC7zMT36 { width:11.875rem;height:2.5996125rem;top:348.9375rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uECMzlgRNMNBvTEUHs67SoPbtzFbTnFV { width:16.0625rem;height:2.5996125rem;top:422.31253046875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKebBkOIoWVP26WBn4PXHtgdg1KBopa9 { width:16.0625rem;height:2.5996125rem;top:426.16214296875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB57rCbITswhMTUC8mWmHEt2S5lnCHGF { width:16.0625rem;height:2.5996125rem;top:430.01175546875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCEi8SxXra3TemrMoTLVLy3qChJKFEWQ { width:16.0625rem;height:2.5996125rem;top:433.86136796875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #frAEO7gpOGFIe3CkElS1u7ZTB8Po2lcx { width:16.0625rem;height:1.29980625rem;top:437.71098046875rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1UoXaUvPIk4l8br06bJ7wwxpBaBzTll { width:20rem;height:4.14375rem;top:249.375rem;left:0rem;font-size:1.0625rem;color:#ff0100;display:block; }
 }@media only screen and (max-width: 763px) { #SzrIQ5mqZDTlH4mWJA7WhpuiszPOB9yv { width:17.6875rem;height:3.0625rem;top:254.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbtsLOmLhX3q8iDU1pFTLydFDmcCATDf { display:block; }
 }@media only screen and (max-width: 763px) { #CpyvZGQATOVm4Duq3lnKLTpwvHKzBJvh { width:6rem;height:4.375rem;top:258.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTyGtB1VfvSQrITF68sacPi77TTtGit { width:11.25rem;height:11.25rem;top:402.46435546875rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #xLkJ24hOGgtusT3dLTk7KLJigmhxnuTq { top:175.875rem;left:3.875rem;width:12.312rem;height:22.06175rem;z-index:15069;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cTfZ6Qm2vl5biWI4FhGfpvfa7lXoLuOE { width:20rem;height:49.725rem;top:199.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dqQhRa6PrWII1FEg4qh0leEu1ShhSVzf { width:20rem;height:4.55rem;top:263.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRGw2JZiGPG3JtiqqD7sDcomPJazG1vZ { width:16.9375rem;height:30.125rem;top:421.8125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmdL9O8wEfUccVtuMAnsSRhKTR6L3TXJ { width:20rem;height:127.4rem;top:273.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dtQX35ntnxGcRpAnOaqxxmgAvLBvZ91E { width:20rem;height:2.75rem;top:130rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtx7rbySl5SIk0nouaVpX179MRIC6aG0 { width:20rem;height:auto;top:130.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5vyhK2rArkMPAnSecfXLuFz0nN6x51X { width:20rem;height:20rem;top:402.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNTPwVIpoVhuMdobFy1sDF2xqPs04B6 { width:20rem;height:128.3125rem;top:351.80859375rem;left:-1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AezBaV5LBhlFEvQepUuOEZie88QVmJQi { width:20rem;height:5.11875rem;top:458.9375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TgFZSTfvfCaV7J3Kl5R64UCMve1bRBBH { width:8.49975rem;height:10.7495rem;top:424.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lR0oHTzGDa0heHzDdaOKgXUbz8B6rD { width:20rem;height:2.6rem;top:443rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPNmSCulEhpD4ZPPvrzVMUBZcUZT4ox { width:20rem;height:5.3625rem;top:436.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxcO8hZZ8qXdHmf5TrTvN8M1hVzrbGUD { width:20rem;height:3.4125rem;top:465.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tgHOgSJFtAHOgDDXUn3vkmO0EDVioToN { width:20rem;height:44.2rem;top:476.29999637604rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3KQ3Xmb4oLq0MTpDN3uvaUencX3Mhsz { width:20rem;height:8.005375rem;top:449.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHFIA8rZJ10uNI8wCNvHCIGg6T9TcpCP { width:20rem;height:11.375rem;top:82.080204010012rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3UE0oonaruccZVNrCbG6zO3Th477cl { display:block; }#zt3UE0oonaruccZVNrCbG6zO3Th477cl > .row .container { width:20rem;height:309.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwfzRgsk8hOWkU9IHikWQQ5tFI5yn1nA { width:18.75rem;height:3.575rem;top:8.095703125rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BU7qAb0xgFu1p9HHX5ZBsvfDWFVsACec { width:18.75rem;height:15.19375rem;top:12.415771484375rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukBTIItMWAv2OMa0TQfktA5ibweTwS8b { width:20rem;height:5.85rem;top:0.623779296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkroU7bEUdVNDCuhb6NtTdMF7ME8N09k { width:20rem;height:0.1875rem;top:13.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohQpG7LwX4ywUfwCNPTzdyTDeMymboKH { width:18.75rem;height:3.575rem;top:28.6865234375rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WS0883yqKg2tucEckA6yEsANgO4J4ncN { width:18.9979375rem;height:3.81145625rem;top:302.43234634399rem;left:1.002082824707rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #BSOso3M2JSRqXoxlPL975WD3KkzyOtHV { display:block; }
 }@media only screen and (max-width: 763px) { #itOvCFSH4TG2EgBpUwfZRxemfKhfTPgX { width:20rem;height:3.575rem;top:49.4970703125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET4LI6TNudTRggKrTNJgTJbiQ2HoiR2t { width:20rem;height:3.575rem;top:69.190673828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etEhwrmqo1Im1zNWs5GWVgX6obdS9raR { width:20rem;height:1.7875rem;top:92.998046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dO0ziM7QwKItO9HKdNqoQS4nLfP6wrXf { width:20rem;height:3.575rem;top:111.24755859375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHclOAG5k5EbTWWnTsVpDAMMkJCRGbMw { width:20rem;height:1.7875rem;top:130.5615234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7vq2NE8JolZGpDEJcUXbezVObaBXuw { width:20rem;height:1.7875rem;top:151.74926757812rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKmGVf32U505rpFU5KkqLTbR1CJi43r0 { width:17.1875rem;height:3.575rem;top:168.87451171875rem;left:1.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsI2AMThyMNBOAl4u672t7ohUapguAeN { width:20rem;height:1.7875rem;top:195.5615234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPNv9HZcqrJFNT2SCG6UUck0D8ZnKrbA { width:19.9375rem;height:3.575rem;top:211.66137695312rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4q7gvibO0NI7cctQSKhqpQ7T6Vw5qH8 { width:20rem;height:3.575rem;top:230.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AghNp3gSMHvaL1KH2nnyUJrDifZb4h0J { width:20rem;height:5.3625rem;top:250.68603515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNdxrb87VrEpre3GxnNrqCss6ulM9mP1 { width:20rem;height:3.575rem;top:272.42919921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZKJfrTTbAQNPUro4Ic00n2btULUePAo { width:20rem;height:15.19375rem;top:33.13232421875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKD6ashdOZQFyPlQnSTDAl74SdfWC8vi { width:20rem;height:0.1875rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kw2gWM4EdfUum4MmxfeVIBhBAnbnrPiR { width:20rem;height:12.43125rem;top:54.3115234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUwhSfd1F4T4E7RVWHJUt4WHpdxGprEf { width:20rem;height:0.1875rem;top:44.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgTuDhau7DrPDQOP858Vl8GRhTZWV9eA { width:20rem;height:16.575rem;top:73.87451171875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZbwcopvozbZyZg31Wt0XMbRr7HVnRG7g { width:20rem;height:0.1875rem;top:58.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0M5fspUpsdG7DMvR00zx7FZWpG32hPv { width:20rem;height:12.43125rem;top:96.46240234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afVWWcEhuTpHICJ9qL6wr7Jd7SLau2nk { width:20rem;height:0.1875rem;top:73.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJAsu3Hlp5SDUNO6b3a3QLi6osdhVZqX { width:20rem;height:12.43125rem;top:116.43676757812rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhcnQyg7JDQwksrTyChlTIkJB5ZzA2x9 { width:20rem;height:0.1875rem;top:90.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpWlhSVSKmwVVpmdhwARN4i4DlWynWW0 { width:20rem;height:15.19375rem;top:134.4287109375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w5iPJL2oW0TilT6EqMPM8IszVD96LAtV { width:20rem;height:0.1875rem;top:102.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egCssWcONid9r8UfrQ70P7Gxyg9WCZxl { width:20rem;height:12.43125rem;top:154.68627929688rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vnUuHnNAC1xy7p8mNeSb1wQtG5uDLLWN { width:20rem;height:0.1875rem;top:117.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCS3TZ48U2u8gBVgRBVG14LoQWhdFnZZ { width:20rem;height:19.3375rem;top:174.43603515625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oiNshM8TuEinUfwV0niZ61tOnSEGDNtF { width:20rem;height:0.1875rem;top:128.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRO4zQSHWgVexIE4fWaww6DA6yrHTUk3 { width:20rem;height:11.05rem;top:198.8232421875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCNSITgmGKPe8cdytN9C1Q5TDGyZC052 { width:20rem;height:0.1875rem;top:146rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHDzqifGSoo8XIiEf4K7wSu30t4KD6sm { width:20rem;height:12.43125rem;top:216.54418945312rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nD1HwFcFT6tCZTxm0LTuu0zHuyCVz4Rw { width:20rem;height:0.1875rem;top:159.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMTbOl8SfURDfHHCrgUnvBTyU0esvzeO { width:20rem;height:12.43125rem;top:235.93627929688rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lugx0iEZ63NiP99EVcb4OtnreWuSEHLS { width:20rem;height:0.1875rem;top:173.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0TFBWLS4PmPNRCi1GS58Pby4ckdDuGk { width:20rem;height:13.8125rem;top:257.1240234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHBOm9Nwy5cc2ixU8K4Gdx6arukiaMa9 { width:20rem;height:0.1875rem;top:189.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3neB5y3QeGrNvpGLgBF1oAMlwAwrgRw { width:20rem;height:22.1rem;top:278.31176757812rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMm3rUdGKxavsFDAZpXb2GrWPNhzyE1B { width:20rem;height:0.1875rem;top:204.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy { display:block; }#sC7InRFEmp2G5KbTJVOvpxrUwPc0CfSy > .row .container { width:20rem;height:535.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gazBuXRfLTsdwr3Onv88gIcfpAoCdMtT { width:19.5rem;height:69.9375rem;top:27.84375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #ixE5PFrrZ2E1QFbxM6wQwXnaTxLAfFJ7 { width:16.31225rem;height:16.31225rem;top:488.625rem;left:1.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SByk970vSe7qn2RWxHgkCTHewRlkfDsy { width:18.75rem;height:4.375rem;top:506.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwsXgaSdXzuNKskh50wPBgz8bvDHOHG9 { width:18.374rem;height:4.14375rem;top:506.3125rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBoROPd70MgXTTJKcylBU38Iui4rWfHI { width:12.5rem;height:22.124rem;top:512.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexvnJ0hiJHtTDG9uwkXEvr6ylwCEJ43 { width:19.5rem;height:5.11875rem;top:0.76457214355469rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgC22906ld7XnNTcKVy2mJTGdd45f18 { width:16.6875rem;height:16.6875rem;top:56.912487030029rem;left:1.65625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #g7H2r3Z2CB3bxuGcC78HOWfWWfVvMU5t { width:18.9989375rem;height:4.93645625rem;top:74.18851566315rem;left:0.50104141235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIGJRUgbndBgOC31bTm1QSb1wJoLscAx { display:block; }
 }@media only screen and (max-width: 763px) { #JVynzXM8CKhg5z2SwzrOTdBWTXJq79Xi { width:19.5rem;height:49.725rem;top:7.1875019073488rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsWVQWagkVz7mplCqi7cUL1UK6KQ59Fw { width:17.625rem;height:3.7375rem;top:108.00105857849rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6hKUm4LP07HTObzwm4Nd5hz8H9aFBrs { width:14.3125rem;height:12rem;top:113.16351795196rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFwlS3umXtzvIpBhuxXxVzdaAn0K033 { width:20rem;height:11.021875rem;top:126.24061965942rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5o7IuGiCST9SqgDu0KhFcMCEFIrveXF { width:19.5rem;height:9.66875rem;top:137.76979064941rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xe31ZOVrBEImW0D2fTfPn1Wh8rkLO29T { width:19.4995rem;height:8.53125rem;top:361.25rem;left:0.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NszTfHTvg9m1N90O3oyB3HRB6O86rcNh { width:19.4995rem;height:42.81875rem;top:371.25rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VO2o9hwIBRqlH9spIlDZcG201qAQRRU8 { width:18.9978125rem;height:3.8110375rem;top:484.9375rem;left:0.5rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #q0APTQ5Z5iG4r0bIh3wUNbX4UaSen001 { display:block; }
 }@media only screen and (max-width: 763px) { #KvKpcabbTtvrU3HRburJcCgquuaSRZMF { width:20rem;height:26.24375rem;top:80.1114654541rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iy2lnmbHXcNLCseKQvZTGTZztmQ9ZV1A { width:20rem;height:18.2rem;top:148.25103950501rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svCUQRI83bz6TavoVGqDLKXHSdaadxzb { width:20rem;height:1.13854375rem;top:158.01760673523rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIEq2T4rHhPnAMD7LkCu1zt6K9KOnPT { width:20rem;height:66.3rem;top:167.25312423706rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJShHBH6f0diBFeFciOJgT9vAQZQx0B4 { width:20rem;height:1.13891875rem;top:240.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixv4Ro71q6AdxtVk3DrzmgOVShPU7bRz { width:20rem;height:15.6rem;top:233.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOzTaaFn4hB0c4thJFatpwuKRbAnLKX1 { width:20rem;height:58.0125rem;top:250.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F559KzS2uii1U4zNBER7niSmPEruMcFD { width:20rem;height:13rem;top:309.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4NPSeI0PhQGAxtq6W8v3mu81DkZqG8A { width:20rem;height:1.13854375rem;top:319.56252288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4GkJD0hTrIDE1xiTMmkF8v3LboxLuQG { width:20rem;height:13.8125rem;top:324.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JGahXoGcshdCbtT7JT5oRXbxx146Fran { width:18.999rem;height:6.62475rem;top:353.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTEXc1H51oouWlzCx5klkVLrheuCe5xK { display:block; }
 }@media only screen and (max-width: 763px) { #XEni8d61DNO6EEslpQk6Q5wmB1Kq5HOD { width:20rem;height:13rem;top:339.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iio3Tgka0yz5tyQtUyTuttgiIMlkmpoQ { width:20rem;height:1.13891875rem;top:420.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdQZZciyxW9TLxee1AIBXipCPkMbwEH { width:20rem;height:51.10625rem;top:432.99995040894rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW { display:block; }#tUiCwXKKecqzu9X6pWIqAczMcUBSd7QW > .row .container { width:20rem;height:174.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8Rn3wh0ntIaEzyM4E9praEyJ6b9m8wX { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zI1lzH6doM2QkyMKCieZ37NSBJnRIRG3 { width:17.8125rem;height:7.9625rem;top:164.34692382812rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J01hkxb9VIXMzQAMH9x9tgkJbi536dTw { width:20rem;height:2.5183125rem;top:160.6591796875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBHXZVzRdtJUE12BHzaMLpavyTIRCCrK { width:3.125rem;height:3.125rem;top:157.6123046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfp7UIF0M2E6ss5sBPseqtKo7Z4PC4ZA { width:13.18725rem;height:9.74975rem;top:147.92602539062rem;left:3.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTDxsltCRLbU4BDz4MNe8xlwH60aZ6OD { width:19.875rem;height:26.875rem;top:146.66235625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP { display:flex;width:17.99925rem;height:5.06225625rem;top:137.1240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #ST2TTwmXnCl3HQlQXb4Rre1Mhf1xnC3n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #ffieKmausQTdnqPds3Z302cXlLS6D03b {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #vh2WQHfoaZfPepBPUKl8aMOd4IwFBx52 {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #iWWen19td2FmE6zt2KEwePPV3M2BtEJS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #OtoieLx2iIuntqHQlmXDPqpRi6nUTpL1 {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #WC1e31EV1leG1ipO5hcsKFfGvqZBSy6P {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #g31PxJvEdPA2Qbibkn5aQpUIJA3lMcHU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #RKX3b1rUKGWaXG9vEnsSSmHwBBuQenAw {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #H7vyVqTfZyKpVdzrrNHdhFankZyxXn4Z {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #dyaRqBvH2C6CNx7sk1GGd931LAMJK86c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #RSzAzQi9EWULWiNrMu98VMXqtKPfmCOW {  }
 }@media only screen and (max-width: 763px) { #xzsXUSPmfeAxzCDOBGMPMdtbTFEqm9SP #nuyBuDNwv1ULqwgbpVms7C9E2TFWx8gd {  }
 }@media only screen and (max-width: 763px) { #ou8yTKmr498CX8uiuk7pIzLngPHgPSBm { width:18.999rem;height:3.81225625rem;top:131.62475585938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1L9T3EoMUmFzTxrkEz4GTEhkw7tB5Ls { display:block; }
 }@media only screen and (max-width: 763px) { #UwmcaTABVPaV7cAHvNRa5BEitvXgtiFU { width:17.3730625rem;height:9.74975rem;top:120.9521484375rem;left:1.312255859375rem;font-size:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTV0mDULJnHHTr5ek2m7MUIH3hwBWgkt { width:20rem;height:18.2rem;top:100.98022460938rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kb0R0bkW3KbZ4lHTO3rmpA0GmwvoFZZO { width:15.625rem;height:10.5rem;top:86.6748046875rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9nPbrbXNALmQI7tDOJuI1Zme0kgsEXP { width:3.75rem;height:3.75rem;top:79.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50xrKAy1ub6eQRanXlTAeb0x5KVDl8m { width:20rem;height:0.062255875rem;top:85.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNBptnoSlw0HENw96uOtrOF77p1gqD0I { width:15.3125rem;height:1.62475625rem;top:84.25rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swg4bOmGEdTAfZncJJpAI2Ponw4MdtAP { width:12.3730625rem;height:10.5rem;top:51.724853515625rem;left:3.812255859375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXd4nOLCOpCIPgFVG3TP9p17HQEsEtKz { width:20rem;height:0;top:65.93799375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdZqNaUwaI6UuXm3SHAk5ta0g1BZIdm2 { width:4.24926875rem;height:4.24926875rem;top:43.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0FAlqSN3K92wcVBZpQBGANAdCda4IZr { width:20rem;height:0.062255875rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6S2Vw7qBZ3PR3ZGgmoV2zJmqe45Mgz { width:17.8735625rem;height:1.62475625rem;top:48.25rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udl8oJPB2GVN4v5TIKbHTsEIBE8T8aas { width:20rem;height:0.062255875rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrmKxRPcDAVqvBD3lsbEeBfFu0fkloRq { width:14.0625rem;height:1.62475625rem;top:28.3125rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZfg41R5QGaOeJ6WqhxpWvNBSgCRkPIZ { width:20rem;height:0.062255875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGmhLa9L8VpxSPwlKs9voq5310JkAbl { width:14.6875rem;height:12rem;top:30.498046875rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4phFyKEQBoZWzMeyxrTMbVe5XNH8dLE { width:12.2485625rem;height:7.5rem;top:70.491943359375rem;left:3.87451171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGFIhflv0H8q23ZfvxiTlrQsUcxbWCOV { width:9.0625rem;height:1.62475625rem;top:67.75rem;left:5.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fI4yRcF2sf95XwbznrAmSKe0dKzpb4hD { width:20rem;height:20rem;top:5.872802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXuaMXnoWEOZ4CTL9nqsZP1OpIK5HTMp { width:3.49975625rem;height:3.49975625rem;top:23.748779296875rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNqZcsQ5c9ePkWMwgZ3JoCBNwiDgXCV3 { width:3.8745125rem;height:3.8745125rem;top:63.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp { display:block; }#x9U7bf1Mov8h5P8HF4pxN5yKyG22nNUp > .row .container { width:20rem;height:173.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7wEAUBk8KFuWF5gtmt7wvkViP1xe1KA { width:14.6875rem;height:31.9275rem;top:73.3093375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHL8q914xEbNelfD90B8wa7UehOHqT1 { width:20rem;height:14.4375rem;top:123.73635578156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPPPT0aMnLrWyyMDqp77mbe4H5HQ22SG { width:20rem;height:14.4375rem;top:107.54901123047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPcDRZZ5XoaEXuiAz6W8DJsDxAN44zGS { width:20rem;height:14.375rem;top:32.20823125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUZL6GBemZVHcauChRsfA7LtxhWbtSN { width:20rem;height:14.43725rem;top:16.52160625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHMZuGrJXC6eFot1H1vOQKW2FhuEzUQ { width:20rem;height:11.506375rem;top:60.5529625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwfoWEbwC8GZEFlDkoLZAZsfA3GOE42s { width:20rem;height:5.02319375rem;top:10.2484125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADeG4XhTgyxKr2KydtaVMDWA2mh2P4pe { width:20rem;height:4.4787625rem;top:47.83323125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHVbf1frFEfEOWBqd9swdDllPUTFHtfg { width:20rem;height:5.74096875rem;top:53.56199375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNe2HZibPnyH09FBJF4wHPsx7JknZlZU { width:12.5rem;height:1.3rem;top:7.6995875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eITsNufJFtINt9JJS3dNaDGJ05dz1IB9 { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FH9rXMtVw1xkes5bE4raQy0U8gzPHJTL { width:20rem;height:14.3125rem;top:139.98646163941rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKAfHdCdDDekWXIwp9LIXDvg9eD9tLRT { width:20rem;height:14.5rem;top:155.98646163941rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d { display:block; }#ZKX6D0NqgzZezkJ1ATSTzqaCWK3VQ92d > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv { display:flex;height:auto;width:17.5rem;top:6.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #kUS7z8PK36TqQQTRsWBUPTEzqG3SN7ya {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #QCaiON6UVtPbn5171MQB7D4dJ4XFtMMh {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #irwWqTTfUJC6zSkwUHFZIHQa8KgcIRAb {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #vTrPKyaOumMqNcDBickKyAtkfb8ZWFIT {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #hcahNRHtqZkwxaA8gETMaxly2Ve4xFgx {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #w6VZHirBIsHSPlarrJUQ5JzcX6RT99QJ {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #NXstZQACUTWOMliq8fHZJN8QpVP89oMn {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #TusLDZr5VnU3TQpTQ6Mrg4ATed4OrvSG {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VkkxvluwM8oBqC0zyMl85h6bf74E8xoC {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VAaDf4ITOSw9XChmuXAGGfNZLon3u0QD {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #EUUvScTaqWOROL55BpDS9oXyWTMXFySN {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #WVIh3TA0rfCuUG12CsM3FFo7LAOprT0m {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #cwdXxytIRMifg007GiDnvC5c5FyHkTv2 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #oJVq4NdskQwxFLEToqgJK7WqLkffUL7m {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #e8xKQTB1KqDkRtRVD8BKuMIL9MhK9Iwa {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #E3ID7h4VHz9KaOxgworyAcvTo795TTTP {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #mrGTlbVTdH3qwKgPmTeKeUO0kTTJgGvl {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #AXcEHG47MyfHDiAScbG9vnGoeCQ51SLI {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #d0XKlkzHIbQlZQWe0vt7pSfacBKg7Tbs {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #SyOaIwg7IFeoTTRFphL8q73drq64A1TS {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #yqUCVn5CXcAJTSIZuNooCkbZE1kgtUWT {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #mlmdyQiVzioOaO12W2k8PzP7hPRT4dgX {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #pZgK217dX3A4SAPyOLrk351d38riV2IE {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #KqKnLIwekP4oMx1zTIn3OWoffTGxdIG9 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #XTiPN4eGVGS2eL4yfv5zJTOkcxtdfoRd {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #x8P9f4Wtr3DVa8d9aVGih6Nk5o0Ffkn9 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #VniQlxfGXmdP063dOuAaP8bZWT0diVBe {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #Wr7bWwwbx9aTIEx6xJhQJHF3qSn6HJr2 {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #owhHQuDogkOzyTm2b1gOoF9Ih90LHXHu {  }
 }@media only screen and (max-width: 763px) { #Db0EPZoO2Z1c1AZovC8BdPCvAd4VkSpv #qk4rZTxDrhdNGavS2LdJ1BmKQNtXkein {  }
 }@media only screen and (max-width: 763px) { #h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX { display:block; }#h3EDl2Ex0mnVNvhALrPN7mTLs1R1IROX > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDOLz8Zvov8vBgzbEnrJpO639VJ85h3x { width:6.0620125rem;height:1.29980625rem;top:0.9051513671875rem;left:11.499633789062rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODSlx1arbzfkuRf0oO1fVygXU9UfwI1k { width:10.625rem;height:1.29980625rem;top:0.904541015625rem;left:0.9136962890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNHuRt87dlx551N81fdyF7TUlUlHrwy { width:20rem;height:36.96875rem;top:2.58251953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyX6nFJCeghKEFT90Ol6BOZbfRclvo0m { width:10.9375rem;height:1.3rem;top:0.9033203125rem;left:0.6396484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#ICpQTDTBM5hAc3IUTIF79RmTXdawPgtC > .row .container { width:20rem;height:9.73645625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WxzMe9heva5IxboW6AaGsZ8wTDdGRyfu { width:13.562rem;height:4.12475625rem;top:0.1875rem;left:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dadETXO6nTJyJcDJpllzTk8GgMpsXHTM { display:block; }
 }@media only screen and (max-width: 763px) { #kKXNy04cKJd691NMdD5PrG8M7sXZ3wI1 { width:20rem;height:1.6875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlBIUGKzFTayqhDU9wxeJZZymNB0hZFP { width:20rem;height:1.54345625rem;top:5.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bvo6ucv0rOJ2m17nV0QOCQpMSqDZlL { width:20rem;height:2.923825rem;top:6.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOCo43bMLRTmGdL65J3iZyzMBfQMTHI3 { width:2.625rem;height:2.625rem;top:0.875rem;left:0rem;display:block; }
 }