.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,238,222;--color-primary-1:254,203,155;--color-primary-2:254,168,88;--color-primary-3:255,101,84;--color-primary-4:51,34,18;--color-secondary-0:254,245,212;--color-secondary-1:251,224,127;--color-secondary-2:248,204,41;--color-secondary-3:255,169,0;--color-secondary-4:255,176,0;--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-secondary-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;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-secondary-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:35.5rem;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.6875rem;left:13.71875rem;height:2.4375rem;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:7.25rem;width:60rem;position:relative;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.146875rem;padding-right:0.091875rem;padding-bottom:0.146875rem;padding-left:0.091875rem;display:block;align-items:center;width:0.554375rem;min-width:0.554375rem;height:0.789375rem;position:relative;font-family:"open sans";font-size:0.588125rem;font-weight:700;line-height:12.63px;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.093125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:0.739375rem;height:0;position:relative;font-family:"open sans";font-size:0.221875rem;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:1.9375rem;height:0.3125rem;padding-top:0.185rem;padding-right:0.131875rem;padding-bottom:0.185rem;padding-left:0.131875rem;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:3.8770837783814rem;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.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;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; }
#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:895.8125rem;width:60rem;position:relative;display:block; }#zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { position:absolute;display:block;z-index:15029;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:572.625rem;left:2.4375rem;display:block; }
#QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:579.625rem;left:6.1875rem;height:8.4rem;text-align:left;text-align-last:left;display:block; }
#uigqJRTc0mfONgz0QiEUcsym45fxTD3x { 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:15030;line-height:1.3;letter-spacing:0;top:573.9375rem;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; }
#IQcqH72QJGof0uwtbkEJd6n910nb6C11 { 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:15031;top:581.0625rem;left:3.125rem;display:block; }
#RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { position:absolute;display:block;z-index:15033;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:576.625rem;left:38.0625rem;overflow:hidden;display:block; }
#Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { position:absolute;display:block;z-index:15041;background-color:#0d25ae;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:527.5rem;left:40rem;display:block; }
#UubZeTrcwKdkADTwmkpVhxna8slIW1et { background-color:rgba(var(--color-primary-3),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:15043;text-align:center;text-align-last:center;top:549.5rem;left:43.625rem;display:block; }
#GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { color:#e8f7ff;display:block;width:17.3108125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:537.25rem;left:41.375rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
#VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:532.375rem;left:40.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:530.625rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:528.4375rem;left:40.3125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { color:#433c3f;display:block;width:35.3739375rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:523.52189254761rem;left:1.375rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHrAJsstLb37IDtXdaqDVTLs46rqgLP8 { z-index:15003;top:560.5625rem;left:1.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r259yX2Wu9J3LVZM2TRXM7wxCpPVAIlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQ7a9sH4skvTHQw6ROM2MoibHoO5qhSg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9364375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:46.661458015442rem;left:4.0322914123535rem;height:48.5875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { color:#ff0100;display:block;width:59.8104375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.9625rem;text-align:center;text-align-last:center;display:block; }
#QVnngzDkSLgVl6RCiiBbDOMy3W1eirBD { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:149.72708320617rem;left:0.0625rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#PrQeHHxidgIvivdteNuWBHiu7BDu7qdr { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:566.9375rem;left:2.375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { z-index:15003;top:380.34478187561rem;left:6.1875rem;background-color:rgba(var(--color-secondary-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.5625rem;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; }
#GgzsrLtX4XWThi0tV7mWcn7BmTIQG9fd { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.71249961853rem;left:0rem;height:3.9rem;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; }
#hOxLTcdZ8TFi7AvJLiUbcilWNEik4JVt { color:#ff0000;display:block;width:51.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:97.428125381469rem;left:4.0322914123535rem;height:14.3rem;text-align:center;text-align-last:center;display:block; }
#sL4ez3bicuJSrByazWO5qseNxPfmIcZt { color:rgba(var(--color-tertiary-4),1);display:block;width:55.0625rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:112.58541679383rem;left:2.46875rem;height:33.6375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#F9Zyk713LfptVsTSIuyQPco9QZM614CT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:161.81978607178rem;left:1.9072914123535rem;height:35.50625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;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:203.29583358764rem;left:0.064582824707031rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9364375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:213.359375rem;left:4.0322914123535rem;height:33.6375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;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:249.359375rem;left:0.064582824707031rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9364375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:262.49166679383rem;left:4.0322914123535rem;height:104.65rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;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:369.21144771576rem;left:0.032291412353516rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9364375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:410.30416679383rem;left:4.0322914123535rem;height:39.24375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Te3Jm033gCQ8IOZWaxcQBkgdmOgXEeid { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;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:453.74166679383rem;left:0.064582824707031rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9364375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:460.83124923706rem;left:4.71875rem;height:57.93125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VTS9N6ukZ3RFJ5cdWtoHEiUaJcsLHDLI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9354375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:597.76354122162rem;left:0.064582824707031rem;height:10.2375rem;text-align:center;text-align-last:center;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:612.85766601562rem;left:4.03076171875rem;height:28.03125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9359375rem;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:642.79663085938rem;left:0rem;height:10.2374375rem;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:654.89868164062rem;left:4.0313720703125rem;height:26.1625rem;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:2.625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:684.5849609375rem;left:0rem;height:6.8249375rem;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:696.00769042969rem;left:4.0313720703125rem;height:31.76875rem;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:730.302734375rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#Bbmc0MBXhF9rKttZiFVql4kA55UQGtNh { 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:739.95300292969rem;left:4.0313720703125rem;height:44.85rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#L1bvc1uw97upqEd9dRS92qLKgSOT7a7d { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9364375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:788.19583320619rem;left:0rem;height:10.2375rem;text-align:center;text-align-last:center;display:block; }
#d7yQTbCE1VqhDDCPq01bydZdaDhm8WfH { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.6;letter-spacing:0;top:843.0625rem;left:2.125rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#TO8kZ8LzPoKorVmQDdBXoNawbcWq6PXe { z-index:15013;top:837.875rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.25rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i5ARkNVirsgMbHFV1CT80lswpqUy75it { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm1eS83wwEOKMmqcTc86HsNyREoKpxop { position:absolute;display:block;z-index:15051;background-color:#0d25ae;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:806.3125rem;left:39.5rem;display:block; }
#saNMVVbod8TevU8L2Io6Cv8lRO9TaULT { background-color:rgba(var(--color-primary-3),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:828.3125rem;left:43.125rem;display:block; }
#OuSzEwA0wIsCNV2eCKCbO65BUqXXRv75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN { 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:816.0625rem;left:40.875rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:before{  }
#XL7m1RJgO7gG2Ltwhn8gZIcpxsaytMFc { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:811.1875rem;left:39.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnfHPnt6EsfveKTvTpHPAPJ5CeBZGQJg { color:#433c3f;display:block;width:35.3739375rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:802.3343753815rem;left:0.9385414123535rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1yTwOdryRQezmzg6O6F8vvpZctPi8XN { 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:809.4375rem;left:39.8125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPycF9pFap0ChmWb2I4NfiolMAuWpWT7 { 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:807.25rem;left:39.8125rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exw0chcTc6ntLioTTE6hQStkTevLUnbH { 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:849.0625rem;left:2.375rem;display:block; }
#TlEHMZ2hAZ0bFCdAABsoZI5Nu5eoJEdh { 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:853.0625rem;left:38rem;overflow:hidden;display:block; }
#VnnoTHKECNiwDmDgs1EzuuuLoyTDTDwc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.93725rem;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:856.0625rem;left:6.125rem;height:8.4rem;text-align:left;text-align-last:left;display:block; }
#SEsITD7FTJ9cJgsq35HlJ7DnctigV6wT { 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:850.375rem;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; }
#BFbIOoJn3SyefkFFhb3KlDITVcM7R8i4 { 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:850.375rem;left:3.125rem;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:872.9375rem;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:872.9375rem;left:22.0625rem;height:1.3rem;display:block; }
#P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9365rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:875.375rem;left:0rem;height:16.9rem;display:block; }
#ITMODHyrsyUqe3HtegtNFWXPbSZspcMp { position:absolute;display:block;z-index:15109;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:23.5625rem;top:535.43022060394rem;left:9.1177082061769rem;overflow:hidden;display:block; }
#M1pSv82d97AxXKNbX5gslBQluhMXDzhd { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:23.5625rem;top:814.24273300169rem;left:7.2802085876462rem;overflow:hidden;display:block; }
#NVfPQVHnUKvCSx4keG4MPN3Sk8881B6l { position:absolute;display:block;z-index:15047;background-color:#0d25ae;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:17.875rem;left:36.1875rem;display:block; }
#nNunUW1Cp7BC9OkrPFhiecNGFBGy5xsO { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:18.8125rem;left:36.5rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zs6veCEkiHNsCGdneBHMEUEwZ3puigay { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:21rem;left:36.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqSTOVyOgvGHTxkBLuW5QkcZ3z5aMnhH { color:#00ff12;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:22.75rem;left:36.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eXo5efrWECg4fWbKW98qnEieah7PhW3O { color:#e8f7ff;display:block;width:17.3108125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:27.625rem;left:37.5625rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eXo5efrWECg4fWbKW98qnEieah7PhW3O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eXo5efrWECg4fWbKW98qnEieah7PhW3O li:before{  }
#oKkUasCrI5WgoTh2FD7hcc5EZN8sHx7R { background-color:rgba(var(--color-primary-3),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:15049;text-align:center;text-align-last:center;top:39.875rem;left:39.8125rem;display:block; }
#Z1NNMLSxGb7suh7EZKlyTl736TG4Juch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SNmhEwMEkTHUtBqMMZllH5R6BruANEcF { position:absolute;display:block;z-index:15111;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:31.25rem;top:18.6875rem;left:2.4375rem;overflow:hidden;display:block; }
#FBinLBrW3T0z1zUJtyvnHPzzhlgC4KQE { position:absolute;display:block;z-index:15112;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:55.625rem;top:388.04686355591rem;left:3.125rem;overflow:hidden;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.6875rem;left:20.9375rem;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:35.5rem;height:2.4375rem;top:0.6875rem;left:7.59375rem;font-size:1.875rem;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) { #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.1875rem;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) { #zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { width:47.75rem;height:20rem;top:572.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { width:31.9375rem;height:8.375rem;top:579.625rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigqJRTc0mfONgz0QiEUcsym45fxTD3x { width:32.8125rem;height:3.0625rem;top:573.9375rem;left:0.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcqH72QJGof0uwtbkEJd6n910nb6C11 { width:3.125rem;height:3.125rem;top:581.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { width:16.25rem;height:12rem;top:576.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { top:527.5rem;left:27.75rem;width:20rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubZeTrcwKdkADTwmkpVhxna8slIW1et { width:12.625rem;height:3.875rem;top:549.5rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block; }
 }@media only screen and (max-width: 763px) { #QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { top:537.25rem;left:30.5rem;width:17.25rem;height:11rem;font-size:1rem;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
 }@media only screen and (max-width: 763px) { #VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { top:532.375rem;left:28.375rem;width:19.375rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { top:530.625rem;left:28.375rem;width:19.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { top:528.4375rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { width:35.3125rem;height:11.1875rem;top:523.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrAJsstLb37IDtXdaqDVTLs46rqgLP8 { top:560.5625rem;left:0rem;width:46.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r259yX2Wu9J3LVZM2TRXM7wxCpPVAIlN { display:block; }
 }@media only screen and (max-width: 763px) { #fQ7a9sH4skvTHQw6ROM2MoibHoO5qhSg { top:46.625rem;left:0rem;width:47.75rem;height:48.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { top:0rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnngzDkSLgVl6RCiiBbDOMy3W1eirBD { top:149.6875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrQeHHxidgIvivdteNuWBHiu7BDu7qdr { width:47.75rem;height:1.75rem;top:566.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:380.3125rem;left:0.0625rem;width:45.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #GgzsrLtX4XWThi0tV7mWcn7BmTIQG9fd { width:47.75rem;height:3.875rem;top:10.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxLTcdZ8TFi7AvJLiUbcilWNEik4JVt { top:97.375rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL4ez3bicuJSrByazWO5qseNxPfmIcZt { top:112.5625rem;left:0rem;width:47.75rem;height:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Zyk713LfptVsTSIuyQPco9QZM614CT { top:161.8125rem;left:0rem;width:47.75rem;height:35.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { top:203.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTmmXR5OVSzRGSRNIuB9m59aAg5xKCrF { top:213.3125rem;left:0rem;width:47.75rem;height:33.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { top:249.3125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3WKPAS6W7K4xT8m9QDqbl0xeOd9kDqZ { top:262.4375rem;left:0rem;width:47.75rem;height:104.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { top:369.1875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSs50Q9d5SLEB0he2aHXeKu8vUNqhTZg { top:410.25rem;left:0rem;width:47.75rem;height:39.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3Jm033gCQ8IOZWaxcQBkgdmOgXEeid { top:453.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { top:460.8125rem;left:0rem;width:47.75rem;height:57.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS9N6ukZ3RFJ5cdWtoHEiUaJcsLHDLI { top:597.75rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { top:612.8125rem;left:0rem;width:47.75rem;height:28rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdUAcgPO3mr06wgU6bfTXVQHHRi7TTV { top:642.75rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { top:654.875rem;left:0rem;width:47.75rem;height:26.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFrcmLuNkhSMOc1JZX0CAvhEyJSe9tCq { top:684.5625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXPZALaoLgdxNFH7mWqWHsy12QQwOSH { top:696rem;left:0rem;width:47.75rem;height:31.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8FTQgbJArFTTEtwnU22l4GdzI6Ii8b { top:730.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbmc0MBXhF9rKttZiFVql4kA55UQGtNh { top:739.9375rem;left:0rem;width:47.75rem;height:44.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1bvc1uw97upqEd9dRS92qLKgSOT7a7d { top:788.1875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7yQTbCE1VqhDDCPq01bydZdaDhm8WfH { width:47.75rem;height:1.75rem;top:843rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO8kZ8LzPoKorVmQDdBXoNawbcWq6PXe { top:837.875rem;left:0rem;width:46.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ARkNVirsgMbHFV1CT80lswpqUy75it { display:block; }
 }@media only screen and (max-width: 763px) { #Lm1eS83wwEOKMmqcTc86HsNyREoKpxop { top:806.3125rem;left:27.75rem;width:20rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNMVVbod8TevU8L2Io6Cv8lRO9TaULT { width:12.5625rem;height:3.8125rem;top:828.3125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSzEwA0wIsCNV2eCKCbO65BUqXXRv75 { display:block; }
 }@media only screen and (max-width: 763px) { #zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN { top:816.0625rem;left:30.5rem;width:17.25rem;height:10.9375rem;font-size:1rem;display:block; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:before{  }
 }@media only screen and (max-width: 763px) { #XL7m1RJgO7gG2Ltwhn8gZIcpxsaytMFc { top:811.1875rem;left:28.375rem;width:19.375rem;height:4.875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfHPnt6EsfveKTvTpHPAPJ5CeBZGQJg { width:35.3125rem;height:11.1875rem;top:802.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1yTwOdryRQezmzg6O6F8vvpZctPi8XN { top:809.4375rem;left:28.375rem;width:19.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPycF9pFap0ChmWb2I4NfiolMAuWpWT7 { top:807.25rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exw0chcTc6ntLioTTE6hQStkTevLUnbH { width:47.75rem;height:20rem;top:849.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEHMZ2hAZ0bFCdAABsoZI5Nu5eoJEdh { width:16.25rem;height:11.998875rem;top:853.0625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnnoTHKECNiwDmDgs1EzuuuLoyTDTDwc { width:31.875rem;height:8.375rem;top:856rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEsITD7FTJ9cJgsq35HlJ7DnctigV6wT { width:32.8125rem;height:3.0625rem;top:850.375rem;left:0.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFbIOoJn3SyefkFFhb3KlDITVcM7R8i4 { width:3.125rem;height:3.125rem;top:850.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.25rem;top:872.9375rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpC1kfU4uTKckOH8WtqRwxm6khlTHt34 { width:11rem;height:1.25rem;top:872.9375rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:47.75rem;height:16.875rem;top:875.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITMODHyrsyUqe3HtegtNFWXPbSZspcMp { width:23.5625rem;height:19.1875rem;top:535.375rem;left:2.9927082061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1pSv82d97AxXKNbX5gslBQluhMXDzhd { width:23.5625rem;height:19.1875rem;top:814.1875rem;left:1.1552085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVfPQVHnUKvCSx4keG4MPN3Sk8881B6l { top:17.875rem;left:27.75rem;width:20rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNunUW1Cp7BC9OkrPFhiecNGFBGy5xsO { top:18.8125rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs6veCEkiHNsCGdneBHMEUEwZ3puigay { top:21rem;left:28.375rem;width:19.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqSTOVyOgvGHTxkBLuW5QkcZ3z5aMnhH { top:22.75rem;left:28.375rem;width:19.375rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXo5efrWECg4fWbKW98qnEieah7PhW3O { top:27.625rem;left:30.5rem;width:17.25rem;height:11rem;font-size:1rem;display:block; }#eXo5efrWECg4fWbKW98qnEieah7PhW3O li:before{  }
 }@media only screen and (max-width: 763px) { #oKkUasCrI5WgoTh2FD7hcc5EZN8sHx7R { width:12.625rem;height:3.875rem;top:39.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1NNMLSxGb7suh7EZKlyTl736TG4Juch { display:block; }
 }@media only screen and (max-width: 763px) { #SNmhEwMEkTHUtBqMMZllH5R6BruANEcF { width:31.25rem;height:25.4375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBinLBrW3T0z1zUJtyvnHPzzhlgC4KQE { width:47.75rem;height:17.705056179775rem;top:388rem;left:0rem;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.124675rem;height:6.124675rem;top:0.9375rem;left:11.4375rem; }
 }@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:2.6rem;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:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:20rem;height:4.875rem;top:0.6561279296875rem;left:0rem;font-size:1.875rem;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:6.125rem;position:relative;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:1.81145625rem;height:0.625rem;top:4.9989585876465rem;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:3.0875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:20rem;height:1177.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { width:20rem;height:35.625rem;top:738.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { width:18.4375rem;height:14.7rem;top:757.875rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigqJRTc0mfONgz0QiEUcsym45fxTD3x { width:17.6861875rem;height:5.2rem;top:739rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQcqH72QJGof0uwtbkEJd6n910nb6C11 { width:3.125rem;height:3.125rem;top:785.6875rem;left:0.75rem;font-size:2.1875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { width:16.25rem;height:11.9983125rem;top:745.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { width:20rem;height:28.125rem;top:702.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubZeTrcwKdkADTwmkpVhxna8slIW1et { width:12.5614375rem;height:3.8125rem;top:725.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block; }
 }@media only screen and (max-width: 763px) { #QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { width:17.2485625rem;height:14.25rem;top:708rem;left:1.375rem;font-size:1rem;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
 }@media only screen and (max-width: 763px) { #VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { width:19.375rem;height:4.0625rem;top:703.9375rem;left:0.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { width:19.375rem;height:1.38125rem;top:703.1875rem;left:0rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { width:19.375rem;height:1.38125rem;top:697rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { width:20rem;height:10.4rem;top:676.21768379212rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHrAJsstLb37IDtXdaqDVTLs46rqgLP8 { top:731.25rem;left:0rem;width:19.4989375rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r259yX2Wu9J3LVZM2TRXM7wxCpPVAIlN { display:block; }
 }@media only screen and (max-width: 763px) { #fQ7a9sH4skvTHQw6ROM2MoibHoO5qhSg { width:20rem;height:72.55625rem;top:55.024991989136rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m4peU08ou5e9tXtuBA9t5uTKVwDZZF0g { width:20rem;height:6.3375rem;top:1.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVnngzDkSLgVl6RCiiBbDOMy3W1eirBD { width:20rem;height:8.9375rem;top:193.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PrQeHHxidgIvivdteNuWBHiu7BDu7qdr { width:20rem;height:2.4rem;top:735.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgTbVTPS7a50bPkqHi3csGK4gOawwGKn { top:509.06561851501rem;left:0rem;width:20rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFtHUzLJzzTMK3GGLtfh4JVk1haupvw { display:block; }
 }@media only screen and (max-width: 763px) { #GgzsrLtX4XWThi0tV7mWcn7BmTIQG9fd { width:20rem;height:5.525rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOxLTcdZ8TFi7AvJLiUbcilWNEik4JVt { width:20rem;height:8.9375rem;top:130.52604675293rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sL4ez3bicuJSrByazWO5qseNxPfmIcZt { width:20rem;height:50.94375rem;top:141.875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9Zyk713LfptVsTSIuyQPco9QZM614CT { width:20rem;height:57.11875rem;top:204.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nvbPXTiIsSwHqT3phWbOaq1XgPtpnnOt { width:20rem;height:5.3625rem;top:264.625rem;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:47.125rem;top:272.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgLWMuq9NMKZ0ECZ6XTPJ8vss3570SFs { width:20rem;height:10.725rem;top:321.37499427796rem;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:157.625rem;top:333.37499427796rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHn9LNAWVW6AbyOn4yJZVJ6v9u5lohSH { width:20rem;height:7.15rem;top:491.81249427796rem;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:65rem;top:515.50002479553rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Te3Jm033gCQ8IOZWaxcQBkgdmOgXEeid { width:20rem;height:1.7875rem;top:581.62497711182rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBKxbgBReZ3BHucsv4hIt91HWlu9dnpg { width:20rem;height:91rem;top:584.31247711182rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTS9N6ukZ3RFJ5cdWtoHEiUaJcsLHDLI { width:20rem;height:7.475rem;top:776.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMk5ZSoJiLmJJ91mQBzKEm1D0pxvUtOG { width:20rem;height:41.68125rem;top:787.06251144406rem;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:7.15rem;top:830.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XM5vTGzTs7xdlVco8ryBQlTTQ6bcDlTg { width:20rem;height:38.59375rem;top:839.1875rem;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:7.15rem;top:879.25rem;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:52.4875rem;top:889.0625rem;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:8.775rem;top:942.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bbmc0MBXhF9rKttZiFVql4kA55UQGtNh { width:20rem;height:58.6625rem;top:952.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L1bvc1uw97upqEd9dRS92qLKgSOT7a7d { width:20rem;height:7.15rem;top:1012.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7yQTbCE1VqhDDCPq01bydZdaDhm8WfH { width:20rem;height:2.4rem;top:1087.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TO8kZ8LzPoKorVmQDdBXoNawbcWq6PXe { top:1082.9375rem;left:0.5rem;width:19rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ARkNVirsgMbHFV1CT80lswpqUy75it { display:block; }
 }@media only screen and (max-width: 763px) { #Lm1eS83wwEOKMmqcTc86HsNyREoKpxop { width:20rem;height:27.625rem;top:1053.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saNMVVbod8TevU8L2Io6Cv8lRO9TaULT { width:12.5625rem;height:3.8125rem;top:1076.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuSzEwA0wIsCNV2eCKCbO65BUqXXRv75 { display:block; }
 }@media only screen and (max-width: 763px) { #zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN { width:17.249125rem;height:14.25rem;top:1061.625rem;left:1.375rem;font-size:1rem;display:block; }#zTlM8e7KEg9pHr2CdcP7u2aDkGQdDoGN li:before{  }
 }@media only screen and (max-width: 763px) { #XL7m1RJgO7gG2Ltwhn8gZIcpxsaytMFc { width:20rem;height:3.81875rem;top:1057.875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfHPnt6EsfveKTvTpHPAPJ5CeBZGQJg { width:20rem;height:10.4rem;top:1022.9374513626rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1yTwOdryRQezmzg6O6F8vvpZctPi8XN { width:20rem;height:1.38125rem;top:1056.25rem;left:0rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #QPycF9pFap0ChmWb2I4NfiolMAuWpWT7 { width:20rem;height:1.38125rem;top:1054.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exw0chcTc6ntLioTTE6hQStkTevLUnbH { width:20rem;height:37.125rem;top:1092.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlEHMZ2hAZ0bFCdAABsoZI5Nu5eoJEdh { width:16.25rem;height:11.9983125rem;top:1101.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnnoTHKECNiwDmDgs1EzuuuLoyTDTDwc { width:19.249875rem;height:12.6rem;top:1114.4375rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEsITD7FTJ9cJgsq35HlJ7DnctigV6wT { width:20rem;height:5.2rem;top:1094.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFbIOoJn3SyefkFFhb3KlDITVcM7R8i4 { width:3.125rem;height:3.125rem;top:1142.5rem;left:0.8125rem;font-size:2.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MuTerxG4mlIyTBkctOV9LleQDTCodqe1 { width:5.3125rem;height:1.3rem;top:1133.5rem;left:11.75rem;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:1133.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P37QHGEgdk7tDSmnuzK8NBimmoeaiE2A { width:20rem;height:39.08125rem;top:1135.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITMODHyrsyUqe3HtegtNFWXPbSZspcMp { width:20rem;height:16.2864375rem;top:1034.6250114441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1pSv82d97AxXKNbX5gslBQluhMXDzhd { width:17.6875rem;height:14.375rem;top:687.56247520444rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVfPQVHnUKvCSx4keG4MPN3Sk8881B6l { width:20rem;height:27.0625rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNunUW1Cp7BC9OkrPFhiecNGFBGy5xsO { width:19.375rem;height:1.38125rem;top:25.8125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs6veCEkiHNsCGdneBHMEUEwZ3puigay { width:19.375rem;height:1.38125rem;top:28rem;left:0.3125rem;font-size:1.0625rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #MqSTOVyOgvGHTxkBLuW5QkcZ3z5aMnhH { width:19.375rem;height:2.6rem;top:29.375rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXo5efrWECg4fWbKW98qnEieah7PhW3O { width:17.25rem;height:14.25rem;top:32.3125rem;left:1.375rem;font-size:1rem;display:block; }#eXo5efrWECg4fWbKW98qnEieah7PhW3O li:before{  }
 }@media only screen and (max-width: 763px) { #oKkUasCrI5WgoTh2FD7hcc5EZN8sHx7R { width:12.625rem;height:3.875rem;top:46.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1NNMLSxGb7suh7EZKlyTl736TG4Juch { display:block; }
 }@media only screen and (max-width: 763px) { #SNmhEwMEkTHUtBqMMZllH5R6BruANEcF { width:20rem;height:16.2801875rem;top:7.77499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBinLBrW3T0z1zUJtyvnHPzzhlgC4KQE { width:20rem;height:7.415625rem;top:500.27499389649rem;left:0rem;display:block; }
 }