.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:234,247,214;--color-primary-1:192,232,133;--color-primary-2:150,217,52;--color-primary-3:90,130,31;--color-primary-4:14,30,4;--color-secondary-0:218,247,228;--color-secondary-1:133,229,165;--color-secondary-2:11,202,74;--color-secondary-3:6,101,37;--color-secondary-4:2,30,11;--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:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),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-primary-4),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:4rem;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:0.125rem;left:39.125rem;display:block; }
#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:0rem;left:0rem;display:block; }
#rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { position:absolute;display:block;z-index:14998;background-color:#ffa900;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:0rem;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:1.3125rem;left:7.5rem;height:1.29980625rem;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:1.125rem;left:4.9375rem; }
#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:1.0625rem;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:1.5rem;left:26.6875rem;height:1.29980625rem;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:1.0625rem;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:1.3125rem;left:45.75rem;height:1.29980625rem;display:block; }
#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8cc29;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { background-color: transparent; background-image: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { border-width: 0; border-radius: 0; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561625rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.687255859375rem;left:13.71826171875rem;height:2.4375rem;display:block; }
#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #174300, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(360deg, #174300, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(360deg, #174300, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(360deg, #174300, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#174300', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#174300', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(360deg, #174300, rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { background-color: transparent; background-image: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { border-width: 0; border-radius: 0; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;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.0625rem;padding-right:0.053125rem;padding-bottom:0.0625rem;padding-left:0.053125rem;display:block;align-items:center;width:0.32rem;min-width:0.32rem;height:0.336875rem;position:relative;font-family:"open sans";font-size:0.25125rem;font-weight:700;line-height:5.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.039375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:0.426875rem;height:0;position:relative;font-family:"open sans";font-size:0.094375rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:2.875rem;height:0.50125rem;padding-top:0.07875rem;padding-right:0.07625rem;padding-bottom:0.07875rem;padding-left:0.07625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.590087890625rem;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 {  }
#u228K3XqNHkJcDbn73qPsx4bwrddaOcZ { color:#e81c20;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1871337890625rem;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; }
#IDIkkofHAZz3l5l9KoQSFa51wZbxFb16 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.313720703125rem;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; }
#SagQAT69JmTUmRdIm6RUyX4B5xOivfiC { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.936375rem;width:58.937375rem;top:7.0001220703125rem;left:0.531005859375rem;overflow:hidden;display:block; }
#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#174300;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:273.25rem;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.3125rem dashed #ff0100;border-left:0.3125rem dashed #ff0100;border-right:0.3125rem dashed #ff0100;border-bottom:0.3125rem dashed #ff0100;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:20.5rem;width:55.1875rem;top:228.81225585938rem;left:2.4371337890625rem;display:block; }
#QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:233.99963378906rem;left:6.6827392578125rem;height:14.69725rem;text-align:left;text-align-last:left;display:block; }
#uigqJRTc0mfONgz0QiEUcsym45fxTD3x { color:rgba(var(--color-tertiary-4),1);display:block;width:31.437375rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:230.38940429688rem;left:6.5899658203125rem;height:3.08715625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#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:230.36987304688rem;left:3.5040283203125rem;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.998875rem;width:16.25rem;top:233.37524414062rem;left:39.375rem;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:33.25rem;width:20rem;top:3.8125rem;left:39.375rem;display:block; }
#UubZeTrcwKdkADTwmkpVhxna8slIW1et { background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6233125rem;height:3.8745125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.999755859375rem;left:43.062744140625rem;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:14.1875rem;left:41.1875rem;height:15.588375rem;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:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.6875rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:6.9375rem;left:39.6875rem;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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:4.75rem;left:39.6875rem;height:1.381225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { color:rgba(var(--color-tertiary-4),1);display:block;width:39.187rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.812255859375rem;left:0rem;height:14.94925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTrb5i43HzeEh2kTDsfHfewqTqHHJ86w { 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:15069;line-height:1.3;letter-spacing:0;top:269.5625rem;left:31.5625rem;height:1.29980625rem;display:block; }
#v70c2d1H0zJEI64tUMFQvN5lisiwtiS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.68725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:269.5625rem;left:20.875rem;height:1.29980625rem;display:block; }
#lZziG0TeC8EZGcMPFTSFSC5Mwsg5GvTg { color:rgba(var(--color-tertiary-4),1);display:block;width:57.56225rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:250.875rem;left:1.1875rem;height:16.89453125rem;display:block; }
#UBd20Ttzli2xk9UrKAOEzkvmQcHHmzwt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:217.62451171875rem;left:0rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPomTmT2odrKmf7hzEsXB0Ul1FaDwGIC { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.498875rem;width:34.811375rem;top:19.849853515625rem;left:2.4371337890625rem;overflow:hidden;display:block; }
#OkX0OvyOLFCTsudTTacQMwLAknbTMZIu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15232;line-height:1.3;letter-spacing:0;top:40.75rem;left:3.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#zKzVA9eJuGDIGBZM1VDso0QH8zz74PNM { position:absolute;display:block;z-index:15163;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:40.5625rem;left:0.9375rem;display:block; }
#MnIk3r5Bv159ZRkXr38ud0B0KciCGbxK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:58.3125rem;left:1.8125rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#rTNkS5oIFwpbwr302lMTkIUEmLxHBHO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:43.618774414062rem;left:1.1871337890625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#USG5QTc6U2NkG1ENE9v56F5XTXc17cdl { position:absolute;display:block;z-index:15176;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:10rem;width:17.875rem;top:47.5rem;left:0.875rem;overflow:hidden;display:block; }
#Fttx3fCPnlRURCaxke5q57mSDW6oviWm { box-sizing:content-box;height:1.875rem;width:17.75rem;position:absolute;display:block;z-index:15231;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.5625rem;left:1.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#szGpBirAozwK7GuuTAQx5i2f2TockTJE { box-sizing:content-box;height:1.5rem;width:17.625rem;position:absolute;display:block;z-index:15237;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.9375rem;left:21.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#rdtCCOfM3cELwcb5HdFmmSgaX07zKA7d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15238;line-height:1.3;letter-spacing:0;top:40.9375rem;left:23.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#bQFdAWNIFWKcQK9hdJczfbKZeNHcMMNM { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15218;line-height:1.3;letter-spacing:0;top:43.375rem;left:21.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#L2TTbGJsHyBnXP2BOWTrI23aIJQiOERT { position:absolute;display:block;z-index:15182;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:10rem;width:17.875rem;top:47.6875rem;left:21.0625rem;overflow:hidden;display:block; }
#T7FH8fJtCMC2B3hLpHKibgka5E7VnEsu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15218;line-height:1.3;letter-spacing:0;top:58.5rem;left:22rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#APtt9HZMfi8LEauuU3JkK0rGfoLTETTA { position:absolute;display:block;z-index:15169;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:40.75rem;left:21.0625rem;display:block; }
#cNBJFUyLdtUwx0wNal7mvxuI9lRSuCkQ { box-sizing:content-box;height:1.6875rem;width:17.75rem;position:absolute;display:block;z-index:15243;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.75rem;left:41.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kfBMiqO8mutxlGTRc0smxMamtrPBveuT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15244;line-height:1.3;letter-spacing:0;top:40.75rem;left:43.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#d9CKL2rqQ6dds76k1f55CsUeTWrVR1KX { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#x7NGw1eiHyaTMbQOmr5ukNEcZ1Uq0i1D { position:absolute;display:block;z-index:15188;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:10rem;width:17.875rem;top:47.5rem;left:41.1875rem;overflow:hidden;display:block; }
#poTr8FBnxSQo8bd7PEHeoVErOiHDxs8a { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:58.880615234375rem;left:42.101440429688rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#eLKCG3676hQ6CRVcCgXMngu5hnG9DlTp { position:absolute;display:block;z-index:15175;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:40.5625rem;left:41.25rem;display:block; }
#d1n4GXzuoDUPB8fZuiWX5HoklSSkgZSm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15242;line-height:1.3;letter-spacing:0;top:85.6875rem;left:42.125rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#zASO1P54mJNgMh2MGxWc1T3iVwQXIkuM { position:absolute;display:block;z-index:15193;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:67.9375rem;left:41.25rem;display:block; }
#mTkbaG29SwxCWxt0ZAby8isUV2TMPP0l { position:absolute;display:block;z-index:15206;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:10rem;width:17.875rem;top:74.875rem;left:41.1875rem;overflow:hidden;display:block; }
#xbU5zBsaTuw2wJc2RdC8C3Oc4Mlaz6ay { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:17.875rem;top:75.0625rem;left:21.0625rem;overflow:hidden;display:block; }
#iWgsSBcGfThRk2B0ckeiymnJhfk3ndb5 { position:absolute;display:block;z-index:15187;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:68.125rem;left:21.0625rem;display:block; }
#GmGDhikVBJ3XSAAaf92dUTk4gTtCoe33 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15242;line-height:1.3;letter-spacing:0;top:71.602172851562rem;left:41.2890625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#MJA5IL55Z63ClKeSgwkgHPMSg3BOurWM { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15236;line-height:1.3;letter-spacing:0;top:70.75rem;left:21.625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#e0RcTQNqc0KqT7ABwlG3ZT6Llb4GDPp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15236;line-height:1.3;letter-spacing:0;top:85.875rem;left:22rem;height:3.41308125rem;text-align:center;text-align-last:center;display:block; }
#LfH7gmytXh7mPtOZFr1ayd2EuLqmmcl1 { position:absolute;display:block;z-index:15181;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:67.9375rem;left:0.9375rem;display:block; }
#UFzDmwwiGaML3pon0lfZpyC97UKh3EQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15230;line-height:1.3;letter-spacing:0;top:70.5625rem;left:1.4375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#QTRpfotMbqUXHJlzFkzINzy5Py6q8IE8 { position:absolute;display:block;z-index:15194;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:10rem;width:17.875rem;top:74.875rem;left:0.875rem;overflow:hidden;display:block; }
#e6Bd1T1Xf9QgT642mlB0slVI4SsaIy4M { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15230;line-height:1.3;letter-spacing:0;top:85.6875rem;left:1.8125rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#NbXVc8FuFr8mDaELifuirFKltpHAtVdG { box-sizing:content-box;height:1.875rem;width:17.75rem;position:absolute;display:block;z-index:15249;background-color:rgba(var(--color-primary-2),1);background-image:none;top:67.9375rem;left:1.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NCPiW5EC6f8hOs80sk4OzpCc8nqLGzpI { box-sizing:content-box;height:1.5rem;width:17.625rem;position:absolute;display:block;z-index:15255;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.3125rem;left:21.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Xh4rFF0sEKHi3ViqOkm1ikWDnUCTrGmb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15256;line-height:1.3;letter-spacing:0;top:68.3125rem;left:23.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#T1C9CTdyC5km6oaRs7UoDQOgX1KKoXg7 { box-sizing:content-box;height:1.6875rem;width:17.75rem;position:absolute;display:block;z-index:15261;background-color:rgba(var(--color-primary-2),1);background-image:none;top:68.125rem;left:41.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VUDKEaVQVmfAU9CfuGE72OiHuDsyerz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15250;line-height:1.3;letter-spacing:0;top:68.125rem;left:3.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#AHVl20Bw9FCd7oWZs3PbKkgkpAAOovTe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15262;line-height:1.3;letter-spacing:0;top:68.125rem;left:43.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#iUsyLaaJDV1aii4G3fZkS8neZFpGvtH2 { position:absolute;display:block;z-index:15229;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:123.1875rem;left:41.25rem;display:block; }
#PJ7NDsWVJTTFL3rlCSygw9tovg9QQruf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15278;line-height:1.3;letter-spacing:0;top:141.62414550781rem;left:42.101440429688rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#kN9hGbmHk2ERRIdQTO9MbcldET1xQxqv { position:absolute;display:block;z-index:15242;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:10rem;width:17.87475rem;top:131.62414550781rem;left:41.539306640625rem;overflow:hidden;display:block; }
#A6TFVxgPO0iIMa0EC5rNIHoJeLH3BpWL { position:absolute;display:block;z-index:15236;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:10rem;width:17.875rem;top:130.3125rem;left:21.0625rem;overflow:hidden;display:block; }
#IMU6IqevWtkCagTv5U3mfq0pBE1mOTI1 { position:absolute;display:block;z-index:15223;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:123.375rem;left:21.0625rem;display:block; }
#n72OnguqlgGUv2oVLrTN4SXssbgSVMWc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15272;line-height:1.3;letter-spacing:0;top:141.125rem;left:22rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#D3Smm9yOoZlfUGNIiTorUa7D3QcKs7nP { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15278;line-height:1.3;letter-spacing:0;top:125.8125rem;left:41.75rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#T4xdcueHPFdDb8znwo71FOs5lgVSQGTB { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15272;line-height:1.3;letter-spacing:0;top:126rem;left:21.625rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#lKOSplzSvIWKiivdybvK2s9G45ZUx5fG { box-sizing:content-box;height:1.5rem;width:17.625rem;position:absolute;display:block;z-index:15291;background-color:rgba(var(--color-primary-2),1);background-image:none;top:123.5625rem;left:21.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#tWuiazO0Ll6iZ11v8yeDOvAbugffTHzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15292;line-height:1.3;letter-spacing:0;top:123.5625rem;left:23.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#wWAZRlyDOpTfF260sprdcev7qZQ71XpG { box-sizing:content-box;height:1.6875rem;width:17.75rem;position:absolute;display:block;z-index:15297;background-color:rgba(var(--color-primary-2),1);background-image:none;top:123.375rem;left:41.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#x1eCRIhASXCDBLAhgcySdXGUVLfGfpqR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15298;line-height:1.3;letter-spacing:0;top:123.375rem;left:43.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UTNUk9CoP10PoFG1meORLsGvGUSFgD6X { position:absolute;display:block;z-index:15199;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:95.8125rem;left:0.9375rem;display:block; }
#D2HFID47c7WfM7fWky5cQcePeDe8x7Me { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15248;line-height:1.3;letter-spacing:0;top:114.37438964844rem;left:1.6851806640625rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#VX46q9T3LzawBE4wQIIfeS3O1EJhycXO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15254;line-height:1.3;letter-spacing:0;top:115.31188964844rem;left:21.906127929688rem;height:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#fSXfDITPylxn25DOT7v15PRmWhey4Pm6 { position:absolute;display:block;z-index:15205;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:96rem;left:21.0625rem;display:block; }
#VdoGm2ZUTSsf41KkTcPOB9L4I1BMTsBD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15260;line-height:1.3;letter-spacing:0;top:113.5625rem;left:42.125rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#kQnSKwZZ7T3nPbziAJvZnSgc1GG3V9bF { position:absolute;display:block;z-index:15211;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:95.8125rem;left:41.25rem;display:block; }
#ge2kSSSKUzgemDJ72okBtm27BvoTNEJg { position:absolute;display:block;z-index:15217;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.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,3,0.1) ;height:24.875rem;width:17.5625rem;top:123.1875rem;left:0.9375rem;display:block; }
#iMb3qNDe5lvW3KCryvHSDg5qgaq4urHe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15266;line-height:1.3;letter-spacing:0;top:125.8125rem;left:1.4375rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#pfNZGUNC458JDRolbN7DTwwOD27b81yl { position:absolute;display:block;z-index:15230;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:10rem;width:17.875rem;top:130.125rem;left:0.875rem;overflow:hidden;display:block; }
#T4VkClnAZZX1KZ6OHaTZHceDfcuKrs3t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15266;line-height:1.3;letter-spacing:0;top:140.9375rem;left:1.8125rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#TqzHOGLrCRAHouIEcstC7idUqm9unelT { box-sizing:content-box;height:1.875rem;width:17.75rem;position:absolute;display:block;z-index:15285;background-color:rgba(var(--color-primary-2),1);background-image:none;top:123.1875rem;left:1.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yqdciBd4wFy0AK2DdB0lVih5K5ZGuzGM { position:absolute;display:block;z-index:15212;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:10rem;width:17.874125rem;top:104.41345214844rem;left:0.84228515625rem;overflow:hidden;display:block; }
#nvEWudsFt7qfJUNXI6cF6afMUJ9XHpPV { position:absolute;display:block;z-index:15218;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:10rem;width:17.87475rem;top:103.48388671875rem;left:21.06201171875rem;overflow:hidden;display:block; }
#wLUez2INh52R1kqRteWR9SWgoeg1Rw3g { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:17.875rem;top:102.75rem;left:41.1875rem;overflow:hidden;display:block; }
#FJE6933eFk4EZficbCe3SE0FSCpViqzf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15286;line-height:1.3;letter-spacing:0;top:123.375rem;left:3.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Ah4ylCwxpCuR7pBbfFUeOZ3TgRRoSohU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15254;line-height:1.3;letter-spacing:0;top:99.290771484375rem;left:21.4990234375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#z1oQxyotf1K3IR9hRLe5psPWpvCoAaXd { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15248;line-height:1.3;letter-spacing:0;top:98.4375rem;left:1.4375rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#JmhuLWEo69xEyHNkA9TX6haHcEoT9H2L { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15260;line-height:1.3;letter-spacing:0;top:98.4375rem;left:41.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#vNXyIAfFQEA6zc3061kEmiAAslwd6b2i { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15268;line-height:1.3;letter-spacing:0;top:96rem;left:3.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#NCC10ezuXt2a9sChHJUZPzxDvqhLy9BT { box-sizing:content-box;height:1.875rem;width:17.75rem;position:absolute;display:block;z-index:15267;background-color:rgba(var(--color-primary-2),1);background-image:none;top:95.8125rem;left:1.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#oXth3lZrBxgTT139IAQfVrUCk7u4eTsf { box-sizing:content-box;height:1.5rem;width:17.625rem;position:absolute;display:block;z-index:15273;background-color:rgba(var(--color-primary-2),1);background-image:none;top:96.1875rem;left:21.3125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#pB6beR2rhTOnRGrxKEwNp2tD8vOEigyc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15274;line-height:1.3;letter-spacing:0;top:96.1875rem;left:23.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#tJU7CoiTQmF023ig4H1FGHJ15V8WCMAm { box-sizing:content-box;height:1.6875rem;width:17.75rem;position:absolute;display:block;z-index:15279;background-color:rgba(var(--color-primary-2),1);background-image:none;top:96rem;left:41.4375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#TGXI6VW6OnJy6C4tQmwRApN2mRraofPv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15280;line-height:1.3;letter-spacing:0;top:96rem;left:43.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UZ112AZZDDFsad27pEigMK1XBTF4bkLu { color:rgba(var(--color-tertiary-4),1);display:block;width:53.312375rem;position:absolute;font-family:"bree serif";font-size:4rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:150.15563964844rem;left:3.343505859375rem;height:10.400375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCDQzlkWq5vQRdoampQR0nQpkNi3EtZ1 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.937rem;width:58.937375rem;top:159.00451660156rem;left:0.531005859375rem;overflow:hidden;display:block; }
#OlyAwDaewwHrWMx63Tu5xon5oG2cypkZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.437375rem;height:3.8745125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:209.84375rem;left:2.1246337890625rem;display:block; }
#gAqlv2mpzyTD0FFUySTrympFZVhFbN00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zeJwLFNZUvKSEDSTpLmXSXgJWqL9Dnwk { color:#433c3f;display:block;width:39.1858125rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:191.94030761719rem;left:9.781494140625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acDnQdLQA5AiPkUa3Nmn35qBOLHunJwm { color:#433c3f;display:block;width:39.1858125rem;position:absolute;font-family:"bree serif";font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:195.53955078125rem;left:10.311279296875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myIWBTAde5XN9P4DDXEK0SySXvpymJaE { color:#433c3f;display:block;width:52.5rem;position:absolute;font-family:"bree serif";font-size:4.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:200.47668457031rem;left:3.75rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWWpN3UHoK7esTsDlewTDphbm6WSJRCh { box-sizing:content-box;height:1.9995125rem;width:15.437rem;position:absolute;display:block;z-index:15295;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:206.16394042969rem;left:22.2802734375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#X0d7K3wVbqOTTiOaJiNh1wiT8ZnLsTtv { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15299;line-height:1.3;letter-spacing:0;top:206.43249511719rem;left:22.65625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Cw3iPtQzd91T5ZAgWCunksTGsAATLLnF { box-sizing:content-box;height:272.4375rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#VGDignJWoNHnQnfH8GbSh4ih7UaUmZwo { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#WUOowcvDJJDILcOik9x8MNcbvrgKle1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:0.125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:21.25rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:18.4375rem;height:3.75rem;top:0rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:12.5rem;height:1.25rem;top:1.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { width:1.6875rem;height:1.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { width:1.6875rem;height:1.6875rem;top:1.0625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:12.5rem;height:1.25rem;top:1.5rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { width:1.6875rem;height:1.6875rem;top:1.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:12.5rem;height:1.25rem;top:1.3125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:32.5rem;height:2.375rem;top:0.625rem;left:7.59326171875rem;font-size:1.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) { #u228K3XqNHkJcDbn73qPsx4bwrddaOcZ { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIkkofHAZz3l5l9KoQSFa51wZbxFb16 { width:47.75rem;height:;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SagQAT69JmTUmRdIm6RUyX4B5xOivfiC { top:7rem;left:0rem;width:47.75rem;height:26.6844579734rem;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.125rem;height:20.5rem;top:228.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { width:31.25rem;height:14.6875rem;top:233.9375rem;left:0.5577392578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigqJRTc0mfONgz0QiEUcsym45fxTD3x { width:31.375rem;height:3.0625rem;top:230.375rem;left:0.4649658203125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQcqH72QJGof0uwtbkEJd6n910nb6C11 { width:3.125rem;height:3.125rem;top:230.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { width:16.25rem;height:11.998875rem;top:233.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { top:3.8125rem;left:27.75rem;width:20rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubZeTrcwKdkADTwmkpVhxna8slIW1et { width:12.5625rem;height:3.8125rem;top:30.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block; }
 }@media only screen and (max-width: 763px) { #QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { top:14.125rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
 }@media only screen and (max-width: 763px) { #VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { top:8.6875rem;left:28.375rem;width:19.375rem;height:4.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { top:6.9375rem;left:28.375rem;width:19.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { top:4.75rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { width:39.125rem;height:14.9375rem;top:3.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrb5i43HzeEh2kTDsfHfewqTqHHJ86w { width:10.9375rem;height:1.25rem;top:269.5625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v70c2d1H0zJEI64tUMFQvN5lisiwtiS8 { width:10.625rem;height:1.25rem;top:269.5625rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZziG0TeC8EZGcMPFTSFSC5Mwsg5GvTg { width:47.75rem;height:16.875rem;top:250.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBd20Ttzli2xk9UrKAOEzkvmQcHHmzwt { top:217.5625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPomTmT2odrKmf7hzEsXB0Ul1FaDwGIC { top:19.8125rem;left:0rem;width:34.75rem;height:19.464497057356rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkX0OvyOLFCTsudTTacQMwLAknbTMZIu { width:12.625rem;height:1.4375rem;top:40.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKzVA9eJuGDIGBZM1VDso0QH8zz74PNM { width:17.5rem;height:24.8125rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnIk3r5Bv159ZRkXr38ud0B0KciCGbxK { width:16.125rem;height:5.6875rem;top:58.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNkS5oIFwpbwr302lMTkIUEmLxHBHO3 { width:17.3125rem;height:3.4375rem;top:43.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USG5QTc6U2NkG1ENE9v56F5XTXc17cdl { width:17.8125rem;height:9.9651743381025rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fttx3fCPnlRURCaxke5q57mSDW6oviWm { width:17.6875rem;height:1.875rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szGpBirAozwK7GuuTAQx5i2f2TockTJE { width:17.5625rem;height:1.4375rem;top:40.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtCCOfM3cELwcb5HdFmmSgaX07zKA7d { width:12.625rem;height:1.4375rem;top:40.9375rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQFdAWNIFWKcQK9hdJczfbKZeNHcMMNM { width:16.9375rem;height:3.375rem;top:43.3125rem;left:15.499755859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TTbGJsHyBnXP2BOWTrI23aIJQiOERT { width:17.8125rem;height:9.9651743381025rem;top:47.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FH8fJtCMC2B3hLpHKibgka5E7VnEsu { width:16.125rem;height:5.6875rem;top:58.4375rem;left:15.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APtt9HZMfi8LEauuU3JkK0rGfoLTETTA { width:17.5rem;height:24.8125rem;top:40.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNBJFUyLdtUwx0wNal7mvxuI9lRSuCkQ { width:17.6875rem;height:1.625rem;top:40.75rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfBMiqO8mutxlGTRc0smxMamtrPBveuT { width:12.625rem;height:1.4375rem;top:40.75rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9CKL2rqQ6dds76k1f55CsUeTWrVR1KX { width:16.9375rem;height:3.375rem;top:43.125rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7NGw1eiHyaTMbQOmr5ukNEcZ1Uq0i1D { width:17.8125rem;height:9.9651743381025rem;top:47.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTr8FBnxSQo8bd7PEHeoVErOiHDxs8a { width:16.125rem;height:4.5rem;top:58.875rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKCG3676hQ6CRVcCgXMngu5hnG9DlTp { width:17.5rem;height:24.8125rem;top:40.5625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1n4GXzuoDUPB8fZuiWX5HoklSSkgZSm { width:16.125rem;height:5.6875rem;top:85.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zASO1P54mJNgMh2MGxWc1T3iVwQXIkuM { width:17.5rem;height:24.8125rem;top:67.9375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkbaG29SwxCWxt0ZAby8isUV2TMPP0l { width:17.8125rem;height:9.9651743381025rem;top:74.875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbU5zBsaTuw2wJc2RdC8C3Oc4Mlaz6ay { width:17.8125rem;height:9.9651743381025rem;top:75.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWgsSBcGfThRk2B0ckeiymnJhfk3ndb5 { width:17.5rem;height:24.8125rem;top:68.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGDhikVBJ3XSAAaf92dUTk4gTtCoe33 { width:16.9375rem;height:1.6875rem;top:71.5625rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJA5IL55Z63ClKeSgwkgHPMSg3BOurWM { width:16.9375rem;height:3.375rem;top:70.6875rem;left:15.499755859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0RcTQNqc0KqT7ABwlG3ZT6Llb4GDPp3 { width:16.125rem;height:3.375rem;top:85.8125rem;left:15.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfH7gmytXh7mPtOZFr1ayd2EuLqmmcl1 { width:17.5rem;height:24.8125rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFzDmwwiGaML3pon0lfZpyC97UKh3EQQ { width:16.9375rem;height:3.375rem;top:70.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRpfotMbqUXHJlzFkzINzy5Py6q8IE8 { width:17.8125rem;height:9.9651743381025rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Bd1T1Xf9QgT642mlB0slVI4SsaIy4M { width:16.125rem;height:4.5rem;top:85.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbXVc8FuFr8mDaELifuirFKltpHAtVdG { width:17.6875rem;height:1.875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPiW5EC6f8hOs80sk4OzpCc8nqLGzpI { width:17.5625rem;height:1.4375rem;top:68.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh4rFF0sEKHi3ViqOkm1ikWDnUCTrGmb { width:12.625rem;height:1.4375rem;top:68.3125rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C9CTdyC5km6oaRs7UoDQOgX1KKoXg7 { width:17.6875rem;height:1.625rem;top:68.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDKEaVQVmfAU9CfuGE72OiHuDsyerz0 { width:12.625rem;height:1.4375rem;top:68.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVl20Bw9FCd7oWZs3PbKkgkpAAOovTe { width:12.625rem;height:1.4375rem;top:68.125rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUsyLaaJDV1aii4G3fZkS8neZFpGvtH2 { width:17.5rem;height:24.8125rem;top:123.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7NDsWVJTTFL3rlCSygw9tovg9QQruf { width:16.125rem;height:5.6875rem;top:141.5625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9hGbmHk2ERRIdQTO9MbcldET1xQxqv { width:17.8125rem;height:9.9651743381025rem;top:131.5625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TFVxgPO0iIMa0EC5rNIHoJeLH3BpWL { width:17.8125rem;height:9.9651743381025rem;top:130.3125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMU6IqevWtkCagTv5U3mfq0pBE1mOTI1 { width:17.5rem;height:24.8125rem;top:123.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72OnguqlgGUv2oVLrTN4SXssbgSVMWc { width:16.125rem;height:5.6875rem;top:141.0625rem;left:15.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Smm9yOoZlfUGNIiTorUa7D3QcKs7nP { width:16.9375rem;height:5.0625rem;top:125.75rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4xdcueHPFdDb8znwo71FOs5lgVSQGTB { width:16.9375rem;height:3.875rem;top:125.9375rem;left:15.499755859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKOSplzSvIWKiivdybvK2s9G45ZUx5fG { width:17.5625rem;height:1.4375rem;top:123.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuiazO0Ll6iZ11v8yeDOvAbugffTHzZ { width:12.625rem;height:1.4375rem;top:123.5625rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWAZRlyDOpTfF260sprdcev7qZQ71XpG { width:17.6875rem;height:1.625rem;top:123.375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1eCRIhASXCDBLAhgcySdXGUVLfGfpqR { width:12.625rem;height:1.4375rem;top:123.375rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTNUk9CoP10PoFG1meORLsGvGUSFgD6X { width:17.5rem;height:24.8125rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2HFID47c7WfM7fWky5cQcePeDe8x7Me { width:16.125rem;height:4.5rem;top:114.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX46q9T3LzawBE4wQIIfeS3O1EJhycXO { width:16.125rem;height:4.5rem;top:115.25rem;left:15.781127929688rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSXfDITPylxn25DOT7v15PRmWhey4Pm6 { width:17.5rem;height:24.8125rem;top:96rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdoGm2ZUTSsf41KkTcPOB9L4I1BMTsBD { width:16.125rem;height:5.6875rem;top:113.5rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQnSKwZZ7T3nPbziAJvZnSgc1GG3V9bF { width:17.5rem;height:24.8125rem;top:95.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2kSSSKUzgemDJ72okBtm27BvoTNEJg { width:17.5rem;height:24.8125rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMb3qNDe5lvW3KCryvHSDg5qgaq4urHe { width:16.9375rem;height:3.875rem;top:125.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNZGUNC458JDRolbN7DTwwOD27b81yl { width:17.8125rem;height:9.9651743381025rem;top:130.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VkClnAZZX1KZ6OHaTZHceDfcuKrs3t { width:16.125rem;height:5.6875rem;top:140.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzHOGLrCRAHouIEcstC7idUqm9unelT { width:17.6875rem;height:1.875rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdciBd4wFy0AK2DdB0lVih5K5ZGuzGM { width:17.8125rem;height:9.9655227878287rem;top:104.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvEWudsFt7qfJUNXI6cF6afMUJ9XHpPV { width:17.8125rem;height:9.9651743381025rem;top:103.4375rem;left:14.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUez2INh52R1kqRteWR9SWgoeg1Rw3g { width:17.8125rem;height:9.9651743381025rem;top:102.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJE6933eFk4EZficbCe3SE0FSCpViqzf { width:12.625rem;height:1.4375rem;top:123.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4ylCwxpCuR7pBbfFUeOZ3TgRRoSohU { width:16.9375rem;height:3.375rem;top:99.25rem;left:15.3740234375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1oQxyotf1K3IR9hRLe5psPWpvCoAaXd { width:16.9375rem;height:5.0625rem;top:98.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmhuLWEo69xEyHNkA9TX6haHcEoT9H2L { width:16.9375rem;height:3.375rem;top:98.4375rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNXyIAfFQEA6zc3061kEmiAAslwd6b2i { width:12.625rem;height:1.4375rem;top:96rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCC10ezuXt2a9sChHJUZPzxDvqhLy9BT { width:17.6875rem;height:1.875rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXth3lZrBxgTT139IAQfVrUCk7u4eTsf { width:17.5625rem;height:1.4375rem;top:96.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6beR2rhTOnRGrxKEwNp2tD8vOEigyc { width:12.625rem;height:1.4375rem;top:96.1875rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJU7CoiTQmF023ig4H1FGHJ15V8WCMAm { width:17.6875rem;height:1.625rem;top:96rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXI6VW6OnJy6C4tQmwRApN2mRraofPv { width:12.625rem;height:1.4375rem;top:96rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ112AZZDDFsad27pEigMK1XBTF4bkLu { width:47.75rem;height:10.375rem;top:150.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCDQzlkWq5vQRdoampQR0nQpkNi3EtZ1 { top:159rem;left:0rem;width:47.75rem;height:26.684964337146rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlyAwDaewwHrWMx63Tu5xon5oG2cypkZ { width:46.75rem;height:3.8125rem;top:209.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAqlv2mpzyTD0FFUySTrympFZVhFbN00 { display:block; }
 }@media only screen and (max-width: 763px) { #zeJwLFNZUvKSEDSTpLmXSXgJWqL9Dnwk { width:39.125rem;height:2.8125rem;top:191.9375rem;left:3.656494140625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acDnQdLQA5AiPkUa3Nmn35qBOLHunJwm { width:39.125rem;height:4.8125rem;top:195.5rem;left:4.186279296875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myIWBTAde5XN9P4DDXEK0SySXvpymJaE { width:47.75rem;height:5.625rem;top:200.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWWpN3UHoK7esTsDlewTDphbm6WSJRCh { width:15.375rem;height:1.9375rem;top:206.125rem;left:16.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0d7K3wVbqOTTiOaJiNh1wiT8ZnLsTtv { width:14.6875rem;height:1.4375rem;top:206.375rem;left:16.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw3iPtQzd91T5ZAgWCunksTGsAATLLnF { width:47.75rem;height:272.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGDignJWoNHnQnfH8GbSh4ih7UaUmZwo { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUOowcvDJJDILcOik9x8MNcbvrgKle1g { 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:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:7.0625rem;height:3.8125rem;top:0.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:6.3125rem;height:3.8125rem;top:0rem;left:0.03857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:7.4375rem;height:3.8125rem;top:0rem;left:5.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:5.9375rem;height:2.598875rem;top:0.6875rem;left:0rem;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.68579375rem;height:1.68579375rem;top:1.187744140625rem;left:1.983642578125rem; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { display:flex;width:1.68579375rem;height:1.68579375rem;top:1.187744140625rem;left:9.156494140625rem; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:7.4370625rem;height:1.29980625rem;top:0.6875rem;left:6.8125rem;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.68579375rem;height:1.68579375rem;top:1.187744140625rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:7.0621875rem;height:2.598875rem;top:0.6875rem;left:12.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:20rem;height:4.87426875rem;top:0.999755859375rem;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:21.3125rem;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:2.8125rem;height:0.6115725rem;top:20.023803710938rem;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) { #u228K3XqNHkJcDbn73qPsx4bwrddaOcZ { width:20rem;height:2.43713125rem;top:1.06201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIkkofHAZz3l5l9KoQSFa51wZbxFb16 { width:20rem;height:1.2182625rem;top:4.1864013671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SagQAT69JmTUmRdIm6RUyX4B5xOivfiC { width:20rem;height:11.176736323937rem;top:7.232666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:20rem;height:495.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrEIQpbArKG7IeXMUfNfwNvdRepyrqNn { width:19.375rem;height:37.375rem;top:415.12451171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPbKZWpsdSC2f7clipGLmym0uo6nVHx { width:17.87475rem;height:17.9931875rem;top:434.49829101562rem;left:1.0614013671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigqJRTc0mfONgz0QiEUcsym45fxTD3x { width:17.6855625rem;height:5.20019375rem;top:416.56188964844rem;left:1.1566162109375rem;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:327.875rem;left:0.9375rem;font-size:2.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RgOsg2C0H5iLQ2HngWurmSJTTG5Btvbz { width:16.25rem;height:11.9983125rem;top:422.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8xrGTJeSO4e8ym9Xme50dVKavz3TB1J { width:20rem;height:45.3125rem;top:1.43896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UubZeTrcwKdkADTwmkpVhxna8slIW1et { width:12.5610625rem;height:3.81225625rem;top:41.062622070312rem;left:3.7188720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgE9nui8KILHR5ULXKZIKQgcbooHlUhB { display:block; }
 }@media only screen and (max-width: 763px) { #QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt { width:18.62425rem;height:16.4813125rem;top:22.415161132812rem;left:0.6878662109375rem;font-size:1rem;display:block; }#QOG0i6AUgbl5hl7xV3UibuqnMmvnQ7Gt li:before{  }
 }@media only screen and (max-width: 763px) { #VHuO78HiyMrq94aohcIWUmsgOVVDP6A9 { width:19.375rem;height:5.28125rem;top:16.11083984375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6o4S5aWfzoqkaZ0Oi0cLPkhbTagoTgC { width:19.375rem;height:1.86865rem;top:13.3642578125rem;left:0rem;font-size:1.4375rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #phXXa6OCnonKpMvwFgGvLnwhJ1v3FaTN { width:19.375rem;height:1.381225rem;top:12.022705078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f26Bqehq0wsRJzzS20ogrAT1CV2X4Nam { width:20rem;height:15.109875rem;top:4.93896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTrb5i43HzeEh2kTDsfHfewqTqHHJ86w { width:7.8735625rem;height:1.29980625rem;top:454.6630859375rem;left:11.383666992188rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v70c2d1H0zJEI64tUMFQvN5lisiwtiS8 { width:10.625rem;height:1.29980625rem;top:454.66247558594rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZziG0TeC8EZGcMPFTSFSC5Mwsg5GvTg { width:20rem;height:36.95675625rem;top:456.37451171875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBd20Ttzli2xk9UrKAOEzkvmQcHHmzwt { width:20rem;height:0;top:218.75122070312rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fPomTmT2odrKmf7hzEsXB0Ul1FaDwGIC { width:20rem;height:11.1859375rem;top:0.875244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkX0OvyOLFCTsudTTacQMwLAknbTMZIu { width:12.623875rem;height:1.4624rem;top:49.25rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKzVA9eJuGDIGBZM1VDso0QH8zz74PNM { width:17.5rem;height:24.812rem;top:49.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnIk3r5Bv159ZRkXr38ud0B0KciCGbxK { width:16.1236875rem;height:5.688475rem;top:67.749633789062rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNkS5oIFwpbwr302lMTkIUEmLxHBHO3 { width:16.936625rem;height:5.1181625rem;top:52.125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USG5QTc6U2NkG1ENE9v56F5XTXc17cdl { width:17.8125rem;height:9.964625rem;top:57.242431640625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fttx3fCPnlRURCaxke5q57mSDW6oviWm { width:17.687375rem;height:1.875rem;top:49.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szGpBirAozwK7GuuTAQx5i2f2TockTJE { width:17.56225rem;height:1.437375rem;top:77.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdtCCOfM3cELwcb5HdFmmSgaX07zKA7d { width:12.6233125rem;height:1.4624rem;top:77.0625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQFdAWNIFWKcQK9hdJczfbKZeNHcMMNM { width:16.936625rem;height:3.4121125rem;top:79.5rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TTbGJsHyBnXP2BOWTrI23aIJQiOERT { width:17.8125rem;height:9.964625rem;top:83.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FH8fJtCMC2B3hLpHKibgka5E7VnEsu { width:16.12425rem;height:5.688475rem;top:94.625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APtt9HZMfi8LEauuU3JkK0rGfoLTETTA { width:17.5rem;height:24.812rem;top:76.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNBJFUyLdtUwx0wNal7mvxuI9lRSuCkQ { width:17.687375rem;height:1.62475625rem;top:104.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfBMiqO8mutxlGTRc0smxMamtrPBveuT { width:12.623875rem;height:1.4624rem;top:104.375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9CKL2rqQ6dds76k1f55CsUeTWrVR1KX { width:16.936625rem;height:3.4121125rem;top:106.8125rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7NGw1eiHyaTMbQOmr5ukNEcZ1Uq0i1D { width:17.8125rem;height:9.964625rem;top:111.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTr8FBnxSQo8bd7PEHeoVErOiHDxs8a { width:16.12425rem;height:4.55078125rem;top:122.5rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLKCG3676hQ6CRVcCgXMngu5hnG9DlTp { width:17.5625rem;height:23.375rem;top:104.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1n4GXzuoDUPB8fZuiWX5HoklSSkgZSm { width:16.12425rem;height:5.688475rem;top:197.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zASO1P54mJNgMh2MGxWc1T3iVwQXIkuM { width:17.5rem;height:24.812rem;top:180.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkbaG29SwxCWxt0ZAby8isUV2TMPP0l { width:17.8125rem;height:9.964625rem;top:187rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbU5zBsaTuw2wJc2RdC8C3Oc4Mlaz6ay { width:17.8125rem;height:9.964625rem;top:162.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWgsSBcGfThRk2B0ckeiymnJhfk3ndb5 { width:17.5625rem;height:22.125rem;top:155.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGDhikVBJ3XSAAaf92dUTk4gTtCoe33 { width:16.936625rem;height:1.70605625rem;top:183.75rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJA5IL55Z63ClKeSgwkgHPMSg3BOurWM { width:16.936625rem;height:3.4121125rem;top:158.25rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0RcTQNqc0KqT7ABwlG3ZT6Llb4GDPp3 { width:16.12425rem;height:3.41308125rem;top:173.375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfH7gmytXh7mPtOZFr1ayd2EuLqmmcl1 { width:17.5625rem;height:23.1875rem;top:129.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFzDmwwiGaML3pon0lfZpyC97UKh3EQQ { width:16.936625rem;height:3.4121125rem;top:132.375rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRpfotMbqUXHJlzFkzINzy5Py6q8IE8 { width:17.8125rem;height:9.964625rem;top:136.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Bd1T1Xf9QgT642mlB0slVI4SsaIy4M { width:16.12425rem;height:4.55078125rem;top:147.5rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbXVc8FuFr8mDaELifuirFKltpHAtVdG { width:17.687375rem;height:1.875rem;top:129.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPiW5EC6f8hOs80sk4OzpCc8nqLGzpI { width:17.75rem;height:1.4375rem;top:155.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh4rFF0sEKHi3ViqOkm1ikWDnUCTrGmb { width:12.623875rem;height:1.4624rem;top:155.8125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C9CTdyC5km6oaRs7UoDQOgX1KKoXg7 { width:17.687375rem;height:1.62475625rem;top:180.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDKEaVQVmfAU9CfuGE72OiHuDsyerz0 { width:12.623875rem;height:1.4624rem;top:129.9375rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVl20Bw9FCd7oWZs3PbKkgkpAAOovTe { width:12.623875rem;height:1.4624rem;top:180.25rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUsyLaaJDV1aii4G3fZkS8neZFpGvtH2 { width:17.5rem;height:24.812rem;top:315.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7NDsWVJTTFL3rlCSygw9tovg9QQruf { width:16.12425rem;height:5.688475rem;top:333.9375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN9hGbmHk2ERRIdQTO9MbcldET1xQxqv { width:17.8125rem;height:9.964625rem;top:323.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6TFVxgPO0iIMa0EC5rNIHoJeLH3BpWL { width:17.8125rem;height:9.964625rem;top:294.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMU6IqevWtkCagTv5U3mfq0pBE1mOTI1 { width:17.5rem;height:24.812rem;top:287.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72OnguqlgGUv2oVLrTN4SXssbgSVMWc { width:16.12425rem;height:6.82616875rem;top:305.625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3Smm9yOoZlfUGNIiTorUa7D3QcKs7nP { width:16.936625rem;height:5.1181625rem;top:318.125rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4xdcueHPFdDb8znwo71FOs5lgVSQGTB { width:16.936625rem;height:3.90014375rem;top:290.5rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKOSplzSvIWKiivdybvK2s9G45ZUx5fG { width:17.56225rem;height:1.437375rem;top:288.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuiazO0Ll6iZ11v8yeDOvAbugffTHzZ { width:12.623875rem;height:1.4624rem;top:288.0625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWAZRlyDOpTfF260sprdcev7qZQ71XpG { width:17.687375rem;height:1.62475625rem;top:315.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1eCRIhASXCDBLAhgcySdXGUVLfGfpqR { width:12.623875rem;height:1.4624rem;top:315.6875rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTNUk9CoP10PoFG1meORLsGvGUSFgD6X { width:17.5rem;height:24.812rem;top:206.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2HFID47c7WfM7fWky5cQcePeDe8x7Me { width:16.1236875rem;height:4.55078125rem;top:224.5625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX46q9T3LzawBE4wQIIfeS3O1EJhycXO { width:16.1236875rem;height:4.55078125rem;top:253.75rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSXfDITPylxn25DOT7v15PRmWhey4Pm6 { width:17.75rem;height:24.8125rem;top:234.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdoGm2ZUTSsf41KkTcPOB9L4I1BMTsBD { width:16.1236875rem;height:5.688475rem;top:279.375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQnSKwZZ7T3nPbziAJvZnSgc1GG3V9bF { width:17.5rem;height:24.812rem;top:260.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge2kSSSKUzgemDJ72okBtm27BvoTNEJg { width:17.5rem;height:24.812rem;top:343.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMb3qNDe5lvW3KCryvHSDg5qgaq4urHe { width:16.936625rem;height:3.90014375rem;top:345.8125rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNZGUNC458JDRolbN7DTwwOD27b81yl { width:17.8125rem;height:9.964625rem;top:350.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4VkClnAZZX1KZ6OHaTZHceDfcuKrs3t { width:16.12425rem;height:5.688475rem;top:360.9375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzHOGLrCRAHouIEcstC7idUqm9unelT { width:17.687375rem;height:1.875rem;top:343.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdciBd4wFy0AK2DdB0lVih5K5ZGuzGM { width:17.8125rem;height:9.964625rem;top:213.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvEWudsFt7qfJUNXI6cF6afMUJ9XHpPV { width:17.8125rem;height:9.964625rem;top:243.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUez2INh52R1kqRteWR9SWgoeg1Rw3g { width:17.8125rem;height:9.964625rem;top:268.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJE6933eFk4EZficbCe3SE0FSCpViqzf { width:12.623875rem;height:1.4624rem;top:343.375rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4ylCwxpCuR7pBbfFUeOZ3TgRRoSohU { width:16.9360625rem;height:5.1181625rem;top:263.625rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1oQxyotf1K3IR9hRLe5psPWpvCoAaXd { width:16.9360625rem;height:5.1181625rem;top:236.6875rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmhuLWEo69xEyHNkA9TX6haHcEoT9H2L { width:16.9360625rem;height:3.4121125rem;top:209.6875rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNXyIAfFQEA6zc3061kEmiAAslwd6b2i { width:12.623875rem;height:1.4624rem;top:207.0625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCC10ezuXt2a9sChHJUZPzxDvqhLy9BT { width:17.687375rem;height:1.875rem;top:206.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXth3lZrBxgTT139IAQfVrUCk7u4eTsf { width:17.75rem;height:1.4375rem;top:234.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB6beR2rhTOnRGrxKEwNp2tD8vOEigyc { width:12.623875rem;height:1.4624rem;top:234.4375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJU7CoiTQmF023ig4H1FGHJ15V8WCMAm { width:17.687375rem;height:1.62475625rem;top:261.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGXI6VW6OnJy6C4tQmwRApN2mRraofPv { width:12.623875rem;height:1.4624rem;top:261.0625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ112AZZDDFsad27pEigMK1XBTF4bkLu { width:20rem;height:3.90014375rem;top:369.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCDQzlkWq5vQRdoampQR0nQpkNi3EtZ1 { width:20rem;height:11.176125rem;top:373.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlyAwDaewwHrWMx63Tu5xon5oG2cypkZ { width:18.999rem;height:8.999rem;top:408.5625rem;left:0.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gAqlv2mpzyTD0FFUySTrympFZVhFbN00 { display:block; }
 }@media only screen and (max-width: 763px) { #zeJwLFNZUvKSEDSTpLmXSXgJWqL9Dnwk { width:20rem;height:4.87426875rem;top:385.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acDnQdLQA5AiPkUa3Nmn35qBOLHunJwm { width:20rem;height:5.5249rem;top:391.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myIWBTAde5XN9P4DDXEK0SySXvpymJaE { width:20rem;height:7.1496875rem;top:396.71142578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWWpN3UHoK7esTsDlewTDphbm6WSJRCh { width:15.37475rem;height:1.93725625rem;top:405.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0d7K3wVbqOTTiOaJiNh1wiT8ZnLsTtv { width:14.6875rem;height:1.4624rem;top:405.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw3iPtQzd91T5ZAgWCunksTGsAATLLnF { width:20rem;height:494.0625rem;top:0.060302734375rem;left:0rem;z-index:14998;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGDignJWoNHnQnfH8GbSh4ih7UaUmZwo { top:409.20227050781rem;left:0.5621337890625rem;width:18.8745rem;height:4.6875rem;z-index:15300;background-color:#0bca4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WUOowcvDJJDILcOik9x8MNcbvrgKle1g { display:block; }
 }