.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,254,237;--color-primary-1:255,236,194;--color-primary-2:255,214,0;--color-primary-3:153,128,0;--color-primary-4:51,43,0;--color-secondary-0:221,233,247;--color-secondary-1:153,188,232;--color-secondary-2:85,144,217;--color-secondary-3:40,174,189;--color-secondary-4:17,29,43;--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:lora;--paragraphs-font-family:lora; }@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); }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ca3331d7-9ef6-4b65-8c44-a03b6588b6fc/Science2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M.adaptive-delivery-prevent-bg, #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M.lazyload, #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M.lazyloading { background-image: none; }#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:57.25rem;width:60rem;position:relative;display:block; }#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.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.4365234375rem;height:0.4990234375rem;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:54.8408203125rem;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 {  }
#BTVGxtzWlJiNDNB16ttuawb2qtJvR3z0 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),1);top:4.8125rem;left:0rem;height:9.5859375rem;text-align:center;text-align-last:center;display:block; }
#VDAPD18HgVhzUL73U0LQykpFJzH8bJuE { box-sizing:content-box;height:5.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#f33232;background-image:none;top:14.3125rem;left:0rem;display:block; }
#eiz23xnOyEXiuDAJdRZAGycxrnc2WCQp { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),1);top:0.75rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#ucs76ceVN7B3S0a7HlLxrq7Xv3VdP5T4 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem #ff0100;top:14.3125rem;left:10.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qMvyA9HOPNiiLrLCSCwR3hWrag0XlTBP { position:absolute;display:block;z-index:15003;height:31.1875rem;width:55.875rem;top:20.7783203125rem;left:2.0625rem;display:block; }
#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { background-color: transparent; background-image: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { display: none; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { border-width: 0; border-radius: 0; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { font-size:0.875rem;font-family:arial;height:219.75rem;width:60rem;position:relative;display:block; }#xTrb5i43HzeEh2kTDsfHfewqTqHHJ86w { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9990234375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:198.5625rem;left:31.375rem;height:1.29980625rem;display:block; }
#v70c2d1H0zJEI64tUMFQvN5lisiwtiS8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6865234375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:198.5625rem;left:20.6884765625rem;height:1.29980625rem;display:block; }
#J35a7eTCaRTnpd1wTk6r9buOz5q2sU2e { position:absolute;display:block;z-index:15045;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:28.624875rem;width:26.5625rem;top:11.414184570312rem;left:19.099731445312rem;overflow:hidden;display:block; }
#JDRiTFTC9picgFaSfPR49sx4DNRLizNX { box-sizing:content-box;height:64.5rem;width:49.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.875rem;left:6.1875rem;border-top:0.25rem solid #e6e4b1;border-left:0.25rem solid #e6e4b1;border-right:0.25rem solid #e6e4b1;border-bottom:0.25rem solid #e6e4b1;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#guHD9Zls3TRsFUOHs6gDBeBDPbhScH6b { box-sizing:content-box;height:5.375rem;width:16.125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:40rem;left:38.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;display:block; }
#u0MbMSElA1bHtDRk2qNzTwqdFN87EWTc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:40.75rem;left:43.75rem;height:3.8984375rem;font-style:normal;display:block; }
#e0fTzezDhuJHA5rWUIUrKlOEMLIB82IL { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:40.5rem;left:38.875rem; }
#zAFcKe0Dwxkl34NF3PCBMAm6vR5urxHS { box-sizing:content-box;height:5.375rem;width:17.875rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:40rem;left:21rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nab2Vbm6woobHIHTg7NtE5fGRSnRJE5F { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:40.75rem;left:26.4375rem;height:3.8984375rem;font-style:normal;display:block; }
#SMPTligNGnniAnEaT0o4Gec456u6e0n7 { box-sizing:content-box;height:9.4375rem;width:49.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;top:2.875rem;left:6.46875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HwS24xN8RxskIQuc470c0nkukTE0oGy7 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:40.5rem;left:21.6875rem; }
#laLJbO8e3uiX5T7uyQQITAmdNffE0mpG { box-sizing:content-box;height:5.375rem;width:13.3125rem;position:absolute;display:block;z-index:15036;background-color:#8c5bc7;background-image:none;top:40rem;left:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
#Jtmk1oSPx14GlvNnl1bUuCiBFeGXV1TW { color:#1a2b61;display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.03125rem;left:11.40625rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2b0LngwkI3Trr36As5dZKtev5hedrIM { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:40.75rem;left:13.125rem;height:3.8984375rem;font-style:normal;display:block; }
#mT8HSfXGySdPkWTVE0yIDKSlnAkdd1SP { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:40.5rem;left:8.75rem; }
#edBpz0G6Zbe9TX9GwJia3d8CTBwTk4x2 { position:absolute;display:block;z-index:15017;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:10.0625rem;width:7rem;top:45.3125rem;left:13.125rem;overflow:hidden;display:block; }
#u1eNQFyplDJ1mSor1PvJTSihSgciTRae { color:#1a2b61;display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:51.6875rem;left:20.0625rem;height:5.76855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTCoMVq9vxKbWdVIWSl50GV007z07s8T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.375rem;left:24.5rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KED579sLHZRiAoDChifBl3AgMF8azPU4 { position:absolute;display:block;z-index:15018;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:9.9375rem;width:7rem;top:45.375rem;left:41.375rem;overflow:hidden;display:block; }
#NTm2ev8XwfoUTlTelNcCcnOGnisFlDN2 { z-index:15011;top:57.4375rem;left:17.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DlFvEbDcuIL1eXFhXrMZCRaiIDCPb1Zs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vE5uaLd06m4naw5dxuLK0fTdcRpi9ugo { position:absolute;display:block;z-index:15030;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.9375rem;width:5.5rem;top:64rem;left:35.875rem;overflow:hidden;display:block; }
#yixNJ7ED8Tck15iW58I5k9C2fbwq7XTy { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:64.0625rem;left:25.875rem;overflow:hidden;display:block; }
#MVUWqvqVPIZnk2ltE5tWBzAffhUzbqsn { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:4.375rem;top:64.5625rem;left:20.125rem;overflow:hidden;display:block; }
#HdauTOlSiz2q5REQQShsfldWzR5597UT { z-index:15070;top:57.4375rem;left:17.03125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-primary-2),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FpTvVo4N1pe31t3WvNWz8yzoUaoGLcUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#goBWKldUAkK4FbZZeWzUhGS0ppl8XKO0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:64.625rem;left:30.5625rem;overflow:hidden;display:block; }
#JtkPDfQ8bHsAA8AmA27Lkfk1Gla3U4sr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:69.25rem;left:0rem;height:1.950075rem;display:block; }
#XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:79.75rem;left:0rem;height:108.355625rem;display:block; }#XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr li:before{  }
#xwQRq9iQy1TkiUAKoFNcQV5qIDxEI5Fg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:79.75rem;left:31.25rem;height:110.2616875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ekx2VzmriJT8bgDt5LwHxAPcWlFJPOfC { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:200.75rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Kp7XxP8sICTWpZKkNTRzkvHRTxu8Mtlr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:206.3125rem;left:0rem;height:10.2305rem;display:block; }
#r3hudrTlWOAM7zD7AFUSttTSLUSsiCSg { 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:5.1875rem;width:36.5rem;top:72.6875rem;left:11.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:9rem;height:5.0625rem;top:43.25rem;left:9.1978759765625rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #qHxl5lyB7SCR2lSPASWwqTgd81kQtr5e { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #LvVz0sExEwyS1TQrZx7X4NTadcPEXZ4m {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #iJRTaAF7TfusrbzbfFzia2806yBuDkPr {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #AvGdaffQLyJfTNvXH2W7eMeHNDlD05ap { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #QcB55Cms1aGbLB2lmuwfgm1EgSQ4xXEO {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #ClhO60M7yKJzTVJuTOJeTJWXIE36ceGu {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #Qfbk7GqIgFrbs1gwUei1kV31Qbq8cwtf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #JxEpapmOnlXWge8OEkzIJIWxKQaqnVfs {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #kT9k0hbxOLeoTB4sH2rhf5EFPJHKOms8 {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #lckisVsxCvVJMOoSDzzByyLGW9TczS8c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #mJpT2CNhzcIJwCtElcpicp2CSU238lbF {  }
 }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 #i4io7FlSm3nLse5K82eVJR5sN0CB73Hs {  }
 }@media only screen and (max-width: 763px) { #BTVGxtzWlJiNDNB16ttuawb2qtJvR3z0 { width:47.75rem;height:9.5rem;top:4.8125rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDAPD18HgVhzUL73U0LQykpFJzH8bJuE { width:47.75rem;height:5.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiz23xnOyEXiuDAJdRZAGycxrnc2WCQp { width:47.75rem;height:4.0625rem;top:0.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucs76ceVN7B3S0a7HlLxrq7Xv3VdP5T4 { width:39.25rem;height:4.875rem;top:14.3125rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMvyA9HOPNiiLrLCSCwR3hWrag0XlTBP { width:47.75rem;height:31.1875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTrb5i43HzeEh2kTDsfHfewqTqHHJ86w { width:10.9375rem;height:1.25rem;top:198.5625rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v70c2d1H0zJEI64tUMFQvN5lisiwtiS8 { width:10.625rem;height:1.25rem;top:198.5625rem;left:14.5634765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J35a7eTCaRTnpd1wTk6r9buOz5q2sU2e { width:26.5625rem;height:28.624875rem;top:11.375rem;left:12.974731445312rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDRiTFTC9picgFaSfPR49sx4DNRLizNX { width:47.25rem;height:64.5rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guHD9Zls3TRsFUOHs6gDBeBDPbhScH6b { width:16.125rem;height:5.375rem;top:40rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0MbMSElA1bHtDRk2qNzTwqdFN87EWTc { width:9.8125rem;height:3.875rem;top:40.75rem;left:37.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fTzezDhuJHA5rWUIUrKlOEMLIB82IL { width:4.375rem;height:4.375rem;top:40.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAFcKe0Dwxkl34NF3PCBMAm6vR5urxHS { width:17.875rem;height:5.375rem;top:40rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nab2Vbm6woobHIHTg7NtE5fGRSnRJE5F { width:9.8125rem;height:3.875rem;top:40.75rem;left:20.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPTligNGnniAnEaT0o4Gec456u6e0n7 { width:47.75rem;height:9.4375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwS24xN8RxskIQuc470c0nkukTE0oGy7 { width:4.375rem;height:4.375rem;top:40.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laLJbO8e3uiX5T7uyQQITAmdNffE0mpG { width:13.3125rem;height:5.375rem;top:40rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtmk1oSPx14GlvNnl1bUuCiBFeGXV1TW { width:39.875rem;height:7.125rem;top:4rem;left:5.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2b0LngwkI3Trr36As5dZKtev5hedrIM { width:6.6875rem;height:3.875rem;top:40.75rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8HSfXGySdPkWTVE0yIDKSlnAkdd1SP { width:4.375rem;height:4.375rem;top:40.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edBpz0G6Zbe9TX9GwJia3d8CTBwTk4x2 { width:7rem;height:10.0625rem;top:45.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1eNQFyplDJ1mSor1PvJTSihSgciTRae { width:21.3125rem;height:5.75rem;top:51.6875rem;left:13.9375rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCoMVq9vxKbWdVIWSl50GV007z07s8T { width:12.5rem;height:1.9375rem;top:49.375rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KED579sLHZRiAoDChifBl3AgMF8azPU4 { width:7rem;height:9.9375rem;top:45.375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTm2ev8XwfoUTlTelNcCcnOGnisFlDN2 { top:57.4375rem;left:11.625rem;width:25.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlFvEbDcuIL1eXFhXrMZCRaiIDCPb1Zs { display:block; }
 }@media only screen and (max-width: 763px) { #vE5uaLd06m4naw5dxuLK0fTdcRpi9ugo { width:5.5rem;height:3.9375rem;top:64rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixNJ7ED8Tck15iW58I5k9C2fbwq7XTy { width:3.75rem;height:3.75rem;top:64.0625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUWqvqVPIZnk2ltE5tWBzAffhUzbqsn { width:4.375rem;height:2.75rem;top:64.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdauTOlSiz2q5REQQShsfldWzR5597UT { top:57.4375rem;left:10.90625rem;width:25.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTvVo4N1pe31t3WvNWz8yzoUaoGLcUR { display:block; }
 }@media only screen and (max-width: 763px) { #goBWKldUAkK4FbZZeWzUhGS0ppl8XKO0 { width:5.375rem;height:2.6875rem;top:64.625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtkPDfQ8bHsAA8AmA27Lkfk1Gla3U4sr { width:25.625rem;height:1.9375rem;top:69.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr { width:28.125rem;height:115.1875rem;top:79.75rem;left:0rem;font-size:0.75rem;display:block; }#XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr li:before{  }
 }@media only screen and (max-width: 763px) { #xwQRq9iQy1TkiUAKoFNcQV5qIDxEI5Fg { width:28.125rem;height:117rem;top:79.75rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekx2VzmriJT8bgDt5LwHxAPcWlFJPOfC { width:47.75rem;height:4.75rem;top:200.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7XxP8sICTWpZKkNTRzkvHRTxu8Mtlr { width:47.75rem;height:12.375rem;top:206.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hudrTlWOAM7zD7AFUSttTSLUSsiCSg { width:36.5rem;height:5.1875rem;top:72.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M { display:block; }#cuAGlCs8Ez0zSZDFKZE0sAeTxTqbuN8M > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-number { padding-top:0.060625rem;padding-right:0.0525rem;padding-bottom:0.060625rem;padding-left:0.0525rem;width:0.315rem;min-width:0.315rem;height:0.324375rem;font-size:0.24125rem;line-height:5.19px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.038125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.42rem;height:0.128125rem;font-size:0.090625rem;line-height:2.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#hRCLS8v7AJ2EFOFO6s34BRFPEKg51TB3 { display:flex;width:1.8115234375rem;height:0.625rem;top:36.9365234375rem;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) { #BTVGxtzWlJiNDNB16ttuawb2qtJvR3z0 { width:20rem;height:10.4003875rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDAPD18HgVhzUL73U0LQykpFJzH8bJuE { width:20rem;height:2.875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiz23xnOyEXiuDAJdRZAGycxrnc2WCQp { width:20rem;height:1.54358125rem;top:0rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucs76ceVN7B3S0a7HlLxrq7Xv3VdP5T4 { width:20rem;height:1.625rem;top:13.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMvyA9HOPNiiLrLCSCwR3hWrag0XlTBP { width:20rem;height:18.75rem;top:16.1845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys { display:block; }#Qu3Qirtya5yTC4GSQ1sKRXOxgXQFJPys > .row .container { width:20rem;height:341.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTrb5i43HzeEh2kTDsfHfewqTqHHJ86w { width:7.87475rem;height:1.2994375rem;top:294.0625rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v70c2d1H0zJEI64tUMFQvN5lisiwtiS8 { width:10.625rem;height:1.2994375rem;top:294.0625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J35a7eTCaRTnpd1wTk6r9buOz5q2sU2e { width:19.875rem;height:21.5rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JDRiTFTC9picgFaSfPR49sx4DNRLizNX { width:19.5rem;height:55rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guHD9Zls3TRsFUOHs6gDBeBDPbhScH6b { width:16.125rem;height:5.375rem;top:31.5625rem;left:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #u0MbMSElA1bHtDRk2qNzTwqdFN87EWTc { width:9.8125rem;height:1.13769375rem;top:33.0625rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14997;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #e0fTzezDhuJHA5rWUIUrKlOEMLIB82IL { display:flex;width:4.375rem;height:4.375rem;top:983.2802734375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAFcKe0Dwxkl34NF3PCBMAm6vR5urxHS { width:17.875rem;height:5.375rem;top:31.5625rem;left:2.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nab2Vbm6woobHIHTg7NtE5fGRSnRJE5F { width:6.9375rem;height:2.2753875rem;top:32.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14996;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SMPTligNGnniAnEaT0o4Gec456u6e0n7 { width:20rem;height:9.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwS24xN8RxskIQuc470c0nkukTE0oGy7 { display:flex;width:4.375rem;height:4.375rem;top:983.2802734375rem;left:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #laLJbO8e3uiX5T7uyQQITAmdNffE0mpG { width:13.3125rem;height:5.375rem;top:7.2177734375rem;left:3.34375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Jtmk1oSPx14GlvNnl1bUuCiBFeGXV1TW { width:20rem;height:7.311375rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2b0LngwkI3Trr36As5dZKtev5hedrIM { width:6.6875rem;height:2.2753875rem;top:35.625rem;left:10.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mT8HSfXGySdPkWTVE0yIDKSlnAkdd1SP { display:flex;width:4.375rem;height:4.375rem;top:983.2802734375rem;left:7.625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #edBpz0G6Zbe9TX9GwJia3d8CTBwTk4x2 { width:7rem;height:10.0625rem;top:30.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1eNQFyplDJ1mSor1PvJTSihSgciTRae { width:20rem;height:6.09375rem;top:38.8125rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCoMVq9vxKbWdVIWSl50GV007z07s8T { width:12.5rem;height:1.950075rem;top:46.5rem;left:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KED579sLHZRiAoDChifBl3AgMF8azPU4 { width:7rem;height:9.9375rem;top:30.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTm2ev8XwfoUTlTelNcCcnOGnisFlDN2 { top:47.4375rem;left:0rem;width:19rem;height:5.5rem;font-size:2.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #DlFvEbDcuIL1eXFhXrMZCRaiIDCPb1Zs { display:block; }
 }@media only screen and (max-width: 763px) { #vE5uaLd06m4naw5dxuLK0fTdcRpi9ugo { width:4.0625rem;height:2.875rem;top:51.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixNJ7ED8Tck15iW58I5k9C2fbwq7XTy { width:3.0625rem;height:3.0625rem;top:51.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUWqvqVPIZnk2ltE5tWBzAffhUzbqsn { width:3.0625rem;height:1.875rem;top:52.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdauTOlSiz2q5REQQShsfldWzR5597UT { top:44.875rem;left:0.5rem;width:19rem;height:5.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTvVo4N1pe31t3WvNWz8yzoUaoGLcUR { display:block; }
 }@media only screen and (max-width: 763px) { #goBWKldUAkK4FbZZeWzUhGS0ppl8XKO0 { width:3.8125rem;height:1.875rem;top:52.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtkPDfQ8bHsAA8AmA27Lkfk1Gla3U4sr { width:20rem;height:1.46179375rem;top:57.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr { width:20rem;height:117.331875rem;top:64.5rem;left:0rem;font-size:0.75rem;display:block; }#XTcGO2MM05lV1gbZOyaL7f9hFCeAZflr li:before{  }
 }@media only screen and (max-width: 763px) { #xwQRq9iQy1TkiUAKoFNcQV5qIDxEI5Fg { width:20rem;height:117.94248125rem;top:178.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekx2VzmriJT8bgDt5LwHxAPcWlFJPOfC { width:20rem;height:13.4009rem;top:296.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7XxP8sICTWpZKkNTRzkvHRTxu8Mtlr { width:20rem;height:27.2925rem;top:313.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hudrTlWOAM7zD7AFUSttTSLUSsiCSg { width:20rem;height:2.8424657534247rem;top:60.375rem;left:0rem;display:block; }
 }