.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:254,168,88;--color-primary-1:255,101,84;--color-primary-2:248,204,41;--color-primary-3:255,169,0;--color-primary-4:255,176,0;--color-secondary-0:219,222,243;--color-secondary-1:134,146,215;--color-secondary-2:13,37,174;--color-secondary-3:7,19,87;--color-secondary-4:2,6,26;--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:"dosis";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { 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; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { background-color: transparent; background-image: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .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); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { border-width: 0; border-radius: 0; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { position:absolute;display:block;z-index:14998;background-color:#ececec;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:3.75rem;width:20.875rem;top:4.5rem;left:39.125rem;display:block; }
#ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0617375rem;width:6.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:3.25rem;left:19.5625rem; }
#VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.1875rem;left:37.875rem; }
#WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { position:absolute;display:block;z-index:15000;background-color:#ececec;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:3.8125rem;width:21.25rem;top:4.375rem;left:0rem;display:block; }
#rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { position:absolute;display:block;z-index:14998;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:3.8125rem;width:18.4375rem;top:4.375rem;left:21.0625rem;display:block; }
#qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.5rem;height:1.3rem;display:block; }
#TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74926875rem;width:1.74926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.499267578125rem;left:4.9371337890625rem; }
#QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.4375rem;left:24.75rem; }
#feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:27.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.4375rem;left:43.125rem; }
#QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.75rem;height:1.3rem;display:block; }
#wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { 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:15027;line-height:1.3;letter-spacing:0;top:1.1761474609375rem;left:1.09619140625rem;height:2.1125rem;display:block; }
#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { background-color: transparent; background-image: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .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); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { border-width: 0; border-radius: 0; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561625rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.687255859375rem;left:13.71826171875rem;height:2.43713125rem;text-align:center;text-align-last:center;display:block; }
#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { 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; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { background-color: transparent; background-image: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .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); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { border-width: 0; border-radius: 0; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.907291412354rem;left:0rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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.0625rem;padding-right:0.053125rem;padding-bottom:0.0625rem;padding-left:0.053125rem;display:block;align-items:center;width:0.32rem;min-width:0.32rem;height:0.336875rem;position:relative;font-family:"open sans";font-size:0.25125rem;font-weight:700;line-height:5.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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.039375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:0.426875rem;height:0;position:relative;font-family:"open sans";font-size:0.094375rem;font-weight:400;line-height:0;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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:2.875rem;height:0.50125rem;padding-top:0.07875rem;padding-right:0.07625rem;padding-bottom:0.07875rem;padding-left:0.07625rem;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:32.278442382812rem;left:0rem;z-index:15007; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m { width:auto; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
#XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:9.2625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wx91tN4mSpTBOWTPH5pBIN310c2bHbTl { position:absolute;display:block;z-index:15009;height:25.5614375rem;width:45.625rem;top:14.313541412354rem;left:7.1875rem;display:block; }
#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { 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; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { background-color: transparent; background-image: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .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); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { border-width: 0; border-radius: 0; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { font-size:0.875rem;font-family:arial;height:955.5625rem;width:60rem;position:relative;display:block; }#doAJasRUQTSo0QbD6ICi68pT8pky03n6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:24.9375rem;top:49.3310546875rem;left:16.591186523438rem;overflow:hidden;display:block; }
#m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3621826171875rem;left:0rem;height:7.6375rem;text-align:center;text-align-last:center;display:block; }
#JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { z-index:15003;top:0.7177734375rem;left:7.406005859375rem;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-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.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.1875rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:196.97875976562rem;left:0rem;height:6.8249375rem;text-align:center;text-align-last:center;display:block; }
#aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:207.23022460938rem;left:4.03076171875rem;height:63.5375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:273.91845703125rem;left:0rem;height:10.2374375rem;text-align:center;text-align-last:center;display:block; }
#o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:287.38952636719rem;left:4.0313720703125rem;height:16.81875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:372.1240234375rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:323.23974609375rem;left:4.03076171875rem;height:7.475rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:384.267578125rem;left:4.03076171875rem;height:20.55625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:422.01293945312rem;left:4.03076171875rem;height:48.5875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:475.810546875rem;left:0rem;height:6.82495rem;text-align:center;text-align-last:center;display:block; }
#XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:488.9990234375rem;left:4.03076171875rem;height:61.66875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:555.33081054688rem;left:0rem;height:4.7937rem;text-align:center;text-align-last:center;display:block; }
#ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:563.56811523438rem;left:4.03076171875rem;height:42.98125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:610.43701171875rem;left:0rem;height:6.8249375rem;text-align:center;text-align-last:center;display:block; }
#MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:933.0625rem;left:32.625rem;height:1.3rem;display:block; }
#BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { 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:15079;line-height:1.3;letter-spacing:0;top:933.0625rem;left:22.0625rem;height:1.3rem;display:block; }
#P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9359375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:935.625rem;left:0rem;height:16.9rem;display:block; }
#DxkBA0n4zwVGCPk67nmsu1vuOt3iPCoI { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.6;letter-spacing:0;top:6.5625rem;left:-0.125rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#Dq8ngXlARzTCfQxKGdMk3uI5q838xkaa { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5048828125rem;left:0rem;height:6.74375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hgpOenfhagJzPWCJD8ohTTafgTwo2J1T { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:161.29638671875rem;left:0rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#Qc2TUQDi1xSZRf9OuCivX0snyHlak4fr { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:168.60595703125rem;left:4.03076171875rem;height:24.29375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vP9q6uo1AeKBFht8Z7DI4kSiVqDEFTtN { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:622.4365234375rem;left:4.03076171875rem;height:69.14375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#STiw2v85JboznFOlN6rNFINAMeyVQgJu { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:695.3125rem;left:0rem;height:6.337875rem;text-align:center;text-align-last:center;display:block; }
#PJJx5oJZBnaekEKuaurQpRKVpBqaTayp { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:707.37426757812rem;left:4.03076171875rem;height:41.1125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TlJHLy40qNUOG5kG9QaavXcLf0TmCkko { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.936279296875rem;left:0rem;height:12.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fdzNbnyiPgT3IuaxEcAz9WrWvT0sRx3N { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.118896484375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EomtrbP3fkoNXNLB1gT33yoKKepuIWdr { position:absolute;display:block;z-index:15034;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:55.187375rem;top:82.9375rem;left:2.375rem;display:block; }
#Bkw4hdlG91etO7TRcbmFU9nJIEcmPSQT { position:absolute;display:block;z-index:15038;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.9995rem;width:16.25rem;top:86.9375rem;left:38rem;overflow:hidden;display:block; }
#CtkcivqywdTFl7k8Jgi64svUALzGMImJ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:88.75rem;left:6.25rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#VVGuq3ozrIq9lK7rcVsKmZi8R73FMD2l { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:84.3125rem;left:6.25rem;height:3.0875rem;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; }
#J1itsORx6SkFfUWcR2FW8hyMXrfxyhKN { 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:15036;top:84.3125rem;left:3.125rem;display:block; }
#U6wOKAC1vmPM57q1SZihM44pgAklOZmP { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:106.28051757812rem;left:0rem;height:4.14375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zEZK5aAP1iU5H5mbcVskDtSLDWTa0SWp { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:111.40502929688rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ckhRp09TqJu5Qvmi0EiT4VitNPfD8tAT { z-index:15013;top:150.375rem;left:0.4375rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.24975rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i02hTiWhxSOhNiJXbDtk6wmzTAnU87ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWNuRTgLuDPdeNm1mTkb8TVcryrcAqKs { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.062375rem;width:20rem;top:118.75rem;left:38.5625rem;display:block; }
#mTIyxJAnHilX2H0ZmRWxc9eeOzkaqw6X { background-color:rgba(var(--color-primary-1),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:3.8745125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:140.75rem;left:42.1875rem;display:block; }
#b1Bx3SPbHGgu0LoO81tDBwzxoEmBsyft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#id7obXMylRabaBzqGZqiLwnyIcGnUeiQ { color:#e8f7ff;display:block;width:17.3108125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:129.64233398438rem;left:39.49951171875rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#id7obXMylRabaBzqGZqiLwnyIcGnUeiQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#id7obXMylRabaBzqGZqiLwnyIcGnUeiQ li:before{  }
#SM8EE6gmzkALGsDP1zAGS4MZXqszUclE { position:absolute;display:block;z-index:15056;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:21rem;width:16.5625rem;top:127.93701171875rem;left:9.9993896484375rem;overflow:hidden;display:block; }
#RIweCSJ67DTkP4c3nbI4qTDSXPTLyb6T { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:4.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:123.49975585938rem;left:39.0625rem;height:5.76843125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rds0lFe0cQ37DgHkG0llo0b94XPBrXxX { color:#433c3f;display:block;width:35.3735625rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:118.75rem;left:0rem;height:7.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3PxXsoqys8O60LTHFO5ecNAiSXNTmDa { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:121.875rem;left:38.875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HviGVCv50JwJl8K3OuLWCyWc4qty7M3L { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:119.6875rem;left:38.875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUJK1QoW8hm6oMLtF73BcXe2ezbasZJX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:154.82788085938rem;left:0rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#Jobe138xP7vdmcIb8DIdyOL1GA6Z9ksz { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:308.42163085938rem;left:0rem;height:10.237425rem;text-align:center;text-align-last:center;display:block; }
#rVBvPvOpQc8q8bReLdxo22mZdBChK0bR { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:335.85815429688rem;left:0.0634765625rem;height:6.8249375rem;text-align:center;text-align-last:center;display:block; }
#TOAmXH6qZRMMTuFTmshhQpe7l2XgKXSI { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:345.68725585938rem;left:4.03076171875rem;height:22.425rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fIdmbpnfpzrTRAfNvGL73vTE6cndTDw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:408.95263671875rem;left:0rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#efynWTrymT5a2BFTLLAbxwRSbdUaNUKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:751.28051757812rem;left:0rem;height:6.337875rem;text-align:center;text-align-last:center;display:block; }
#uNbZzq0prBsuIMVZdlfw4W6w0w2bsqEv { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9360625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:760.87524414062rem;left:4.03076171875rem;height:54.19375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RovflGmDO9vuBc8E0ciuUnx4vIuTON7C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.6;letter-spacing:0;top:855.0625rem;left:0rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#eZaTFWnyK4BPSJ38fvU9LmXupmL6xzvT { z-index:15023;top:850.625rem;left:0.4375rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.24975rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EhyHzx3oLKmNUcOwPRc8BocqE63m14Br { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9wsxbWco7VwTBFKTtiy36WPWTACP1o6 { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:27.062375rem;width:20rem;top:819rem;left:38.5625rem;display:block; }
#qmAKPuLQq2vswIdiJqBrMov8WRteIM8K { background-color:rgba(var(--color-primary-1),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:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6245rem;height:3.8745125rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:841rem;left:42.1875rem;display:block; }
#Do3yXfTM4fZMdngNgiDEsdbmTn7uVRcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRpfOOin8lxSEIQu3sAfedOmGVN75mZT { color:#e8f7ff;display:block;width:17.3108125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:829.9375rem;left:39.5rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GRpfOOin8lxSEIQu3sAfedOmGVN75mZT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GRpfOOin8lxSEIQu3sAfedOmGVN75mZT li:before{  }
#O2ufqTTvkpcIbR4xntavUFNnscR2uHS8 { position:absolute;display:block;z-index:15066;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:21rem;width:16.5625rem;top:828.75rem;left:9.9993896484375rem;overflow:hidden;display:block; }
#pXydfMuiRWAtEgOcDu8GycWAWoRzbAFe { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:4.4375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:823.75rem;left:39.0625rem;height:5.76843125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8A2AGVlDsBBIIPP22izAAPI64VTi04i { color:#433c3f;display:block;width:35.3735625rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:818.9990234375rem;left:0rem;height:7.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prVShEiffUmtWzC7KXHB8m7tygotTaI3 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:822.125rem;left:38.875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNXEMxgx1ofBypSVUG06bUPE8qcDom9C { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:819.9375rem;left:38.875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJLJJO7dOJAT933oklNIqOs0UHi52s2M { position:absolute;display:block;z-index:15039;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:20rem;width:55.187375rem;top:860rem;left:2.4375rem;display:block; }
#IaDwLQXbOm3AD7MpkzRD87H9WODhHrIw { 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:11.9995rem;width:16.25rem;top:864rem;left:38.0625rem;overflow:hidden;display:block; }
#ZxM8W0zTyelh0ZMord223yaR46mFM6BX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15042;line-height:1.6;letter-spacing:0;top:865.8125rem;left:6.3125rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#AoXNecXMfBaTwUR6LGiTvndos4PUzFVi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:861.375rem;left:6.3125rem;height:3.0875rem;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; }
#CAWsSklt8BFuPHxm4CvSGBt0JCLWJ6nm { 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:15041;top:861.375rem;left:3.1875rem;display:block; }
#TEhImBTA9tddUGqJUtxnf3K4k4AGRO88 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:884.67041015625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .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; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .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; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .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; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .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; }#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .accordion-trigger.adaptive-delivery-prevent-bg, #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .accordion-trigger.lazyload, #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .accordion-trigger.lazyloading { background-image: none; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB { box-sizing:content-box;height:auto;width:41.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15109;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:892.15576171875rem;left:7.95166015625rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #w5ksrbVSuciMnqCwgGPBt7plvzSUAJ2l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #x3p4oN7U3x8J8NSvhA4vAXNchUvoHHPx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #VXOM7easA3quC49QnC3I3IX5hn4TWvcX { display:block;position:relative; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #pw3PHbU1BxewgwbPlQacMIwsPS7UXpTc {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #KT01rzC8NykEvcg3RZ0MbkkfUAII6fs6 {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #VPvW4E1cyBM7bzyTZvr4Gawk98vkT4hM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #oxkLyNlCHZa7USp3vnQSQhNb8UcfTBIF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #cGM0luCXdyga37bJGXxPUqW9WGyZXWzk { display:block;position:relative; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #Jle05sUA0SZkxAbwZkRwfTdkXcFCiLaf {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #HtPmC1Ws2nu53eIKoMIMbnzGbe4EED8X { display:none; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #TaWNuFFyc7ILDQeO52CBk0nhzs9fGLwy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #p7A76g3H5oilsZBPOXItZEUBeSvtCn84 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #opbirh8WmWZsWhVTa35MLGq3dSKU8cTR { display:block;position:relative; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #pXZNG1eBeaxbqL6DTbvMLZr9FrI26nd6 {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #q9BWEfnUlIVhD7KAmc7uWRC9niFZLyTb { display:none; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #CSVoheFC0am7q9CqPn7kBubHtAQBdQHP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #NiJFFmwKps07mzERcbk5HSp9tD88lfb6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #RlaQohR2Xry1zORyON1FpESevDmWU4xl { display:block;position:relative; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #bTJifLXMULFVrD19v7s5vsTmXCtCZ6oT {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #uhQC8qATT86graPRuTp7tZ91rX7TMM1n { display:none; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #hU9wTEehCvHvtkqm0NN6mDdMI7uTlyAT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #tDSDX99fTDngg4SMZamA2k9vceeNfXx2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #KUtTfH6Gscwe4k88dNKIqbd1JJB72KuJ { display:block;position:relative; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #a6LKt2NPPbg8N2FIz95XTO5GtxdMx3ot {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #ROqsJfTL55eLT5UW5tGRtTZktx61doDH { display:none; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #MWxElsFX14hf8dTlTdxEGlBwU0znV9zH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #gHtMoLvst5PXFpcqvIC1XGKwIq0IJw8L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #H6r5AEd9SH8XQlSG2uVzpATwqComwkvW { display:block;position:relative; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #y90vLl0ky9ugaWZDNy835IGGKsTDvl25 {  }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #IB8eNvT05kGpBlD6bDQIwidxHRU9RIPt { display:none; }
#bgx87nnzavkZFbpAhNIqqC1ABmclZbaJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15240;line-height:1.3;letter-spacing:0;top:151.56311035156rem;left:77.6875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#sRVpdcdA06rvpQpOiEvB1i4TwdSl77ob { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15241;line-height:1.3;letter-spacing:0;top:151.75061035156rem;left:76.0625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:20.8125rem;height:3.75rem;top:4.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { width:6rem;height:6rem;top:3.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { width:6.125rem;height:6.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:21.25rem;height:3.75rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:18.4375rem;height:3.75rem;top:4.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:12.5rem;height:1.25rem;top:5.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:12.5rem;height:1.25rem;top:5.625rem;left:20.936767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:12.5rem;height:1.25rem;top:5.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.0625rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:32.5rem;height:2.375rem;top:0.625rem;left:7.59326171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { width:47.75rem;height:1.75rem;top:10.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .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; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:9rem;height:5.0625rem;top:43.25rem;left:9.1978759765625rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx91tN4mSpTBOWTPH5pBIN310c2bHbTl { width:45.625rem;height:25.5rem;top:14.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doAJasRUQTSo0QbD6ICi68pT8pky03n6 { top:49.3125rem;left:10.466186523438rem;width:24.9375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { top:9.3125rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:0.6875rem;left:1.281005859375rem;width:45.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { top:196.9375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { top:207.1875rem;left:0rem;width:47.75rem;height:63.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { top:273.875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { top:287.375rem;left:0rem;width:47.75rem;height:16.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { top:372.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { top:323.1875rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { top:384.25rem;left:0rem;width:47.75rem;height:20.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { top:422rem;left:0rem;width:47.75rem;height:48.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { top:475.75rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { top:488.9375rem;left:0rem;width:47.75rem;height:61.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { top:555.3125rem;left:0rem;width:47.75rem;height:4.75rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { top:563.5625rem;left:0rem;width:47.75rem;height:42.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { top:610.375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.25rem;top:933.0625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:10.9375rem;height:1.25rem;top:933.0625rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:47.75rem;height:16.875rem;top:935.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxkBA0n4zwVGCPk67nmsu1vuOt3iPCoI { width:47.75rem;height:1.8125rem;top:6.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8ngXlARzTCfQxKGdMk3uI5q838xkaa { width:47.75rem;height:6.6875rem;top:17.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgpOenfhagJzPWCJD8ohTTafgTwo2J1T { top:161.25rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2TUQDi1xSZRf9OuCivX0snyHlak4fr { top:168.5625rem;left:0rem;width:47.75rem;height:24.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP9q6uo1AeKBFht8Z7DI4kSiVqDEFTtN { top:622.375rem;left:0rem;width:47.75rem;height:69.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STiw2v85JboznFOlN6rNFINAMeyVQgJu { top:695.3125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJx5oJZBnaekEKuaurQpRKVpBqaTayp { top:707.3125rem;left:0rem;width:47.75rem;height:41.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJHLy40qNUOG5kG9QaavXcLf0TmCkko { width:47.75rem;height:;top:25.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdzNbnyiPgT3IuaxEcAz9WrWvT0sRx3N { width:47.75rem;height:;top:38.0625rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EomtrbP3fkoNXNLB1gT33yoKKepuIWdr { width:47.75rem;height:20rem;top:82.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw4hdlG91etO7TRcbmFU9nJIEcmPSQT { width:16.25rem;height:11.9983125rem;top:86.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkcivqywdTFl7k8Jgi64svUALzGMImJ { width:31.875rem;height:10.4375rem;top:88.75rem;left:0.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVGuq3ozrIq9lK7rcVsKmZi8R73FMD2l { width:32.8125rem;height:3.0625rem;top:84.3125rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1itsORx6SkFfUWcR2FW8hyMXrfxyhKN { width:3.125rem;height:3.125rem;top:84.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6wOKAC1vmPM57q1SZihM44pgAklOZmP { width:47.75rem;height:;top:106.25rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEZK5aAP1iU5H5mbcVskDtSLDWTa0SWp { width:47.75rem;height:;top:111.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhRp09TqJu5Qvmi0EiT4VitNPfD8tAT { top:150.375rem;left:0rem;width:46.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02hTiWhxSOhNiJXbDtk6wmzTAnU87ds { display:block; }
 }@media only screen and (max-width: 763px) { #oWNuRTgLuDPdeNm1mTkb8TVcryrcAqKs { top:118.75rem;left:27.75rem;width:20rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTIyxJAnHilX2H0ZmRWxc9eeOzkaqw6X { width:12.5625rem;height:3.8125rem;top:140.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Bx3SPbHGgu0LoO81tDBwzxoEmBsyft { display:block; }
 }@media only screen and (max-width: 763px) { #id7obXMylRabaBzqGZqiLwnyIcGnUeiQ { top:129.625rem;left:30.5rem;width:17.25rem;height:8.1875rem;font-size:1rem;display:block; }#id7obXMylRabaBzqGZqiLwnyIcGnUeiQ li:before{  }
 }@media only screen and (max-width: 763px) { #SM8EE6gmzkALGsDP1zAGS4MZXqszUclE { top:127.875rem;left:3.8743896484375rem;width:16.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIweCSJ67DTkP4c3nbI4qTDSXPTLyb6T { top:123.4375rem;left:28.375rem;width:19.375rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rds0lFe0cQ37DgHkG0llo0b94XPBrXxX { width:35.3125rem;height:7.4375rem;top:118.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3PxXsoqys8O60LTHFO5ecNAiSXNTmDa { top:121.875rem;left:28.375rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HviGVCv50JwJl8K3OuLWCyWc4qty7M3L { top:119.6875rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJK1QoW8hm6oMLtF73BcXe2ezbasZJX { width:47.75rem;height:1.75rem;top:154.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jobe138xP7vdmcIb8DIdyOL1GA6Z9ksz { top:308.375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVBvPvOpQc8q8bReLdxo22mZdBChK0bR { top:335.8125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOAmXH6qZRMMTuFTmshhQpe7l2XgKXSI { top:345.625rem;left:0rem;width:47.75rem;height:22.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIdmbpnfpzrTRAfNvGL73vTE6cndTDw3 { top:408.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efynWTrymT5a2BFTLLAbxwRSbdUaNUKJ { top:751.25rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNbZzq0prBsuIMVZdlfw4W6w0w2bsqEv { top:760.875rem;left:0rem;width:47.75rem;height:54.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovflGmDO9vuBc8E0ciuUnx4vIuTON7C { width:47.75rem;height:1.75rem;top:855.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZaTFWnyK4BPSJ38fvU9LmXupmL6xzvT { top:850.625rem;left:0rem;width:46.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhyHzx3oLKmNUcOwPRc8BocqE63m14Br { display:block; }
 }@media only screen and (max-width: 763px) { #D9wsxbWco7VwTBFKTtiy36WPWTACP1o6 { top:819rem;left:27.75rem;width:20rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAKPuLQq2vswIdiJqBrMov8WRteIM8K { width:12.5625rem;height:3.8125rem;top:841rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3yXfTM4fZMdngNgiDEsdbmTn7uVRcI { display:block; }
 }@media only screen and (max-width: 763px) { #GRpfOOin8lxSEIQu3sAfedOmGVN75mZT { top:829.9375rem;left:30.5rem;width:17.25rem;height:8.1875rem;font-size:1rem;display:block; }#GRpfOOin8lxSEIQu3sAfedOmGVN75mZT li:before{  }
 }@media only screen and (max-width: 763px) { #O2ufqTTvkpcIbR4xntavUFNnscR2uHS8 { top:828.75rem;left:3.8743896484375rem;width:16.5625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXydfMuiRWAtEgOcDu8GycWAWoRzbAFe { top:823.75rem;left:28.375rem;width:19.375rem;height:5.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8A2AGVlDsBBIIPP22izAAPI64VTi04i { width:35.3125rem;height:7.4375rem;top:818.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prVShEiffUmtWzC7KXHB8m7tygotTaI3 { top:822.125rem;left:28.375rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNXEMxgx1ofBypSVUG06bUPE8qcDom9C { top:819.9375rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJLJJO7dOJAT933oklNIqOs0UHi52s2M { width:47.75rem;height:20rem;top:860rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaDwLQXbOm3AD7MpkzRD87H9WODhHrIw { width:16.25rem;height:11.9983125rem;top:864rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxM8W0zTyelh0ZMord223yaR46mFM6BX { width:31.875rem;height:10.4375rem;top:865.8125rem;left:0.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoXNecXMfBaTwUR6LGiTvndos4PUzFVi { width:32.8125rem;height:3.0625rem;top:861.375rem;left:0.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAWsSklt8BFuPHxm4CvSGBt0JCLWJ6nm { width:3.125rem;height:3.125rem;top:861.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEhImBTA9tddUGqJUtxnf3K4k4AGRO88 { top:884.625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB { display:flex;height:auto;width:41.875rem;top:892.125rem;left:1.82666015625rem; }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #w5ksrbVSuciMnqCwgGPBt7plvzSUAJ2l {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #x3p4oN7U3x8J8NSvhA4vAXNchUvoHHPx {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #VXOM7easA3quC49QnC3I3IX5hn4TWvcX {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #pw3PHbU1BxewgwbPlQacMIwsPS7UXpTc {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #KT01rzC8NykEvcg3RZ0MbkkfUAII6fs6 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #VPvW4E1cyBM7bzyTZvr4Gawk98vkT4hM {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #oxkLyNlCHZa7USp3vnQSQhNb8UcfTBIF {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #cGM0luCXdyga37bJGXxPUqW9WGyZXWzk {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #Jle05sUA0SZkxAbwZkRwfTdkXcFCiLaf {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #HtPmC1Ws2nu53eIKoMIMbnzGbe4EED8X {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #TaWNuFFyc7ILDQeO52CBk0nhzs9fGLwy {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #p7A76g3H5oilsZBPOXItZEUBeSvtCn84 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #opbirh8WmWZsWhVTa35MLGq3dSKU8cTR {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #pXZNG1eBeaxbqL6DTbvMLZr9FrI26nd6 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #q9BWEfnUlIVhD7KAmc7uWRC9niFZLyTb {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #CSVoheFC0am7q9CqPn7kBubHtAQBdQHP {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #NiJFFmwKps07mzERcbk5HSp9tD88lfb6 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #RlaQohR2Xry1zORyON1FpESevDmWU4xl {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #bTJifLXMULFVrD19v7s5vsTmXCtCZ6oT {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #uhQC8qATT86graPRuTp7tZ91rX7TMM1n {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #hU9wTEehCvHvtkqm0NN6mDdMI7uTlyAT {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #tDSDX99fTDngg4SMZamA2k9vceeNfXx2 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #KUtTfH6Gscwe4k88dNKIqbd1JJB72KuJ {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #a6LKt2NPPbg8N2FIz95XTO5GtxdMx3ot {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #ROqsJfTL55eLT5UW5tGRtTZktx61doDH {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #MWxElsFX14hf8dTlTdxEGlBwU0znV9zH {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #gHtMoLvst5PXFpcqvIC1XGKwIq0IJw8L {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #H6r5AEd9SH8XQlSG2uVzpATwqComwkvW {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #y90vLl0ky9ugaWZDNy835IGGKsTDvl25 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #IB8eNvT05kGpBlD6bDQIwidxHRU9RIPt {  }
 }@media only screen and (max-width: 763px) { #bgx87nnzavkZFbpAhNIqqC1ABmclZbaJ { width:12.625rem;height:1.4375rem;top:152.1875rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRVpdcdA06rvpQpOiEvB1i4TwdSl77ob { width:12.625rem;height:1.4375rem;top:152.375rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:7.0625rem;height:3.8125rem;top:2.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { display:flex;width:5.99989375rem;height:5.99989375rem;top:1rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { display:flex;width:6.0625rem;height:6.0625rem;top:0.9375rem;left:11.437377929688rem; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:5.1875rem;height:3.8125rem;top:2.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:8rem;height:3.8125rem;top:2.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:5.9375rem;height:2.6rem;top:2.75rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:7.4370625rem;height:1.3rem;top:2.75rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:7.0621875rem;height:2.6rem;top:2.75rem;left:13rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.1120875rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:20rem;height:1.381225rem;top:0.24658203125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { width:20rem;height:2.4375rem;top:13.8916015625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.060625rem;padding-right:0.0525rem;padding-bottom:0.060625rem;padding-left:0.0525rem;width:0.315rem;min-width:0.315rem;height:0.324375rem;font-size:0.24125rem;line-height:5.19px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.038125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.42rem;height:0.128125rem;font-size:0.090625rem;line-height:2.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:2.8125rem;height:0.611875rem;top:27.562255859375rem;left:0rem;padding-top:0.030625rem;padding-right:0.029375rem;padding-bottom:0.030625rem;padding-left:0.029375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { width:20rem;height:12.1875rem;top:0.7275390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx91tN4mSpTBOWTPH5pBIN310c2bHbTl { width:20rem;height:25.5rem;top:29.485208125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:20rem;height:1200.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doAJasRUQTSo0QbD6ICi68pT8pky03n6 { width:12.124625rem;height:15.37475rem;top:42.291259765625rem;left:3.9373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { width:20rem;height:7.55625rem;top:10.5224609375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:0.958251953125rem;left:0.50048828125rem;width:18.999rem;height:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { width:20rem;height:5.3625rem;top:221.66381835938rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { width:20rem;height:100.34375rem;top:227.81860351562rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { width:20rem;height:7.15rem;top:328.00659179688rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { width:20rem;height:26.24375rem;top:336.71264648438rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { width:20rem;height:5.3625rem;top:429.5947265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { width:20rem;height:10.80625rem;top:372.74546953125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { width:20rem;height:33.9625rem;top:437.20349453125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { width:20rem;height:75.64375rem;top:483.62548828125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { width:20rem;height:12.025rem;top:560.16845703125rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { width:20rem;height:94.16875rem;top:573.5546875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { width:20rem;height:1.7871125rem;top:669.03442382812rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { width:20rem;height:58.6625rem;top:672.14721679688rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { width:20rem;height:6.09375rem;top:731.74560546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.3rem;top:1152.3125rem;left:12.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:10.9375rem;height:1.3rem;top:1152.3125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:20rem;height:38.025rem;top:1154.3981933594rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DxkBA0n4zwVGCPk67nmsu1vuOt3iPCoI { width:20rem;height:2.3999rem;top:7.24853515625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8ngXlARzTCfQxKGdMk3uI5q838xkaa { width:20rem;height:3.49375rem;top:18.814697265625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgpOenfhagJzPWCJD8ohTTafgTwo2J1T { width:20rem;height:2.35656875rem;top:177.69287109375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2TUQDi1xSZRf9OuCivX0snyHlak4fr { width:20rem;height:41.68125rem;top:180.673828125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vP9q6uo1AeKBFht8Z7DI4kSiVqDEFTtN { width:20rem;height:100.34375rem;top:739.40228828125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STiw2v85JboznFOlN6rNFINAMeyVQgJu { width:20rem;height:2.03125rem;top:840.94541328125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJJx5oJZBnaekEKuaurQpRKVpBqaTayp { width:20rem;height:47.85625rem;top:844.22666328125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TlJHLy40qNUOG5kG9QaavXcLf0TmCkko { width:20rem;height:10.725rem;top:23.685417175293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdzNbnyiPgT3IuaxEcAz9WrWvT0sRx3N { width:20rem;height:6.499625rem;top:34.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EomtrbP3fkoNXNLB1gT33yoKKepuIWdr { width:20rem;height:34.6875rem;top:58.7651625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkw4hdlG91etO7TRcbmFU9nJIEcmPSQT { width:16.25rem;height:11.9983125rem;top:66.326904296875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkcivqywdTFl7k8Jgi64svUALzGMImJ { width:20rem;height:13.3001875rem;top:79.512939453125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVGuq3ozrIq9lK7rcVsKmZi8R73FMD2l { width:20rem;height:5.20019375rem;top:59.512939453125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J1itsORx6SkFfUWcR2FW8hyMXrfxyhKN { width:3.125rem;height:3.125rem;top:61.663818359375rem;left:1.45263671875rem;font-size:2.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #U6wOKAC1vmPM57q1SZihM44pgAklOZmP { width:20rem;height:5.20019375rem;top:95.311279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEZK5aAP1iU5H5mbcVskDtSLDWTa0SWp { width:20rem;height:10.15625rem;top:101.1328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckhRp09TqJu5Qvmi0EiT4VitNPfD8tAT { top:168.98446953125rem;left:0.5rem;width:18.999rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02hTiWhxSOhNiJXbDtk6wmzTAnU87ds { display:block; }
 }@media only screen and (max-width: 763px) { #oWNuRTgLuDPdeNm1mTkb8TVcryrcAqKs { width:20rem;height:26.9995rem;top:140.73615703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTIyxJAnHilX2H0ZmRWxc9eeOzkaqw6X { width:12.56225rem;height:3.81225625rem;top:162.73566875rem;left:3.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1Bx3SPbHGgu0LoO81tDBwzxoEmBsyft { display:block; }
 }@media only screen and (max-width: 763px) { #id7obXMylRabaBzqGZqiLwnyIcGnUeiQ { width:17.2485625rem;height:10.0375rem;top:151.62849101563rem;left:0.9375rem;font-size:1rem;display:block; }#id7obXMylRabaBzqGZqiLwnyIcGnUeiQ li:before{  }
 }@media only screen and (max-width: 763px) { #SM8EE6gmzkALGsDP1zAGS4MZXqszUclE { width:15.7495rem;height:20rem;top:119.56787109375rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIweCSJ67DTkP4c3nbI4qTDSXPTLyb6T { width:19.375rem;height:5.76843125rem;top:145.48591289063rem;left:0.50048828125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rds0lFe0cQ37DgHkG0llo0b94XPBrXxX { width:20rem;height:7.8003125rem;top:111.767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3PxXsoqys8O60LTHFO5ecNAiSXNTmDa { width:19.375rem;height:1.381225rem;top:143.86115703125rem;left:0.3125rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #HviGVCv50JwJl8K3OuLWCyWc4qty7M3L { width:19.375rem;height:1.381225rem;top:141.67365703125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUJK1QoW8hm6oMLtF73BcXe2ezbasZJX { width:20rem;height:2.3999rem;top:173.98446953125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jobe138xP7vdmcIb8DIdyOL1GA6Z9ksz { width:20rem;height:4.63074375rem;top:365.44189453125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVBvPvOpQc8q8bReLdxo22mZdBChK0bR { width:20rem;height:5.3625rem;top:385.74340820312rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOAmXH6qZRMMTuFTmshhQpe7l2XgKXSI { width:20rem;height:33.9625rem;top:393.60120078125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fIdmbpnfpzrTRAfNvGL73vTE6cndTDw3 { width:20rem;height:8.9375rem;top:473.447265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efynWTrymT5a2BFTLLAbxwRSbdUaNUKJ { width:20rem;height:2.5183125rem;top:893.30866328125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNbZzq0prBsuIMVZdlfw4W6w0w2bsqEv { width:20rem;height:72.55625rem;top:896.58991328125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RovflGmDO9vuBc8E0ciuUnx4vIuTON7C { width:20rem;height:2.3999rem;top:1033.9017882812rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZaTFWnyK4BPSJ38fvU9LmXupmL6xzvT { top:1028.9017882812rem;left:0.5rem;width:18.999rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhyHzx3oLKmNUcOwPRc8BocqE63m14Br { display:block; }
 }@media only screen and (max-width: 763px) { #D9wsxbWco7VwTBFKTtiy36WPWTACP1o6 { width:20rem;height:26.9995rem;top:1000.6534757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmAKPuLQq2vswIdiJqBrMov8WRteIM8K { width:12.56225rem;height:3.81225625rem;top:1022.6542082031rem;left:3.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3yXfTM4fZMdngNgiDEsdbmTn7uVRcI { display:block; }
 }@media only screen and (max-width: 763px) { #GRpfOOin8lxSEIQu3sAfedOmGVN75mZT { width:17.2485625rem;height:10.0375rem;top:1011.5909757812rem;left:0.9375rem;font-size:1rem;display:block; }#GRpfOOin8lxSEIQu3sAfedOmGVN75mZT li:before{  }
 }@media only screen and (max-width: 763px) { #O2ufqTTvkpcIbR4xntavUFNnscR2uHS8 { width:15.7495rem;height:20rem;top:979.40307617188rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXydfMuiRWAtEgOcDu8GycWAWoRzbAFe { width:19.375rem;height:6.175rem;top:1005.4044523437rem;left:0.50048828125rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8A2AGVlDsBBIIPP22izAAPI64VTi04i { width:20rem;height:7.8003125rem;top:970.35803828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #prVShEiffUmtWzC7KXHB8m7tygotTaI3 { width:19.375rem;height:1.381225rem;top:1003.7784757812rem;left:0.3125rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #SNXEMxgx1ofBypSVUG06bUPE8qcDom9C { width:19.375rem;height:1.381225rem;top:1001.5909757812rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJLJJO7dOJAT933oklNIqOs0UHi52s2M { width:20rem;height:34.5rem;top:1039.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaDwLQXbOm3AD7MpkzRD87H9WODhHrIw { width:16.25rem;height:11.9983125rem;top:1047.5610351562rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxM8W0zTyelh0ZMord223yaR46mFM6BX { width:20rem;height:13.3001875rem;top:1060.185546875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AoXNecXMfBaTwUR6LGiTvndos4PUzFVi { width:20rem;height:5.20019375rem;top:1040.7543945312rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAWsSklt8BFuPHxm4CvSGBt0JCLWJ6nm { width:3.125rem;height:3.125rem;top:1043.623046875rem;left:1.875rem;font-size:2.1875rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #TEhImBTA9tddUGqJUtxnf3K4k4AGRO88 { width:20rem;height:5.20019375rem;top:1076.1096191406rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB { display:flex;height:auto;width:17.5rem;top:1082.041015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #w5ksrbVSuciMnqCwgGPBt7plvzSUAJ2l {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #x3p4oN7U3x8J8NSvhA4vAXNchUvoHHPx {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #VXOM7easA3quC49QnC3I3IX5hn4TWvcX {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #pw3PHbU1BxewgwbPlQacMIwsPS7UXpTc {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #KT01rzC8NykEvcg3RZ0MbkkfUAII6fs6 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #VPvW4E1cyBM7bzyTZvr4Gawk98vkT4hM {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #oxkLyNlCHZa7USp3vnQSQhNb8UcfTBIF {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #cGM0luCXdyga37bJGXxPUqW9WGyZXWzk {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #Jle05sUA0SZkxAbwZkRwfTdkXcFCiLaf {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #HtPmC1Ws2nu53eIKoMIMbnzGbe4EED8X {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #TaWNuFFyc7ILDQeO52CBk0nhzs9fGLwy {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #p7A76g3H5oilsZBPOXItZEUBeSvtCn84 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #opbirh8WmWZsWhVTa35MLGq3dSKU8cTR {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #pXZNG1eBeaxbqL6DTbvMLZr9FrI26nd6 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #q9BWEfnUlIVhD7KAmc7uWRC9niFZLyTb {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #CSVoheFC0am7q9CqPn7kBubHtAQBdQHP {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #NiJFFmwKps07mzERcbk5HSp9tD88lfb6 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #RlaQohR2Xry1zORyON1FpESevDmWU4xl {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #bTJifLXMULFVrD19v7s5vsTmXCtCZ6oT {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #uhQC8qATT86graPRuTp7tZ91rX7TMM1n {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #hU9wTEehCvHvtkqm0NN6mDdMI7uTlyAT {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #tDSDX99fTDngg4SMZamA2k9vceeNfXx2 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #KUtTfH6Gscwe4k88dNKIqbd1JJB72KuJ {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #a6LKt2NPPbg8N2FIz95XTO5GtxdMx3ot {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #ROqsJfTL55eLT5UW5tGRtTZktx61doDH {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #MWxElsFX14hf8dTlTdxEGlBwU0znV9zH {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #gHtMoLvst5PXFpcqvIC1XGKwIq0IJw8L {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #H6r5AEd9SH8XQlSG2uVzpATwqComwkvW {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #y90vLl0ky9ugaWZDNy835IGGKsTDvl25 {  }
 }@media only screen and (max-width: 763px) { #uCiCcInJJUdm3dbr6kHRMI51cQhW2cuB #IB8eNvT05kGpBlD6bDQIwidxHRU9RIPt {  }
 }@media only screen and (max-width: 763px) { #bgx87nnzavkZFbpAhNIqqC1ABmclZbaJ { width:12.6245rem;height:1.4625rem;top:1196.3726746094rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRVpdcdA06rvpQpOiEvB1i4TwdSl77ob { width:12.6245rem;height:1.4625rem;top:1193.6608808594rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }