.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,168,88;--color-primary-1:255,101,84;--color-primary-2:248,204,41;--color-primary-3:245,179,39;--color-primary-4:255,169,0;--color-secondary-0:219,222,243;--color-secondary-1:134,146,215;--color-secondary-2:13,37,174;--color-secondary-3:7,19,87;--color-secondary-4:2,6,26;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { background-color: transparent; background-image: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { display: none; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { border-width: 0; border-radius: 0; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { position:absolute;display:block;z-index:14998;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:20.875rem;top:4.5rem;left:39.125rem;display:block; }
#ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0617375rem;width:6.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:3.25rem;left:19.5625rem; }
#VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.1875rem;width:6.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.1875rem;left:37.875rem; }
#WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { position:absolute;display:block;z-index:15000;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:21.25rem;top:4.375rem;left:0rem;display:block; }
#rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:18.4375rem;top:4.375rem;left:21.0625rem;display:block; }
#qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6875rem;left:7.5rem;height:1.3rem;display:block; }
#TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74926875rem;width:1.74926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.499267578125rem;left:4.9371337890625rem; }
#QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:5.4375rem;left:24.75rem; }
#feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:27.0625rem;height:1.2994375rem;display:block; }
#uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749675rem;width:1.749675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.4375rem;left:43.125rem; }
#QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.75rem;height:1.3rem;display:block; }
#wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"marck script";font-size:1.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.1761474609375rem;left:1.09619140625rem;height:2.11181875rem;display:block; }
#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { background-color: transparent; background-image: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { display: none; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { border-width: 0; border-radius: 0; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.561625rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.687255859375rem;left:13.71826171875rem;height:2.43713125rem;display:block; }
#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { background-color: transparent; background-image: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { display: none; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { border-width: 0; border-radius: 0; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { color:#e81c20;display:block;width:60rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.310546875rem;left:0rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.0625rem;padding-right:0.053125rem;padding-bottom:0.0625rem;padding-left:0.053125rem;display:block;align-items:center;width:0.32rem;min-width:0.32rem;height:0.336875rem;position:relative;font-family:"open sans";font-size:0.25125rem;font-weight:700;line-height:5.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.039375rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:0.426875rem;height:0;position:relative;font-family:"open sans";font-size:0.094375rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:1.43676875rem;height:0.499878125rem;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:36.2158203125rem;left:0rem;z-index:15007; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m { width:auto; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
#XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { color:#e81c20;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.5621337890625rem;left:0rem;height:9.7485625rem;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; }
#CON0QK84LVWhaRInk6KpF9BsPJzBCF77 { position:absolute;display:block;z-index:15008;height:25.5615rem;width:45.625rem;top:10.693359375rem;left:7.1875rem;display:block; }
#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container { background-color: transparent; background-image: none; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container > .video-iframe-container { display: none; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row > .video-iframe-container { display: none; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .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); }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container { border-width: 0; border-radius: 0; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container { font-size:0.875rem;font-family:arial;height:273.25rem;width:60rem;position:relative;display:block; }#RlXcNPhLe3eHxe41vVG9yS0Rnd5OwX2P { 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; }
#uae1PSLpqeTTOJEeVFh9TUPpUJ9sVFPr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:234.12414550781rem;left:4.41162109375rem;height:14.69725rem;text-align:left;text-align-last:left;display:block; }
#bFb9ZVkSD9XzLEuRnezTOEPCA5Ffgago { 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:6.17431875rem;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; }
#TTOzR0RTGbRghoMo0hUQA5uEi7dwhdU5 { 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; }
#zapJbTuUkgOSzFNl9Zgeebd7ldzprNe9 { 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; }
#S1PwkW3yXTZCaOUiEZ1uwToL2XyTlhOs { 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; }
#iEf7rJkMQwMcVdlonkz2q3vEbk7kLTMq { 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; }
#zN7NTLPuI37DFwTqF28SzqyufN5LcwW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW { 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:14.682625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW li:before{  }
#ffolp6EIArunoNzKQbzKkzInvsh4wBze { 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.874875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhrE4VsRMPdADUmnyM0fEJyQbXwhDILv { 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.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIriSJ4H2NUltETINQQTXpZTCEPQTNn8 { 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; }
#wdST4XGG6c6Q99SsNl8XwGHGacRhBTwT { 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.94875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1z45Cvh1lSdSfE6sL9Wzhs5H3TAFT8J { 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.2994375rem;display:block; }
#uJBS8Gvu73yPsF66QzaDzV9oBV4Q0dav { 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.2994375rem;display:block; }
#RSmXKCU0m6ZToMtzktT5oZTTJkb7qCTL { 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:15.83861875rem;display:block; }
#ttsesSMwvLmmTWW927zrOFuVpCwFPTns { 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; }
#toiBUBganTuJV5WgVNuyOHWm4zeWDa2i { 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:18.5625rem;width:35.875rem;top:19.849853515625rem;left:2.4371337890625rem;overflow:hidden;display:block; }
#xx3TrLuElJoCXNVVwCsg9mB7uHJLbKF3 { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#Ke7L5zZpcLZydigWSBZCKsIQtwJ558PH { 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; }
#wTD7ErNCyRJu6WiD5h8sHsETF9500gUM { 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:4.55078125rem;text-align:center;text-align-last:center;display:block; }
#qBkRG3eUnecibnBbO1V3a1TLH3s24HWn { 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:1.70593125rem;text-align:center;text-align-last:center;display:block; }
#iDu9lSVPJICcMPZVvypppz3xaQyI5ETM { 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; }
#e6aQFD3s1JmrBUqBXcXg530ayLIo5DIW { 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; }
#h32HmCsUKOi22p90hfLwsPqo1bkZfr3U { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#nh5I3HNeOtiva52whyrVOxMJhCDW3fC5 { 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.4118625rem;text-align:center;text-align-last:center;display:block; }
#xULwzZa2dVcd2Hs1GC4Vre8BHIyq0wvJ { 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:10rem;top:45.848999023438rem;left:25rem;overflow:hidden;display:block; }
#NXml1h3ofmTnfikiKCM1w5sHkbr9Ht3L { 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:6.82616875rem;text-align:center;text-align-last:center;display:block; }
#Eoqz2CXZ7TuCB2x0LukxJECi0dZtTJnJ { 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; }
#eEMhuDxeMKFLEpOnDafkAXvVl7PTLE1b { 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; }
#u37Csm6D1X3m4ZXTXR5XRyHZ9sO3pQ2Q { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#zksdPpZvnOMcWDVfr35oRHyVk1OAWRrb { 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:1.70593125rem;text-align:center;text-align-last:center;display:block; }
#e6TgC9TTT0ln2V7cWiGEl1eehd3BSXFF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15224;line-height:1.3;letter-spacing:0;top:58.312377929688rem;left:42.10205078125rem;height:6.8261875rem;text-align:center;text-align-last:center;display:block; }
#Z7oXHMMmkNplR1rcBUV4W01TeWvfEZg9 { 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; }
#GaHrMqhtkO3sEKoGnNzKHGpWTnssB29h { 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; }
#D2maS5qMhRbLr2CDVLenUXdtF3WvIWHU { 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; }
#W0Zcc39sNKyKUQqnton6WxmKx0I6paFe { 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; }
#xZr8GL0TyVmI0THSndqZzRTQZiPswnBT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;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:70.74951171875rem;left:41.5380859375rem;height:3.4118625rem;text-align:center;text-align-last:center;display:block; }
#KzfaM8NUgfpDtVBpASvIMB7fcg7Bsr22 { 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.4118625rem;text-align:center;text-align-last:center;display:block; }
#tTTFJ0kTzbcGfPUuvUE8E7tEQxQM9O3X { 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:5.688475rem;text-align:center;text-align-last:center;display:block; }
#EDGEoX970BxC7UASUF4GbQthX5T8gHIM { 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; }
#sW4XxFJ2H4V6TPq7BzNiUba3Eg21mbpH { 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:1.70593125rem;text-align:center;text-align-last:center;display:block; }
#fb9dBuzRVFCRuB74P0BUM5pxpxydP9xT { 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:3.41308125rem;text-align:center;text-align-last:center;display:block; }
#xRRMNxNrvnS2O9vBK402kMBQwePRalOR { 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; }
#Kb8PCWVbKFuWUT7Q5ZTE1Kx3f4x2nmao { 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; }
#PPNhAyu4B7NkyVa1SyDgRzJdWLQAHsMa { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#DrHkzOs3VMtLpVdzpnO84084GMTaytpk { 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; }
#Sx7vcZlgChz1aCNxabF0ZhuhyIdzrJnF { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#nd8HdRkCdAB3twPrvsHcNv04B51l3RIH { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#LRyHoQFWL7yZLpCmt08ECf1Oz3rJJGMg { 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; }
#fucG1dzxO3tsogdCqIGeIT2A6fTVOh0l { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15278;line-height:1.3;letter-spacing:0;top:141.12487792969rem;left:42.10205078125rem;height:6.82616875rem;text-align:center;text-align-last:center;display:block; }
#Aul4RwAOUhFNXQFRhaf8OzSqk2MMTapS { 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; }
#i0CyIcOQGMid77lg1gliU9DcNGildZTV { 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; }
#SMPwJXChKWLAJntG9wDuQ0lnDf0kNAEw { 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:3.4118625rem;text-align:center;text-align-last:center;display:block; }
#xbeTHPgff0WtBNc1rIbHUXbnyFamQIzy { 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; }
#n64Rn9rmEMULeHesZ4ICxTTHbrRtuVr0 { 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; }
#Td9Os4XWc5KrJmoPADbcKVbXV2LANV16 { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#rouBwbZfTWE3XFKP7A0uBiO0NufI3OV0 { 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; }
#Jl6DAVfZhnxQC3zXTsts0SCoPLMskqzJ { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#EBPhDnkJ1EqHQaXP0kSeHZspOd1GsVew { 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; }
#N3vT2McligoBHLxq35w0lrqyJ0ipJtCq { 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; }
#owUZKlGSgVUVbX2Icdq6LWQbQnZ9mXWv { 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; }
#HzsUZKeTdrNzKbuOHyUI3NVltJ5xqCOZ { 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; }
#e636lN0h329DLc9txw5aLubA6tFgyx5V { 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; }
#fkzfrehe62LkLLM5CTvISoZG0dI3lfy4 { 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; }
#R6C50mLT0gmBsWxeym2PMFp3APb15zah { 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; }
#zxD24lDIs5ruhRsvWvEWJlrTGiDs6ksT { 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; }
#ZiVGAqhpTdbV1PqowDVxu00ro1llNz0J { 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:15266;line-height:1.3;letter-spacing:0;top:141.12487792969rem;left:1.6851806640625rem;height:5.688475rem;text-align:center;text-align-last:center;display:block; }
#mLwvI76noPZ6BsxNonblfIaCNAzBqzMT { 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; }
#gbKbovTVMbfttTJX0A4gIoukBRLSnxsC { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#r9mooiprvnElbeHHac345R7rct5iQzBT { 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:1.70593125rem;text-align:center;text-align-last:center;display:block; }
#fAJAxP9rPDgkqUNx73TIxIkNMavufUNx { 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.1178rem;text-align:center;text-align-last:center;display:block; }
#gBmfg55qCJKkcQcTornVbvOZCDD8XPdf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;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:99.290161132812rem;left:41.2890625rem;height:3.4118625rem;text-align:center;text-align-last:center;display:block; }
#M8yLr9G86NaFzTTmrXMtz7Mi6UfwcEzp { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#R1xQ74U7VXzww24hBo1dA0OSdyolTJQN { 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; }
#bqCwpvXpTimwIweUiKB3JU1PyKR0hgNa { 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; }
#Bv1F850Vul24qt0wTSBqJTqR3EPTt5RN { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#PLyzHKJI0mV2ptTg5efuphmsxWQ6XLJ9 { 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; }
#NdWkp6TMQzPrskMT98Rh0Irdv20nyHkT { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#pD8AWOfdTxSTolbOJExmAeKRANeoGkF9 { 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; }
#V3GDne68vfzGNBFyDS8r0yabg0fBkilC { position:absolute;display:block;z-index:15001;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.8125rem;width:58.875rem;top:159.00451660156rem;left:0.531005859375rem;overflow:hidden;display:block; }
#A9ubtpwGkzgVvwMBpB30ZQpL8wSIvcUC { background-color:rgba(var(--color-primary-4),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; }
#uUzZtCyb1KgTUePN8Kq5tpfmyoyZ4eGl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtH8INTkpyTnNXCC2iACV9R8m6u8S7h3 { 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.843625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DVQWdkyOuA8eSBWnLb4Kmak2dBhMQhL6 { 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.874875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozRq3p3TNpbenTerGrh5zaOBv9vivTpP { color:#433c3f;display:block;width:54.375rem;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.68725625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ldzo3WlTsSWgt0txXqDlvhOignTaAIko { box-sizing:content-box;height:1.9995125rem;width:15.437rem;position:absolute;display:block;z-index:15295;background-color:rgba(var(--color-primary-4),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; }
#dgnLgFRaqJhbTZSan4EDibygZkn4nOFt { 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.46179375rem;text-align:center;text-align-last:center;display:block; }
#qPoZDT0e4qk80xFIU7dMbaLUil9QBbIQ { box-sizing:content-box;height:272.436875rem;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; }
#qsT8bEZhcg82PUrDKJSDErwfuWfCyrwJ { 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; }
#CJvZrzbTEcootXRoaPU7ZG1BVs8z90Z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQ82ZvwrbP7dINlgVXLRWA2krnKsrdmz { position:absolute;display:block;z-index:15183;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:10rem;top:45.848999023438rem;left:4.7802734375rem;overflow:hidden;display:block; }
#m6CfFV4RhTSZZaQT8pWWv2INzrK0QhN1 { position:absolute;display:block;z-index:15183;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:10rem;top:45.848999023438rem;left:45.6640625rem;overflow:hidden;display:block; }
#Dcyo24xKk4LkcSKddxkmnx3ZCEWXdbEz { position:absolute;display:block;z-index:15189;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:10rem;top:74.1875rem;left:45.4375rem;overflow:hidden;display:block; }
#ZNkbvARRpeRazOoWpvhNyOWXPKrxdXfV { 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:10rem;top:73.30810546875rem;left:25rem;overflow:hidden;display:block; }
#tTUi3E7bLhyp0hJXiWzhcqi5rCpE1fIT { position:absolute;display:block;z-index:15189;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:10rem;top:73.30810546875rem;left:4.7802734375rem;overflow:hidden;display:block; }
#rZ2Xi5AaTEM9HLGh7WEyRyyWx7fUcLpE { position:absolute;display:block;z-index:15300;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:10rem;top:73.30810546875rem;left:45.6640625rem;overflow:hidden;display:block; }
#H0aGffwAkfiIKchconBqGWiFsSaPDTXK { position:absolute;display:block;z-index:15301;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:10rem;top:102.70263671875rem;left:4.7802734375rem;overflow:hidden;display:block; }
#M6nDGvHZpdPvF2CiMq3UbaZ1ewTtztyq { position:absolute;display:block;z-index:15302;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:10rem;top:102.70263671875rem;left:25rem;overflow:hidden;display:block; }
#tGNaR4zoGowq9ZoU30Rs645I7z4Ko0Dg { position:absolute;display:block;z-index:15303;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:10rem;top:102.70263671875rem;left:45.6640625rem;overflow:hidden;display:block; }
#ATBESzkhfOzt1tWAtwiU2hqvGGZzGaZL { position:absolute;display:block;z-index:15304;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:10rem;top:128.92272949219rem;left:4.7802734375rem;overflow:hidden;display:block; }
#iXkdp9m6qrrI94HfvRPi2JopE3JM8MP1 { position:absolute;display:block;z-index:15305;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:10rem;top:128.92272949219rem;left:25.343017578125rem;overflow:hidden;display:block; }
#wkUdLq6ziHeDeVQ8iiarfzty4bEnCUZX { position:absolute;display:block;z-index:15306;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:10rem;top:129.2236328125rem;left:45.6640625rem;overflow:hidden;display:block; }
#RBrhuNRWgD9rPBa6Nq95RiJTN1hOsVlb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15273;line-height:1.3;letter-spacing:0;top:214.79675292969rem;left:18.5302734375rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
#UxlH758vIhgyuq9VFHEBXWeh1cShKXH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15274;line-height:1.3;letter-spacing:0;top:37.748413085938rem;left:39.500122070312rem;height:1.2182625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 { display:block; }#WNgkJ952SzTqnBvhWPUyQ5ZeykLVo8v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:20.8125rem;height:3.75rem;top:4.5rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { width:6rem;height:6rem;top:3.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { width:6.125rem;height:6.125rem;top:3.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:21.25rem;height:3.75rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:18.4375rem;height:3.75rem;top:4.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:12.5rem;height:1.25rem;top:5.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:12.5rem;height:1.25rem;top:5.625rem;left:20.937377929688rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { width:1.6875rem;height:1.6875rem;top:5.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:12.5rem;height:1.25rem;top:5.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.0625rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:32.5rem;height:2.375rem;top:0.625rem;left:7.59326171875rem;font-size:1.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) { #y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { width:47.75rem;height:1.75rem;top:8.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:9rem;height:5.0625rem;top:43.25rem;left:9.1978759765625rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { width:47.75rem;height:;top:0.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CON0QK84LVWhaRInk6KpF9BsPJzBCF77 { width:45.625rem;height:25.5rem;top:10.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i { display:block; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlXcNPhLe3eHxe41vVG9yS0Rnd5OwX2P { width:47.125rem;height:20.5rem;top:228.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uae1PSLpqeTTOJEeVFh9TUPpUJ9sVFPr { width:34.125rem;height:14.6875rem;top:234.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFb9ZVkSD9XzLEuRnezTOEPCA5Ffgago { 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) { #TTOzR0RTGbRghoMo0hUQA5uEi7dwhdU5 { width:3.125rem;height:3.125rem;top:230.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zapJbTuUkgOSzFNl9Zgeebd7ldzprNe9 { width:16.25rem;height:11.998875rem;top:233.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PwkW3yXTZCaOUiEZ1uwToL2XyTlhOs { top:3.8125rem;left:27.75rem;width:20rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEf7rJkMQwMcVdlonkz2q3vEbk7kLTMq { width:12.5625rem;height:3.8125rem;top:30.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN7NTLPuI37DFwTqF28SzqyufN5LcwW6 { display:block; }
 }@media only screen and (max-width: 763px) { #VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW { top:14.125rem;left:30.5rem;width:17.25rem;height:;font-size:1rem;display:block; }#VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW li:before{  }
 }@media only screen and (max-width: 763px) { #ffolp6EIArunoNzKQbzKkzInvsh4wBze { top:8.625rem;left:28.375rem;width:19.375rem;height:4.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhrE4VsRMPdADUmnyM0fEJyQbXwhDILv { 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) { #uIriSJ4H2NUltETINQQTXpZTCEPQTNn8 { 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) { #wdST4XGG6c6Q99SsNl8XwGHGacRhBTwT { width:39.125rem;height:14.9375rem;top:3.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1z45Cvh1lSdSfE6sL9Wzhs5H3TAFT8J { width:10.9375rem;height:1.25rem;top:269.5625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJBS8Gvu73yPsF66QzaDzV9oBV4Q0dav { width:10.625rem;height:1.25rem;top:269.5625rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSmXKCU0m6ZToMtzktT5oZTTJkb7qCTL { width:47.75rem;height:16.875rem;top:250.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttsesSMwvLmmTWW927zrOFuVpCwFPTns { top:217.5625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toiBUBganTuJV5WgVNuyOHWm4zeWDa2i { top:19.8125rem;left:0rem;width:35.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx3TrLuElJoCXNVVwCsg9mB7uHJLbKF3 { width:12.625rem;height:1.4375rem;top:40.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke7L5zZpcLZydigWSBZCKsIQtwJ558PH { width:17.5rem;height:24.8125rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTD7ErNCyRJu6WiD5h8sHsETF9500gUM { width:16.125rem;height:4.5rem;top:58.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkRG3eUnecibnBbO1V3a1TLH3s24HWn { width:17.25rem;height:3.375rem;top:43.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDu9lSVPJICcMPZVvypppz3xaQyI5ETM { width:17.6875rem;height:1.875rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aQFD3s1JmrBUqBXcXg530ayLIo5DIW { width:17.5625rem;height:1.4375rem;top:40.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h32HmCsUKOi22p90hfLwsPqo1bkZfr3U { width:12.625rem;height:1.4375rem;top:40.9375rem;left:17.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh5I3HNeOtiva52whyrVOxMJhCDW3fC5 { 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) { #xULwzZa2dVcd2Hs1GC4Vre8BHIyq0wvJ { width:10rem;height:10rem;top:45.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXml1h3ofmTnfikiKCM1w5sHkbr9Ht3L { width:16.125rem;height:6.8125rem;top:58.4375rem;left:15.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoqz2CXZ7TuCB2x0LukxJECi0dZtTJnJ { width:17.5rem;height:24.8125rem;top:40.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEMhuDxeMKFLEpOnDafkAXvVl7PTLE1b { width:17.6875rem;height:1.625rem;top:40.75rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u37Csm6D1X3m4ZXTXR5XRyHZ9sO3pQ2Q { width:12.625rem;height:1.4375rem;top:40.6875rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zksdPpZvnOMcWDVfr35oRHyVk1OAWRrb { width:16.9375rem;height:1.6875rem;top:43.125rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TgC9TTT0ln2V7cWiGEl1eehd3BSXFF { width:16.125rem;height:6.8125rem;top:58.25rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oXHMMmkNplR1rcBUV4W01TeWvfEZg9 { width:17.5rem;height:24.8125rem;top:40.5625rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHrMqhtkO3sEKoGnNzKHGpWTnssB29h { width:16.125rem;height:6.8125rem;top:85.625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2maS5qMhRbLr2CDVLenUXdtF3WvIWHU { width:17.5rem;height:24.8125rem;top:67.9375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Zcc39sNKyKUQqnton6WxmKx0I6paFe { width:17.5rem;height:24.8125rem;top:68.125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZr8GL0TyVmI0THSndqZzRTQZiPswnBT { width:17.5rem;height:3.4375rem;top:70.6875rem;left:30.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzfaM8NUgfpDtVBpASvIMB7fcg7Bsr22 { 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) { #tTTFJ0kTzbcGfPUuvUE8E7tEQxQM9O3X { width:16.125rem;height:5.6875rem;top:85.8125rem;left:15.87451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDGEoX970BxC7UASUF4GbQthX5T8gHIM { width:17.5rem;height:24.8125rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW4XxFJ2H4V6TPq7BzNiUba3Eg21mbpH { width:16.9375rem;height:3.375rem;top:70.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb9dBuzRVFCRuB74P0BUM5pxpxydP9xT { width:16.125rem;height:4.5rem;top:85.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRRMNxNrvnS2O9vBK402kMBQwePRalOR { width:17.6875rem;height:1.875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8PCWVbKFuWUT7Q5ZTE1Kx3f4x2nmao { width:17.5625rem;height:1.4375rem;top:68.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNhAyu4B7NkyVa1SyDgRzJdWLQAHsMa { width:12.625rem;height:1.4375rem;top:68.25rem;left:17.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrHkzOs3VMtLpVdzpnO84084GMTaytpk { width:17.6875rem;height:1.625rem;top:68.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7vcZlgChz1aCNxabF0ZhuhyIdzrJnF { width:12.625rem;height:1.4375rem;top:68.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd8HdRkCdAB3twPrvsHcNv04B51l3RIH { 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) { #LRyHoQFWL7yZLpCmt08ECf1Oz3rJJGMg { width:17.5rem;height:24.8125rem;top:123.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fucG1dzxO3tsogdCqIGeIT2A6fTVOh0l { width:16.125rem;height:6.8125rem;top:141.0625rem;left:31.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aul4RwAOUhFNXQFRhaf8OzSqk2MMTapS { width:17.5rem;height:24.8125rem;top:123.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0CyIcOQGMid77lg1gliU9DcNGildZTV { 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) { #SMPwJXChKWLAJntG9wDuQ0lnDf0kNAEw { width:16.9375rem;height:3.375rem;top:125.75rem;left:30.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbeTHPgff0WtBNc1rIbHUXbnyFamQIzy { 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) { #n64Rn9rmEMULeHesZ4ICxTTHbrRtuVr0 { width:17.5625rem;height:1.4375rem;top:123.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9Os4XWc5KrJmoPADbcKVbXV2LANV16 { width:12.625rem;height:1.4375rem;top:123.5rem;left:17.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rouBwbZfTWE3XFKP7A0uBiO0NufI3OV0 { width:17.6875rem;height:1.625rem;top:123.375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl6DAVfZhnxQC3zXTsts0SCoPLMskqzJ { width:12.625rem;height:1.4375rem;top:123.3125rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBPhDnkJ1EqHQaXP0kSeHZspOd1GsVew { width:17.5rem;height:24.8125rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vT2McligoBHLxq35w0lrqyJ0ipJtCq { width:16.125rem;height:4.5rem;top:114.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUZKlGSgVUVbX2Icdq6LWQbQnZ9mXWv { 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) { #HzsUZKeTdrNzKbuOHyUI3NVltJ5xqCOZ { width:17.5rem;height:24.8125rem;top:96rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e636lN0h329DLc9txw5aLubA6tFgyx5V { 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) { #fkzfrehe62LkLLM5CTvISoZG0dI3lfy4 { width:17.5rem;height:24.8125rem;top:95.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6C50mLT0gmBsWxeym2PMFp3APb15zah { width:17.5rem;height:24.8125rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxD24lDIs5ruhRsvWvEWJlrTGiDs6ksT { width:16.9375rem;height:3.875rem;top:125.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiVGAqhpTdbV1PqowDVxu00ro1llNz0J { width:16.125rem;height:5.6875rem;top:141.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwvI76noPZ6BsxNonblfIaCNAzBqzMT { width:17.6875rem;height:1.875rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbKbovTVMbfttTJX0A4gIoukBRLSnxsC { width:12.625rem;height:1.4375rem;top:123.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mooiprvnElbeHHac345R7rct5iQzBT { 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) { #fAJAxP9rPDgkqUNx73TIxIkNMavufUNx { width:16.9375rem;height:5.0625rem;top:98.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBmfg55qCJKkcQcTornVbvOZCDD8XPdf { width:17.6875rem;height:3.4375rem;top:99.25rem;left:30.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8yLr9G86NaFzTTmrXMtz7Mi6UfwcEzp { width:12.625rem;height:1.4375rem;top:95.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1xQ74U7VXzww24hBo1dA0OSdyolTJQN { width:17.6875rem;height:1.875rem;top:95.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCwpvXpTimwIweUiKB3JU1PyKR0hgNa { width:17.5625rem;height:1.4375rem;top:96.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1F850Vul24qt0wTSBqJTqR3EPTt5RN { width:12.625rem;height:1.4375rem;top:96.125rem;left:17.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLyzHKJI0mV2ptTg5efuphmsxWQ6XLJ9 { width:17.6875rem;height:1.625rem;top:96rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdWkp6TMQzPrskMT98Rh0Irdv20nyHkT { width:12.625rem;height:1.4375rem;top:95.9375rem;left:35.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD8AWOfdTxSTolbOJExmAeKRANeoGkF9 { width:47.75rem;height:10.375rem;top:150.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GDne68vfzGNBFyDS8r0yabg0fBkilC { top:159rem;left:0rem;width:47.75rem;height:26.612261146497rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ubtpwGkzgVvwMBpB30ZQpL8wSIvcUC { width:46.75rem;height:3.8125rem;top:209.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUzZtCyb1KgTUePN8Kq5tpfmyoyZ4eGl { display:block; }
 }@media only screen and (max-width: 763px) { #ZtH8INTkpyTnNXCC2iACV9R8m6u8S7h3 { 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) { #DVQWdkyOuA8eSBWnLb4Kmak2dBhMQhL6 { 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) { #ozRq3p3TNpbenTerGrh5zaOBv9vivTpP { width:47.75rem;height:5.6875rem;top:200.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldzo3WlTsSWgt0txXqDlvhOignTaAIko { width:15.375rem;height:1.9375rem;top:206.125rem;left:16.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgnLgFRaqJhbTZSan4EDibygZkn4nOFt { 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) { #qPoZDT0e4qk80xFIU7dMbaLUil9QBbIQ { width:47.75rem;height:272.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsT8bEZhcg82PUrDKJSDErwfuWfCyrwJ { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJvZrzbTEcootXRoaPU7ZG1BVs8z90Z7 { display:block; }
 }@media only screen and (max-width: 763px) { #IQ82ZvwrbP7dINlgVXLRWA2krnKsrdmz { width:10rem;height:10rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6CfFV4RhTSZZaQT8pWWv2INzrK0QhN1 { width:10rem;height:10rem;top:45.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcyo24xKk4LkcSKddxkmnx3ZCEWXdbEz { width:10rem;height:10rem;top:74.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNkbvARRpeRazOoWpvhNyOWXPKrxdXfV { width:10rem;height:10rem;top:73.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUi3E7bLhyp0hJXiWzhcqi5rCpE1fIT { width:10rem;height:10rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ2Xi5AaTEM9HLGh7WEyRyyWx7fUcLpE { width:10rem;height:10rem;top:73.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0aGffwAkfiIKchconBqGWiFsSaPDTXK { width:10rem;height:10rem;top:102.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6nDGvHZpdPvF2CiMq3UbaZ1ewTtztyq { width:10rem;height:10rem;top:102.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNaR4zoGowq9ZoU30Rs645I7z4Ko0Dg { width:10rem;height:10rem;top:102.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBESzkhfOzt1tWAtwiU2hqvGGZzGaZL { width:10rem;height:10rem;top:128.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXkdp9m6qrrI94HfvRPi2JopE3JM8MP1 { width:10rem;height:10rem;top:128.875rem;left:19.218017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkUdLq6ziHeDeVQ8iiarfzty4bEnCUZX { width:10rem;height:10rem;top:129.1875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBrhuNRWgD9rPBa6Nq95RiJTN1hOsVlb { width:23.5625rem;height:1.1875rem;top:214.75rem;left:12.4052734375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxlH758vIhgyuq9VFHEBXWeh1cShKXH2 { width:20.4375rem;height:1.1875rem;top:37.6875rem;left:27.3125rem;font-size:0.9375rem;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:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlidndl9x3K2NEKgDvKLBeLiVmhEHf58 { width:7.0625rem;height:3.8125rem;top:2.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQFczmuLLi7JToqfEcWPc5RLAQwI6W { display:flex;width:5.99989375rem;height:5.99989375rem;top:1rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #VEeQmJVmsH4PKli93P4Uq2VQOSXFlzlL { display:flex;width:6.124675rem;height:6.124675rem;top:0.9375rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #WFBv4TeL7LbD159W4thE8qTiSfuLc9Wh { width:5.1875rem;height:3.8125rem;top:2.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIIIWeuFMmg3Po0PxzGP5SudUdOKT7A5 { width:8rem;height:3.8125rem;top:2.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOqpp9Q7QJLAS8MsdFvRZ3JkVRcDwLAl { width:5.9375rem;height:2.598875rem;top:2.75rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TJHJRJr9MTOaQQSZ7rSIxna7UmzQCoHh { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #QTQ6ggG6HKsQMSSDw7rOvvR6FUNCw6RO { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:9.75rem; }
 }@media only screen and (max-width: 763px) { #feG8eo2d4FPBGtnOnKmiQvaoWc10AT8E { width:7.4370625rem;height:2.598875rem;top:2.75rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uGd7liCtDCGSS6Twl5cnVSJpGIeRxFGl { display:flex;width:1.6867375rem;height:1.6867375rem;top:3.1875rem;left:16.4375rem; }
 }@media only screen and (max-width: 763px) { #QbAPDSWbBrsdwqmoMWlz58kGq5ITfQhZ { width:7.0621875rem;height:2.598875rem;top:2.75rem;left:13rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wkrn85oQ6Ppk306AMGweDSrvK1JBCVyx { width:12.5rem;height:2.1120875rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOUiUpFACiD1ySAtQqewspNAa1DoHwsP { display:block; }#OOUiUpFACiD1ySAtQqewspNAa1DoHwsP > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIRT7ArFJtsnKVuA5RK5griJrdBTEphd { width:20rem;height:4.87426875rem;top:0rem;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:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5F5ZghuTeMw0eoSwuqnFX4o8emtnaOd { width:20rem;height:1.2182625rem;top:10.026245117188rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.060625rem;padding-right:0.0525rem;padding-bottom:0.060625rem;padding-left:0.0525rem;width:0.315rem;min-width:0.315rem;height:0.324375rem;font-size:0.24125rem;line-height:5.19px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.038125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.42rem;height:0.128125rem;font-size:0.090625rem;line-height:2.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:1.81213125rem;height:0.625rem;top:22.874755859375rem;left:0rem;padding-top:0.030625rem;padding-right:0.029375rem;padding-bottom:0.030625rem;padding-left:0.029375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #XaES4ueuzfBOR3ce5ppOfioHHovFiaBP { width:20rem;height:8.7744375rem;top:0.5621337890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CON0QK84LVWhaRInk6KpF9BsPJzBCF77 { width:20rem;height:10.75rem;top:11.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i { display:block; }#uXZOx2D6sJERAqxRiTwE5mzHVskX7e1i > .row .container { width:20rem;height:504.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlXcNPhLe3eHxe41vVG9yS0Rnd5OwX2P { width:19.375rem;height:38.8125rem;top:417.74951171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uae1PSLpqeTTOJEeVFh9TUPpUJ9sVFPr { width:17.874125rem;height:19.7925rem;top:436.49780273438rem;left:1.06201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFb9ZVkSD9XzLEuRnezTOEPCA5Ffgago { width:17.6855625rem;height:5.20019375rem;top:418.12438964844rem;left:1.1566162109375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTOzR0RTGbRghoMo0hUQA5uEi7dwhdU5 { 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) { #zapJbTuUkgOSzFNl9Zgeebd7ldzprNe9 { width:16.25rem;height:11.9983125rem;top:423.87451171875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PwkW3yXTZCaOUiEZ1uwToL2XyTlhOs { width:20rem;height:43.75rem;top:-0.0614013671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEf7rJkMQwMcVdlonkz2q3vEbk7kLTMq { width:12.5610625rem;height:3.81225625rem;top:38.125rem;left:3.7188720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN7NTLPuI37DFwTqF28SzqyufN5LcwW6 { display:block; }
 }@media only screen and (max-width: 763px) { #VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW { width:18.6236875rem;height:15.494375rem;top:21.3916015625rem;left:0.6878662109375rem;font-size:1rem;display:block; }#VTZHxNIqzQMtzs67MuBMCh4nWPC4qKzW li:before{  }
 }@media only screen and (max-width: 763px) { #ffolp6EIArunoNzKQbzKkzInvsh4wBze { width:19.375rem;height:5.2807625rem;top:16.11083984375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhrE4VsRMPdADUmnyM0fEJyQbXwhDILv { width:19.375rem;height:1.8682875rem;top:13.402709960938rem;left:0rem;font-size:1.4375rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #uIriSJ4H2NUltETINQQTXpZTCEPQTNn8 { width:19.375rem;height:1.381225rem;top:12.022705078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdST4XGG6c6Q99SsNl8XwGHGacRhBTwT { 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) { #E1z45Cvh1lSdSfE6sL9Wzhs5H3TAFT8J { width:7.8735625rem;height:1.2994375rem;top:458.25rem;left:11.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJBS8Gvu73yPsF66QzaDzV9oBV4Q0dav { width:10.625rem;height:1.2994375rem;top:458.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RSmXKCU0m6ZToMtzktT5oZTTJkb7qCTL { width:20rem;height:36.95675625rem;top:463.49853515625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttsesSMwvLmmTWW927zrOFuVpCwFPTns { 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) { #toiBUBganTuJV5WgVNuyOHWm4zeWDa2i { width:20rem;height:10.375rem;top:1.12548828125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xx3TrLuElJoCXNVVwCsg9mB7uHJLbKF3 { width:12.6233125rem;height:1.46179375rem;top:49.268798828125rem;left:3.687744140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke7L5zZpcLZydigWSBZCKsIQtwJ558PH { width:17.5rem;height:24.812rem;top:49.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTD7ErNCyRJu6WiD5h8sHsETF9500gUM { width:16.1236875rem;height:4.55078125rem;top:67.749633789062rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBkRG3eUnecibnBbO1V3a1TLH3s24HWn { width:16.936625rem;height:3.4118625rem;top:52.125rem;left:1.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDu9lSVPJICcMPZVvypppz3xaQyI5ETM { width:17.687375rem;height:1.875rem;top:49.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aQFD3s1JmrBUqBXcXg530ayLIo5DIW { width:17.56225rem;height:1.437375rem;top:77.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h32HmCsUKOi22p90hfLwsPqo1bkZfr3U { 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) { #nh5I3HNeOtiva52whyrVOxMJhCDW3fC5 { 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) { #xULwzZa2dVcd2Hs1GC4Vre8BHIyq0wvJ { width:9.9365rem;height:9.9365rem;top:108.51745605469rem;left:5.03173828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXml1h3ofmTnfikiKCM1w5sHkbr9Ht3L { width:16.12425rem;height:6.82616875rem;top:94.625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoqz2CXZ7TuCB2x0LukxJECi0dZtTJnJ { width:17.5rem;height:24.812rem;top:76.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEMhuDxeMKFLEpOnDafkAXvVl7PTLE1b { width:17.687375rem;height:1.62475625rem;top:104.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u37Csm6D1X3m4ZXTXR5XRyHZ9sO3pQ2Q { 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) { #zksdPpZvnOMcWDVfr35oRHyVk1OAWRrb { width:16.936625rem;height:1.70593125rem;top:106.8125rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TgC9TTT0ln2V7cWiGEl1eehd3BSXFF { width:16.1236875rem;height:6.8261875rem;top:119.62463378906rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7oXHMMmkNplR1rcBUV4W01TeWvfEZg9 { width:17.5625rem;height:23.375rem;top:104.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHrMqhtkO3sEKoGnNzKHGpWTnssB29h { width:16.12425rem;height:6.8261875rem;top:197.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2maS5qMhRbLr2CDVLenUXdtF3WvIWHU { width:17.5rem;height:24.812rem;top:180.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0Zcc39sNKyKUQqnton6WxmKx0I6paFe { width:17.5625rem;height:22.125rem;top:155.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZr8GL0TyVmI0THSndqZzRTQZiPswnBT { width:16.936625rem;height:3.4118625rem;top:183.75rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzfaM8NUgfpDtVBpASvIMB7fcg7Bsr22 { 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) { #tTTFJ0kTzbcGfPUuvUE8E7tEQxQM9O3X { width:16.1236875rem;height:5.688475rem;top:171.18713378906rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDGEoX970BxC7UASUF4GbQthX5T8gHIM { width:17.5625rem;height:23.1875rem;top:129.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW4XxFJ2H4V6TPq7BzNiUba3Eg21mbpH { 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) { #fb9dBuzRVFCRuB74P0BUM5pxpxydP9xT { width:16.12425rem;height:4.55078125rem;top:147.5rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRRMNxNrvnS2O9vBK402kMBQwePRalOR { width:17.687375rem;height:1.875rem;top:129.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8PCWVbKFuWUT7Q5ZTE1Kx3f4x2nmao { width:17.75rem;height:1.4375rem;top:155.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNhAyu4B7NkyVa1SyDgRzJdWLQAHsMa { 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) { #DrHkzOs3VMtLpVdzpnO84084GMTaytpk { width:17.687375rem;height:1.62475625rem;top:180.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx7vcZlgChz1aCNxabF0ZhuhyIdzrJnF { 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) { #nd8HdRkCdAB3twPrvsHcNv04B51l3RIH { 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) { #LRyHoQFWL7yZLpCmt08ECf1Oz3rJJGMg { width:17.5rem;height:24.812rem;top:315.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fucG1dzxO3tsogdCqIGeIT2A6fTVOh0l { width:16.1236875rem;height:6.82616875rem;top:332.24975585938rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aul4RwAOUhFNXQFRhaf8OzSqk2MMTapS { width:17.5rem;height:24.812rem;top:287.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0CyIcOQGMid77lg1gliU9DcNGildZTV { width:16.12425rem;height:5.688475rem;top:305.625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPwJXChKWLAJntG9wDuQ0lnDf0kNAEw { width:16.936625rem;height:3.4118625rem;top:318.125rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbeTHPgff0WtBNc1rIbHUXbnyFamQIzy { 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) { #n64Rn9rmEMULeHesZ4ICxTTHbrRtuVr0 { width:17.56225rem;height:1.437375rem;top:288.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9Os4XWc5KrJmoPADbcKVbXV2LANV16 { 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) { #rouBwbZfTWE3XFKP7A0uBiO0NufI3OV0 { width:17.687375rem;height:1.62475625rem;top:315.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl6DAVfZhnxQC3zXTsts0SCoPLMskqzJ { 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) { #EBPhDnkJ1EqHQaXP0kSeHZspOd1GsVew { width:17.5rem;height:24.812rem;top:206.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3vT2McligoBHLxq35w0lrqyJ0ipJtCq { width:16.1236875rem;height:4.55078125rem;top:224.5625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owUZKlGSgVUVbX2Icdq6LWQbQnZ9mXWv { 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) { #HzsUZKeTdrNzKbuOHyUI3NVltJ5xqCOZ { width:17.75rem;height:24.8125rem;top:234.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e636lN0h329DLc9txw5aLubA6tFgyx5V { 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) { #fkzfrehe62LkLLM5CTvISoZG0dI3lfy4 { width:17.5rem;height:24.812rem;top:260.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6C50mLT0gmBsWxeym2PMFp3APb15zah { width:17.5rem;height:24.812rem;top:343.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxD24lDIs5ruhRsvWvEWJlrTGiDs6ksT { 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) { #ZiVGAqhpTdbV1PqowDVxu00ro1llNz0J { width:16.12425rem;height:5.688475rem;top:360.9375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwvI76noPZ6BsxNonblfIaCNAzBqzMT { width:17.687375rem;height:1.875rem;top:343.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbKbovTVMbfttTJX0A4gIoukBRLSnxsC { width:12.623875rem;height:1.46179375rem;top:343.375rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9mooiprvnElbeHHac345R7rct5iQzBT { width:16.9360625rem;height:3.4118625rem;top:263.625rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJAxP9rPDgkqUNx73TIxIkNMavufUNx { 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) { #gBmfg55qCJKkcQcTornVbvOZCDD8XPdf { 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) { #M8yLr9G86NaFzTTmrXMtz7Mi6UfwcEzp { 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) { #R1xQ74U7VXzww24hBo1dA0OSdyolTJQN { width:17.687375rem;height:1.875rem;top:206.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqCwpvXpTimwIweUiKB3JU1PyKR0hgNa { width:17.75rem;height:1.4375rem;top:234.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1F850Vul24qt0wTSBqJTqR3EPTt5RN { 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) { #PLyzHKJI0mV2ptTg5efuphmsxWQ6XLJ9 { width:17.687375rem;height:1.62475625rem;top:261.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdWkp6TMQzPrskMT98Rh0Irdv20nyHkT { 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) { #pD8AWOfdTxSTolbOJExmAeKRANeoGkF9 { 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) { #V3GDne68vfzGNBFyDS8r0yabg0fBkilC { width:20rem;height:11.125rem;top:373.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ubtpwGkzgVvwMBpB30ZQpL8wSIvcUC { width:18.999rem;height:8.999rem;top:408.5625rem;left:0.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uUzZtCyb1KgTUePN8Kq5tpfmyoyZ4eGl { display:block; }
 }@media only screen and (max-width: 763px) { #ZtH8INTkpyTnNXCC2iACV9R8m6u8S7h3 { 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) { #DVQWdkyOuA8eSBWnLb4Kmak2dBhMQhL6 { 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) { #ozRq3p3TNpbenTerGrh5zaOBv9vivTpP { 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) { #Ldzo3WlTsSWgt0txXqDlvhOignTaAIko { width:15.37475rem;height:1.93725625rem;top:405.4375rem;left:2.375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dgnLgFRaqJhbTZSan4EDibygZkn4nOFt { width:14.6875rem;height:1.46179375rem;top:405.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoZDT0e4qk80xFIU7dMbaLUil9QBbIQ { width:20rem;height:502.4375rem;top:0.059814453125rem;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) { #qsT8bEZhcg82PUrDKJSDErwfuWfCyrwJ { 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) { #CJvZrzbTEcootXRoaPU7ZG1BVs8z90Z7 { display:block; }
 }@media only screen and (max-width: 763px) { #IQ82ZvwrbP7dINlgVXLRWA2krnKsrdmz { width:10rem;height:10rem;top:55.535888671875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6CfFV4RhTSZZaQT8pWWv2INzrK0QhN1 { width:10rem;height:10rem;top:55.535888671875rem;left:5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Dcyo24xKk4LkcSKddxkmnx3ZCEWXdbEz { width:10rem;height:10rem;top:160.37414550781rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNkbvARRpeRazOoWpvhNyOWXPKrxdXfV { width:10rem;height:10rem;top:135.78674316406rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTUi3E7bLhyp0hJXiWzhcqi5rCpE1fIT { width:10rem;height:10rem;top:82.911376953125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ2Xi5AaTEM9HLGh7WEyRyyWx7fUcLpE { width:10rem;height:10rem;top:186.24938964844rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0aGffwAkfiIKchconBqGWiFsSaPDTXK { width:10rem;height:10rem;top:213.09936523438rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6nDGvHZpdPvF2CiMq3UbaZ1ewTtztyq { width:10rem;height:10rem;top:241.89025878906rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNaR4zoGowq9ZoU30Rs645I7z4Ko0Dg { width:10rem;height:10rem;top:267.0361328125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBESzkhfOzt1tWAtwiU2hqvGGZzGaZL { width:10rem;height:10rem;top:293.49975585938rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXkdp9m6qrrI94HfvRPi2JopE3JM8MP1 { width:10rem;height:10rem;top:321.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkUdLq6ziHeDeVQ8iiarfzty4bEnCUZX { width:10rem;height:10rem;top:349.13757324219rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBrhuNRWgD9rPBa6Nq95RiJTN1hOsVlb { width:20rem;height:1.05590625rem;top:414.85168457031rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxlH758vIhgyuq9VFHEBXWeh1cShKXH2 { width:20rem;height:1.2182625rem;top:44.4970703125rem;left:0rem;font-size:0.9375rem;display:block; }
 }