.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(127,196,100,0.94);background-image:url("https://images.assets-landingi.com/uc/433d9786-fcab-4d50-8eac-04c8dfba5257/ECnew_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:8.44925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;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:4.9375rem;width:14.3125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.75rem;left:27.75rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:33.9375rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.75rem;left:39.875rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:45.875rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { background-color:transparent;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.75rem;left:50.25rem;display:block; }
#wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:54.5rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#ffffff;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.375rem;left:0.5rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.9375rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#1e2e3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #7fc464;border-left:0.1875rem solid #7fc464;border-right:0.1875rem solid #7fc464;border-bottom:0.1875rem solid #7fc464;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:9.875rem;width:9.875rem;top:5.625rem;left:50.125rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:#7fc464;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:8.0625rem;left:52.625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:#7fc464;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:10rem;left:51.9375rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#1f333b;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.5625rem;left:1.375rem;height:6.1875rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:26rem;left:0rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;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.625rem;width:7.75rem;top:7.9375rem;left:25.5625rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#1f333b;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:8.5625rem;left:25.625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { position:absolute;display:block;z-index:15004;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:5rem;width:8.8125rem;top:1.71875rem;left:16.8125rem;overflow:hidden;display:block; }
#VClO8uqTTwwDLoh8U0ykOMlz9ikQi7Dm { color:#ecf3f1;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:41.25rem;left:0rem;height:2.625rem;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; }
#cAqIU0U2XwTgMGHtTgf6FdF3aLmcQXmf { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15098;line-height:1.5;letter-spacing:0;top:34.4375rem;left:16.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqnbErk1Rht9OAlZ71BBogtA8bLePRMb { box-sizing:content-box;height:6.5625rem;width:15.75rem;position:absolute;display:block;z-index:15097;background-color:rgba(0,0,0,0);background-image:none;top:33.125rem;left:15.375rem;border-top:0.125rem dashed #bddeab;border-left:0.125rem dashed #bddeab;border-right:0.125rem dashed #bddeab;border-bottom:0.125rem dashed #bddeab;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#FurnCPfyJeQ3NfPgVn8K5v96VbrfgXDi { position:absolute;display:block;z-index:15099;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:31.4375rem;width:18.875rem;top:12.4375rem;left:32.15625rem;overflow:hidden;display:block; }
#ecBAssVXKTMTsHMwQJxc5k5nKniwunek { position:relative;display:block; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek { background-color: transparent; background-image: none; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row .container > .video-iframe-container { display: none; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row > .video-iframe-container { display: none; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .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); }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek { border-width: 0; border-radius: 0; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .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; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.3125rem;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; }#Ag168vQhLM8TJ9zfzrRfHBS78py9Ht4T { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.724853515625rem;left:8.125rem;height:;text-align:center;text-align-last:center;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; }
#yMv6pR7ILTC2MuRSEDo6xE6RtmUBUzvn { color:#000000;display:block;width:42.87475rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.773681640625rem;left:9.078369140625rem;height:37.69438125rem;display:block; }
#ETmAIZQ3u2K1AOLbobcAyomeCwAupKA7 { 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:15004;opacity:1;top:6.773681640625rem;left:2.772216796875rem; }
#EMmGN7t4csKNmk2nICP09DpJgvwRI7mF { 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:15005;opacity:1;top:21.397705078125rem;left:2.772216796875rem; }
#L9BCCiFCV1V4VC5wvMrlvp8UC1pnDeqN { 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:15006;opacity:1;top:34.273681640625rem;left:2.772216796875rem; }
#RLDDs4V3y386yolFxuSKvfwTAEHi1qqN { 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:15007;opacity:1;top:42.210693359375rem;left:2.772216796875rem; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:58.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4rem;left:1.3125rem;height:8.999rem;text-align:center;text-align-last:center;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; }
#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:0.91250038146975rem;left:8.78125rem;height:3.1494125rem;text-align:center;text-align-last:center;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { 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; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:5.6749992370606rem;left:2rem;height:11.8125rem;text-align:left;text-align-last:left;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { 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:15.125rem;width:18.75rem;top:18.5rem;left:0rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { 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:15.125rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:20.625rem;left:21.75rem;height:18.5625rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.1875rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:15.125rem;left:20.625rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { 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:15.125rem;width:18.75rem;top:22.34375rem;left:41.25rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:#1f333b;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:5.7750015258789rem;left:42.1875rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#1f333b;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { 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; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { background-color:transparent;background-image:none;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.09375rem;left:24rem;display:block; }
#H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8624992370606rem;left:8.125rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.72500038147rem;left:8.125rem;height:1.80013125rem;text-align:center;text-align-last:center;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:19rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0.625rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4375rem;left:0.6875rem;height:13.59375rem;text-align:left;text-align-last:left;display:block; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.0625rem;left:20.9375rem;height:11.8945rem;text-align:left;text-align-last:left;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.1875rem;left:40.625rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:18.8745rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.998779296875rem;left:41.12548828125rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0.25rem;left:0.3125rem;overflow:hidden;display:block; }
#hFMNZB98UJEmakpo9kITaDgvPl81eT7x { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0.25rem;left:21.875rem;overflow:hidden;display:block; }
#kHDRcbIv1zbRloqi2OsXbNtZHfy3Z76x { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0.3125rem;left:41.8125rem;overflow:hidden;display:block; }
#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { position:relative;display:block; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { background-color: transparent; background-image: none; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container > .video-iframe-container { display: none; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row > .video-iframe-container { display: none; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .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); }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { border-width: 0; border-radius: 0; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .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; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#7fc464;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;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; }#TaJZWHHdCnhkl8ygM7Bc3Qe6GcauLkD0 { color:#1f333b;display:block;width:58.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:0.48749923706055rem;left:1.3125rem;height:6.2995rem;text-align:center;text-align-last:center;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; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { background-color:transparent;background-image:none;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;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:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.8125rem;left:24.5rem;display:block; }
#JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.2375030517578rem;left:8.125rem;height:;text-align:center;text-align-last:center;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; }
#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { position:relative;display:block; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { background-color: transparent; background-image: none; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container > .video-iframe-container { display: none; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row > .video-iframe-container { display: none; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .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); }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { border-width: 0; border-radius: 0; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .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; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;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; }#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:#1f333b;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.3125004768369rem;left:3.78125rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#pkHXsVnD7qkSUopgsABESoAebdu0Vhfo { color:#7fc464;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1653647422791rem;left:3.78125rem;height:2.4375rem;font-style:normal;display:block; }
#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van { position:relative;display:block; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van { background-color: transparent; background-image: none; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row .container > .video-iframe-container { display: none; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row > .video-iframe-container { display: none; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .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); }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van { border-width: 0; border-radius: 0; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .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; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:84.375rem;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; }#WASMkNTJXk0xZapqTT8csuJzBGPCD1tp { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pG2IbAAo29Uysa7XBgZuWQwnJXS93IsM { position:absolute;display:block;z-index:15003;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.25rem;width:6.25rem;top:5.4375rem;left:6.9375rem;overflow:hidden;display:block; }
#BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { color:#585858;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HPECn6eU9MPFpn4TATxnVxIoRexwBmUO { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.625rem;left:20rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { color:#585858;display:block;width:15.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5rem;left:42.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldfh88M6tuQrTsvc36nvPbskr2blcNaS { color:#585858;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { color:#585858;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.6875rem;left:21.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWhTBfKpPfmqxfHJQqadkysmTy7fUxoA { position:absolute;display:block;z-index:15003;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.25rem;width:6.25rem;top:21.0625rem;left:46.25rem;overflow:hidden;display:block; }
#x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.625rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfhmZyeorzk9LVyiFmgVqEhWBEKbudCp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:5.4375rem;left:25.6875rem;overflow:hidden;display:block; }
#XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.5rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nvnu4JhL6J9HmzWb80f7sTzaXpRz8Wxg { 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.25rem;width:6.25rem;top:36.375rem;left:26.25rem;overflow:hidden;display:block; }
#UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { color:#585858;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.5rem;left:20.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD2ax27zeJuzRcu4aTzEiyqov5Z6XwkP { 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:6.25rem;width:6.25rem;top:57.375rem;left:6.875rem;overflow:hidden;display:block; }
#bt9oxhaMUJvoafESiQRRWsry29V2curL { 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:6.25rem;width:6.25rem;top:36.375rem;left:46.875rem;overflow:hidden;display:block; }
#pJ09clVB1sZX0KqNqUuCw7sF05xHvzJG { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.5rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSkLRA4g6K9NJAidngDiyeTnWsVgnNIx { color:#585858;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:64.875rem;left:0.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sUimTbrKVrb79S0R7eq2JFmRsHNI9JkT { 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:6.25rem;width:6.25rem;top:57.375rem;left:26.25rem;overflow:hidden;display:block; }
#vlCaqQ15hu3g8pXfTVW5zXCN7HrVOdhQ { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:64.875rem;left:20rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GT39JTHZ8UunZNlgsoGAmVlv5rpUn6Ia { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:64.875rem;left:41.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQPvxgJFfJcldfgOKdT1nvCGfrNC1wwF { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:81.4375rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNfxGfsHczr8oKXQcITvmJvnuW45XBv3 { 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:6.25rem;width:6.25rem;top:5.4375rem;left:46.875rem;overflow:hidden;display:block; }
#HZqcQOdr7iqDp0eWZClmpnx1K8SaNC5Z { position:absolute;display:block;z-index:15004;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.25rem;width:6.25rem;top:37.125rem;left:6.875rem;overflow:hidden;display:block; }
#KfoFtNw7MEZaN79cSUdueSRpvLCmvvTy { 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:6.25rem;width:6.25rem;top:57.375rem;left:46.875rem;overflow:hidden;display:block; }
#gG68ZX5RrzLu7BrVmEdiDHhI1LUA29bG { 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:6.25rem;width:6.25rem;top:73.875rem;left:26.875rem;overflow:hidden;display:block; }
#toBinaTwM9ETQU2MJB3lDvxFz8eZTxgu { position:absolute;display:block;z-index:15002;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.25rem;width:6.25rem;top:21.0625rem;left:6.125rem;overflow:hidden;display:block; }
#SaWT8dJnaC8xxbDLrG6t5MOZkxVl1AZa { position:absolute;display:block;z-index:15002;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.25rem;width:6.25rem;top:21.125rem;left:26.875rem;overflow:hidden;display:block; }
#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t { position:relative;display:block; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t { background-color: transparent; background-image: none; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row .container > .video-iframe-container { display: none; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row > .video-iframe-container { display: none; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .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); }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t { border-width: 0; border-radius: 0; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .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; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;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; }#sZBvCxNs2xTnlTz8LG4wtxCPQQJ6cxsr { color:#585858;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aZ9uV6XBhmE2AG8KmpkSBNBfFm3pcKrr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6749992370606rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JbGQqXcgzOPdVXNhA78Gktx719LqrLuJ { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(127,196,100,0.15);background-image:none;top:4.1875rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#c6m7EpiQSga7wiVpIzcDRT4ynthKvZtO { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(127,196,100,0.3);background-image:none;top:6.875rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#iDNkBpgp7wMTT9wapxVxqRhBuFm8efoB { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(127,196,100,0.15);background-image:none;top:9.5625rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#KvMIV4k2HXTDzxHy63lHZv3okWCLlmeF { box-sizing:content-box;height:3.75rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(127,196,100,0.3);background-image:none;top:12.25rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#UELzbkSs9eFdw096Ml7XmZaARR88JBLN { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(127,196,100,0.15);background-image:none;top:16.33749961853rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#qccQymHUygJ9QqtotI0asnHT9sI4raiI { box-sizing:content-box;height:2.4375rem;width:59.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(127,196,100,0.3);background-image:none;top:19.137500762939rem;left:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#p4lgTRtnUeZ0GHzT5ufo0e1HPZcgGE9X { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.487500190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HBqzecXy1lQ6sEdUKCSafmGrEUxoBeoc { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.175000190735rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#krbhg1PTgnP0BtbS4lOqQ2mq1DvODqvL { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.862499237061rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yogpnh00vQ00dGTK4nmG9Zr5Chn6Hy5n { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mdWK7Dwsuhs5C1sMrp9EiRlP7rDPOtbs { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.0375061035156rem;left:-0.0625rem;height:3.15rem;text-align:center;text-align-last:center;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; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.5675rem;padding-right:0.535rem;padding-bottom:0.5675rem;padding-left:0.535rem;display:block;align-items:center;width:3.20625rem;min-width:3.20625rem;height:3.04375rem;position:relative;font-family:lato;font-size:2.265625rem;font-weight:700;line-height:48.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.354375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.275rem;height:1.05375rem;position:relative;font-family:lato;font-size:0.85rem;font-weight:400;line-height:16.86px;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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.8125rem;height:5.586875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:2.4572906494141rem;left:22.09375rem;z-index:15004; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH { width:auto; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.125rem;top:10.0625rem;left:4.75rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:#1f333b;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.875rem;left:6.6875rem;height:5.625rem;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; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;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.625rem;width:7.75rem;top:20.5rem;left:4.75rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:#1f333b;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:21.0625rem;left:4.75rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:21.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;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:21.3125rem;box-sizing:border-box;height:2.625rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;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:21.3125rem;box-sizing:border-box;height:4.375rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#1f333b;width:17rem;height:3.25rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.498046875rem;left:30.5615234375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.498046875rem;left:30.5615234375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GvnTgoZbPqnqBGkaXbNHWZUFHU6ziva8 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XxgFJDgSF2f2y0603ornNSNczuaJqX0W { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTPKBuAHIfnxUsGcoT25VBE8weUCRaWm { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #g6DTlxCfnor7keFL8PKodu46l9HNoXUp { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Qb7PetsrQC4ozyDPWZLquZF9mvsyUtVm { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FNLQVTIuDDdmdvM5Qp8iLScDdIlD7WNJ { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VZ8avTdyB8tFgmESsLdn6OXHcP1DiQQV { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RybQ8MFIxVHv3HUngz8QkH15hM4gofKF { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QmeBLaqUt5qRsi4VIF3dRSyQFbNPwZnd { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zJu8qC8e93eK1RPu0Q3Nq3NtQZRN7TJu { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H6fIacT41dPqyC7C80Fu026sim0Jqssm { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #y1moQ6FKPwks3vQ5kaUQtTmyA0OH53VT { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #JIxKGWGb0PhmZu9zrdXZawTheTWDaTiz { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KWcmgbnB3vJn6HKHqLEAB9CCOrilKnrk { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #AwfxdPNOb6b0LJeqOuTLmDVikF3dUO0v { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#NOovlqmHDUgscTDSq69oVyxbGUZcur5i { position:relative;display:block;z-index:100000;display:block; }
#rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { position:relative;display:block;z-index:100000;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:28.5rem;top:9.875rem;left:29.8125rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.25rem;width:8.25rem;top:2.25rem;left:46.6875rem;display:block; }
#CTiZuOatXexee7zUOccwgdaDVQZUhTpd { color:#1f333b;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:3.6875rem;left:47rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:#1f333b;display:block;width:6.9375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:5.8125rem;left:47.375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:8.125rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:24.4375rem;top:18.8125rem;left:6.6875rem;overflow:hidden;display:block; }
#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB { position:relative;display:block; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB { background-color: transparent; background-image: none; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row .container > .video-iframe-container { display: none; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row > .video-iframe-container { display: none; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .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); }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB { border-width: 0; border-radius: 0; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .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; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;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; }#nAk5tTupSh49AwTE0foICJJfnvkv5kgd { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:5.875rem;left:2.25rem;display:block; }
#i64KhlZhCzCTnawF6Le69r8sH4I4yUlo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJSekMQ2VJwKINmvPnOZrCXio9h1kgBx { color:#7fc464;display:block;width:21.624rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:1.6875rem;left:19.875rem;height:5.3125rem;display:block; }
#c1nzg6HG6WeGaKP6TmaNvdVqEnxWvWdO { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:5.875rem;left:31rem;display:block; }
#CUzTbwrnh3L93NGs1sfDX7Rra6bTMNhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT4dLLFbiRM2tiPy5uxm2NxiZ9EQoiez { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:5.875rem;left:45.25rem;display:block; }
#DIXoT5iiSl5FT6TJmdtzFrvATGk3skRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLCRicPl3ZeRm3JwrpmTFNnvWxSDOatD { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:17.125rem;left:2.25rem;display:block; }
#xSDc9sWxvcTPwJxORzsmzrCxqDIb3vLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sIRf0N9RKP70vQLTUFVc3JfF4GfZh8ge { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:5.875rem;left:16.375rem;display:block; }
#UITGixzJkNwy9Z5t5OJBZs4bFT7hedmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yN2iyxuPSuSqnzEAp6EoeNk92KFoe36E { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:9.0625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:17.125rem;left:31rem;display:block; }
#PX6frt0VrxbDUtXF7uHMdThaDILaGSCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JThP8wqJANrLLkT12STIrdCgDeLu1H7Z { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:17.125rem;left:45.25rem;display:block; }
#mNSSdoEpKcIdE5ycUc7x9EIsypKhPeqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s0oUOa2PIBI6vRRZshlFOS4ykQXCx3hk { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:28.3125rem;left:2.25rem;display:block; }
#W2lB7C08zkxotMCzzSz29axQsWpvb9pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pI2KDrP08loTrAcTtx1gOmTNEmHF3N7W { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:17.0625rem;left:16.375rem;display:block; }
#JcWx9qh96ZMHcnr57ALDznBOtAAiG2Al { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdOpDUo78UV7orZdSywBNKvi7QPL0e2R { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:9.0625rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:28.3125rem;left:31rem;display:block; }
#JPlB8ZFav3IBHAttJJD8Ah5W0Hp7bLd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieAQUmdMmDId4rN3FkX1qHt7K47f9rKp { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.25rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:8.9375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:28.3125rem;left:45rem;display:block; }
#rMZ4AxcqyRl8EOhBz8b9y87gTrtUnp6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nvq4DuWHT96f8HAynlQxOcBolSDBqUNb { color:#ff0000;display:block;width:3.374025rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:17.1240234375rem;left:17.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#BTv8BuAeCnFpun3qb6sGlRyaBI2KoKBt { color:#ff0000;display:block;width:3.374025rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:28.311767578125rem;left:31.873779296875rem;height:0.9746125rem;font-style:normal;display:block; }
#hQmUzJHg5mms0EIDEir4V7T1F4SI8IgT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#7fc464;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.74870875rem;height:4.93619625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:39.626304626465rem;left:19.122398376465rem;display:block; }
#eN0iCbC2zxUQThePyUbOWi9RF47KDbch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TREdFK4R9l1D53gicgpEFgGn4SzlL8i9 { background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.25rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#3d4051;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:9.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:28.3125rem;left:16.125rem;display:block; }
#PnD9UiUnbAeiZWMmpIuJNgFqUnwbugJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbHpBzd95C6IHKSeSuf3y5Oe4TFO3qk2 { color:#ff0000;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:28.3125rem;left:17.1875rem;height:0.9746125rem;font-style:normal;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { 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; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:8.125rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { background-color: transparent; background-image: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .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); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { border-width: 0; border-radius: 0; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { background-color: transparent; background-image: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container > .video-iframe-container { display: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container { display: none; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .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); }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { border-width: 0; border-radius: 0; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#gzX5bC9pQFZmKMTq44SnTDybcU33phtq { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:0.57500076293945rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { background-color: transparent; background-image: none; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container > .video-iframe-container { display: none; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row > .video-iframe-container { display: none; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .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); }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { border-width: 0; border-radius: 0; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { background-color: transparent; background-image: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .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); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { border-width: 0; border-radius: 0; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { background-color: transparent; background-image: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .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); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { border-width: 0; border-radius: 0; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#lffezyGDaKTMW3HZohZAFeO08UTMRH1u { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { background-color: transparent; background-image: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .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); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { border-width: 0; border-radius: 0; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { background-color: transparent; background-image: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .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); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { border-width: 0; border-radius: 0; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#dCgibmR607AusgKNJb3BvTlyaT6e4VkC { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { background-color: transparent; background-image: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .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); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { border-width: 0; border-radius: 0; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { background-color: transparent; background-image: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .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); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { border-width: 0; border-radius: 0; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:4.5rem;width:50rem;top:0rem;left:5rem;display:block; }
#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { background-color: transparent; background-image: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .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); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { border-width: 0; border-radius: 0; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#dAzeVUaet2UH22BunvFi78J6pDITLm49 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container { background-color: transparent; background-image: none; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container > .video-iframe-container { display: none; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row > .video-iframe-container { display: none; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .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); }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container { border-width: 0; border-radius: 0; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#OAll10M5ClCz2QFzX5QG5tETAgDbulZo { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#uN29pdpTl1bo0iPcwfHNUd9SmmiP1Lxh { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:4.5rem;width:50rem;top:0rem;left:5rem;display:block; }
#g0KThAcGhteJOakNong2a2SBpSevhGop { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.57763671875rem;left:4.9375rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,196,100,0.2);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; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container { background-color: transparent; background-image: none; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container > .video-iframe-container { display: none; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row > .video-iframe-container { display: none; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .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); }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container { border-width: 0; border-radius: 0; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#LKNu2hqTTPAfy07OANKAAbUu81JqUXRa { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.9494625rem;text-align:left;text-align-last:left;display:block; }
#oE9rFM5BQ22sT1ahvSftR64AsJoD4k3b { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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:4.5rem;width:50rem;top:0rem;left:5rem;display:block; }
#hRmTCoxTrry7gJqgkA0E8cgNlUnqHE7h { color:#1f333b;display:block;width:47.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:5.0048828125rem;left:4.9375rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc464;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; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:#000000;display:block;width:5.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:#1f333b;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:14.39845rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:8.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:6.5rem;left:19.5rem;height:3.5996125rem;text-align:right;text-align-last:right;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:#000000;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:19.8125rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#000000;display:block;width:14rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:39.9375rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:#000000;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:39.875rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#AgdVdPW4sBFygVpn9q5xUoDfgT9JHovE { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:8.361328125rem;left:40rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:27.875rem;height:;top:11.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.3125rem;height:4.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:5.625rem;height:2.25rem;top:1.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.75rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.0625rem;height:2.25rem;top:1.75rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:4.4375rem;height:2.25rem;top:1.75rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:4.3125rem;height:2.25rem;top:1.75rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.5rem;height:2.4375rem;top:1.5625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:22.6875rem;height:;top:19.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:9.875rem;height:9.875rem;top:5.625rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.4375rem;top:8.0625rem;left:42.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:3.875rem;top:10rem;left:41.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:19.625rem;height:6.1875rem;top:26.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.75rem;height:5.625rem;top:7.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:8.5625rem;left:19.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:8.8125rem;height:5rem;top:1.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VClO8uqTTwwDLoh8U0ykOMlz9ikQi7Dm { width:30.1875rem;height:2.625rem;top:41.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAqIU0U2XwTgMGHtTgf6FdF3aLmcQXmf { top:34.4375rem;left:10.25rem;width:13.6875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqnbErk1Rht9OAlZ71BBogtA8bLePRMb { top:33.125rem;left:9.25rem;width:15.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurnCPfyJeQ3NfPgVn8K5v96VbrfgXDi { top:12.4375rem;left:26.03125rem;width:18.875rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecBAssVXKTMTsHMwQJxc5k5nKniwunek { display:block; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ag168vQhLM8TJ9zfzrRfHBS78py9Ht4T { width:43.75rem;height:;top:1.6875rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMv6pR7ILTC2MuRSEDo6xE6RtmUBUzvn { top:6.75rem;left:2.953369140625rem;width:42.8125rem;height:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmAIZQ3u2K1AOLbobcAyomeCwAupKA7 { top:6.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMmGN7t4csKNmk2nICP09DpJgvwRI7mF { top:21.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9BCCiFCV1V4VC5wvMrlvp8UC1pnDeqN { top:34.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLDDs4V3y386yolFxuSKvfwTAEHi1qqN { top:42.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:0.875rem;left:2.65625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.6875rem;height:11.8125rem;top:5.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:15.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:15.125rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.3125rem;height:18.5625rem;top:20.625rem;left:14.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:16.0625rem;height:4.0625rem;top:16.625rem;left:16rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:15.125rem;top:22.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:16.6875rem;height:13.5rem;top:5.75rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:12rem;height:3.25rem;top:3.0625rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:2.875rem;top:4.8125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.25rem;top:2rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:43.75rem;height:1.75rem;top:7.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:19rem;height:1.8125rem;top:5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:18.75rem;height:13.5625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:18.75rem;height:11.875rem;top:8.0625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:1.8125rem;top:5rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:18.75rem;height:8.5rem;top:8.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:18.8125rem;height:1.8125rem;top:4.9375rem;left:28.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { top:0.25rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMNZB98UJEmakpo9kITaDgvPl81eT7x { top:0.25rem;left:15.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDRcbIv1zbRloqi2OsXbNtZHfy3Z76x { top:0.3125rem;left:31.75rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { display:block; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaJZWHHdCnhkl8ygM7Bc3Qe6GcauLkD0 { width:47.75rem;height:;top:0.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:12rem;height:3.25rem;top:2.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:;top:2.1875rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { display:block; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:47.75rem;height:5.375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkHXsVnD7qkSUopgsABESoAebdu0Vhfo { top:2.125rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEndT1EfvnxpOhuwgKUW4zsw4pyq0van { display:block; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WASMkNTJXk0xZapqTT8csuJzBGPCD1tp { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2IbAAo29Uysa7XBgZuWQwnJXS93IsM { width:6.25rem;height:6.25rem;top:5.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { width:14.875rem;height:4.875rem;top:12.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPECn6eU9MPFpn4TATxnVxIoRexwBmUO { width:18.75rem;height:3.25rem;top:12.625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { width:15.4375rem;height:6.5rem;top:12.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldfh88M6tuQrTsvc36nvPbskr2blcNaS { width:18.4375rem;height:1.625rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { width:17.25rem;height:3.25rem;top:28.6875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWhTBfKpPfmqxfHJQqadkysmTy7fUxoA { width:6.25rem;height:6.25rem;top:21.0625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { width:18.75rem;height:1.625rem;top:28.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfhmZyeorzk9LVyiFmgVqEhWBEKbudCp { width:6.25rem;height:6.25rem;top:5.4375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { width:18.75rem;height:1.625rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvnu4JhL6J9HmzWb80f7sTzaXpRz8Wxg { width:6.25rem;height:6.25rem;top:36.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { width:19.25rem;height:6.5rem;top:44.5rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2ax27zeJuzRcu4aTzEiyqov5Z6XwkP { width:6.25rem;height:6.25rem;top:57.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt9oxhaMUJvoafESiQRRWsry29V2curL { width:6.25rem;height:6.25rem;top:36.375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ09clVB1sZX0KqNqUuCw7sF05xHvzJG { width:18.75rem;height:1.625rem;top:44.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSkLRA4g6K9NJAidngDiyeTnWsVgnNIx { width:18.9375rem;height:3.25rem;top:64.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUimTbrKVrb79S0R7eq2JFmRsHNI9JkT { width:6.25rem;height:6.25rem;top:57.375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlCaqQ15hu3g8pXfTVW5zXCN7HrVOdhQ { width:18.75rem;height:3.25rem;top:64.875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT39JTHZ8UunZNlgsoGAmVlv5rpUn6Ia { width:18.75rem;height:1.625rem;top:64.875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQPvxgJFfJcldfgOKdT1nvCGfrNC1wwF { width:18.75rem;height:1.625rem;top:81.4375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNfxGfsHczr8oKXQcITvmJvnuW45XBv3 { width:6.25rem;height:6.25rem;top:5.4375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqcQOdr7iqDp0eWZClmpnx1K8SaNC5Z { width:6.25rem;height:6.25rem;top:37.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfoFtNw7MEZaN79cSUdueSRpvLCmvvTy { width:6.25rem;height:6.25rem;top:57.375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG68ZX5RrzLu7BrVmEdiDHhI1LUA29bG { width:6.25rem;height:6.25rem;top:73.875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toBinaTwM9ETQU2MJB3lDvxFz8eZTxgu { width:6.25rem;height:6.25rem;top:21.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWT8dJnaC8xxbDLrG6t5MOZkxVl1AZa { width:6.25rem;height:6.25rem;top:21.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t { display:block; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZBvCxNs2xTnlTz8LG4wtxCPQQJ6cxsr { width:47.75rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ9uV6XBhmE2AG8KmpkSBNBfFm3pcKrr { width:47.75rem;height:1.4375rem;top:4.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbGQqXcgzOPdVXNhA78Gktx719LqrLuJ { top:4.1875rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6m7EpiQSga7wiVpIzcDRT4ynthKvZtO { top:6.875rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDNkBpgp7wMTT9wapxVxqRhBuFm8efoB { top:9.5625rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMIV4k2HXTDzxHy63lHZv3okWCLlmeF { top:12.25rem;left:0rem;width:47.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UELzbkSs9eFdw096Ml7XmZaARR88JBLN { top:16.3125rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qccQymHUygJ9QqtotI0asnHT9sI4raiI { top:19.125rem;left:0rem;width:47.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4lgTRtnUeZ0GHzT5ufo0e1HPZcgGE9X { width:47.75rem;height:1.4375rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBqzecXy1lQ6sEdUKCSafmGrEUxoBeoc { width:47.75rem;height:1.4375rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krbhg1PTgnP0BtbS4lOqQ2mq1DvODqvL { width:47.75rem;height:2.875rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yogpnh00vQ00dGTK4nmG9Zr5Chn6Hy5n { width:47.75rem;height:1.4375rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdWK7Dwsuhs5C1sMrp9EiRlP7rDPOtbs { width:47.75rem;height:1.4375rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:3.125rem;top:4rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.25rem;top:2.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:13.5rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:21.4375rem;height:5.625rem;top:9.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.75rem;height:5.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:21.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:21.3125rem;height:auto;top:10.4375rem;left:23.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:21.3125rem;height:auto;top:10.4375rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GvnTgoZbPqnqBGkaXbNHWZUFHU6ziva8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XxgFJDgSF2f2y0603ornNSNczuaJqX0W {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTPKBuAHIfnxUsGcoT25VBE8weUCRaWm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #g6DTlxCfnor7keFL8PKodu46l9HNoXUp {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Qb7PetsrQC4ozyDPWZLquZF9mvsyUtVm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FNLQVTIuDDdmdvM5Qp8iLScDdIlD7WNJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VZ8avTdyB8tFgmESsLdn6OXHcP1DiQQV {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RybQ8MFIxVHv3HUngz8QkH15hM4gofKF {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QmeBLaqUt5qRsi4VIF3dRSyQFbNPwZnd {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zJu8qC8e93eK1RPu0Q3Nq3NtQZRN7TJu {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H6fIacT41dPqyC7C80Fu026sim0Jqssm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #y1moQ6FKPwks3vQ5kaUQtTmyA0OH53VT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #JIxKGWGb0PhmZu9zrdXZawTheTWDaTiz {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KWcmgbnB3vJn6HKHqLEAB9CCOrilKnrk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #AwfxdPNOb6b0LJeqOuTLmDVikF3dUO0v {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #NOovlqmHDUgscTDSq69oVyxbGUZcur5i { display:block; }
 }@media only screen and (max-width: 763px) { #rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:28.5rem;height:31.8125rem;top:9.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:8.25rem;height:8.25rem;top:2.25rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:7.4375rem;height:1.4375rem;top:3.6875rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.9375rem;height:3.5625rem;top:5.8125rem;left:40.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:18.75rem;top:18.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB { display:block; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAk5tTupSh49AwTE0foICJJfnvkv5kgd { width:11.875rem;height:9.0625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64KhlZhCzCTnawF6Le69r8sH4I4yUlo { display:block; }
 }@media only screen and (max-width: 763px) { #nJSekMQ2VJwKINmvPnOZrCXio9h1kgBx { width:21.5625rem;height:2.625rem;top:1.6875rem;left:13.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1nzg6HG6WeGaKP6TmaNvdVqEnxWvWdO { width:11.875rem;height:9.0625rem;top:5.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzTbwrnh3L93NGs1sfDX7Rra6bTMNhT { display:block; }
 }@media only screen and (max-width: 763px) { #PT4dLLFbiRM2tiPy5uxm2NxiZ9EQoiez { width:11.875rem;height:9.0625rem;top:5.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXoT5iiSl5FT6TJmdtzFrvATGk3skRI { display:block; }
 }@media only screen and (max-width: 763px) { #cLCRicPl3ZeRm3JwrpmTFNnvWxSDOatD { width:11.875rem;height:9.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDc9sWxvcTPwJxORzsmzrCxqDIb3vLN { display:block; }
 }@media only screen and (max-width: 763px) { #sIRf0N9RKP70vQLTUFVc3JfF4GfZh8ge { width:11.875rem;height:9.0625rem;top:5.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITGixzJkNwy9Z5t5OJBZs4bFT7hedmT { display:block; }
 }@media only screen and (max-width: 763px) { #yN2iyxuPSuSqnzEAp6EoeNk92KFoe36E { width:11.9375rem;height:9.0625rem;top:17.125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6frt0VrxbDUtXF7uHMdThaDILaGSCh { display:block; }
 }@media only screen and (max-width: 763px) { #JThP8wqJANrLLkT12STIrdCgDeLu1H7Z { width:11.875rem;height:9.0625rem;top:17.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSSdoEpKcIdE5ycUc7x9EIsypKhPeqH { display:block; }
 }@media only screen and (max-width: 763px) { #s0oUOa2PIBI6vRRZshlFOS4ykQXCx3hk { width:11.875rem;height:9.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2lB7C08zkxotMCzzSz29axQsWpvb9pz { display:block; }
 }@media only screen and (max-width: 763px) { #pI2KDrP08loTrAcTtx1gOmTNEmHF3N7W { width:11.875rem;height:9.0625rem;top:17.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWx9qh96ZMHcnr57ALDznBOtAAiG2Al { display:block; }
 }@media only screen and (max-width: 763px) { #TdOpDUo78UV7orZdSywBNKvi7QPL0e2R { width:11.875rem;height:9.0625rem;top:28.3125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPlB8ZFav3IBHAttJJD8Ah5W0Hp7bLd3 { display:block; }
 }@media only screen and (max-width: 763px) { #ieAQUmdMmDId4rN3FkX1qHt7K47f9rKp { width:12.8125rem;height:8.9375rem;top:28.3125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZ4AxcqyRl8EOhBz8b9y87gTrtUnp6a { display:block; }
 }@media only screen and (max-width: 763px) { #Nvq4DuWHT96f8HAynlQxOcBolSDBqUNb { top:17.0625rem;left:11.0625rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTv8BuAeCnFpun3qb6sGlRyaBI2KoKBt { top:28.25rem;left:25.748779296875rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQmUzJHg5mms0EIDEir4V7T1F4SI8IgT { width:21.6875rem;height:4.875rem;top:39.625rem;left:12.997398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN0iCbC2zxUQThePyUbOWi9RF47KDbch { display:block; }
 }@media only screen and (max-width: 763px) { #TREdFK4R9l1D53gicgpEFgGn4SzlL8i9 { width:12.375rem;height:9.0625rem;top:28.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnD9UiUnbAeiZWMmpIuJNgFqUnwbugJn { display:block; }
 }@media only screen and (max-width: 763px) { #PbHpBzd95C6IHKSeSuf3y5Oe4TFO3qk2 { top:28.3125rem;left:11.0625rem;width:3.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:;top:6rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:2.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { display:block; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzX5bC9pQFZmKMTq44SnTDybcU33phtq { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { width:47.25rem;height:3.5625rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { display:block; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV { display:block; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAll10M5ClCz2QFzX5QG5tETAgDbulZo { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN29pdpTl1bo0iPcwfHNUd9SmmiP1Lxh { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KThAcGhteJOakNong2a2SBpSevhGop { width:47.1875rem;height:3.5625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa { display:block; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKNu2hqTTPAfy07OANKAAbUu81JqUXRa { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9rFM5BQ22sT1ahvSftR64AsJoD4k3b { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmTCoxTrry7gJqgkA0E8cgNlUnqHE7h { width:47.1875rem;height:1.75rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:5.375rem;height:1.25rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:19.75rem;height:14.375rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:8.5625rem;height:3.5625rem;top:6.5rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:14.375rem;height:1.25rem;top:3.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:14rem;height:1.75rem;top:6.5rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:11.25rem;height:1.25rem;top:3.375rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgdVdPW4sBFygVpn9q5xUoDfgT9JHovE { width:17.3125rem;height:1.8125rem;top:8.3125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(127,196,100,0.94);background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:117.62426757812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:13.4985625rem;top:8.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:4.875rem;height:1.6875rem;top:0.99348962306975rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:2rem;top:4.5625rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:2rem;top:4.5625rem;left:4rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:5.0625rem;height:2.1875rem;top:4.40625rem;left:7.46875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:3.5625rem;height:2rem;top:4.5625rem;left:12.75rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:3.25rem;height:2rem;top:4.5625rem;left:16.75rem;color:#0b0b0b;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;color:#000000;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:50.1875rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:6.7529375rem;top:23.3125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:55.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:57.125rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:2.54948125rem;top:58.5625rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:5.625rem;top:31.375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.375rem;height:5.3125rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:2.65625rem;top:70.8125rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:4.1875rem;height:2.375rem;top:0.74348959326744rem;left:6.1250001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VClO8uqTTwwDLoh8U0ykOMlz9ikQi7Dm { width:17.3125rem;height:2.625rem;top:81.125rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cAqIU0U2XwTgMGHtTgf6FdF3aLmcQXmf { width:13.6875rem;height:auto;top:34.4375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rqnbErk1Rht9OAlZ71BBogtA8bLePRMb { width:15.75rem;height:6.5625rem;top:33.125rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FurnCPfyJeQ3NfPgVn8K5v96VbrfgXDi { width:18.875rem;height:31.4375rem;top:84.936767578125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecBAssVXKTMTsHMwQJxc5k5nKniwunek { display:block; }#ecBAssVXKTMTsHMwQJxc5k5nKniwunek > .row .container { width:20rem;height:64.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ag168vQhLM8TJ9zfzrRfHBS78py9Ht4T { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMv6pR7ILTC2MuRSEDo6xE6RtmUBUzvn { width:20rem;height:0;top:23.1494125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmAIZQ3u2K1AOLbobcAyomeCwAupKA7 { display:flex;width:3.125rem;height:3.125rem;top:5.6494125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EMmGN7t4csKNmk2nICP09DpJgvwRI7mF { display:flex;width:3.125rem;height:3.125rem;top:10.0244125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #L9BCCiFCV1V4VC5wvMrlvp8UC1pnDeqN { display:flex;width:3.125rem;height:3.125rem;top:14.3994125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RLDDs4V3y386yolFxuSKvfwTAEHi1qqN { display:flex;width:3.125rem;height:3.125rem;top:18.7744125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:28.7890625rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.8rem;top:3.3874998092651rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:120.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:19.374999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:4.0625rem;top:20.874999046326rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:12.596375rem;top:24.937499046326rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:16.125rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:16.125rem;top:39.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:19.7924625rem;top:61.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:57rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:16.125rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:14.3945rem;top:105.0624961853rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:100.3124961853rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:99.4999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { width:11rem;height:3.25rem;top:2.5625rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2akVMSGwCzrcDZEmvznerDE2L1atdeE { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:5.19791875rem;top:4.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:20rem;height:1.2999125rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:20rem;height:3.59895625rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:3.898925rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:15.293rem;top:9.8239583969119rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:11.8945rem;top:35.0625rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:1.9494625rem;top:32.3125rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:8.496125rem;top:57.562498092651rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.9494625rem;top:54.6875rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:27.624998092651rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:49.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54B4m4G21gbxl5XL7uvObwHJvsrQ5ky { width:3.6875rem;height:3.6875rem;top:0.25rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFMNZB98UJEmakpo9kITaDgvPl81eT7x { width:3.6875rem;height:3.6875rem;top:27.874998092651rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHDRcbIv1zbRloqi2OsXbNtZHfy3Z76x { width:3.6875rem;height:3.6875rem;top:49.875rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc { display:block; }#ddfCwzXpgl0DsFxCLT9fJn05r3JU5Xwc > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaJZWHHdCnhkl8ygM7Bc3Qe6GcauLkD0 { width:20rem;height:11.1963125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSTzVtKCkgSWHcoWqTe5Mmh1yNnxOdiB { width:11rem;height:3.25rem;top:2.34375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJkJ6kULlMb9PyLWDLttLE7OG6qRPQW { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:5.59814375rem;top:2.5124988555908rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ { display:block; }#pftGDEyHDUK3KCgwLScnt1kIC7LXJPEZ > .row .container { width:20rem;height:50.50537109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:19.7925rem;top:25.818752288818rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkHXsVnD7qkSUopgsABESoAebdu0Vhfo { width:12.5rem;height:0;top:46.81787109375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEndT1EfvnxpOhuwgKUW4zsw4pyq0van { display:block; }#WEndT1EfvnxpOhuwgKUW4zsw4pyq0van > .row .container { width:20rem;height:184.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WASMkNTJXk0xZapqTT8csuJzBGPCD1tp { width:20rem;height:2.4375rem;top:2.2874965667724rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2IbAAo29Uysa7XBgZuWQwnJXS93IsM { width:6.25rem;height:6.25rem;top:7.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV8VtRInAHlBIfi5OU0SupNPhNmJGxs { width:18.75rem;height:2.59765625rem;top:15.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPECn6eU9MPFpn4TATxnVxIoRexwBmUO { width:18.75rem;height:2.59765625rem;top:29.699999809265rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDBtRoti8q2Bkc4r0SSdXPuqCTQC9UE { width:18.75rem;height:2.59765625rem;top:43.499996185302rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldfh88M6tuQrTsvc36nvPbskr2blcNaS { width:18.75rem;height:1.3rem;top:56.499999046326rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVMkOXaeT1lV1yiO6vwu7Iy5PSML4dIc { width:18.75rem;height:2.59765625rem;top:70.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWhTBfKpPfmqxfHJQqadkysmTy7fUxoA { width:6.25rem;height:6.25rem;top:77.624997138975rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7GGUCglf8Ti0VNP5ywdg5FdtOS5MOSg { width:18.75rem;height:1.3rem;top:84.6249961853rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfhmZyeorzk9LVyiFmgVqEhWBEKbudCp { width:6.25rem;height:6.25rem;top:22.312499046326rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLxopgUFB9OQ5qcULWgi28q8fucNAr7 { width:18.75rem;height:1.3rem;top:96.7499961853rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvnu4JhL6J9HmzWb80f7sTzaXpRz8Wxg { width:6.25rem;height:6.25rem;top:101.72499847412rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQVTr8kyJVHzXn839E0HfpTxX2rMWAG { width:15rem;height:6.494125rem;top:109.41249656678rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2ax27zeJuzRcu4aTzEiyqov5Z6XwkP { width:6.25rem;height:6.25rem;top:119.59999656678rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt9oxhaMUJvoafESiQRRWsry29V2curL { width:6.25rem;height:6.25rem;top:159.04999732971rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ09clVB1sZX0KqNqUuCw7sF05xHvzJG { width:18.75rem;height:1.3rem;top:165.29999732971rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSkLRA4g6K9NJAidngDiyeTnWsVgnNIx { width:18.9375rem;height:1.3rem;top:127.03749847412rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUimTbrKVrb79S0R7eq2JFmRsHNI9JkT { width:6.25rem;height:6.25rem;top:132.52499771118rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlCaqQ15hu3g8pXfTVW5zXCN7HrVOdhQ { width:18.75rem;height:2.59765625rem;top:139.39999771118rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT39JTHZ8UunZNlgsoGAmVlv5rpUn6Ia { width:18.75rem;height:1.3rem;top:181.16249847412rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQPvxgJFfJcldfgOKdT1nvCGfrNC1wwF { width:18.75rem;height:1.3rem;top:153.1874961853rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNfxGfsHczr8oKXQcITvmJvnuW45XBv3 { width:6.25rem;height:6.25rem;top:37.312499046326rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqcQOdr7iqDp0eWZClmpnx1K8SaNC5Z { width:6.25rem;height:6.25rem;top:89.6874961853rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfoFtNw7MEZaN79cSUdueSRpvLCmvvTy { width:6.25rem;height:6.25rem;top:173.78749847412rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG68ZX5RrzLu7BrVmEdiDHhI1LUA29bG { width:6.25rem;height:6.25rem;top:146.0624961853rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toBinaTwM9ETQU2MJB3lDvxFz8eZTxgu { width:6.25rem;height:6.25rem;top:64.149997711181rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWT8dJnaC8xxbDLrG6t5MOZkxVl1AZa { width:6.25rem;height:6.25rem;top:50.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t { display:block; }#O1yqkxRHNk93qmOnRC0ID6QrgSiLxD2t > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZBvCxNs2xTnlTz8LG4wtxCPQQJ6cxsr { 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) { #aZ9uV6XBhmE2AG8KmpkSBNBfFm3pcKrr { width:20rem;height:1.462675rem;top:5.4249992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbGQqXcgzOPdVXNhA78Gktx719LqrLuJ { width:19.75rem;height:2.4375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6m7EpiQSga7wiVpIzcDRT4ynthKvZtO { width:19.75rem;height:4.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDNkBpgp7wMTT9wapxVxqRhBuFm8efoB { width:19.75rem;height:5rem;top:13.662506103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMIV4k2HXTDzxHy63lHZv3okWCLlmeF { width:19.75rem;height:10rem;top:19.287499427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UELzbkSs9eFdw096Ml7XmZaARR88JBLN { width:19.75rem;height:6.75rem;top:30.018748283386rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qccQymHUygJ9QqtotI0asnHT9sI4raiI { width:19.75rem;height:3.8125rem;top:37.393748283386rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4lgTRtnUeZ0GHzT5ufo0e1HPZcgGE9X { width:20rem;height:2.92480625rem;top:9.487500190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBqzecXy1lQ6sEdUKCSafmGrEUxoBeoc { width:20rem;height:4.38720625rem;top:14.27500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krbhg1PTgnP0BtbS4lOqQ2mq1DvODqvL { width:20rem;height:7.312rem;top:20.756249427796rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yogpnh00vQ00dGTK4nmG9Zr5Chn6Hy5n { width:20rem;height:5.8496125rem;top:30.593749046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdWK7Dwsuhs5C1sMrp9EiRlP7rDPOtbs { width:20rem;height:2.92480625rem;top:37.962500572204rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:8.3971875rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.2999125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:13.5rem;height:5.0625rem;top:3.311767578125rem;left:3.248291015625rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:9.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:15.25rem;height:7.5rem;top:9.5625rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.312rem;height:5.249025rem;top:66.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.49805rem;height:2.65625rem;top:66.8125rem;left:11.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:20.69375038147rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:20.69375038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GvnTgoZbPqnqBGkaXbNHWZUFHU6ziva8 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #XxgFJDgSF2f2y0603ornNSNczuaJqX0W {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTPKBuAHIfnxUsGcoT25VBE8weUCRaWm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #g6DTlxCfnor7keFL8PKodu46l9HNoXUp {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Qb7PetsrQC4ozyDPWZLquZF9mvsyUtVm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FNLQVTIuDDdmdvM5Qp8iLScDdIlD7WNJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #VZ8avTdyB8tFgmESsLdn6OXHcP1DiQQV {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RybQ8MFIxVHv3HUngz8QkH15hM4gofKF {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #QmeBLaqUt5qRsi4VIF3dRSyQFbNPwZnd {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zJu8qC8e93eK1RPu0Q3Nq3NtQZRN7TJu {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H6fIacT41dPqyC7C80Fu026sim0Jqssm {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #y1moQ6FKPwks3vQ5kaUQtTmyA0OH53VT {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #JIxKGWGb0PhmZu9zrdXZawTheTWDaTiz {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KWcmgbnB3vJn6HKHqLEAB9CCOrilKnrk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #AwfxdPNOb6b0LJeqOuTLmDVikF3dUO0v {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #NOovlqmHDUgscTDSq69oVyxbGUZcur5i { display:block; }
 }@media only screen and (max-width: 763px) { #rkHJFHoI3Zq6VPxCdyngWWTmEgTQXAP2 { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:24.1875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:16.1875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:17.75rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:2.4755875rem;top:19.0625rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:0.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB { display:block; }#vbiyGy0SyQ2MO7GfJL9CSkKbnO3SnyzB > .row .container { width:20rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAk5tTupSh49AwTE0foICJJfnvkv5kgd { width:11.875rem;height:9.0625rem;top:10.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64KhlZhCzCTnawF6Le69r8sH4I4yUlo { display:block; }
 }@media only screen and (max-width: 763px) { #nJSekMQ2VJwKINmvPnOZrCXio9h1kgBx { width:20rem;height:2.23046875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.7;font-weight:700;font-style:normal;color:#3d4051;display:block; }
 }@media only screen and (max-width: 763px) { #c1nzg6HG6WeGaKP6TmaNvdVqEnxWvWdO { width:11.875rem;height:9.0625rem;top:20.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzTbwrnh3L93NGs1sfDX7Rra6bTMNhT { display:block; }
 }@media only screen and (max-width: 763px) { #PT4dLLFbiRM2tiPy5uxm2NxiZ9EQoiez { width:11.875rem;height:9.0625rem;top:31.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIXoT5iiSl5FT6TJmdtzFrvATGk3skRI { display:block; }
 }@media only screen and (max-width: 763px) { #cLCRicPl3ZeRm3JwrpmTFNnvWxSDOatD { width:11.875rem;height:9.0625rem;top:41.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDc9sWxvcTPwJxORzsmzrCxqDIb3vLN { display:block; }
 }@media only screen and (max-width: 763px) { #sIRf0N9RKP70vQLTUFVc3JfF4GfZh8ge { width:11.875rem;height:9.0625rem;top:51.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITGixzJkNwy9Z5t5OJBZs4bFT7hedmT { display:block; }
 }@media only screen and (max-width: 763px) { #yN2iyxuPSuSqnzEAp6EoeNk92KFoe36E { width:11.9375rem;height:9.0625rem;top:62.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6frt0VrxbDUtXF7uHMdThaDILaGSCh { display:block; }
 }@media only screen and (max-width: 763px) { #JThP8wqJANrLLkT12STIrdCgDeLu1H7Z { width:11.875rem;height:9.0625rem;top:72.5rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSSdoEpKcIdE5ycUc7x9EIsypKhPeqH { display:block; }
 }@media only screen and (max-width: 763px) { #s0oUOa2PIBI6vRRZshlFOS4ykQXCx3hk { width:11.875rem;height:9.0625rem;top:82.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2lB7C08zkxotMCzzSz29axQsWpvb9pz { display:block; }
 }@media only screen and (max-width: 763px) { #pI2KDrP08loTrAcTtx1gOmTNEmHF3N7W { width:11.875rem;height:9.0625rem;top:93.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcWx9qh96ZMHcnr57ALDznBOtAAiG2Al { display:block; }
 }@media only screen and (max-width: 763px) { #TdOpDUo78UV7orZdSywBNKvi7QPL0e2R { width:11.875rem;height:9.0625rem;top:103.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPlB8ZFav3IBHAttJJD8Ah5W0Hp7bLd3 { display:block; }
 }@media only screen and (max-width: 763px) { #ieAQUmdMmDId4rN3FkX1qHt7K47f9rKp { width:12.8125rem;height:8.9375rem;top:114rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMZ4AxcqyRl8EOhBz8b9y87gTrtUnp6a { display:block; }
 }@media only screen and (max-width: 763px) { #Nvq4DuWHT96f8HAynlQxOcBolSDBqUNb { width:3.375rem;height:0.97411875rem;top:103.4375rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTv8BuAeCnFpun3qb6sGlRyaBI2KoKBt { width:3.374025rem;height:0.97411875rem;top:93.125rem;left:8.311767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQmUzJHg5mms0EIDEir4V7T1F4SI8IgT { width:18.95833375rem;height:4.08333375rem;top:4.125rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN0iCbC2zxUQThePyUbOWi9RF47KDbch { display:block; }
 }@media only screen and (max-width: 763px) { #TREdFK4R9l1D53gicgpEFgGn4SzlL8i9 { width:12.375rem;height:9.0625rem;top:124.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnD9UiUnbAeiZWMmpIuJNgFqUnwbugJn { display:block; }
 }@media only screen and (max-width: 763px) { #PbHpBzd95C6IHKSeSuf3y5Oe4TFO3qk2 { width:3.375rem;height:0.97411875rem;top:124.18747901916rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:5.19791875rem;top:6.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.2999125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt { display:block; }#pl5n5EoUoqaJFIs95DsyyI3ouTzUXJCt > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzX5bC9pQFZmKMTq44SnTDybcU33phtq { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxdQRhXs7RsO9RO2vOf5mi0DwPPJKga { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGd9v7LUtZkLsh2LCDUW3PSMduIB9Pa9 { width:20rem;height:10.796875rem;top:0.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek { display:block; }#RmUp2LyKa5fSPn9QusG6mpTzuqX2WNek > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gcs8Bp4Ezw1sHR4KUCU4aq43Oydk1vQE { width:20rem;height:1.9494625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPK4RuODSSr6oH3Udo5V1FpvCFEcBc63 { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:19.6875rem;height:8.997375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:19.6875rem;height:7.1979375rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:20rem;height:3.898925rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:19.6875rem;height:8.997375rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:19.6875rem;height:5.3984375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV { display:block; }#nTGxdluUmdsFkOTwh5dUSGh84UUQzsQV > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAll10M5ClCz2QFzX5QG5tETAgDbulZo { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN29pdpTl1bo0iPcwfHNUd9SmmiP1Lxh { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0KThAcGhteJOakNong2a2SBpSevhGop { width:19.6875rem;height:8.999rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa { display:block; }#VC1c6syx0dLUXs2CTDIblUuQqkDLUnWa > .row .container { width:20rem;height:7.1435546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKNu2hqTTPAfy07OANKAAbUu81JqUXRa { width:20rem;height:5.84765625rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9rFM5BQ22sT1ahvSftR64AsJoD4k3b { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRmTCoxTrry7gJqgkA0E8cgNlUnqHE7h { width:19.6875rem;height:0;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.3rem;top:2rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:16.19384375rem;top:3.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.75rem;height:3.5986375rem;top:23.8125rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.3rem;top:22rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.80013125rem;top:31rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.3rem;top:29.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgdVdPW4sBFygVpn9q5xUoDfgT9JHovE { width:17.3125rem;height:1.80013125rem;top:34.04980625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }