.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:222,237,231;--color-primary-1:147,195,176;--color-primary-2:38,135,96;--color-primary-3:19,68,48;--color-primary-4:6,20,14;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:179,201,195;--color-tertiary-2:0,76,56;--color-tertiary-3:0,38,28;--color-tertiary-4:0,8,6;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { background-color: transparent; background-image: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .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); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { border-width: 0; border-radius: 0; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#VSD9iSUQGiosrAw2AhgbDXIF9bdmvFZl { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.59286218881607rem;left:61.835050582886rem;display:block; }
#uJugn43xzqb18Fg8muUmOCsDOaRDPBgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZU8PRDK210VcMysLngIgEODrToJeRyv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:0.93749994039537rem;left:1.3760643005371rem;height:1.3125rem;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;display:block; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .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; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.230625rem;padding-right:0.18875rem;padding-bottom:0.230625rem;padding-left:0.18875rem;display:block;align-items:center;width:1.131875rem;min-width:1.131875rem;height:1.235rem;position:relative;font-family:var(--headlines-font-family);font-size:0.92125rem;font-weight:700;line-height:19.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.143125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.50875rem;height:0.4875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.345rem;font-weight:400;line-height:7.8px;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; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 { 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:10.0625rem;height:2.326875rem;padding-top:0.288125rem;padding-right:0.27rem;padding-bottom:0.288125rem;padding-left:0.27rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.061248779296875rem;left:13.834693908691rem;z-index:5003; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tbxwr727PiVH0bik63HpMcJqW877hTdU { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #priD05cel4VTNEb68T2yqVxJh0TMqWWe { width:auto; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #uOzVBTvBO2ya9ft1rQ4FbXgoLHfG0B4s {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #o2nCW95fiX97z8fSnnWwWecbWHWo8wLR { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #d8GSnLFBFCtzq5Z01Px8FWZnkOo77XC9 {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mvArEO56qdvzHUlH3TurThCDoQwsrHAX {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #fPMOrW9QHVF6Rez3dTUO0XDqdz5Pbp2V { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #cKUS0Htn7cbxTDPoVeCdHTwO9uPFA0cN {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mTwrPeCHTLVBgu5PLdaVw7lf1xXH4DpQ {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tqigb66Qm731E2cUyCyNJ09umKyZTKfP { display:flex;position:relative;top:0rem;left:0rem; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #STmWZWlRetRLGQyugZLq9HVcKBvvOkJr {  }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #sLSvRK7Ckq71wEiJlIha4BtUVN12Oz52 {  }
#U6xCCu6kKhy4pXXOg3ONwCqHGhRLPCxr { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:0.93749994039537rem;left:1.3760643005371rem;height:1.31225625rem;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;display:none; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-primary-3),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10.375rem;left:0rem;height:10.349125rem;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;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-primary-3),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:22.4375rem;left:1.6875rem;height:3.3994125rem;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;display:block; }
#Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { position:absolute;display:block;z-index:15000;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:42.25rem;width:31.75rem;display:none; }
#RA6HbEgry4BSoGPUVEyLVsxBMhTCPEcE { color:rgba(var(--color-primary-2),1);display:block;width:60.7469375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:1.3125rem;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;display:block; }
#w1noIzp8CNm1bSe7qeSfuUnTN3wbTUy5 { box-sizing:content-box;height:6.625rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:52.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#factKUyRMgsrvWgBaBnxslBmLcVHIcvo { color:rgba(var(--color-primary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:29.375rem;left:53.6875rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hNO5TuzUTk9ai4d0PLru2aTXkwdQUEKT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:31.5rem;left:54.9375rem;height:2.625rem;text-align:right;text-align-last:right;display:block; }
#FP6KA3E1PoVCNSXw17ARCFHNNQKenOkA { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:25.4375rem;top:8.3125rem;left:45.5625rem;overflow:hidden;display:block; }
#LmAEeiIfsMDqkAVoRFibyn1A0ca8IUJ0 { box-sizing:content-box;height:2.8125rem;width:0.186434375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:0rem;display:block; }
#FZOl51Vbky3U5GM5nBkxo2gKnkmeCNCd { 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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-2),0.5) ;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9351875rem;height:3.6239375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.6875rem;left:0rem;display:block; }
#mez1nkvU6HcfKpDqeTHiaBEbwALDdiPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fgXSlNftbxruFmJ4v6rsI5U2rmBEPyd1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:31rem;left:53.6875rem;height:2.24964375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fl9yedRF3ZSHd6O17yws8OqHvorHvgtg { color:rgba(var(--color-tertiary-2),1);display:block;width:14.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:33.375rem;left:54.875rem;height:2.6242875rem;text-align:right;text-align-last:right;display:none; }
#N8K61LOIXNXiyHEsdsAwyc7bLHJf4yMK { box-sizing:content-box;height:6.625rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffffd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffffd1' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:52.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#E2GqRbaZvLHx7KNl9weUTTqQgJt70oze { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zTxSzrqBOXSnNmTcGe4qhZx5PuAe12JZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MsSKwx8K64XPEh45za2qcUEuAtduBw6W { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:26rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:none; }
#GZAcDk5J0TAeUcWU7yDR2eBTR84kg8D1 { color:rgba(var(--color-primary-2),1);display:block;width:37.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:27.625rem;left:2.875rem;height:1.69970625rem;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;display:block; }
#ZQz9KhZ45lLFOmxuBEzyTvLLfgXVFnNT { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.375rem;left:0rem;display:block; }
#Bd1aJmISLcJd0QqQT1Xer3u1pRspn2Mq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:27.75rem;left:0.5rem; }
#KmStZ2TwV6GrhedGFvhcdlkfu6fwoODv { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:12.25rem;display:block; }
#GqQGAiJHwm4Z2sI9PrqDU4p7BJFT4122 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.6875rem;left:12.75rem; }
#yJ2t6rwMcW6XfQzwpb9wLEiaqRslhcgQ { color:rgba(var(--color-primary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:27.4375rem;left:15.125rem;height:1.69970625rem;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;display:block; }
#SpqlUKM7Fa9MwoqPL038bC6aiVm13fyd { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:0rem;display:none; }
#qvRbZ47J2tgt8ygQH7S0qNyLNBAwZDuQ { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:15.6875rem;display:none; }
#T1sJDZyMeWvNUCT50DpNU5q1lCua8rAv { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:15.6875rem;display:none; }
#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { background-color: transparent; background-image: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container > .video-iframe-container { display: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container { display: none; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .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); }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { border-width: 0; border-radius: 0; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { color:#ffffff;display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4rem;left:3.75rem;height:2.3999rem;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:left;text-align-last:left;display:block; }
#vCIVURNUsmp4Vbn5D7h5BKKdgp7HZKc0 { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4rem;left:14.75rem;display:block; }
#SGkOcPbydBqCfmePbnZvJZrUXbQSAXGq { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:25.5rem;left:38.875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#a1vxqRTI2vOGNwzXzVz4hNFrA2FK86T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:32.25rem;left:42.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pofvt3HpqU9ODs63BpSyv6T6R5zmTBrr { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:27.8125rem;left:43.3125rem; }
#Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:25.4375rem;left:11.3125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:32.1875rem;left:15.0625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KC3TH3xJPyEBEBPctLap9P2TvJbANTqS { box-sizing:content-box;height:13.8125rem;width:23.875rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:41rem;left:11.375rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:9.875rem;left:38.9375rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:16.625rem;left:42.6875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T46yfEnRWgnJIJQDQHO1VgdrAe9otSZ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:47.75rem;left:15.125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:9.8125rem;left:11.375rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:16.5625rem;left:15.125rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eM0TpfRbCfPpVIAbGhMHaB7t35rxTROU { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:27.8125rem;left:15.375rem; }
#mqPeKwqILyooJDsisdltWiJ5tRMU8DFq { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:12.125rem;left:43.375rem; }
#J4T0yZZQDTwXA8d9ObVk2UwNBf809Fqt { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:43.5625rem;left:15.87428855896rem; }
#yreQyxUWwKd1puXP2ewZOVvWgTKzyMqD { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:15.6875rem; }
#nCp2lkp9c43lrelImNCKhlhlzMWk1GHV { box-sizing:content-box;height:2.499275rem;width:0.185185rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.6875rem;left:3.75rem;display:block; }
#kIqwos6O7oPRzyDFRTXSCkFJ1a04rwdG { color:rgba(var(--color-primary-2),1);display:block;width:44.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.5rem;left:13.0625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N4OxD0T9m06SATsoIC4fWLMHOZ7ay2oR { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.8125rem;left:15.0625rem;display:block; }
#DPmQxpTOZexB0ffl8I7LBB8T934JtR12 { box-sizing:content-box;height:3.5617875rem;width:3.5617875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:14.8125rem;display:block; }
#X21bTSTf7yAqaD4pFGaTGGvgM3NsT7C0 { box-sizing:content-box;height:3.5612rem;width:3.5612rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:15.0625rem;display:block; }
#lT5kdEp43uzmALnIKIvG3ns8JlECAhcT { box-sizing:content-box;height:3.5612rem;width:3.5612rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:42.75rem;display:block; }
#GHECTTKwuQOXrqgHd6cTLGcmFWdT8QF6 { box-sizing:content-box;height:3.5617875rem;width:3.5617875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.25rem;left:42.5rem;display:block; }
#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { background-color: transparent; background-image: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container > .video-iframe-container { display: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container { display: none; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .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); }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { border-width: 0; border-radius: 0; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:43.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { color:rgba(var(--color-primary-3),1);display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.6875rem;left:3.875rem;height:2.3999rem;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:left;text-align-last:left;display:block; }
#t8curBOmkrSS82c5AiH5BBTV7UUegOSP { color:rgba(var(--color-primary-3),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.6;letter-spacing:0;top:15.125rem;left:15.5rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:9.875rem;left:12.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { color:rgba(var(--color-primary-3),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:15.125rem;left:43.25rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:31.6875rem;left:15.5rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { color:rgba(var(--color-primary-3),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:31.6875rem;left:43.25rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:9.875rem;left:40.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:26.4375rem;left:12.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#hteycZDUGKH0eHciHeNP6SG27mnOG5lA { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:26.4375rem;left:40.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(229,223,218,0.62);border-left:0.0625rem solid rgba(229,223,218,0.62);border-right:0.0625rem solid rgba(229,223,218,0.62);border-bottom:0.0625rem solid rgba(229,223,218,0.62);display:block; }
#KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:28.5625rem;left:43.1875rem; }
#LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:28.5625rem;left:15.5rem; }
#dETPsltVluFPDMpbwnHD6etQWRAHhs70 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:11.8125rem;left:43.1875rem; }
#N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:11.8125rem;left:15.5rem; }
#gicMHt4t3TuIrx2n1Lvl3NMym7TJQxIv { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:11.8125rem;left:43.1875rem;display:none; }
#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { background-color: transparent; background-image: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .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); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { border-width: 0; border-radius: 0; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:3.875rem;left:32.375rem;height:;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:left;text-align-last:left;display:block; }
#bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { color:rgba(var(--color-tertiary-2),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.125rem;left:32.375rem;height:27rem;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:left;text-align-last:left;display:block; }
#zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { position:absolute;display:block;z-index:15009;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:34.5623125rem;width:26.624625rem;top:4.0616219043732rem;left:3.7668666839599rem;overflow:hidden;display:block; }
#w4lKzbQB3xqdFc83EcqwiIWTmNOetdqI { box-sizing:content-box;height:6.625rem;width:18rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.625rem;left:2.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sXryFwhf08gGta16eqTzPKiulp5o81ab { color:rgba(var(--color-primary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:29.749267578125rem;left:4.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRaW6qiblB3Xt102yKy818luDb1vJfBy { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:31.6875rem;left:4.375rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#CLmReBt2sEtbM57updaxFxif985XsbzA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ZQG9qp1VSGg1gicwoS0B2lmqGFSrADEp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JQJxdoxT5vVpRcxrn3L61dEIQdfiFqcS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:26rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:none; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #147b53, #106845);background-image: -moz-linear-gradient(180deg, #147b53, #106845);background-image: -ms-linear-gradient(180deg, #147b53, #106845);background-image: -o-linear-gradient(180deg, #147b53, #106845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#147b53', endColorstr='#106845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#147b53', endColorstr='#106845' );";background-image: linear-gradient(180deg, #147b53, #106845);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.935546875rem;left:3.87451171875rem;height:6rem;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:left;text-align-last:left;display:block; }
#idQfcbk6O980umq7TxD1d8fpICIGlVlP { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.874755859375rem;left:11.061767578125rem;height:6rem;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:left;text-align-last:left;display:block; }
#t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#KIMGX17xTAox3p9axAXnVAGPVpLkB11h { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#T5HM532y3VJw2eeM03uORKRUaMskFFLK { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#Khsf582OTmDiex3GenGOOz8dKTMtZvWH { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:3.875rem;display:block; }
#nPbcIUZLHfVTg0yFHrc68DXAM0TuTwPP { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:14.6875rem;left:4.5rem; }
#CQAhCnNumzNVQFlnlzhqKwP3wcJ3vfNe { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:3.875rem;display:block; }
#qnWuiiHTA6amnQulJ0qJEWUX1FTs4l29 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:24.0625rem;left:4.5rem; }
#Zb0dPyxDSEkeTMN85y1TeEz2fDivuT02 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:22.220458984375rem;left:11.061767578125rem;height:6rem;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:left;text-align-last:left;display:block; }
#CrF55AkZG6iI69m3ssUy1tgTPvCecchR { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5615rem;width:35.124rem;top:12.9375rem;left:39.8759765625rem;overflow:hidden;display:block; }
#c9nmcXDG5DvqiUGzBI0SToT9Ep2llasi { box-sizing:content-box;height:5.7495125rem;width:0.1867675rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.999267578125rem;left:9.3115234375rem;display:block; }
#ukoRgvyEnAGDhk2MZqlpr7dkeHIb2FnM { box-sizing:content-box;height:5.7495125rem;width:0.185546875rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.34375rem;left:9.3115234375rem;display:block; }
#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container { background-color: transparent; background-image: none; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container > .video-iframe-container { display: none; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row > .video-iframe-container { display: none; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .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); }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container { border-width: 0; border-radius: 0; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#edBsQOUVWQyfBtUch222oowomOXi2vW3 { position:absolute;display:block;z-index:5003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.9375rem;width:27.5625rem;top:4.625rem;left:39.875rem;display:block; }
#r8O23yhgRTE70Iekq48fut4aToANLeo9 { color:rgba(var(--color-primary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.625rem;left:3.875rem;height:2.5996125rem;font-style:normal;display:block; }
#SO12XzQeMRrKpV1PJoHkql5x8D92ZbfE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.010498046875rem;left:3.87451171875rem;height:1.5rem;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; }
#TXaVLlrn46k5CnBwBJLoE8xWatHXwA4t { box-sizing:content-box;height:31.75rem;width:27.5625rem;position:absolute;display:block;z-index:5000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.8125rem;left:39.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#QF1x5LBlVDm0S7dNHDgsO0eaBTqv1x7D { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:10.4375rem;left:41.125rem;height:1.57470625rem;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;font-style:normal;display:block; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-form-header {  }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-primary-3),1);width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-primary-3),1);font-size:0.5rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),1);font-size:0.5rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:24.8125rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.5625rem;overflow:hidden;font-style:normal;float:none; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-container:first-of-type{padding-top:0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-container:last-of-type{padding-bottom:0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:5001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.3125rem;left:40.125rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem;display:block;vertical-align:top; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N {display:block;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:5001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.3125rem;left:40.125rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #TFDPduarEzzWQaE7tyDisdn1p9V0Tv9w { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #xA56WTT5zInJv9IlLVEFo6uURKc3tTWl { position:relative;display:block; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #DR4SZQiOJQh9UFI8mZphM2iXISXTpT81 { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #SDpzUPvUQ3dcTWNWdvoKWf8U4NkTN2nl { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #zzOmC3RuyKZE6kpFD5d1BURHOv1Iui90 { position:relative;display:block; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #OkKNqmnksHDnEqBwiZ8WH1mTcd4fTJE9 { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #xJdth8S3sKTTwNcZWJry1WVVn8nyHqMJ { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #TTs8J9AMUqw37aGIDDTEnLhQ8vgKaHL9 { position:relative;display:block; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #tT4JUHyqXJ5bZxIM7I8zQXgmRwtFTKlL { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #nmEm6dcZRREM447A1oECPvlb7mNSQ7rg { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #zBkzCAbQKoTfrfgy3hib0NwDRNXfh4HP { position:relative;z-index:2; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #L7JKptLLPtDe2FP0LXMhGCPXawcgC1Px { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #r1Rory9p31LKcncozfVKbdQyUicaQ0mr { position:relative; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #bpyWXwFQLJ2eMy5ZngqTAvE3t8T43GTv { position:relative; }
#DGMR8g3p2WnbkSvXDaEhDHbSRNkEhevS { color:rgba(var(--color-primary-2),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:5.75rem;height:1.69970625rem;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;display:block; }
#QmrwOpxfZvJg5eOT8vgDzKUVTe3FXgVI { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:19.375rem;display:block; }
#sN855nUe80pqOn21GlIzpBXtBnZey0qK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:17.9375rem;left:19.875rem; }
#Ae3QoiKe6uT8bhLrcJsOf2QPrNKAcF4D { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:20.25rem;left:19.4375rem;height:1.69970625rem;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;display:block; }
#MfIwc8KAp3JTbvFMQ9lDUDAzg0I6lCFF { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:5.5625rem;display:block; }
#x13DtaX0EBc954gAmGiKN2VAgGtdZtXL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:17.8125rem;left:6.0625rem; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .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; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.230625rem;padding-right:0.18875rem;padding-bottom:0.230625rem;padding-left:0.18875rem;display:block;align-items:center;width:1.131875rem;min-width:1.131875rem;height:1.235rem;position:relative;font-family:var(--headlines-font-family);font-size:0.92125rem;font-weight:700;line-height:19.76px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.143125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.50875rem;height:0.4875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.345rem;font-weight:400;line-height:7.8px;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; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd { 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:9.8748125rem;height:2.1875rem;padding-top:0.288125rem;padding-right:0.27rem;padding-bottom:0.288125rem;padding-left:0.27rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.5625rem;left:45.5rem;z-index:5004; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #LKQOuAcnmkNvCHtOpoG3cGMIQwGNwpAT { display:flex;position:relative;top:0rem;left:0rem; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #wIGne8DcPpZM1CWLImb6dIBLfDwqyx4i { width:auto; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #LpIBZAr7ngqsnNn7KAncM5Hm2vDJJkAB {  }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #leUaotupAvNN1qlWadwV88iDclFoPsry { display:flex;position:relative;top:0rem;left:0rem; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #X6TvyOaUvs1T171dF5Ve4UVQr52QsIyi {  }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #NHlC2B1Oq3rrgHIB6cykqPa2ypaECtFc {  }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #C6TaZHg3gGnfWrLua2xKAy56Xurke2wZ { display:flex;position:relative;top:0rem;left:0rem; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #Cd4PSWQPBlFcTTFke0hF8c4IvNtaJ1Bb {  }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #HrfPwlTBoCo9adqTinw3TTSCf8WnqrCf {  }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #q9EZzuqednZvoiBgTQNSmR0RT8MNBcdV { display:flex;position:relative;top:0rem;left:0rem; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #youoN2PJ6BAvTDQzGvNTGM3L0ZgOR7Fm {  }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #FxkFEU8wtdsZlopHohapp3WS9AthX60z {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .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; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.336875rem;padding-right:0.280625rem;padding-bottom:0.336875rem;padding-left:0.280625rem;display:block;align-items:center;width:1.680625rem;min-width:1.680625rem;height:1.799375rem;position:relative;font-family:var(--headlines-font-family);font-size:1.34375rem;font-weight:700;line-height:28.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.241875rem;height:0.709375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.503125rem;font-weight:400;line-height:11.35px;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; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE { 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:12.9375rem;height:3.39125rem;padding-top:0.420625rem;padding-right:0.40125rem;padding-bottom:0.420625rem;padding-left:0.40125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.0625rem;left:46.125rem;z-index:5004; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #PIHP3pHGrXSq70DNc0cJoQkMO2qy9IJf { display:flex;position:relative;top:0rem;left:0rem; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #xQ1zGNEd1QEwS3UHlOfhouRPmgXoyrhr { width:auto; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #bTfTvhEqETklEFvifXJqreVIXulBDsMR {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #zw4JhgGR647uhzJwxgZUK1DVUgNJuBii { display:flex;position:relative;top:0rem;left:0rem; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #cggVJ1BT64LlsEh1fpmpypQouiTZIVMV {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #TIP4Zblx7xbfqSaCRgJrmugk6UbpEueL {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #q4g9v0XEDJBohMmxAWdSx1T8O7ErEuzz { display:flex;position:relative;top:0rem;left:0rem; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #c3vzTZUTA4EJkXDozVFT84Po9xAS64Vw {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #yb7O7QP2ZSqIG15WrfSxMRUO43pGzwZd {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #TNszwwf3c8RfyUObHe7Lmb33DFOeeQNu { display:flex;position:relative;top:0rem;left:0rem; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #u5HGhevXuLyzLO4OsP8WbTgcFHwsFBTL {  }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #LiwK8TSETPpAUEDJ2lqCHmsiyUPJ1dTi {  }
#ydwpOiBXiCGTtoq5HWaBSW8IBXrSSFFQ { color:rgba(var(--color-secondary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:34.125rem;left:45.25rem;height:0.9375rem;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; }
#lT3mgnUB1bbzMcfZVUNLs1yJUcDLEThm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99989375rem;width:0.99989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:34.0625rem;left:44rem; }
#rHvLxTbVCA5rzAf3cx8cJk46ckFZXbHT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:34.25rem;left:55.625rem; }
#gpQxRLTP6MiQfBMihOec6442xXXyuvDT { color:rgba(var(--color-secondary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:34.125rem;left:56.9375rem;height:0.9375rem;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; }
#sAQ8wWUAQB8Z6eMaOU6HQ687iz1C9iCE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:4.99951171875rem;height:1.6875rem;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; }
#h4039hvNZs5IEubxCl4oPvqSdVZq5Ksg { box-sizing:content-box;height:7rem;width:12rem;position:absolute;display:block;z-index:4999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.4375rem;left:3.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IFcv1fOTpAzl7ws6d7BU9M6SheiF3g1N { box-sizing:content-box;height:1.25rem;width:0.186035rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:3.875rem;display:block; }
#XBAHgpQ150Q4hZ4Zk3EC7bbGaiWvFiTP { box-sizing:content-box;height:6.875rem;width:11.75rem;position:absolute;display:block;z-index:5000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.4375rem;left:17.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#I7c4h2xeg7ItqokcDAtw7xnvRtr3MhbZ { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:0rem;display:none; }
#uyy01n6knymRBkPtl3We2Totn7KAkNdq { color:rgba(var(--color-primary-2),1);display:block;width:37.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:27.0625rem;left:2.875rem;height:1.69921875rem;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;display:none; }
#CpW1G9hENuCC6g1TopGMKvZlLHixtFwl { color:rgba(var(--color-primary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:26.875rem;left:15.125rem;height:1.69921875rem;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;display:none; }
#llwqxvKtdHSiyThhqtEdVmcfcVVTHavd { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:15.6875rem;display:none; }
#o10PksXLp2Zw9a7SCePMVUaiFxEFChEH { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:0rem;display:none; }
#o68RgPM9SicCdfKVlF1k8z5SUvFOymoI { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.1875rem;left:15.6875rem;display:none; }
#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 { 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; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { background-color: transparent; background-image: none; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container > .video-iframe-container { display: none; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row > .video-iframe-container { display: none; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .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); }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { border-width: 0; border-radius: 0; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#TSNeKOnRmr4mf6F02Tp20iCbe9aQVCLW { position:absolute;display:block;z-index:15000;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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#cdpqlECvFvD8oNZpoGUJoKySZfthxAEm { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;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;display:block; }
#RhX3tBDK755mfCrSIeWZ4PsRMUVyWT9u { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;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;display:block; }
#z4d5Z2duWyxrQfirlOnaA3SMVrVJRO6f { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;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;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSD9iSUQGiosrAw2AhgbDXIF9bdmvFZl { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJugn43xzqb18Fg8muUmOCsDOaRDPBgM { display:block; }
 }@media only screen and (max-width: 763px) { #hZU8PRDK210VcMysLngIgEODrToJeRyv { top:0.875rem;left:0rem;width:17.25rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .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; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .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; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 { display:flex;width:18rem;height:5.0625rem;top:0.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tbxwr727PiVH0bik63HpMcJqW877hTdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #priD05cel4VTNEb68T2yqVxJh0TMqWWe {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #uOzVBTvBO2ya9ft1rQ4FbXgoLHfG0B4s {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #o2nCW95fiX97z8fSnnWwWecbWHWo8wLR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #d8GSnLFBFCtzq5Z01Px8FWZnkOo77XC9 {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mvArEO56qdvzHUlH3TurThCDoQwsrHAX {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #fPMOrW9QHVF6Rez3dTUO0XDqdz5Pbp2V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #cKUS0Htn7cbxTDPoVeCdHTwO9uPFA0cN {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mTwrPeCHTLVBgu5PLdaVw7lf1xXH4DpQ {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tqigb66Qm731E2cUyCyNJ09umKyZTKfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #STmWZWlRetRLGQyugZLq9HVcKBvvOkJr {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #sLSvRK7Ckq71wEiJlIha4BtUVN12Oz52 {  }
 }@media only screen and (max-width: 763px) { #U6xCCu6kKhy4pXXOg3ONwCqHGhRLPCxr { top:4.75rem;left:0rem;width:5.4375rem;height:1.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:10.375rem;left:0rem;width:43.125rem;height:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:22.4375rem;left:0rem;width:37.875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { width:31.75rem;height:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RA6HbEgry4BSoGPUVEyLVsxBMhTCPEcE { top:8.1875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1noIzp8CNm1bSe7qeSfuUnTN3wbTUy5 { top:28.625rem;left:29.8125rem;width:17.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #factKUyRMgsrvWgBaBnxslBmLcVHIcvo { top:29.375rem;left:31.8125rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNO5TuzUTk9ai4d0PLru2aTXkwdQUEKT { top:31.5rem;left:33rem;width:14.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP6KA3E1PoVCNSXw17ARCFHNNQKenOkA { top:8.3125rem;left:22.3125rem;width:25.4375rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmAEeiIfsMDqkAVoRFibyn1A0ca8IUJ0 { top:22.75rem;left:0rem;width:0.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZOl51Vbky3U5GM5nBkxo2gKnkmeCNCd { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mez1nkvU6HcfKpDqeTHiaBEbwALDdiPJ { display:block; }
 }@media only screen and (max-width: 763px) { #fgXSlNftbxruFmJ4v6rsI5U2rmBEPyd1 { top:31rem;left:31.8125rem;width:15.9375rem;height:2.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fl9yedRF3ZSHd6O17yws8OqHvorHvgtg { top:33.375rem;left:33rem;width:14.75rem;height:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8K61LOIXNXiyHEsdsAwyc7bLHJf4yMK { top:30.4375rem;left:29.8125rem;width:17.9375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E2GqRbaZvLHx7KNl9weUTTqQgJt70oze { display:none; }
 }@media only screen and (max-width: 763px) { #zTxSzrqBOXSnNmTcGe4qhZx5PuAe12JZ { top:24.125rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MsSKwx8K64XPEh45za2qcUEuAtduBw6W { top:26rem;left:0rem;width:26.375rem;height:1.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZAcDk5J0TAeUcWU7yDR2eBTR84kg8D1 { top:27.625rem;left:0rem;width:37.8125rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQz9KhZ45lLFOmxuBEzyTvLLfgXVFnNT { top:27.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1aJmISLcJd0QqQT1Xer3u1pRspn2Mq { top:27.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmStZ2TwV6GrhedGFvhcdlkfu6fwoODv { top:27.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqQGAiJHwm4Z2sI9PrqDU4p7BJFT4122 { top:27.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ2t6rwMcW6XfQzwpb9wLEiaqRslhcgQ { top:27.4375rem;left:1.5rem;width:20.4375rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpqlUKM7Fa9MwoqPL038bC6aiVm13fyd { top:26.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvRbZ47J2tgt8ygQH7S0qNyLNBAwZDuQ { top:12.1875rem;left:2.0625rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1sJDZyMeWvNUCT50DpNU5q1lCua8rAv { top:12.1875rem;left:2.0625rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { top:4rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCIVURNUsmp4Vbn5D7h5BKKdgp7HZKc0 { top:4rem;left:1.125rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGkOcPbydBqCfmePbnZvJZrUXbQSAXGq { top:25.5rem;left:23.6875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vxqRTI2vOGNwzXzVz4hNFrA2FK86T7 { top:32.25rem;left:29rem;width:17.625rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pofvt3HpqU9ODs63BpSyv6T6R5zmTBrr { top:27.8125rem;left:29.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { top:25.4375rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { top:32.1875rem;left:1.4375rem;width:18.9375rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC3TH3xJPyEBEBPctLap9P2TvJbANTqS { top:41rem;left:0rem;width:23.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { top:9.875rem;left:23.6875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { top:16.625rem;left:29.0625rem;width:15.75rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46yfEnRWgnJIJQDQHO1VgdrAe9otSZ1 { top:47.75rem;left:1.5rem;width:18.4375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { top:9.8125rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { top:16.5625rem;left:1.5rem;width:17.25rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0TpfRbCfPpVIAbGhMHaB7t35rxTROU { top:27.8125rem;left:1.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqPeKwqILyooJDsisdltWiJ5tRMU8DFq { top:12.125rem;left:29.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4T0yZZQDTwXA8d9ObVk2UwNBf809Fqt { top:43.5625rem;left:2.2492885589599rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yreQyxUWwKd1puXP2ewZOVvWgTKzyMqD { top:12.1875rem;left:2.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCp2lkp9c43lrelImNCKhlhlzMWk1GHV { top:10.6875rem;left:0rem;width:0.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqwos6O7oPRzyDFRTXSCkFJ1a04rwdG { top:8.5rem;left:0rem;width:44.8125rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4OxD0T9m06SATsoIC4fWLMHOZ7ay2oR { top:42.8125rem;left:1.4375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmQxpTOZexB0ffl8I7LBB8T934JtR12 { top:27.1875rem;left:1.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21bTSTf7yAqaD4pFGaTGGvgM3NsT7C0 { top:11.625rem;left:1.4375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5kdEp43uzmALnIKIvG3ns8JlECAhcT { top:11.625rem;left:29.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHECTTKwuQOXrqgHd6cTLGcmFWdT8QF6 { top:27.25rem;left:28.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { top:4.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8curBOmkrSS82c5AiH5BBTV7UUegOSP { top:15.125rem;left:1.875rem;width:18rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { top:9.875rem;left:0rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { top:15.125rem;left:29.625rem;width:18rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { top:31.6875rem;left:1.875rem;width:17.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { top:31.6875rem;left:29.625rem;width:18rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { top:9.875rem;left:23.875rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { top:26.4375rem;left:0rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteycZDUGKH0eHciHeNP6SG27mnOG5lA { top:26.4375rem;left:23.875rem;width:23.75rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { top:28.5625rem;left:29.5625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { top:28.5625rem;left:1.875rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETPsltVluFPDMpbwnHD6etQWRAHhs70 { top:11.8125rem;left:29.5625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { top:11.8125rem;left:1.875rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gicMHt4t3TuIrx2n1Lvl3NMym7TJQxIv { top:11.8125rem;left:29.5625rem;width:2.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { top:3.8125rem;left:8.875rem;width:38.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { top:8.125rem;left:7.75rem;width:40rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { top:4rem;left:0rem;width:26.5625rem;height:34.4816659683rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4lKzbQB3xqdFc83EcqwiIWTmNOetdqI { top:28.625rem;left:0rem;width:17.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXryFwhf08gGta16eqTzPKiulp5o81ab { top:29.6875rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRaW6qiblB3Xt102yKy818luDb1vJfBy { top:31.6875rem;left:0rem;width:14.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLmReBt2sEtbM57updaxFxif985XsbzA { display:none; }
 }@media only screen and (max-width: 763px) { #ZQG9qp1VSGg1gicwoS0B2lmqGFSrADEp { top:24.125rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQJxdoxT5vVpRcxrn3L61dEIQdfiFqcS { top:26rem;left:0rem;width:26.375rem;height:1.3125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { top:3.875rem;left:0rem;width:47.75rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { top:12.8125rem;left:0rem;width:33.125rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIMGX17xTAox3p9axAXnVAGPVpLkB11h { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5HM532y3VJw2eeM03uORKRUaMskFFLK { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Khsf582OTmDiex3GenGOOz8dKTMtZvWH { top:14.0625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbcIUZLHfVTg0yFHrc68DXAM0TuTwPP { top:14.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAhCnNumzNVQFlnlzhqKwP3wcJ3vfNe { top:23.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnWuiiHTA6amnQulJ0qJEWUX1FTs4l29 { top:24.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb0dPyxDSEkeTMN85y1TeEz2fDivuT02 { top:22.1875rem;left:0rem;width:28.125rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrF55AkZG6iI69m3ssUy1tgTPvCecchR { top:12.9375rem;left:12.6875rem;width:35.0625rem;height:19.527248996413rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9nmcXDG5DvqiUGzBI0SToT9Ep2llasi { top:12.9375rem;left:0rem;width:0.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukoRgvyEnAGDhk2MZqlpr7dkeHIb2FnM { top:22.3125rem;left:0rem;width:0.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u { display:block; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edBsQOUVWQyfBtUch222oowomOXi2vW3 { width:27.5rem;height:4.875rem;top:4.625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8O23yhgRTE70Iekq48fut4aToANLeo9 { top:4.625rem;left:0rem;width:34.5625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO12XzQeMRrKpV1PJoHkql5x8D92ZbfE { top:12rem;left:0rem;width:33rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaVLlrn46k5CnBwBJLoE8xWatHXwA4t { top:4.8125rem;left:20.25rem;width:27.5rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF1x5LBlVDm0S7dNHDgsO0eaBTqv1x7D { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-regular-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-text { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-textarea { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-select { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-button { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-checkbox-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N  { width:24.8125rem;height:auto;top:11.3125rem;left:20.4375rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .radio-container { width:24.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N {display:block;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N { width:24.8125rem;height:auto;top:11.3125rem;left:20.4375rem; }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #TFDPduarEzzWQaE7tyDisdn1p9V0Tv9w {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #xA56WTT5zInJv9IlLVEFo6uURKc3tTWl {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #DR4SZQiOJQh9UFI8mZphM2iXISXTpT81 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #SDpzUPvUQ3dcTWNWdvoKWf8U4NkTN2nl {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #zzOmC3RuyKZE6kpFD5d1BURHOv1Iui90 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #OkKNqmnksHDnEqBwiZ8WH1mTcd4fTJE9 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #xJdth8S3sKTTwNcZWJry1WVVn8nyHqMJ {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #TTs8J9AMUqw37aGIDDTEnLhQ8vgKaHL9 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #tT4JUHyqXJ5bZxIM7I8zQXgmRwtFTKlL {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #nmEm6dcZRREM447A1oECPvlb7mNSQ7rg {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #zBkzCAbQKoTfrfgy3hib0NwDRNXfh4HP {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #L7JKptLLPtDe2FP0LXMhGCPXawcgC1Px {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #r1Rory9p31LKcncozfVKbdQyUicaQ0mr {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #bpyWXwFQLJ2eMy5ZngqTAvE3t8T43GTv {  }
 }@media only screen and (max-width: 763px) { #DGMR8g3p2WnbkSvXDaEhDHbSRNkEhevS { top:20.25rem;left:0rem;width:29.6875rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmrwOpxfZvJg5eOT8vgDzKUVTe3FXgVI { top:17.4375rem;left:5.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN855nUe80pqOn21GlIzpBXtBnZey0qK { top:17.9375rem;left:6.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae3QoiKe6uT8bhLrcJsOf2QPrNKAcF4D { top:20.25rem;left:5.8125rem;width:14.8125rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfIwc8KAp3JTbvFMQ9lDUDAzg0I6lCFF { top:17.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x13DtaX0EBc954gAmGiKN2VAgGtdZtXL { top:17.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .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; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .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; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd { display:flex;width:18rem;height:5.0625rem;top:0.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #LKQOuAcnmkNvCHtOpoG3cGMIQwGNwpAT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #wIGne8DcPpZM1CWLImb6dIBLfDwqyx4i {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #LpIBZAr7ngqsnNn7KAncM5Hm2vDJJkAB {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #leUaotupAvNN1qlWadwV88iDclFoPsry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #X6TvyOaUvs1T171dF5Ve4UVQr52QsIyi {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #NHlC2B1Oq3rrgHIB6cykqPa2ypaECtFc {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #C6TaZHg3gGnfWrLua2xKAy56Xurke2wZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #Cd4PSWQPBlFcTTFke0hF8c4IvNtaJ1Bb {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #HrfPwlTBoCo9adqTinw3TTSCf8WnqrCf {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #q9EZzuqednZvoiBgTQNSmR0RT8MNBcdV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #youoN2PJ6BAvTDQzGvNTGM3L0ZgOR7Fm {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #FxkFEU8wtdsZlopHohapp3WS9AthX60z {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .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; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .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; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE { display:flex;width:18rem;height:5.0625rem;top:0.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #PIHP3pHGrXSq70DNc0cJoQkMO2qy9IJf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #xQ1zGNEd1QEwS3UHlOfhouRPmgXoyrhr {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #bTfTvhEqETklEFvifXJqreVIXulBDsMR {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #zw4JhgGR647uhzJwxgZUK1DVUgNJuBii { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #cggVJ1BT64LlsEh1fpmpypQouiTZIVMV {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #TIP4Zblx7xbfqSaCRgJrmugk6UbpEueL {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #q4g9v0XEDJBohMmxAWdSx1T8O7ErEuzz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #c3vzTZUTA4EJkXDozVFT84Po9xAS64Vw {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #yb7O7QP2ZSqIG15WrfSxMRUO43pGzwZd {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #TNszwwf3c8RfyUObHe7Lmb33DFOeeQNu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #u5HGhevXuLyzLO4OsP8WbTgcFHwsFBTL {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #LiwK8TSETPpAUEDJ2lqCHmsiyUPJ1dTi {  }
 }@media only screen and (max-width: 763px) { #ydwpOiBXiCGTtoq5HWaBSW8IBXrSSFFQ { top:34.125rem;left:31.625rem;width:12.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3mgnUB1bbzMcfZVUNLs1yJUcDLEThm { top:34.0625rem;left:30.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHvLxTbVCA5rzAf3cx8cJk46ckFZXbHT { top:34.25rem;left:42rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQxRLTP6MiQfBMihOec6442xXXyuvDT { top:34.125rem;left:38.875rem;width:8.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAQ8wWUAQB8Z6eMaOU6HQ687iz1C9iCE { top:8.75rem;left:0rem;width:17.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4039hvNZs5IEubxCl4oPvqSdVZq5Ksg { top:16.4375rem;left:0rem;width:11.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcv1fOTpAzl7ws6d7BU9M6SheiF3g1N { top:8.875rem;left:0rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBAHgpQ150Q4hZ4Zk3EC7bbGaiWvFiTP { top:16.4375rem;left:4.3125rem;width:11.6875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7c4h2xeg7ItqokcDAtw7xnvRtr3MhbZ { top:26.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyy01n6knymRBkPtl3We2Totn7KAkNdq { top:27.0625rem;left:0rem;width:37.8125rem;height:1.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpW1G9hENuCC6g1TopGMKvZlLHixtFwl { top:26.875rem;left:1.5rem;width:20.375rem;height:1.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #llwqxvKtdHSiyThhqtEdVmcfcVVTHavd { top:12.1875rem;left:2.0625rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o10PksXLp2Zw9a7SCePMVUaiFxEFChEH { top:26.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o68RgPM9SicCdfKVlF1k8z5SUvFOymoI { top:12.1875rem;left:2.0625rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #llVQPJTcdrMl87NN6iw6csaMt2DWVu08 { display:block; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSNeKOnRmr4mf6F02Tp20iCbe9aQVCLW { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpqlECvFvD8oNZpoGUJoKySZfthxAEm { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhX3tBDK755mfCrSIeWZ4PsRMUVyWT9u { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4d5Z2duWyxrQfirlOnaA3SMVrVJRO6f { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { position:relative;z-index:auto;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSD9iSUQGiosrAw2AhgbDXIF9bdmvFZl { width:6.625rem;height:1.25rem;top:0.4365234375rem;left:12.4775390625rem;font-size:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #uJugn43xzqb18Fg8muUmOCsDOaRDPBgM { display:block; }
 }@media only screen and (max-width: 763px) { #hZU8PRDK210VcMysLngIgEODrToJeRyv { width:5.4375rem;height:0;top:2.90625rem;left:2.685546875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .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; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-number { padding-top:0.104375rem;padding-right:0.1075rem;padding-bottom:0.104375rem;padding-left:0.1075rem;width:0.6425rem;min-width:0.6425rem;height:0.5575rem;font-size:0.41625rem;line-height:8.92px;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; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.065rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.8575rem;height:0.219375rem;font-size:0.155625rem;line-height:3.51px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 { display:flex;width:7.4375rem;height:1.050625rem;top:0.5048828125rem;left:4.6291849454365rem;padding-top:0.09625rem;padding-right:0.111875rem;padding-bottom:0.09625rem;padding-left:0.111875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tbxwr727PiVH0bik63HpMcJqW877hTdU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #priD05cel4VTNEb68T2yqVxJh0TMqWWe {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #uOzVBTvBO2ya9ft1rQ4FbXgoLHfG0B4s {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #o2nCW95fiX97z8fSnnWwWecbWHWo8wLR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #d8GSnLFBFCtzq5Z01Px8FWZnkOo77XC9 {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mvArEO56qdvzHUlH3TurThCDoQwsrHAX {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #fPMOrW9QHVF6Rez3dTUO0XDqdz5Pbp2V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #cKUS0Htn7cbxTDPoVeCdHTwO9uPFA0cN {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #mTwrPeCHTLVBgu5PLdaVw7lf1xXH4DpQ {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #Tqigb66Qm731E2cUyCyNJ09umKyZTKfP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #STmWZWlRetRLGQyugZLq9HVcKBvvOkJr {  }
 }@media only screen and (max-width: 763px) { #Z7vPaQNcyQicwppUgvo7vVVNITwx9EA3 #sLSvRK7Ckq71wEiJlIha4BtUVN12Oz52 {  }
 }@media only screen and (max-width: 763px) { #U6xCCu6kKhy4pXXOg3ONwCqHGhRLPCxr { width:5.4375rem;height:1.875rem;top:0.1865234375rem;left:0.8740234375rem;font-size:0.625rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:18rem;height:4.5rem;top:4.5625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:16.5625rem;height:5.0996125rem;top:11.5625rem;left:2.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { top:38.125rem;left:1.8125001192093rem;width:18.186875rem;height:24.311875rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RA6HbEgry4BSoGPUVEyLVsxBMhTCPEcE { width:14.25rem;height:2.25rem;top:1.4367771148682rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1noIzp8CNm1bSe7qeSfuUnTN3wbTUy5 { width:17.9375rem;height:6.5625rem;top:136.24929826355rem;left:2.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #factKUyRMgsrvWgBaBnxslBmLcVHIcvo { width:15.9375rem;height:0;top:136.81207292175rem;left:2.8126449584961rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNO5TuzUTk9ai4d0PLru2aTXkwdQUEKT { width:14.75rem;height:0;top:139.18692033386rem;left:4.0004348754883rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP6KA3E1PoVCNSXw17ARCFHNNQKenOkA { width:14.9365rem;height:20.625rem;top:26.3125rem;left:2.7802734375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LmAEeiIfsMDqkAVoRFibyn1A0ca8IUJ0 { width:0.125rem;height:4.375rem;top:11.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZOl51Vbky3U5GM5nBkxo2gKnkmeCNCd { width:17.8125rem;height:2.8125rem;top:21.310546875rem;left:1.09375rem;font-size:0.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #mez1nkvU6HcfKpDqeTHiaBEbwALDdiPJ { display:block; }
 }@media only screen and (max-width: 763px) { #fgXSlNftbxruFmJ4v6rsI5U2rmBEPyd1 { width:15.9375rem;height:0;top:27.250355243683rem;left:5.6856061220169rem;font-size:1.5rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #fl9yedRF3ZSHd6O17yws8OqHvorHvgtg { width:14.75rem;height:0;top:29.625473499298rem;left:6.8728619813919rem;font-size:0.875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #N8K61LOIXNXiyHEsdsAwyc7bLHJf4yMK { width:17.9375rem;height:6.5625rem;top:26.688091754913rem;left:3.6857205629349rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #E2GqRbaZvLHx7KNl9weUTTqQgJt70oze { top:39.4375rem;left:6.375rem;width:11.9375rem;height:4.4375rem;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.69));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.69));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.69));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.69)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),0.69)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),0.69));background-size:auto !important;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxSzrqBOXSnNmTcGe4qhZx5PuAe12JZ { width:10.25rem;height:1.3125rem;top:39.9375rem;left:7.25rem;font-size:0.875rem;z-index:15029;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #MsSKwx8K64XPEh45za2qcUEuAtduBw6W { width:12.75rem;height:1.875rem;top:41.375rem;left:7.25rem;font-size:0.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #GZAcDk5J0TAeUcWU7yDR2eBTR84kg8D1 { width:6.0625rem;height:1.2749rem;top:18.0625rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQz9KhZ45lLFOmxuBEzyTvLLfgXVFnNT { width:1.625rem;height:1.625rem;top:17.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd1aJmISLcJd0QqQT1Xer3u1pRspn2Mq { display:flex;width:1.25rem;height:1.25rem;top:49.4384765625rem;left:9.374267578125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmStZ2TwV6GrhedGFvhcdlkfu6fwoODv { width:2.1875rem;height:2.1875rem;top:55.0849609375rem;left:13.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqQGAiJHwm4Z2sI9PrqDU4p7BJFT4122 { display:flex;width:1.25rem;height:1.25rem;top:55.522461328125rem;left:9.374267578125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJ2t6rwMcW6XfQzwpb9wLEiaqRslhcgQ { width:5.625rem;height:1.2749rem;top:18rem;left:12.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SpqlUKM7Fa9MwoqPL038bC6aiVm13fyd { width:1.625rem;height:1.625rem;top:17.875rem;left:10.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qvRbZ47J2tgt8ygQH7S0qNyLNBAwZDuQ { display:flex;width:0.9375rem;height:0.9375rem;top:18.13671875rem;left:1.375rem;font-size:1.9375rem;z-index:15058; }
 }@media only screen and (max-width: 763px) { #T1sJDZyMeWvNUCT50DpNU5q1lCua8rAv { display:flex;width:0.9375rem;height:0.9375rem;top:18.16796875rem;left:10.625rem;font-size:1.9375rem;z-index:15059; }
 }@media only screen and (max-width: 763px) { #siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 { display:block; }#siRRNGbzGRrqZmIQKoMRA2XVwL7FTKm5 > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DL2Q9ZeEFLBcZlDJgRnC0b00JFiXK7IQ { width:15.062125rem;height:1.875rem;top:2rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vCIVURNUsmp4Vbn5D7h5BKKdgp7HZKc0 { width:3.75rem;height:0.124881875rem;top:3.6239375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGkOcPbydBqCfmePbnZvJZrUXbQSAXGq { width:17.8125rem;height:12.5rem;top:61rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1vxqRTI2vOGNwzXzVz4hNFrA2FK86T7 { width:12.375rem;height:2.25rem;top:68rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pofvt3HpqU9ODs63BpSyv6T6R5zmTBrr { display:flex;width:2rem;height:2rem;top:63.875rem;left:4.3125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Mxt2pfSSyBEhzyiBCTrUUya1qEboslF5 { width:17.8125rem;height:12.5rem;top:47.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkAfIoKX8pAoOwOE4sxpJBhgyaoDqz3 { width:14.3125rem;height:4.5rem;top:53.6875rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC3TH3xJPyEBEBPctLap9P2TvJbANTqS { width:17.8125rem;height:12.5rem;top:33.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzIbriw4M4xQPwkJ6qXQmtVCrX0MI519 { width:17.8125rem;height:12.5rem;top:19.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHivIlqT4qtyFN2Tus0oXyVVnHTQqRra { width:12.625rem;height:4.5rem;top:25.75rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46yfEnRWgnJIJQDQHO1VgdrAe9otSZ1 { width:14.875rem;height:4.5rem;top:39.75rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOelqm8cLMBd0JCxAsFWwpb5Rxx2U5g6 { width:17.8125rem;height:12.5rem;top:6rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUvO7J6OxsbMa0wDiXMvwLkunQfAAUbf { width:12.875rem;height:4.5rem;top:11.6875rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0TpfRbCfPpVIAbGhMHaB7t35rxTROU { display:flex;width:2.125rem;height:2.125rem;top:49.8125rem;left:4.25rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #mqPeKwqILyooJDsisdltWiJ5tRMU8DFq { display:flex;width:1.75rem;height:1.75rem;top:22.25rem;left:4.1875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #J4T0yZZQDTwXA8d9ObVk2UwNBf809Fqt { display:flex;width:1.75rem;height:1.75rem;top:36.0625rem;left:4.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #yreQyxUWwKd1puXP2ewZOVvWgTKzyMqD { display:flex;width:2.25rem;height:2.25rem;top:8.0625rem;left:3.9375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #nCp2lkp9c43lrelImNCKhlhlzMWk1GHV { width:0.124881875rem;height:3.125rem;top:2.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIqwos6O7oPRzyDFRTXSCkFJ1a04rwdG { width:9.6875rem;height:0;top:1.3120193481445rem;left:1.1866713762283rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #N4OxD0T9m06SATsoIC4fWLMHOZ7ay2oR { width:3.125rem;height:3.125rem;top:49.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmQxpTOZexB0ffl8I7LBB8T934JtR12 { width:3.125rem;height:3.125rem;top:35.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X21bTSTf7yAqaD4pFGaTGGvgM3NsT7C0 { width:3.125rem;height:3.1875rem;top:7.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5kdEp43uzmALnIKIvG3ns8JlECAhcT { width:3.125rem;height:3rem;top:21.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHECTTKwuQOXrqgHd6cTLGcmFWdT8QF6 { width:3.125rem;height:3.125rem;top:63.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx { display:block; }#TBBOGe0C0gmL7W1oNtnBTFRTrfq98Rlx > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCxawGK7aNcuJftuTGJyOZaSZSpBMW87 { width:17.1875rem;height:1.875rem;top:2.75rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t8curBOmkrSS82c5AiH5BBTV7UUegOSP { width:15.24975rem;height:3.9375rem;top:11rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JKiTebRcVvqMQaoUnctnTNJ3KmSmZkVC { width:18.125rem;height:11.25rem;top:6.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXQ82Ax2QNTxX8pl6BwrNaDJDDo7WboP { width:14.0625rem;height:5.25rem;top:24.6875rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fWRHRRKQBGiMxILCckFTf9qewaq5qCyD { width:14.625rem;height:2.625rem;top:39.5625rem;left:3.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uVtZ7ATZ9wIChLokESKbkDJ1Rsk0q99P { width:15.9375rem;height:3.9375rem;top:53.3125rem;left:2.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QhlbMZP5rEfzFRmZh8eB5APfUGB0RXTH { width:18.125rem;height:11.25rem;top:20.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeqWKAwB6IhFdBMLU6niyc56OXkTmXFI { width:18.125rem;height:11.25rem;top:34.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hteycZDUGKH0eHciHeNP6SG27mnOG5lA { width:18.125rem;height:11.25rem;top:47.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgEptR6SHhEEtWrOLyCAMRF4cMFrBbp { display:flex;width:1.6875rem;height:1.6875rem;top:50.4375rem;left:2.9375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #LmyHqStCzsfa4fsTIK3xrl6PnKUDCArb { display:flex;width:1.6875rem;height:1.6875rem;top:36.1875rem;left:3.1875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #dETPsltVluFPDMpbwnHD6etQWRAHhs70 { display:flex;width:1.6875rem;height:1.6875rem;top:21.6875rem;left:3.1875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #N7Q6zIr2Be4Br6ZHpFhrMOnB2J6oRhiE { display:flex;width:2.25rem;height:2rem;top:64.6865234375rem;left:2.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gicMHt4t3TuIrx2n1Lvl3NMym7TJQxIv { display:flex;width:1.9375rem;height:1.6875rem;top:8.5rem;left:3.1875rem;font-size:1.375rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { width:16.625rem;height:1.75rem;top:2.9375rem;left:1.125rem;font-size:1.25rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { width:17.8125rem;height:32.625rem;top:5.8125rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { width:16.437rem;height:21.312125rem;top:39.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4lKzbQB3xqdFc83EcqwiIWTmNOetdqI { width:17.9375rem;height:6.5625rem;top:28.625rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #sXryFwhf08gGta16eqTzPKiulp5o81ab { width:15.9375rem;height:auto;top:29.6875rem;left:2rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRaW6qiblB3Xt102yKy818luDb1vJfBy { width:14.75rem;height:auto;top:31.6875rem;left:2.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLmReBt2sEtbM57updaxFxif985XsbzA { top:54.25rem;left:6.875rem;width:11.9375rem;height:4.4375rem;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.95), rgba(var(--color-secondary-2),0.87));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.95), rgba(var(--color-secondary-2),0.87));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.95), rgba(var(--color-secondary-2),0.87));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.95), rgba(var(--color-secondary-2),0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.95)', endColorstr='rgba(var(--color-secondary-2),0.87)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.95)', endColorstr='rgba(var(--color-secondary-2),0.87)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.95), rgba(var(--color-secondary-2),0.87));background-size:auto !important;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQG9qp1VSGg1gicwoS0B2lmqGFSrADEp { width:10.25rem;height:1.3125rem;top:54.75rem;left:7.75rem;font-size:0.875rem;z-index:15032;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #JQJxdoxT5vVpRcxrn3L61dEIQdfiFqcS { width:11.25rem;height:1.875rem;top:56.1875rem;left:7.75rem;font-size:0.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { width:16.6875rem;height:7.5rem;top:2.9990234375rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { width:17.8125rem;height:5.625rem;top:16.8125rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { width:8.25rem;height:1.8125rem;top:40.875rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { width:8.25rem;height:1.8125rem;top:38.25rem;left:9.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { width:8.3125rem;height:1.8125rem;top:52.375rem;left:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { width:8.25rem;height:1.8125rem;top:43.6875rem;left:9.9375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { width:10.1875rem;height:1.8125rem;top:49.5625rem;left:0.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { width:8.25rem;height:1.8125rem;top:46.6875rem;left:9.9375rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { width:6.25rem;height:1.8125rem;top:49.5625rem;left:12rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { width:7.375rem;height:1.8125rem;top:55.1875rem;left:0.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { width:9.5rem;height:1.8125rem;top:58.4375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #KIMGX17xTAox3p9axAXnVAGPVpLkB11h { width:11.9375rem;height:1.8125rem;top:61.375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { width:8.25rem;height:1.8125rem;top:52.375rem;left:10.125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { width:8.875rem;height:1.8125rem;top:55.1875rem;left:9.3125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #T5HM532y3VJw2eeM03uORKRUaMskFFLK { width:8.125rem;height:1.8125rem;top:43.6875rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { width:11.9375rem;height:1.8125rem;top:64.5rem;left:0.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Khsf582OTmDiex3GenGOOz8dKTMtZvWH { width:2.6875rem;height:2.6875rem;top:12.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPbcIUZLHfVTg0yFHrc68DXAM0TuTwPP { display:flex;width:1.8125rem;height:1.8125rem;top:13.125rem;left:8.75rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #CQAhCnNumzNVQFlnlzhqKwP3wcJ3vfNe { width:2.6875rem;height:2.6875rem;top:25.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnWuiiHTA6amnQulJ0qJEWUX1FTs4l29 { display:flex;width:2rem;height:2rem;top:25.75rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Zb0dPyxDSEkeTMN85y1TeEz2fDivuT02 { width:17.8125rem;height:4.5rem;top:29.8125rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrF55AkZG6iI69m3ssUy1tgTPvCecchR { width:20rem;height:11.1376875rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9nmcXDG5DvqiUGzBI0SToT9Ep2llasi { width:0.125rem;height:9.6875rem;top:12.75rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukoRgvyEnAGDhk2MZqlpr7dkeHIb2FnM { width:0.125rem;height:5.6875rem;top:31.3125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u { display:block; }#KsaiDNNhLe9leRnTt8QgDd6RsfG5Qm7u > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edBsQOUVWQyfBtUch222oowomOXi2vW3 { width:20rem;height:4.0625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8O23yhgRTE70Iekq48fut4aToANLeo9 { width:18rem;height:1.875rem;top:2.1875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SO12XzQeMRrKpV1PJoHkql5x8D92ZbfE { width:17.5rem;height:2.625rem;top:7.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaVLlrn46k5CnBwBJLoE8xWatHXwA4t { width:20rem;height:32.9375rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF1x5LBlVDm0S7dNHDgsO0eaBTqv1x7D { width:20rem;height:1.3999rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N  { width:17.5rem;height:auto;top:20.625rem;left:0rem; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N {display:block;}#Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N { width:17.5rem;height:auto;top:20.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #TFDPduarEzzWQaE7tyDisdn1p9V0Tv9w {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #xA56WTT5zInJv9IlLVEFo6uURKc3tTWl {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #DR4SZQiOJQh9UFI8mZphM2iXISXTpT81 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #SDpzUPvUQ3dcTWNWdvoKWf8U4NkTN2nl {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #zzOmC3RuyKZE6kpFD5d1BURHOv1Iui90 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #OkKNqmnksHDnEqBwiZ8WH1mTcd4fTJE9 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #xJdth8S3sKTTwNcZWJry1WVVn8nyHqMJ {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #TTs8J9AMUqw37aGIDDTEnLhQ8vgKaHL9 {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #tT4JUHyqXJ5bZxIM7I8zQXgmRwtFTKlL {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #nmEm6dcZRREM447A1oECPvlb7mNSQ7rg {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #zBkzCAbQKoTfrfgy3hib0NwDRNXfh4HP {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #L7JKptLLPtDe2FP0LXMhGCPXawcgC1Px {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #r1Rory9p31LKcncozfVKbdQyUicaQ0mr {  }
 }@media only screen and (max-width: 763px) { #Vkx96rcxvpxNCXudEgeJtTDE0qv5Q67N #bpyWXwFQLJ2eMy5ZngqTAvE3t8T43GTv {  }
 }@media only screen and (max-width: 763px) { #DGMR8g3p2WnbkSvXDaEhDHbSRNkEhevS { width:10.3125rem;height:0;top:71.966796875rem;left:5.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QmrwOpxfZvJg5eOT8vgDzKUVTe3FXgVI { width:2.1875rem;height:2.1875rem;top:79.865255859375rem;left:5.56298828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sN855nUe80pqOn21GlIzpBXtBnZey0qK { display:flex;width:1.25rem;height:1.25rem;top:80.365744140625rem;left:6.062255859375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ae3QoiKe6uT8bhLrcJsOf2QPrNKAcF4D { width:8.6875rem;height:0;top:83.052734375rem;left:5.65625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MfIwc8KAp3JTbvFMQ9lDUDAzg0I6lCFF { width:2.1875rem;height:2.1875rem;top:69.154562109375rem;left:5.68701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x13DtaX0EBc954gAmGiKN2VAgGtdZtXL { display:flex;width:1.25rem;height:1.25rem;top:69.530538671875rem;left:6.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .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; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .widget-text.counter-number { padding-top:0.17rem;padding-right:0.16rem;padding-bottom:0.17rem;padding-left:0.16rem;width:0.95875rem;min-width:0.95875rem;height:0.91125rem;font-size:0.679375rem;line-height:14.58px;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; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.10625rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.279375rem;height:0.359375rem;font-size:0.254375rem;line-height:5.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qXAo6fnPClZB9kh5SvnkHverPNNFkPrd { display:flex;width:9.125rem;height:1.7168rem;top:12.8896484375rem;left:5.26953125rem;padding-top:0.156875rem;padding-right:0.166875rem;padding-bottom:0.156875rem;padding-left:0.166875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #LKQOuAcnmkNvCHtOpoG3cGMIQwGNwpAT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #wIGne8DcPpZM1CWLImb6dIBLfDwqyx4i {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #LpIBZAr7ngqsnNn7KAncM5Hm2vDJJkAB {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #leUaotupAvNN1qlWadwV88iDclFoPsry { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #X6TvyOaUvs1T171dF5Ve4UVQr52QsIyi {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #NHlC2B1Oq3rrgHIB6cykqPa2ypaECtFc {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #C6TaZHg3gGnfWrLua2xKAy56Xurke2wZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #Cd4PSWQPBlFcTTFke0hF8c4IvNtaJ1Bb {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #HrfPwlTBoCo9adqTinw3TTSCf8WnqrCf {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #q9EZzuqednZvoiBgTQNSmR0RT8MNBcdV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #youoN2PJ6BAvTDQzGvNTGM3L0ZgOR7Fm {  }
 }@media only screen and (max-width: 763px) { #qXAo6fnPClZB9kh5SvnkHverPNNFkPrd #FxkFEU8wtdsZlopHohapp3WS9AthX60z {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .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; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .widget-text.counter-number { padding-top:0.255rem;padding-right:0.25375rem;padding-bottom:0.255rem;padding-left:0.25375rem;width:1.52rem;min-width:1.52rem;height:1.365625rem;font-size:1.019375rem;line-height:21.85px;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; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.159375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.030625rem;height:0.539375rem;font-size:0.381875rem;line-height:8.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE { display:flex;width:12.125rem;height:2.574375rem;top:14.5625rem;left:2.5rem;padding-top:0.235rem;padding-right:0.265rem;padding-bottom:0.235rem;padding-left:0.265rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #PIHP3pHGrXSq70DNc0cJoQkMO2qy9IJf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #xQ1zGNEd1QEwS3UHlOfhouRPmgXoyrhr {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #bTfTvhEqETklEFvifXJqreVIXulBDsMR {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #zw4JhgGR647uhzJwxgZUK1DVUgNJuBii { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #cggVJ1BT64LlsEh1fpmpypQouiTZIVMV {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #TIP4Zblx7xbfqSaCRgJrmugk6UbpEueL {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #q4g9v0XEDJBohMmxAWdSx1T8O7ErEuzz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #c3vzTZUTA4EJkXDozVFT84Po9xAS64Vw {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #yb7O7QP2ZSqIG15WrfSxMRUO43pGzwZd {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #TNszwwf3c8RfyUObHe7Lmb33DFOeeQNu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #u5HGhevXuLyzLO4OsP8WbTgcFHwsFBTL {  }
 }@media only screen and (max-width: 763px) { #SVAum8T4qG47aiozq9DRX5LZ4vq6cLDE #LiwK8TSETPpAUEDJ2lqCHmsiyUPJ1dTi {  }
 }@media only screen and (max-width: 763px) { #ydwpOiBXiCGTtoq5HWaBSW8IBXrSSFFQ { width:12.24975rem;height:0.9375rem;top:44.0625rem;left:0.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT3mgnUB1bbzMcfZVUNLs1yJUcDLEThm { display:flex;width:0.9375rem;height:0.9375rem;top:44.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #rHvLxTbVCA5rzAf3cx8cJk46ckFZXbHT { display:flex;width:0.8125rem;height:0.8125rem;top:44.0625rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #gpQxRLTP6MiQfBMihOec6442xXXyuvDT { width:8.8745rem;height:0.9375rem;top:44.0625rem;left:11.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAQ8wWUAQB8Z6eMaOU6HQ687iz1C9iCE { width:17.5615rem;height:1.5rem;top:5.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4039hvNZs5IEubxCl4oPvqSdVZq5Ksg { width:11.9375rem;height:6.9375rem;top:68.15480625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFcv1fOTpAzl7ws6d7BU9M6SheiF3g1N { width:0.125rem;height:1.25rem;top:5.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBAHgpQ150Q4hZ4Zk3EC7bbGaiWvFiTP { width:11.6875rem;height:6.875rem;top:78.8655rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7c4h2xeg7ItqokcDAtw7xnvRtr3MhbZ { width:1.625rem;height:1.625rem;top:10.9375rem;left:10.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uyy01n6knymRBkPtl3We2Totn7KAkNdq { width:6.0625rem;height:1.2749rem;top:11.125rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #CpW1G9hENuCC6g1TopGMKvZlLHixtFwl { width:5.625rem;height:1.2749rem;top:11.0625rem;left:12.375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #llwqxvKtdHSiyThhqtEdVmcfcVVTHavd { display:flex;width:0.9375rem;height:0.9375rem;top:11.25rem;left:10.625rem;font-size:1.9375rem;z-index:15065; }
 }@media only screen and (max-width: 763px) { #o10PksXLp2Zw9a7SCePMVUaiFxEFChEH { width:1.625rem;height:1.625rem;top:10.875rem;left:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #o68RgPM9SicCdfKVlF1k8z5SUvFOymoI { display:flex;width:0.9375rem;height:0.9375rem;top:11.1875rem;left:1.375rem;font-size:1.9375rem;z-index:15064; }
 }@media only screen and (max-width: 763px) { #llVQPJTcdrMl87NN6iw6csaMt2DWVu08 { display:block; }#llVQPJTcdrMl87NN6iw6csaMt2DWVu08 > .row .container { width:20rem;height:5.6870125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSNeKOnRmr4mf6F02Tp20iCbe9aQVCLW { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdpqlECvFvD8oNZpoGUJoKySZfthxAEm { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhX3tBDK755mfCrSIeWZ4PsRMUVyWT9u { width:15.874625rem;height:1.224825rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4d5Z2duWyxrQfirlOnaA3SMVrVJRO6f { width:15.874625rem;height:1.224825rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }