.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:229,245,217;--color-primary-1:169,221,128;--color-primary-2:83,186,0;--color-primary-3:42,93,0;--color-primary-4:12,28,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:148,148,148;--color-tertiary-2:105,105,105;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:cover !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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#s5f4nUNDIdFLSUJiDX1wOZoPcTwdPrqT { color:#38e34e;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:14.125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVBGOtWcBw4NVlgrOCy32AM1ipX10icD { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.4375rem;left:5.21875rem;height:10.2363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpaME824wK2N0PORwPdMZGfhuoSJXVg1 { position:absolute;display:block;z-index:15006;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:4.625rem;width:4.625rem;top:0.5625rem;left:27.6875rem;overflow:hidden;display:block; }
#MRnSVpJgdQEWKf7waecmrx6cGQEV1WGz { color:#38e34e;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:14.125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nL30ZckEBedzTNGmZ32Xp1kw6qRVCPE9 { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#PvdGkxT4iER1sJ7gtxO6T6Ho4fpDmu7A { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { 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; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { background-color: transparent; background-image: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container > .video-iframe-container { display: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container { display: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .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); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { border-width: 0; border-radius: 0; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { color:#138c9d;display:block;width:18rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.9375rem;left:11.625rem;height:4.875rem;font-style:italic;display:block; }
#RgZLzbq5k1vKB1IuBQkRhUEcen0J9NXd { color:#138c9d;display:block;width:14.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.875rem;left:11.625rem;height:3.25rem;font-style:italic;display:block; }
#fnHXn0NsDtUiehWBJaQF91wg4QSNsSTr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:16.5rem;width:16.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.25rem;left:32.0625rem; }
#tn7k22OorGdBnympSA46kT1JUggMXpWG { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:block; }
#rtcXlGJGJ72Kx5y4p1GR2Ng3wp91CXX8 { color:#434242;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:block; }
#TIqmW7PB6TupA4efDKsFAhFifhVBTDQH { color:#434242;display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:2.625rem;height:3.25rem;font-style:italic;display:block; }
#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq { background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:cover !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; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container { background-color: transparent; background-image: none; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container > .video-iframe-container { display: none; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row > .video-iframe-container { display: none; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .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); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container { border-width: 0; border-radius: 0; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-form-header {  }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:400;font-style:normal; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-text {padding-top: 0; padding-bottom: 0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:24.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:400;font-style:normal; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-select {padding-top: 0; padding-bottom: 0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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:1.25rem;font-weight:700;color:#508d30;width:24.1875rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(38,50,56,0.15);font-style:normal; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .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);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-secondary-0),0.77);vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .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; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-container:first-of-type{padding-top:0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-container:last-of-type{padding-bottom:0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3125rem;top:0.59375rem;z-index:15008;position:absolute;box-shadow: none; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp {display:block;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3125rem;top:0.59375rem;z-index:15008;position:absolute;box-shadow: none; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #CUZ6u6rceegG6p4BWmVpMHvgtllsSGJX { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #io6JIy582RXdGA4MtuRxuSN9PiSncZAR { position:relative;display:block; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #vD3AMnZGrbUTmUL6OONMLb3CgnnFzMiS { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #lmy8qKzKXqoR9bi9G6QyKN7uwqlQToKX { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #oB8h338a8bJ04WEmiSbT9bpvbNmbn31V { position:relative;display:block; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #n4dMTszWaWgX20XAozmngBB4Jx0GHTkt { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #vgTtuJd7P4QGnnLSrcsgIHqmORJLA4Uh { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #z7cRbqMPlSViMfczQueG8WE3dKKZP5Uz { position:relative;display:block; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #lgEhvL4q9vm3hEL6fq84AXfAAQp3c2mf { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #tvaWAlDcmivmZXN36OSw8ru74SlUgogL { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #ZvKFaeBQlxNhq7DdE1mXCIRA8zFtz0gc { position:relative;z-index:2; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #XohSPPDnRU7NSKrEn7b3nE2wFMzKt5J4 { position:relative; }
#SbRZlpPmNmUxv5DlS35pF99klJGNbNO7 { position:relative;display:block; }
#GdMZmIKWqtyUpiT2hQ0NooI6tqtkvSLC { position:relative;display:block; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #QDELXMrOGrGhyCqTDoIscFfCuxpFcUlP { position:relative; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #Ihf6TtQZ1zFnBi4oBHcHPSi3lo6Mu10q { position:relative; }
#wC4305fXXZxagGE2RazLo1JwiBifUHTy { color:#d3f1d7;display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.75rem;height:1.625rem;font-style:italic;display:block; }
#WCAOvVeIIJilTc4ewtu7cPaNOR96cxMb { color:#ffffff;display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.5625rem;left:2.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV { 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; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { background-color: transparent; background-image: none; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container > .video-iframe-container { display: none; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row > .video-iframe-container { display: none; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .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); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { border-width: 0; border-radius: 0; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#kuQniPD0QQ3XTOq99ouTp8QudqXyqbQL { color:#434242;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.5625rem;height:1.625rem;font-style:italic;display:block; }
#nhXmkRsuJlzl7tOf6TZJA9bBOkfI9Geb { color:#434242;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5rem;left:2.625rem;height:3.25rem;font-style:italic;display:block; }
#cOwQtlbmd7IrTixfukS5CCsI6qoWJUNP { color:#259233;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5rem;left:2.5625rem;height:5.5234375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZOcrJL4nTQO3VahPIU1DX1LkhsRLuBRD { color:#191919;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.75rem;left:2.5625rem;height:1.625rem;font-style:italic;display:block; }
#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 { color:#434242;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5625rem;left:2.5625rem;height:5.5rem;font-style:italic;display:block; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:before{  }
#ktC8fdmHc398ZElQ8QED2mLpnldImeM9 { color:#259233;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.5625rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dik12VgGubl0IT6XUO1QVV6R2gsh19bK { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.25rem;left:2.6875rem;height:1.625rem;font-style:italic;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; }
#gTwmhiIPFQ9MdQhLQQyXKTKtrPHZ67a0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:38.125rem;left:13.3125rem; }
#gPaTcqXkssgZz3qduvSDaJKoUsaaLNAv { color:#434242;display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:38.125rem;left:15.6875rem;height:4.875rem;font-style:italic;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; }
#PpDQWXMZgaUGTmzPKLI7HuOK3frlGR0S { color:#434242;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.25rem;left:21.25rem;height:1.625rem;font-style:italic;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; }
#DEFVB1Mn8LZ8KMBBcogPmGhfDZiWl4fa { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:45rem;left:2.6875rem;height:;font-style:italic;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; }
#H8cPnZmEzF3ZSu4rwglwWHXg6DbHZPUB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.875rem;left:13.3125rem; }
#Q7P7ezpCwnZKbeavtMxr4ATTtGyznHHU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41.625rem;left:13.3125rem; }
#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK.adaptive-delivery-prevent-bg, #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK.lazyload, #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK.lazyloading { background-image: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { background-color: transparent; background-image: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container > .video-iframe-container { display: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container { display: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .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); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { border-width: 0; border-radius: 0; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#S3sFGmquF5zuEHZHAoM4m7dLO2P4vIAd { position:absolute;display:block;z-index:15007;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:23.5rem;width:21rem;top:17rem;left:19.5rem;overflow:hidden;display:block; }
#LVyCW3JB65kCAGIgLkBLvPM9CcoeMUrH { color:#259233;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.6875rem;left:5.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zlAnZm6ikfWAS9dAgRTn0VQFm6S5zrGT { color:rgba(var(--color-primary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0tTgVcM7tVVIw4rkHhDwOTVPdXXTNFP { color:#259233;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.1875rem;left:5.6875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAVnAcQh0N63ioCJLTiiTToybez0tfDv { color:rgba(var(--color-secondary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:35.0625rem;left:3.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZc0elc5uRW5gZRPmNgSKGH7G3kyKPTG { color:#259233;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.75rem;left:41.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Emfp6cAbXFvaaB1FnfyUMKr2Fm9oenfO { color:rgba(var(--color-secondary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:32.1875rem;left:41.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSImLWRsTk2ut08aBImeb85garwTfn67 { color:rgba(var(--color-secondary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.875rem;left:40.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miTFrkHnl0cBTEQDVv8sz5kR8bPEknvc { color:#259233;display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.6875rem;left:43.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbArCM8XX2amv0E6LGilIFA1VIG7u6ol { color:#259233;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4rem;left:4.5rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qaJC9Aak8JLW3mbzRk9B5oKWv3DCew1r { color:#434242;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.9375rem;left:4.5rem;height:3.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kg2uXk4WsCTU0tssP2KfzZV56kSFULG2 { color:#434242;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.4375rem;left:21.9375rem;height:1.86875rem;font-style:italic;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; }
#dkR3y2GhaDc9txPhvUUPrsCf123RNcVa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15019;opacity:1;top:17rem;left:10.875rem; }
#WLbwxIgn035lQeVvDwfTDtnaQrywub6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15020;opacity:1;top:28.1875rem;left:9.125rem; }
#tvRgm6ZtXm2k1L6CVKFf6ANKk5bFLerA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15021;opacity:1;top:17rem;left:47.75rem; }
#cTooZnVfJXRO1NTAXAFXJPgitSSRkN6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15022;opacity:1;top:26.75rem;left:47.75rem; }
#wIIgwrpq4vaaKn4V0PBVWbodAuVgQGNc { color:#434242;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:4.375rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BZhkEb3Uf2kr0p1ufbNLyu07vnhlrHzn { z-index:15003;top:46.5625rem;left:20.375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #53ba00, #138c9d);background-image: -moz-linear-gradient(216deg, #53ba00, #138c9d);background-image: -ms-linear-gradient(216deg, #53ba00, #138c9d);background-image: -o-linear-gradient(216deg, #53ba00, #138c9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ba00', endColorstr='#138c9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ba00', endColorstr='#138c9d' );";background-image: linear-gradient(216deg, #53ba00, #138c9d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(1,149,158,0.93) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UTWf8NW06CSEURPFKu5b9wp1s1POrKvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nRXnNW29Bx4htLMgo0xvuRfD09tzUJoq { color:#259233;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.1875rem;left:5.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qP5bLTHAEvB1EB5GKyDRgUgIqQXSIILy { color:#259233;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:31.1875rem;left:5.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#seMlNGkIp5A35cGiwQzKAmZzklcFUEq6 { color:rgba(var(--color-primary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZrCN3OtTuZEVvaG73nXALRe4MzUkAe9x { color:rgba(var(--color-primary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.1875rem;left:5.875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy { background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:cover !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; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { background-color: transparent; background-image: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .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); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { border-width: 0; border-radius: 0; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#QBDmB42CISkO32qveenEIVhCMgrw4hHd { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.75rem;left:2.5625rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cQfgr483i9gGGDGWl5Xn1kb6zUW8Im5h { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .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; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-secondary-4),0.81);padding-top:0.945rem;padding-right:0.821875rem;padding-bottom:0.945rem;padding-left:0.821875rem;display:block;align-items:center;width:4.9325rem;min-width:4.9325rem;height:5.081875rem;position:relative;font-family:lato;font-size:3.7825rem;font-weight:700;line-height:81.31px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-label { background-color:;background-image:none;color:#138c9d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.59125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.57625rem;height:1.685625rem;position:relative;font-family:lato;font-size:1.41875rem;font-weight:400;line-height:26.97px;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; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.75rem;height:9.24875rem;padding-top:1.181875rem;padding-right:1.17375rem;padding-bottom:1.181875rem;padding-left:1.17375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.9990234375rem;left:17.4375rem;z-index:15000; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #dwnVyv8OfN7aN7f7PkSTZz9uDwgSXuFk { display:flex;position:relative;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #O0ocUPrbNpSKH8HVhHzgWnSbBca5AHxy { width:auto; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #q0F1eTIPBu4oCFSfTmEOIw0e4y6oIfRs {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #xmRJBegGhIpE6XOBOy9cAJHfazW8ZzBG { display:flex;position:relative;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TLbdDXGnQ0Rb9vED4ZWiQ3M1oc05oJdT {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #BaIkMtT4y7QrCO5NTTvJwTAOm6hCJraG {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TdlSUQIh3yTPReTt5l0pV0nJfWfCKgsg { display:flex;position:relative;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #fsBly5tDHFJtcO9hPuPkgBIS8KvxklK9 {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #T0JPfIHmNnsngxUlwR4dXsaEF4Rq1kE6 {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #oWhI0ZOpBAtw5Gl6FMTyoe4BeSpA1Hxz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TvU4K5H0ysN48lXvL0ld03D06mXPsOTd {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #I4dEMFeAMWiAnKzZL8P0kfTXGV6Kbxvm {  }
#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container { background-color: transparent; background-image: none; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container > .video-iframe-container { display: none; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row > .video-iframe-container { display: none; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .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); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container { border-width: 0; border-radius: 0; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#eDNXTHNoOQoT8E7FpTbaMR7CChbuym1i { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZ04xiSvfP8PTcGPuClAqVWJEbPeqSna { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:11.5rem;left:0.8125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#mLx09sJDlfuy1N4eCtsUp6bftuC23l8u { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.75rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RaP7S5iFc42vdlS0uSoZo52HbCTBeE0b { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:11.625rem;left:21.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#aL5WWcLI9UiIhIbx6oNILd0MB9ZJvZvS { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.1875rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFvIEXWVWLDmEpsb913WZmAecHvwLTJU { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:11.0625rem;left:41.75rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#a89Ur91sPtay1vriNaXIwcSL17WeOARE { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.1875rem;left:86.875rem;display:block; }
#PtZeEHFvD7QI0BKZxr8MOOGTuMf7Qr4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAmZyq2JTOkkMC0Kg1zQ9m4GyZrSsfAu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.5rem;left:8.1875rem; }
#CdcgX0FN2TtgM2xMi0DUxbqkHh0HB5ZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.875rem;left:28.375rem; }
#bnnDOvgxcm3DBHkJJk1zyknD9Xc8G5OZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:13.875rem;left:87.1875rem; }
#bLk6Ds4mk2ruMmTtlN3OBewqd7pCp8nr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.1875rem;left:48.25rem; }
#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { position:relative;display:block; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { background-color: transparent; background-image: none; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container > .video-iframe-container { display: none; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row > .video-iframe-container { display: none; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .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); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { border-width: 0; border-radius: 0; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LxhbSeO0vfsH9t0T7KXTOXnBeDpvZ6nf { color:#259233;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.09375rem;left:2.5625rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.71875rem;left:6.625rem;height:6.472625rem;text-align:justify;text-align-last:initial;display:block; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:before{  }
#tLOk0W9zirf3izgakH72QqlQboMRtKqO { z-index:15004;top:16.125rem;left:21.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #53ba00, #138c9d);background-image: -moz-linear-gradient(216deg, #53ba00, #138c9d);background-image: -ms-linear-gradient(216deg, #53ba00, #138c9d);background-image: -o-linear-gradient(216deg, #53ba00, #138c9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ba00', endColorstr='#138c9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ba00', endColorstr='#138c9d' );";background-image: linear-gradient(216deg, #53ba00, #138c9d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(1,149,158,0.93) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RdIaJ4xG5AeU4sWF2Tp8n9k9Gq1t86Aw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7zucP57VRITZyrNFlt42lgN4KwHECnb { position:relative;display:block; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb { background-color: transparent; background-image: none; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container > .video-iframe-container { display: none; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row > .video-iframe-container { display: none; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .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); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb { border-width: 0; border-radius: 0; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v3NP8BIGodqmSlJvZXw52pTrV3ge8qrI { color:#259233;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.09375rem;left:2.5625rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.1875rem;left:8.8125rem;height:5.84765625rem;text-align:justify;text-align-last:initial;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; }
#QkCOwBzcKpMKig6tTNc5635iJci3m3V1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:7.4375rem;left:6.6875rem; }
#XHCXL0wL2SNnLMntRW63ZZ4oB0G27Z8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:8.6875rem;left:6.6875rem; }
#af5Ig3KB23t9XhELDTghqqLSaCVxqdXP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15021;opacity:1;top:10.25rem;left:6.6875rem; }
#LgDCbn7yfsMq4Q7CpTnauW582IiG4wOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15022;opacity:1;top:11.75rem;left:6.6875rem; }
#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { background-color: transparent; background-image: none; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container > .video-iframe-container { display: none; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row > .video-iframe-container { display: none; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .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); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { border-width: 0; border-radius: 0; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#rtgLpf6SSPOifzHU5surHn7IhFdu6a4b { color:#666666;display:block;width:46.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.46875rem;left:13.5625rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D3II4SRyTOEtuL7W0N0r8dNXTwkM5c44 { 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:27.0625rem;width:19.75rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#WKoez00pShxSPH39xwa0ZZE5sHcWpq6k { color:rgba(var(--color-secondary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.90625rem;left:21.4375rem;height:3.8994125rem;text-align:justify;text-align-last:initial;display:block; }
#tHieRP1aWTdlgklTHylFTH2pzgl8nIIC { color:rgba(var(--color-secondary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.9375rem;left:21.4375rem;height:7.7988125rem;text-align:justify;text-align-last:initial;display:block; }
#QXkiOQXKd1V84ZmzLto1uA5gZRfZpX9A { color:rgba(var(--color-secondary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.125rem;left:21.4375rem;height:5.2rem;text-align:justify;text-align-last:initial;display:block; }
#q9Mu9LGv8S5a8h4gr33PrrmoFqhbz8yX { color:#259233;display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.78125rem;left:32.25rem;height:2.7625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { background-color: transparent; background-image: none; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container > .video-iframe-container { display: none; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row > .video-iframe-container { display: none; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .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); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { border-width: 0; border-radius: 0; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#eG8f6A19HA5onk6Gk8DgzGyg4JLKR8ci { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.57421875rem;left:7.5625rem;height:2.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKeo9TltpsvD2fTx2gtmH5QOMopCeigh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:30.3125rem;top:13.935546875rem;left:0rem;overflow:hidden;display:block; }
#xdx7zdvHQJHxeg45pDPZm8HLlt3CmITE { position:absolute;display:block;z-index:15007;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:6.624rem;width:30.3125rem;top:23.810546875rem;left:0rem;overflow:hidden;display:block; }
#HEe7mIveNp7yvp9SHXhn2pphqq4PuR1m { position:absolute;display:block;z-index:15008;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:7.875rem;width:30.125rem;top:30.43359375rem;left:0rem;overflow:hidden;display:block; }
#HOXPT50TSCACJwTklr6Zs5oaOInP2kKy { position:absolute;display:block;z-index:15011;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:8.5623125rem;width:30.7498125rem;top:24.5625rem;left:87.90625rem;overflow:hidden;display:block; }
#D81O3tBaJdeoPx16r2WWQL2c7ELWkUr3 { position:absolute;display:block;z-index:15012;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:8.1875rem;width:29.75rem;top:10.6875rem;left:30.25rem;overflow:hidden;display:block; }
#MhSDxc4NXxZIBZDNgOkgc9CZ5hXANn8O { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:30rem;top:18.8125rem;left:30.050824175824rem;overflow:hidden;display:block; }
#i9ibRHkvfh4mAc4IPNMHZnbFc9RBhlXB { 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:10.375rem;width:30.1875rem;top:23.810546875rem;left:29.8125rem;overflow:hidden;display:block; }
#kqLZp2ToLmImh97ebepp9NTDTP9IpJmV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:30.375rem;top:5.0625rem;left:29.625rem;overflow:hidden;display:block; }
#rfgKBeqJgNL2DgXmOgqhFFmIMaT4AqLT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:30.5rem;top:34.185546875rem;left:29.5rem;overflow:hidden;display:block; }
#GLAavU3b9IGaihlJ4Wa1rdt1HHSBx4vP { position:absolute;display:block;z-index:15005;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:8.9365rem;width:30.374rem;top:5.0615234375rem;left:0rem;overflow:hidden;display:block; }
#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #259233, #007375);background-image: -moz-linear-gradient(top, #259233, #007375);background-image: -ms-linear-gradient(top, #259233, #007375);background-image: -o-linear-gradient(top, #259233, #007375);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#259233', endColorstr='#007375' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#259233', endColorstr='#007375' );";background-image: linear-gradient(to bottom, #259233, #007375);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { background-color: transparent; background-image: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .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); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { border-width: 0; border-radius: 0; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#lpT1vpEiSnMETXZMN4VAnPKsOVGGZkeZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.25rem;left:1.1875rem;height:2.375rem;font-style:normal;display:block; }
#Zv5Hr3kPiqgObGVF7eNTuOT95x0Rl2Cb { color:#53ba00;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:23.3125rem;left:6rem;height:2.55rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vG4zgIOtqCm9ERGxMa51s4rBTZUJhTJw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.9375rem;left:1.4375rem;height:11.825rem;font-style:normal;display:block; }
#ZoT9VUB7f9c6F12wOHepXiSeIzI39RTA { color:rgba(var(--color-secondary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.125rem;left:1.4375rem;height:2.03125rem;font-style:normal;display:block; }
#EkUHU5XzkLFFqM7PC8koo7wvXTu4xIxu { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.8125rem;left:10.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-form-header {  }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:400;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:24.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:400;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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:1.25rem;font-weight:700;color:#007375;width:24.1875rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(38,50,56,0.15);font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .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);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-secondary-0),0.77);vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .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; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-container:first-of-type{padding-top:0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-container:last-of-type{padding-bottom:0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.312501907349rem;top:3.4375rem;z-index:15009;position:absolute;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr {display:block;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.312501907349rem;top:3.4375rem;z-index:15009;position:absolute;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #RLhhNvnbTtbNTbTWH4z3w385TSHoEZEb { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #h9nNZ6UZHJlEyXzp4cps0NRatVA2MbyZ { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #VvMOMZ42BWOy4woFiXODMEul5puTHx1b { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #A3NGKGvcb9ipPSrMAQhH6V9B7RfPXmm6 { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #E8QxxKN2ikTcpD4168TkidwtDT2WOdNT { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cKRyUTQIAq1nVFhTR9nqJrHtKMV6hxSF { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #Tl0eIPgAixWirFtPrz4VOVPRsGsMGEkZ { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #FwDIhdOnTFfiTKfUC4X25pyRN5dQ3RUF { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #TR2lsovXt5GiZsTXpJ04BFP0eLA8mVeS { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #tUcIXFHTHTnaIPZCzlQeKaw3BUQ6iiPV { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #QqUSFQ71mwhtQoU3wTS5nV1qLTAWTsF2 { position:relative;z-index:2; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #XUAFo2bFU6M0RWJ52AP5TlJLdDt7tUUW { position:relative; }
#FsdWQ4VdElF9KLHEmcgq8AT3ARWeOFaa { position:relative;display:block; }
#Szre3Z0MMWc3clpcplhwrdxtVaebTCA9 { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #kNhFcdDBVyhHTRuGNC6Z1yOz82LzpM5b { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cpHh042tcotK99XfMvTWA0DDiwx3qC0r { position:relative; }
#R1SDGoQZKF3UpFMvyGC5i7yg4B8xoxwd { position:absolute;display:block;z-index:15010;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:7.125rem;width:25.75rem;top:22rem;left:14.365234375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5f4nUNDIdFLSUJiDX1wOZoPcTwdPrqT { width:31.75rem;height:2.8125rem;top:5.6875rem;left:8rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVBGOtWcBw4NVlgrOCy32AM1ipX10icD { width:47.75rem;height:10.1875rem;top:9.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpaME824wK2N0PORwPdMZGfhuoSJXVg1 { top:0.5625rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRnSVpJgdQEWKf7waecmrx6cGQEV1WGz { width:31.75rem;height:2.8125rem;top:5.6875rem;left:8rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nL30ZckEBedzTNGmZ32Xp1kw6qRVCPE9 { width:20rem;height:1.625rem;top:7.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvdGkxT4iER1sJ7gtxO6T6Ho4fpDmu7A { width:20rem;height:7.125rem;top:9.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { width:18rem;height:4.875rem;top:18.9375rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZLzbq5k1vKB1IuBQkRhUEcen0J9NXd { width:14.625rem;height:3.25rem;top:13.875rem;left:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnHXn0NsDtUiehWBJaQF91wg4QSNsSTr { top:11.25rem;left:25.9375rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn7k22OorGdBnympSA46kT1JUggMXpWG { width:40.5625rem;height:1.625rem;top:2.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtcXlGJGJ72Kx5y4p1GR2Ng3wp91CXX8 { width:46.8125rem;height:1.625rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqmW7PB6TupA4efDKsFAhFifhVBTDQH { width:47.75rem;height:3.25rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq { display:block; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-text {padding-top: 0; padding-bottom: 0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-select {padding-top: 0; padding-bottom: 0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp  { width:24.1875rem;height:auto;top:0.5625rem;left:21.0625rem; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp {display:block;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp { width:24.1875rem;height:auto;top:0.5625rem;left:21.0625rem; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #CUZ6u6rceegG6p4BWmVpMHvgtllsSGJX {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #io6JIy582RXdGA4MtuRxuSN9PiSncZAR { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #vD3AMnZGrbUTmUL6OONMLb3CgnnFzMiS {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #lmy8qKzKXqoR9bi9G6QyKN7uwqlQToKX {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #oB8h338a8bJ04WEmiSbT9bpvbNmbn31V { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #n4dMTszWaWgX20XAozmngBB4Jx0GHTkt {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #vgTtuJd7P4QGnnLSrcsgIHqmORJLA4Uh {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #z7cRbqMPlSViMfczQueG8WE3dKKZP5Uz { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #lgEhvL4q9vm3hEL6fq84AXfAAQp3c2mf {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #tvaWAlDcmivmZXN36OSw8ru74SlUgogL {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #ZvKFaeBQlxNhq7DdE1mXCIRA8zFtz0gc {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #XohSPPDnRU7NSKrEn7b3nE2wFMzKt5J4 {  }
 }@media only screen and (max-width: 763px) { #SbRZlpPmNmUxv5DlS35pF99klJGNbNO7 { display:block; }
 }@media only screen and (max-width: 763px) { #GdMZmIKWqtyUpiT2hQ0NooI6tqtkvSLC { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #QDELXMrOGrGhyCqTDoIscFfCuxpFcUlP {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #Ihf6TtQZ1zFnBi4oBHcHPSi3lo6Mu10q {  }
 }@media only screen and (max-width: 763px) { #wC4305fXXZxagGE2RazLo1JwiBifUHTy { width:30.625rem;height:1.625rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCAOvVeIIJilTc4ewtu7cPaNOR96cxMb { width:28rem;height:2.5625rem;top:10.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV { display:block; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuQniPD0QQ3XTOq99ouTp8QudqXyqbQL { width:47.75rem;height:1.625rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXmkRsuJlzl7tOf6TZJA9bBOkfI9Geb { width:47.75rem;height:3.25rem;top:5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwQtlbmd7IrTixfukS5CCsI6qoWJUNP { width:47.75rem;height:5.5rem;top:10.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcrJL4nTQO3VahPIU1DX1LkhsRLuBRD { width:47.75rem;height:1.625rem;top:17.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 { width:47.75rem;height:5.5rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:block; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:before{  }
 }@media only screen and (max-width: 763px) { #ktC8fdmHc398ZElQ8QED2mLpnldImeM9 { width:47.75rem;height:2.75rem;top:28.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dik12VgGubl0IT6XUO1QVV6R2gsh19bK { width:47.75rem;height:1.625rem;top:32.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwmhiIPFQ9MdQhLQQyXKTKtrPHZ67a0 { top:38.125rem;left:7.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPaTcqXkssgZz3qduvSDaJKoUsaaLNAv { width:28.5625rem;height:4.875rem;top:38.125rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpDQWXMZgaUGTmzPKLI7HuOK3frlGR0S { width:17.4375rem;height:1.625rem;top:35.25rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFVB1Mn8LZ8KMBBcogPmGhfDZiWl4fa { width:47.75rem;height:;top:45rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8cPnZmEzF3ZSu4rwglwWHXg6DbHZPUB { top:39.875rem;left:7.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7P7ezpCwnZKbeavtMxr4ATTtGyznHHU { top:41.625rem;left:7.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3sFGmquF5zuEHZHAoM4m7dLO2P4vIAd { width:21rem;height:23.5rem;top:17rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyCW3JB65kCAGIgLkBLvPM9CcoeMUrH { width:12.9375rem;height:2.875rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAnZm6ikfWAS9dAgRTn0VQFm6S5zrGT { width:12.5625rem;height:3.5625rem;top:23.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tTgVcM7tVVIw4rkHhDwOTVPdXXTNFP { width:9.375rem;height:2.875rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVnAcQh0N63ioCJLTiiTToybez0tfDv { width:14.4375rem;height:2.375rem;top:35.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZc0elc5uRW5gZRPmNgSKGH7G3kyKPTG { width:15.125rem;height:1.4375rem;top:29.75rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emfp6cAbXFvaaB1FnfyUMKr2Fm9oenfO { width:15.8125rem;height:3.5625rem;top:32.1875rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSImLWRsTk2ut08aBImeb85garwTfn67 { width:16.6875rem;height:2.375rem;top:21.875rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTFrkHnl0cBTEQDVv8sz5kR8bPEknvc { width:11.1875rem;height:1.4375rem;top:19.6875rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbArCM8XX2amv0E6LGilIFA1VIG7u6ol { width:47.75rem;height:2.75rem;top:4rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJC9Aak8JLW3mbzRk9B5oKWv3DCew1r { width:47.75rem;height:3.25rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg2uXk4WsCTU0tssP2KfzZV56kSFULG2 { width:16.125rem;height:1.8125rem;top:14.4375rem;left:15.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkR3y2GhaDc9txPhvUUPrsCf123RNcVa { top:17rem;left:4.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLbwxIgn035lQeVvDwfTDtnaQrywub6K { top:28.1875rem;left:3rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvRgm6ZtXm2k1L6CVKFf6ANKk5bFLerA { top:17rem;left:41.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTooZnVfJXRO1NTAXAFXJPgitSSRkN6k { top:26.75rem;left:41.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIgwrpq4vaaKn4V0PBVWbodAuVgQGNc { width:47.75rem;height:;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZhkEb3Uf2kr0p1ufbNLyu07vnhlrHzn { top:46.5625rem;left:14.25rem;width:19.1875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWf8NW06CSEURPFKu5b9wp1s1POrKvp { display:block; }
 }@media only screen and (max-width: 763px) { #nRXnNW29Bx4htLMgo0xvuRfD09tzUJoq { width:18.375rem;height:1.25rem;top:55.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qP5bLTHAEvB1EB5GKyDRgUgIqQXSIILy { width:18.375rem;height:1.25rem;top:67.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #seMlNGkIp5A35cGiwQzKAmZzklcFUEq6 { width:20rem;height:2.375rem;top:57.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrCN3OtTuZEVvaG73nXALRe4MzUkAe9x { width:20rem;height:3.5625rem;top:65.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeSz2tUW8TgZnDl28fprcsgxTf5fECUy { display:block; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBDmB42CISkO32qveenEIVhCMgrw4hHd { width:47.75rem;height:2.75rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfgr483i9gGGDGWl5Xn1kb6zUW8Im5h { width:47.75rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .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; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .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; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 { display:flex;width:13.5rem;height:5.0625rem;top:20.5625rem;left:7.2999992370606rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #dwnVyv8OfN7aN7f7PkSTZz9uDwgSXuFk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #O0ocUPrbNpSKH8HVhHzgWnSbBca5AHxy {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #q0F1eTIPBu4oCFSfTmEOIw0e4y6oIfRs {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #xmRJBegGhIpE6XOBOy9cAJHfazW8ZzBG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TLbdDXGnQ0Rb9vED4ZWiQ3M1oc05oJdT {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #BaIkMtT4y7QrCO5NTTvJwTAOm6hCJraG {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TdlSUQIh3yTPReTt5l0pV0nJfWfCKgsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #fsBly5tDHFJtcO9hPuPkgBIS8KvxklK9 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #T0JPfIHmNnsngxUlwR4dXsaEF4Rq1kE6 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #oWhI0ZOpBAtw5Gl6FMTyoe4BeSpA1Hxz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TvU4K5H0ysN48lXvL0ld03D06mXPsOTd {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #I4dEMFeAMWiAnKzZL8P0kfTXGV6Kbxvm {  }
 }@media only screen and (max-width: 763px) { #tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 { display:block; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDNXTHNoOQoT8E7FpTbaMR7CChbuym1i { width:20rem;height:1.625rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ04xiSvfP8PTcGPuClAqVWJEbPeqSna { width:18.375rem;height:5rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLx09sJDlfuy1N4eCtsUp6bftuC23l8u { width:20rem;height:1.625rem;top:8.75rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaP7S5iFc42vdlS0uSoZo52HbCTBeE0b { width:16.0625rem;height:5rem;top:11.625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5WWcLI9UiIhIbx6oNILd0MB9ZJvZvS { width:20rem;height:1.625rem;top:8.1875rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvIEXWVWLDmEpsb913WZmAecHvwLTJU { width:16.5rem;height:6.25rem;top:11.0625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89Ur91sPtay1vriNaXIwcSL17WeOARE { width:12rem;height:3.25rem;top:0.1875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtZeEHFvD7QI0BKZxr8MOOGTuMf7Qr4E { display:block; }
 }@media only screen and (max-width: 763px) { #ZAmZyq2JTOkkMC0Kg1zQ9m4GyZrSsfAu { width:3.625rem;height:3.625rem;top:3.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdcgX0FN2TtgM2xMi0DUxbqkHh0HB5ZT { top:3.875rem;left:22.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnnDOvgxcm3DBHkJJk1zyknD9Xc8G5OZ { top:13.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLk6Ds4mk2ruMmTtlN3OBewqd7pCp8nr { top:3.1875rem;left:37.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { display:block; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxhbSeO0vfsH9t0T7KXTOXnBeDpvZ6nf { width:47.75rem;height:2.75rem;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWGa3CAThQHspW3qvBDGCtA0vftgiuI { width:46.6875rem;height:6.375rem;top:7.6875rem;left:0.5rem;font-size:1rem;display:block; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:before{  }
 }@media only screen and (max-width: 763px) { #tLOk0W9zirf3izgakH72QqlQboMRtKqO { top:16.125rem;left:15.40625rem;width:16.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdIaJ4xG5AeU4sWF2Tp8n9k9Gq1t86Aw { display:block; }
 }@media only screen and (max-width: 763px) { #C7zucP57VRITZyrNFlt42lgN4KwHECnb { display:block; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3NP8BIGodqmSlJvZXw52pTrV3ge8qrI { width:47.75rem;height:2.75rem;top:3.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN { width:46.6875rem;height:5.75rem;top:7.1875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCOwBzcKpMKig6tTNc5635iJci3m3V1 { top:7.4375rem;left:0.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHCXL0wL2SNnLMntRW63ZZ4oB0G27Z8D { top:8.6875rem;left:0.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #af5Ig3KB23t9XhELDTghqqLSaCVxqdXP { top:10.25rem;left:0.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgDCbn7yfsMq4Q7CpTnauW582IiG4wOD { top:11.75rem;left:0.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COC4TfKOQClBv5mFObpF0cZMCMHg2Tka { display:block; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtgLpf6SSPOifzHU5surHn7IhFdu6a4b { width:46.4375rem;height:1.4375rem;top:4.4375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3II4SRyTOEtuL7W0N0r8dNXTwkM5c44 { width:19.75rem;height:27.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoez00pShxSPH39xwa0ZZE5sHcWpq6k { width:37.3125rem;height:5rem;top:5.875rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHieRP1aWTdlgklTHylFTH2pzgl8nIIC { width:37.3125rem;height:8.75rem;top:11.9375rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkiOQXKd1V84ZmzLto1uA5gZRfZpX9A { width:37.25rem;height:5rem;top:22.125rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Mu9LGv8S5a8h4gr33PrrmoFqhbz8yX { width:15.6875rem;height:2.75rem;top:1.75rem;left:26.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrksarzgEFfEKlJbVJOSvenWU8UpKqJO { display:block; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8f6A19HA5onk6Gk8DgzGyg4JLKR8ci { width:47.75rem;height:2.75rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKeo9TltpsvD2fTx2gtmH5QOMopCeigh { top:13.875rem;left:0rem;width:30.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx7zdvHQJHxeg45pDPZm8HLlt3CmITE { top:23.75rem;left:0rem;width:30.3125rem;height:6.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEe7mIveNp7yvp9SHXhn2pphqq4PuR1m { top:30.375rem;left:0rem;width:30.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXPT50TSCACJwTklr6Zs5oaOInP2kKy { top:25.1875rem;left:17.0625rem;width:30.6875rem;height:8.5443764431364rem;display:block; }
 }@media only screen and (max-width: 763px) { #D81O3tBaJdeoPx16r2WWQL2c7ELWkUr3 { top:10.6875rem;left:18rem;width:29.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhSDxc4NXxZIBZDNgOkgc9CZ5hXANn8O { top:18.8125rem;left:17.75rem;width:30rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ibRHkvfh4mAc4IPNMHZnbFc9RBhlXB { top:23.75rem;left:17.5625rem;width:30.1875rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqLZp2ToLmImh97ebepp9NTDTP9IpJmV { top:5.0625rem;left:17.375rem;width:30.375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfgKBeqJgNL2DgXmOgqhFFmIMaT4AqLT { top:34.125rem;left:17.25rem;width:30.5rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLAavU3b9IGaihlJ4Wa1rdt1HHSBx4vP { top:5rem;left:0rem;width:30.3125rem;height:8.9184057499835rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT { display:block; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpT1vpEiSnMETXZMN4VAnPKsOVGGZkeZ { width:31.875rem;height:2.375rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv5Hr3kPiqgObGVF7eNTuOT95x0Rl2Cb { width:16rem;height:2.5rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG4zgIOtqCm9ERGxMa51s4rBTZUJhTJw { width:31.4375rem;height:11.8125rem;top:7.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoT9VUB7f9c6F12wOHepXiSeIzI39RTA { width:23.5625rem;height:2rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUHU5XzkLFFqM7PC8koo7wvXTu4xIxu { width:11.3125rem;height:1.625rem;top:25.8125rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr  { width:24.1875rem;height:auto;top:3.4375rem;left:21.0625rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr {display:block;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr { width:24.1875rem;height:auto;top:3.4375rem;left:21.0625rem; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #RLhhNvnbTtbNTbTWH4z3w385TSHoEZEb {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #h9nNZ6UZHJlEyXzp4cps0NRatVA2MbyZ { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #VvMOMZ42BWOy4woFiXODMEul5puTHx1b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #A3NGKGvcb9ipPSrMAQhH6V9B7RfPXmm6 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #E8QxxKN2ikTcpD4168TkidwtDT2WOdNT { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cKRyUTQIAq1nVFhTR9nqJrHtKMV6hxSF {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #Tl0eIPgAixWirFtPrz4VOVPRsGsMGEkZ {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #FwDIhdOnTFfiTKfUC4X25pyRN5dQ3RUF { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #TR2lsovXt5GiZsTXpJ04BFP0eLA8mVeS {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #tUcIXFHTHTnaIPZCzlQeKaw3BUQ6iiPV {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #QqUSFQ71mwhtQoU3wTS5nV1qLTAWTsF2 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #XUAFo2bFU6M0RWJ52AP5TlJLdDt7tUUW {  }
 }@media only screen and (max-width: 763px) { #FsdWQ4VdElF9KLHEmcgq8AT3ARWeOFaa { display:block; }
 }@media only screen and (max-width: 763px) { #Szre3Z0MMWc3clpcplhwrdxtVaebTCA9 { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #kNhFcdDBVyhHTRuGNC6Z1yOz82LzpM5b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cpHh042tcotK99XfMvTWA0DDiwx3qC0r {  }
 }@media only screen and (max-width: 763px) { #R1SDGoQZKF3UpFMvyGC5i7yg4B8xoxwd { top:22rem;left:8.240234375rem;width:25.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5f4nUNDIdFLSUJiDX1wOZoPcTwdPrqT { width:20rem;height:1.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cVBGOtWcBw4NVlgrOCy32AM1ipX10icD { width:20rem;height:auto;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpaME824wK2N0PORwPdMZGfhuoSJXVg1 { width:4.625rem;height:4.625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRnSVpJgdQEWKf7waecmrx6cGQEV1WGz { width:12.9375rem;height:0;top:11.9375rem;left:3.125rem;text-align:center;text-align-last:center;z-index:15009;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nL30ZckEBedzTNGmZ32Xp1kw6qRVCPE9 { width:20rem;height:1.7875rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15008;color:#53ba00;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PvdGkxT4iER1sJ7gtxO6T6Ho4fpDmu7A { width:20rem;height:7.15rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15009;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZOpmoQ5TQTueAJSGheoRkh9NSAV6NMz { width:17.5625rem;height:4.63125rem;top:22rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZLzbq5k1vKB1IuBQkRhUEcen0J9NXd { width:20rem;height:3.0875rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnHXn0NsDtUiehWBJaQF91wg4QSNsSTr { display:flex;width:13.6875rem;height:13.6875rem;top:28.625rem;left:3.15625rem; }
 }@media only screen and (max-width: 763px) { #tn7k22OorGdBnympSA46kT1JUggMXpWG { width:20rem;height:2.925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtcXlGJGJ72Kx5y4p1GR2Ng3wp91CXX8 { width:20rem;height:4.3875rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqmW7PB6TupA4efDKsFAhFifhVBTDQH { width:20rem;height:5.85rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq { background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:cover !important;display:block; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container { background-color: transparent; background-image: none; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container > .video-iframe-container { display: none; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row > .video-iframe-container { display: none; }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .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); }#zhSO4LxZJ5wC7rkCXAdpmv2PLm8HEyTq > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-text {padding-top: 0; padding-bottom: 0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-select {padding-top: 0; padding-bottom: 0;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp  { width:17.5rem;height:auto;top:6.125rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp {display:block;}#TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp { width:17.5rem;height:auto;top:6.125rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #CUZ6u6rceegG6p4BWmVpMHvgtllsSGJX {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #io6JIy582RXdGA4MtuRxuSN9PiSncZAR { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #vD3AMnZGrbUTmUL6OONMLb3CgnnFzMiS {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #lmy8qKzKXqoR9bi9G6QyKN7uwqlQToKX {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #oB8h338a8bJ04WEmiSbT9bpvbNmbn31V { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #n4dMTszWaWgX20XAozmngBB4Jx0GHTkt {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #vgTtuJd7P4QGnnLSrcsgIHqmORJLA4Uh {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #z7cRbqMPlSViMfczQueG8WE3dKKZP5Uz { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #lgEhvL4q9vm3hEL6fq84AXfAAQp3c2mf {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #tvaWAlDcmivmZXN36OSw8ru74SlUgogL {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #ZvKFaeBQlxNhq7DdE1mXCIRA8zFtz0gc {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #XohSPPDnRU7NSKrEn7b3nE2wFMzKt5J4 {  }
 }@media only screen and (max-width: 763px) { #SbRZlpPmNmUxv5DlS35pF99klJGNbNO7 { display:block; }
 }@media only screen and (max-width: 763px) { #GdMZmIKWqtyUpiT2hQ0NooI6tqtkvSLC { display:block; }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #QDELXMrOGrGhyCqTDoIscFfCuxpFcUlP {  }
 }@media only screen and (max-width: 763px) { #TJgQxxqXuCNa9RoAHU1ExO5RE4mhK7dp #Ihf6TtQZ1zFnBi4oBHcHPSi3lo6Mu10q {  }
 }@media only screen and (max-width: 763px) { #wC4305fXXZxagGE2RazLo1JwiBifUHTy { width:20rem;height:1.625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCAOvVeIIJilTc4ewtu7cPaNOR96cxMb { width:20rem;height:1.875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV { display:block; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuQniPD0QQ3XTOq99ouTp8QudqXyqbQL { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXmkRsuJlzl7tOf6TZJA9bBOkfI9Geb { width:20rem;height:7.3125rem;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOwQtlbmd7IrTixfukS5CCsI6qoWJUNP { width:20rem;height:9.425rem;top:15.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcrJL4nTQO3VahPIU1DX1LkhsRLuBRD { width:20rem;height:2.925rem;top:25.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 { width:20rem;height:8.9125rem;top:30.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:before{  }
 }@media only screen and (max-width: 763px) { #ktC8fdmHc398ZElQ8QED2mLpnldImeM9 { width:20rem;height:2.275rem;top:40.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dik12VgGubl0IT6XUO1QVV6R2gsh19bK { width:20rem;height:2.925rem;top:44.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwmhiIPFQ9MdQhLQQyXKTKtrPHZ67a0 { display:flex;width:1.5rem;height:1.5rem;top:50.5rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #gPaTcqXkssgZz3qduvSDaJKoUsaaLNAv { width:15.625rem;height:5.2rem;top:50.5rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpDQWXMZgaUGTmzPKLI7HuOK3frlGR0S { width:17.4375rem;height:1.4625rem;top:48.0625rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFVB1Mn8LZ8KMBBcogPmGhfDZiWl4fa { width:20rem;height:7.3125rem;top:57rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8cPnZmEzF3ZSu4rwglwWHXg6DbHZPUB { display:flex;width:1.4375rem;height:1.4375rem;top:52rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Q7P7ezpCwnZKbeavtMxr4ATTtGyznHHU { display:flex;width:1.4375rem;height:1.4375rem;top:54.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3sFGmquF5zuEHZHAoM4m7dLO2P4vIAd { width:12.75rem;height:14.1875rem;top:36.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyCW3JB65kCAGIgLkBLvPM9CcoeMUrH { width:18.375rem;height:1.3rem;top:21.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlAnZm6ikfWAS9dAgRTn0VQFm6S5zrGT { width:20rem;height:2.4375rem;top:23.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tTgVcM7tVVIw4rkHhDwOTVPdXXTNFP { width:18.375rem;height:1.3rem;top:31.4375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAVnAcQh0N63ioCJLTiiTToybez0tfDv { width:20rem;height:2.4375rem;top:33.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZc0elc5uRW5gZRPmNgSKGH7G3kyKPTG { width:15.125rem;height:1.4375rem;top:63.9375rem;left:2.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Emfp6cAbXFvaaB1FnfyUMKr2Fm9oenfO { width:15.8125rem;height:3.375rem;top:81rem;left:2.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LSImLWRsTk2ut08aBImeb85garwTfn67 { width:16.6875rem;height:3.375rem;top:56.625rem;left:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #miTFrkHnl0cBTEQDVv8sz5kR8bPEknvc { width:16.375rem;height:1.4375rem;top:39.5625rem;left:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AbArCM8XX2amv0E6LGilIFA1VIG7u6ol { width:20rem;height:6.825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJC9Aak8JLW3mbzRk9B5oKWv3DCew1r { width:20rem;height:5.2rem;top:9.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg2uXk4WsCTU0tssP2KfzZV56kSFULG2 { width:16.125rem;height:1.625rem;top:16.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkR3y2GhaDc9txPhvUUPrsCf123RNcVa { display:flex;width:2.5rem;height:2.5rem;top:60.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #WLbwxIgn035lQeVvDwfTDtnaQrywub6K { display:flex;width:2.5rem;height:2.5rem;top:51.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #tvRgm6ZtXm2k1L6CVKFf6ANKk5bFLerA { display:flex;width:2.5rem;height:2.5rem;top:18.625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #cTooZnVfJXRO1NTAXAFXJPgitSSRkN6k { display:flex;width:2.5rem;height:2.5rem;top:28.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #wIIgwrpq4vaaKn4V0PBVWbodAuVgQGNc { width:20rem;height:5.2rem;top:69.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZhkEb3Uf2kr0p1ufbNLyu07vnhlrHzn { top:76.25rem;left:2.625rem;width:14.75rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWf8NW06CSEURPFKu5b9wp1s1POrKvp { display:block; }
 }@media only screen and (max-width: 763px) { #nRXnNW29Bx4htLMgo0xvuRfD09tzUJoq { width:18.375rem;height:1.3rem;top:54.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #qP5bLTHAEvB1EB5GKyDRgUgIqQXSIILy { width:18.375rem;height:1.3rem;top:63.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #seMlNGkIp5A35cGiwQzKAmZzklcFUEq6 { width:20rem;height:2.4375rem;top:55.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZrCN3OtTuZEVvaG73nXALRe4MzUkAe9x { width:20rem;height:3.65625rem;top:65.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #KeSz2tUW8TgZnDl28fprcsgxTf5fECUy { background-color:transparent;background-image: -webkit-linear-gradient(top, #138c9d, #259233);background-image: -moz-linear-gradient(top, #138c9d, #259233);background-image: -ms-linear-gradient(top, #138c9d, #259233);background-image: -o-linear-gradient(top, #138c9d, #259233);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#138c9d', endColorstr='#259233' );";background-image: linear-gradient(to bottom, #138c9d, #259233);background-size:cover !important;display:block; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { background-color: transparent; background-image: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .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); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBDmB42CISkO32qveenEIVhCMgrw4hHd { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfgr483i9gGGDGWl5Xn1kb6zUW8Im5h { width:20rem;height:1.3rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .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; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-number { padding-top:0.459375rem;padding-right:0.399375rem;padding-bottom:0.459375rem;padding-left:0.399375rem;width:2.396875rem;min-width:2.396875rem;height:2.469375rem;font-size:1.8375rem;line-height:39.51px;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;color:rgba(var(--color-secondary-4),0.81);background-color:rgba(var(--color-secondary-0),1);background-image:none; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.19625rem;height:0.82875rem;font-size:0.689375rem;line-height:13.26px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#f6f6f6; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 { display:flex;width:12.5625rem;height:4.50375rem;top:6.375rem;left:2.6455078125rem;padding-top:1.085625rem;padding-right:1.071875rem;padding-bottom:1.085625rem;padding-left:1.071875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;z-index:15014; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #dwnVyv8OfN7aN7f7PkSTZz9uDwgSXuFk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #O0ocUPrbNpSKH8HVhHzgWnSbBca5AHxy {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #q0F1eTIPBu4oCFSfTmEOIw0e4y6oIfRs {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #xmRJBegGhIpE6XOBOy9cAJHfazW8ZzBG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TLbdDXGnQ0Rb9vED4ZWiQ3M1oc05oJdT {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #BaIkMtT4y7QrCO5NTTvJwTAOm6hCJraG {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TdlSUQIh3yTPReTt5l0pV0nJfWfCKgsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #fsBly5tDHFJtcO9hPuPkgBIS8KvxklK9 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #T0JPfIHmNnsngxUlwR4dXsaEF4Rq1kE6 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #oWhI0ZOpBAtw5Gl6FMTyoe4BeSpA1Hxz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TvU4K5H0ysN48lXvL0ld03D06mXPsOTd {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #I4dEMFeAMWiAnKzZL8P0kfTXGV6Kbxvm {  }
 }@media only screen and (max-width: 763px) { #tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 { background-color:#fbfbfb;background-image:none;display:block; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container { background-color: transparent; background-image: none; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container > .video-iframe-container { display: none; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row > .video-iframe-container { display: none; }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .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); }#tgRki4aAoVWrJhwcJ8tLWTCo9If5kAA5 > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDNXTHNoOQoT8E7FpTbaMR7CChbuym1i { width:20rem;height:1.4625rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ04xiSvfP8PTcGPuClAqVWJEbPeqSna { width:20rem;height:5.2rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLx09sJDlfuy1N4eCtsUp6bftuC23l8u { width:20rem;height:1.4625rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaP7S5iFc42vdlS0uSoZo52HbCTBeE0b { width:20rem;height:3.9rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5WWcLI9UiIhIbx6oNILd0MB9ZJvZvS { width:20rem;height:1.4625rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvIEXWVWLDmEpsb913WZmAecHvwLTJU { width:20rem;height:6.5rem;top:31.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89Ur91sPtay1vriNaXIwcSL17WeOARE { width:1.3125rem;height:1rem;top:14.96875rem;left:9.3125rem;background-color:#f6f6f6;background-image:none;color:#f6f6f6;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PtZeEHFvD7QI0BKZxr8MOOGTuMf7Qr4E { display:block; }
 }@media only screen and (max-width: 763px) { #ZAmZyq2JTOkkMC0Kg1zQ9m4GyZrSsfAu { display:flex;width:3.625rem;height:3.625rem;top:1.25rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #CdcgX0FN2TtgM2xMi0DUxbqkHh0HB5ZT { display:flex;width:3.1875rem;height:3.1875rem;top:13.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #bnnDOvgxcm3DBHkJJk1zyknD9Xc8G5OZ { display:flex;width:3.125rem;height:3.125rem;top:25.625rem;left:8.4375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #bLk6Ds4mk2ruMmTtlN3OBewqd7pCp8nr { display:flex;width:3.5rem;height:3.5rem;top:25.4375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { display:block; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxhbSeO0vfsH9t0T7KXTOXnBeDpvZ6nf { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWGa3CAThQHspW3qvBDGCtA0vftgiuI { width:20rem;height:9.725rem;top:6.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:before{  }
 }@media only screen and (max-width: 763px) { #tLOk0W9zirf3izgakH72QqlQboMRtKqO { top:17.25rem;left:1.53125rem;width:16.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdIaJ4xG5AeU4sWF2Tp8n9k9Gq1t86Aw { display:block; }
 }@media only screen and (max-width: 763px) { #C7zucP57VRITZyrNFlt42lgN4KwHECnb { display:block; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3NP8BIGodqmSlJvZXw52pTrV3ge8qrI { width:20rem;height:5.2rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN { width:18.125rem;height:8.53125rem;top:6.5625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkCOwBzcKpMKig6tTNc5635iJci3m3V1 { display:flex;width:1.25rem;height:1.25rem;top:6.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XHCXL0wL2SNnLMntRW63ZZ4oB0G27Z8D { display:flex;width:1.25rem;height:1.25rem;top:9.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #af5Ig3KB23t9XhELDTghqqLSaCVxqdXP { display:flex;width:1.25rem;height:1.25rem;top:11.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LgDCbn7yfsMq4Q7CpTnauW582IiG4wOD { display:flex;width:1.25rem;height:1.25rem;top:13.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #COC4TfKOQClBv5mFObpF0cZMCMHg2Tka { display:block; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { width:20rem;height:62.625000953674rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtgLpf6SSPOifzHU5surHn7IhFdu6a4b { width:20rem;height:1.1375rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3II4SRyTOEtuL7W0N0r8dNXTwkM5c44 { width:15.25rem;height:20.125rem;top:42.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoez00pShxSPH39xwa0ZZE5sHcWpq6k { width:20rem;height:9.1rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHieRP1aWTdlgklTHylFTH2pzgl8nIIC { width:20rem;height:18.2rem;top:14.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkiOQXKd1V84ZmzLto1uA5gZRfZpX9A { width:20rem;height:9.1rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Mu9LGv8S5a8h4gr33PrrmoFqhbz8yX { width:15.6875rem;height:2.6rem;top:1.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrksarzgEFfEKlJbVJOSvenWU8UpKqJO { display:block; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8f6A19HA5onk6Gk8DgzGyg4JLKR8ci { width:20rem;height:6.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKeo9TltpsvD2fTx2gtmH5QOMopCeigh { width:20rem;height:6.5146484375rem;top:14.619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx7zdvHQJHxeg45pDPZm8HLlt3CmITE { width:20rem;height:4.3701171875rem;top:36.271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEe7mIveNp7yvp9SHXhn2pphqq4PuR1m { width:20rem;height:5.2275390625rem;top:55.0556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXPT50TSCACJwTklr6Zs5oaOInP2kKy { width:20rem;height:5.568359375rem;top:42.5439453125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #D81O3tBaJdeoPx16r2WWQL2c7ELWkUr3 { width:20rem;height:5.50390625rem;top:29.517578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhSDxc4NXxZIBZDNgOkgc9CZ5hXANn8O { width:20rem;height:3.791015625rem;top:50.0146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ibRHkvfh4mAc4IPNMHZnbFc9RBhlXB { width:20rem;height:6.873046875rem;top:41.8916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqLZp2ToLmImh97ebepp9NTDTP9IpJmV { width:20rem;height:3.744140625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfgKBeqJgNL2DgXmOgqhFFmIMaT4AqLT { width:20rem;height:3.5244140625rem;top:61.533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLAavU3b9IGaihlJ4Wa1rdt1HHSBx4vP { width:20rem;height:5.8837890625rem;top:22.3837890625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT { background-color:transparent;background-image: -webkit-linear-gradient(top, #259233, #138c9d);background-image: -moz-linear-gradient(top, #259233, #138c9d);background-image: -ms-linear-gradient(top, #259233, #138c9d);background-image: -o-linear-gradient(top, #259233, #138c9d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#259233', endColorstr='#138c9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#259233', endColorstr='#138c9d' );";background-image: linear-gradient(to bottom, #259233, #138c9d);background-size:cover !important;display:block; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { background-color: transparent; background-image: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .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); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpT1vpEiSnMETXZMN4VAnPKsOVGGZkeZ { width:20rem;height:1.925rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Zv5Hr3kPiqgObGVF7eNTuOT95x0Rl2Cb { width:16rem;height:2.25rem;top:11.3125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vG4zgIOtqCm9ERGxMa51s4rBTZUJhTJw { width:19.25rem;height:6.05rem;top:3.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoT9VUB7f9c6F12wOHepXiSeIzI39RTA { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUHU5XzkLFFqM7PC8koo7wvXTu4xIxu { width:16.5625rem;height:2.03125rem;top:14.125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr  { width:17.5rem;height:auto;top:16.75rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr {display:block;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr { width:17.5rem;height:auto;top:16.75rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #RLhhNvnbTtbNTbTWH4z3w385TSHoEZEb {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #h9nNZ6UZHJlEyXzp4cps0NRatVA2MbyZ { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #VvMOMZ42BWOy4woFiXODMEul5puTHx1b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #A3NGKGvcb9ipPSrMAQhH6V9B7RfPXmm6 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #E8QxxKN2ikTcpD4168TkidwtDT2WOdNT { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cKRyUTQIAq1nVFhTR9nqJrHtKMV6hxSF {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #Tl0eIPgAixWirFtPrz4VOVPRsGsMGEkZ {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #FwDIhdOnTFfiTKfUC4X25pyRN5dQ3RUF { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #TR2lsovXt5GiZsTXpJ04BFP0eLA8mVeS {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #tUcIXFHTHTnaIPZCzlQeKaw3BUQ6iiPV {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #QqUSFQ71mwhtQoU3wTS5nV1qLTAWTsF2 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #XUAFo2bFU6M0RWJ52AP5TlJLdDt7tUUW {  }
 }@media only screen and (max-width: 763px) { #FsdWQ4VdElF9KLHEmcgq8AT3ARWeOFaa { display:block; }
 }@media only screen and (max-width: 763px) { #Szre3Z0MMWc3clpcplhwrdxtVaebTCA9 { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #kNhFcdDBVyhHTRuGNC6Z1yOz82LzpM5b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cpHh042tcotK99XfMvTWA0DDiwx3qC0r {  }
 }@media only screen and (max-width: 763px) { #R1SDGoQZKF3UpFMvyGC5i7yg4B8xoxwd { width:20rem;height:5.533203125rem;top:22.875rem;left:0rem;z-index:15002;display:block; }
 }