.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:29.0625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:9.881591796875rem;left:0rem;height:12.670875rem;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.5625rem;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:38.75rem;left:0.5rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(255,255,255,0.8);display:block;width:21.9995rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:23.748779296875rem;left:0rem;height:5.0647rem;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:15050;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:11.125rem;left:47.5rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:#7fc464;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15052;line-height:.9;letter-spacing:0;top:13.5rem;left:50rem;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:15051;line-height:1.2;letter-spacing:0;top:15.4375rem;left:49.3125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:31.6875rem;left:1.3125rem;height:4.1235375rem;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:30.125rem;left:0rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15048;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:6.5rem;left:28.4375rem;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:15049;line-height:1.7;letter-spacing:0;top:6.875rem;left:28.375rem;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:4.4375rem;width:7.75rem;top:1.8125rem;left:16.125rem;overflow:hidden;display:block; }
#iyV6FglwPA8kJsnmUCEZBMBybXakmkto { color:#ecf3f1;display:block;width:30.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:41.9375rem;left:0.5rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlBCRUhHGAPWEbADmCVPU7NdHZ0LBHa9 { position:absolute;display:block;z-index:15091;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.43675rem;width:18.8745rem;top:12.4365234375rem;left:33.3740234375rem;overflow:hidden;display:block; }
#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA { 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; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container { background-color: transparent; background-image: none; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container > .video-iframe-container { display: none; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row > .video-iframe-container { display: none; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .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); }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container { border-width: 0; border-radius: 0; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#h9V0pHtty1KUFTBtLN6pHeo9vxDLqNm4 { color:#1f333b;display:block;width:58.93675rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.705322265625rem;left:1.063232421875rem;height:3.08715625rem;text-align:center;text-align-last:center;display:block; }
#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC { 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; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container { background-color: transparent; background-image: none; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container > .video-iframe-container { display: none; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row > .video-iframe-container { display: none; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .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); }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container { border-width: 0; border-radius: 0; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#T3u7I40W5cyIIOk3czXRpPSWcUCSUQlq { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#gImmKnw0mRmEcmrDwuiJt5WtmwRIBkuQ { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M { 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; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container { background-color: transparent; background-image: none; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container > .video-iframe-container { display: none; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row > .video-iframe-container { display: none; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .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); }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container { border-width: 0; border-radius: 0; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#lSqMlGTFPmnoqxFfFK294U93rqu9FKna { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#cwHNsoP04ioXbBCKfG9RtJP2oHNeBSc2 { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg { 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; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container { background-color: transparent; background-image: none; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container > .video-iframe-container { display: none; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row > .video-iframe-container { display: none; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .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); }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container { border-width: 0; border-radius: 0; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#zx9E26HRv0q5ffqkqvMUL0OXwf55gEAU { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#f5kA9REuE39BiBN8vKbSmoZJOaLnZElK { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC { 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; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container { background-color: transparent; background-image: none; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container > .video-iframe-container { display: none; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row > .video-iframe-container { display: none; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .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); }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container { border-width: 0; border-radius: 0; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#mFwQ5TEG2BzTd3GmIPAtA83FV3ZbcMav { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#Z6GU9NCmghuiVLl7WR7zEbXSXAigOi8k { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG { 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; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container { background-color: transparent; background-image: none; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container > .video-iframe-container { display: none; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row > .video-iframe-container { display: none; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .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); }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container { border-width: 0; border-radius: 0; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#RuA7qg82fuCENr1gEilPG3MEbaOgkA3K { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#wFTSxiuc4OXhC2BAT130XiTkdRFIs8e3 { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ { 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; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container { background-color: transparent; background-image: none; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container > .video-iframe-container { display: none; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row > .video-iframe-container { display: none; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .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); }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container { border-width: 0; border-radius: 0; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#a7lSUCADbP7npdobGzDBTVu5uOpNEDiW { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#rhlpUTMztEQRVAcTQ1G1KGIyMU6RMZiN { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt { 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; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container { background-color: transparent; background-image: none; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container > .video-iframe-container { display: none; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row > .video-iframe-container { display: none; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .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); }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container { border-width: 0; border-radius: 0; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#JEntZAeixVH2dzz05QeGNk8AG2R1l5o9 { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#vDfEhJUcMDmaiDww2lm2K3QJQNz6u8y5 { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz { 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; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container { background-color: transparent; background-image: none; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container > .video-iframe-container { display: none; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row > .video-iframe-container { display: none; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .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); }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container { border-width: 0; border-radius: 0; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#zq9q6NaoJOnsUKtsrfdO5uqwbULwtKKA { 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:15000;opacity:1;top:1.20703125rem;left:0rem; }
#FZNQUc0vBs68mJkfTsuZ1UIThbqhem50 { color:#000000;display:block;width:54.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:1.4697265625rem;left:4.937744140625rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JFeKQnT13l3paKTJrqTyXClv7F4waT3l { 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; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container { background-color: transparent; background-image: none; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container > .video-iframe-container { display: none; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row > .video-iframe-container { display: none; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .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); }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container { border-width: 0; border-radius: 0; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#r7V8Svv9P5yMqTrqtPXpNtdk9lqA0n0A { color:#000000;display:block;width:49.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:5.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSJeILOiSXFD7GBaEGpLBiM7uVDv3wvW { 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:11.957rem;height:3.20703125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.8125rem;left:24rem;display:block; }
#p2Ok9ImJtRTB2KgcI55bAxKh3wS5KTCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 { 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; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container { background-color: transparent; background-image: none; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container > .video-iframe-container { display: none; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row > .video-iframe-container { display: none; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .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); }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container { border-width: 0; border-radius: 0; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#VZlVuAu0HSBIusFgqPJfeSWG17ZxqQl4 { color:#1f333b;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.20703125rem;left:0.522705078125rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl { position:relative;display:block; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl { background-color: transparent; background-image: none; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .row .container > .video-iframe-container { display: none; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .row > .video-iframe-container { display: none; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .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); }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl { border-width: 0; border-radius: 0; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .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; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .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:26.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; }#K5uPtr7HkE3FasUL6J31FVrsviZ5wBby { color:#328c42;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0.4375rem;height:2.4375rem;font-style:normal;display:block; }
#SM9616k1CNMD74vnMCQzzqXaBnCymlBH { color:#328c42;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.4375rem;left:31.5625rem;height:2.4375rem;font-style:normal;display:block; }
#AeJ2RRHHwonPPsLR6bilPK4TSscwZlnR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:0.1875rem;left:0.4375rem;overflow:hidden;display:block; }
#EFzReWw5C4XaMvwDwG6ZM7h3MPO3Nb95 { position:absolute;display:block;z-index:15007;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.25rem;width:2.3125rem;top:0.125rem;left:0.4375rem;display:block; }
#gvlcc9BWE4eWybQKvZUAvvUzk5dV2VHT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:0.25rem;left:31.5625rem;overflow:hidden;display:block; }
#IEo77loeT01sQJu07pSKMtkpGaw19SLH { position:absolute;display:block;z-index:15009;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.25rem;width:2.3125rem;top:0.125rem;left:31.5625rem;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:#1f333b;display:block;width:28.81225rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:9.8193359375rem;left:0.592041015625rem;height:12.5951875rem;text-align:left;text-align-last:left;display:block; }
#zAqctiREECTBc2XEvNKs2HEipktwQ2Nv { color:#1f333b;display:block;width:27.87475rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:9.8193359375rem;left:31.060791015625rem;height:10.795875rem;text-align:left;text-align-last:left;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#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:6.625rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:59.6875rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:1.649169921875rem;left:0rem;height:3.32519375rem;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;font-style:normal;display:block; }
#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm { position:relative;display:block; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm { background-color: transparent; background-image: none; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .row .container > .video-iframe-container { display: none; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .row > .video-iframe-container { display: none; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .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); }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm { border-width: 0; border-radius: 0; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .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; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .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:47.8125rem;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; }#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:21.93725rem;width:27.24975rem;top:0.8125rem;left:1.375rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:#1f333b;display:block;width:27.6245rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:23.5rem;left:1.1875rem;height:11.8090625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#1f333b;display:block;width:27.937rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:36.512451171875rem;left:1.031494140625rem;height:8.4350625rem;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:22.124rem;width:27.5rem;top:22.747802734375rem;left:31.25rem;overflow:hidden;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.811767578125rem;left:31.09375rem;height:19.7925rem;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; }
#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:7rem;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:1.737060546875rem;left:8.125rem;height:2.92358125rem;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; }
#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.3125rem;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:20.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.875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:40.5625rem;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; }
#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:7.3125rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#1f333b;display:block;width:59.187rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.099609375rem;left:0rem;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; }
#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:68rem;width:60rem;position:relative;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.0625rem solid #7fc464;border-left:0.0625rem solid #7fc464;border-right:0.0625rem solid #7fc464;border-bottom:0.0625rem solid #7fc464;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:15.9990234375rem;left:30.9990234375rem; }
#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:15.9990234375rem;left:30.9990234375rem; }
#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 #rkR4AO9rOLCANhZOr1eAklPCwK0QVc6f { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xeU1XNGiJfaTqmpUxbvOLD5P5VCaGSdF { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Kg0bziMuHUG0qsTNvJdlN3BwMcrCrIzO { 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 #mTws8TISTVzWxZKAiwxy8RDEAKGRcxgS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qcuSSHuZoi7feNhuFPoHUuLiDhTTKOrk { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #sAfEDQgHDtZi3mxpxTt1cPpHcfM3y9pe { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dVfwKKiy9uTL9QvGJEcniI7AugfPplZb { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #oNULMyKUKXRZ9avoClZh2iKlIJXXHBVV { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #HFLXlt5k9QED2uHTHU0TP9zKhkTJcMSH { 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; }
#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:7.75rem;left:51.8125rem;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:8.875rem;left:52.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:#270f14;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:10.75rem;left:52.625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.812rem;width:7.1875rem;top:58rem;left:50.5rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#x8G6shbakVv7MdES6GFLb7NSCFRnKzms { background-color:#328c42;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.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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:24rem;left:5.3125rem;display:block; }
#W4iGi4uGSGzKAPQnQHAzbRAyzleuK0rA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbQL4B4K8pxh9a5SpZ9ahXfOSuFILI2V { color:#000000;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.4375rem;height:3.8964875rem;font-style:normal;display:block; }
#Wgycm1iR0gV24Dt0hQ0zTcAXVI5T2Rof { color:#1f333b;display:block;width:22.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#zBK16qkOgRfFfiaHwQkfkfo0y4NAR0DP { color:#1f333b;display:block;width:49.3103125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:2.8125rem;left:5.34423828125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVTf1g6yGe5otAG6MGvHEEiSMRaQAOTw { color:#1f333b;display:block;width:22.99925rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30.25rem;height:1.29980625rem;font-style:normal;display:block; }
#OywuBtTwykCZOFGqAWNN8p9n3g42cpuw { box-sizing:content-box;height:49.8125rem;width:27.125rem;position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;top:12.4375rem;left:28.5625rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#qtR0KJPmcuQyn9FOppkPHby0i9VmamIE { box-sizing:content-box;height:16.499rem;width:23.81225rem;position:absolute;display:block;z-index:14989;background-color:#ffffff;background-image:none;top:12.4375rem;left:2.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#SC8DEzgLuZ2LCvPVhg8ExR5b2yP8ndeK { 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.749rem;top:35.9375rem;left:1.875rem;overflow:hidden;display:block; }
#iQ7cXgamtnBXtcTAq2hg4ToTxXxXkoex { color:#1f333b;display:block;width:7.749rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:36.5rem;left:1.875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#blHo6QEVcUTinxT1TfCiETBKqhkBz2RT { 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.43725rem;top:34.25rem;left:1.875rem;overflow:hidden;display:block; }
#d3HC5Hbk7m0T5sTMylbdxmVWMZp7cGOQ { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.812rem;width:7.1875rem;top:45.9375rem;left:1.875rem;display:block; }#d3HC5Hbk7m0T5sTMylbdxmVWMZp7cGOQ.adaptive-delivery-prevent-bg, #d3HC5Hbk7m0T5sTMylbdxmVWMZp7cGOQ.lazyload, #d3HC5Hbk7m0T5sTMylbdxmVWMZp7cGOQ.lazyloading { background-image: none; }
#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 { 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; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container { background-color: transparent; background-image: none; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container > .video-iframe-container { display: none; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row > .video-iframe-container { display: none; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .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); }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container { border-width: 0; border-radius: 0; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#sMab7wsTchRN7qNb2Wvqz3RvrAleouDV { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#OM1g7kKfcnzUQVktPCZ0FHrRe6l4zuzW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ApQHdvG3aI1hKnSKWyu7vzTuQTs9mGTy { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.5rem;left:0.375rem;height:3.3984375rem;font-style:normal;display:block; }
#wERTyX0XZlqIERfgFGvLt3QqXBuaEqQF { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#cRmBA7ngsAmCDia5xHL3eIatm9X9IzZO { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#LmkKk8voJLyFc5ozDameB2PN8divksxq { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#BxB29ndsqdmnEJJriZaOCQFu8nofIa2O { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#NuSus71FFgTgDqgsT7D15nHsbJTny187 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTzr1z54H2oM7LfhOi9tFm7zbEhFvDI3 { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:4.5625rem;left:20.375rem;height:3.3984375rem;font-style:normal;display:block; }
#dz9yi0fMc1UTU70fLTxT60BpCWINA8Sk { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:20.4375rem;display:block; }
#CtM0LOynuGSOr6AUHsyBVgfsKilV3bJD { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#gHw3BIFFsllxDydJS8FvCAdCe5vTUq6H { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#qQwJocAQnRtchQKGPLc7lUJVR2uDCFpM { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#LU30BOKKEkvoEKGCAibkUnKdBVnfKnT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mX2KJE7hSArwvXqeB2aiPkK9qg6rvHNE { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:40.8125rem;height:5.09765625rem;font-style:normal;display:block; }
#lZTl8ZGDJ5REKZG9vF1oFe5cGs2TpTsa { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#KeGwJR1VTfrzIN9mEVWT8QzErHAQ6GZM { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:43.3125rem;height:1.13769375rem;display:block; }
#KirHJttMlcXOMgS3IWyQtmI4CCVfAhHF { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:40.875rem;overflow:hidden;display:block; }
#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc { 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; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container { background-color: transparent; background-image: none; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container > .video-iframe-container { display: none; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row > .video-iframe-container { display: none; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .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); }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container { border-width: 0; border-radius: 0; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#RgzTVwLtGLIDlrAZgV4knocsc8PlnDNI { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#CI6FeD9xHGdwMhkLpGm2VR1TQnLetxwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBElGXC0dNqTDyOId7c1G6ZwO3vDF4Sg { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:0.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#gg2ZVhlTSWOu8GX5rUGpNrr66gJpa6a6 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#NcxRAwFbcR1kOQa4fsdMEKVa6DK9L2UF { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#Et0qHFCTNSzUwlRvXpXHcLiVvI8AvZJ3 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#i9Squf4tr7u5KJKrT1Zri75IgiumuTTW { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#uaD53OgudG4XTve7kh5kpsaOALSPX7rt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xc1RGJi0XelrIh8IkTsTTVQfEg6swF4R { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.21484375rem;left:20.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#Vdpwkod3qmhEqWskTCXMhx1VVT3ZWlTz { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.625rem;left:20.4375rem;display:block; }
#ayioqzPxGyDTLdBQmhvoEmlZX3dtlnQq { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#e6g4iVPTbauH7LqzIpZ9gwa79Ltz1LRS { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#qqEdR9qr3d1n0AtD8x7P96sbKp8tiHU1 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#uzOiDUeTKKlzVDR0XPuCGlsGwI1Nlt71 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaO1e808N6kR8CQTK6XsMT9aZH0RTyw3 { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:40.8125rem;height:5.09765625rem;font-style:normal;display:block; }
#VRHb16MWROCS8WKGvMLbpNXf5Jy4Wc90 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#FzpZwubtnpWZetaxMhW0P5g69OnoDfh6 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:43.3125rem;height:1.13769375rem;display:block; }
#Fs1rg7Ir4qZgitv5tAXTRlkXICUFUkWS { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:40.875rem;overflow:hidden;display:block; }
#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl { 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; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container { background-color: transparent; background-image: none; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container > .video-iframe-container { display: none; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row > .video-iframe-container { display: none; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .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); }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container { border-width: 0; border-radius: 0; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#oaeQh0KhkN1Fb1wI4gXI9oytFbeZhREF { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#aTz0lkqqJWwAwElVc3oe1ta9qgITrT4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7LXBZ96ZG5mvGRd7KJJ4Q40xqDQUtD3 { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:0.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#d3rpcqFFtg7aMF8Z14RbPJDFVGKEuLzL { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#fnZs93EQAib1zsabu6fWxss4BZxALOad { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#AHwxoyTn9F6sZo754kt2VtWCHySOHvUC { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#QTlCV9IHEoLgqyCPKVmk756yQZ5o3Xcl { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#fqtrSibywLB0shlOgCoyEcTtA9WNvNpF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfEZcXHeMmLA6M786ITRlMCUGmwJialg { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:20.4375rem;height:5.09765625rem;font-style:normal;display:block; }
#hOtdoZU0vNrXf89dTRqKkp4bZuP1fDsr { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:20.4375rem;display:block; }
#CpWTF0bQM4mWW42eP2R5GezQGMafLEJT { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#EQOw6svwAgVwSZdKUXioDK03Geb7WWvl { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#Xb3T2yehNT1iLQiGh0NlxSVEfhXI9mX0 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#qntQ8XAFmAJ4VFb4TBt5NSnxKvZu5NaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JD6RHwgUqvGUxwgGrqNlcAHLsn3DG3TI { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:40.8125rem;height:3.3984375rem;font-style:normal;display:block; }
#OuJ2ubvw54nFvNJgSMI5x0t0WM7QEwro { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#HJBN1DibkhIhpKDCHJulqTIgTCVxqD7w { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:43.3125rem;height:1.13769375rem;display:block; }
#yEMdvVdsTbH0PUqEay2Sl05b0P3Wrkuw { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:40.875rem;overflow:hidden;display:block; }
#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ { 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; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container { background-color: transparent; background-image: none; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container > .video-iframe-container { display: none; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row > .video-iframe-container { display: none; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .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); }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container { border-width: 0; border-radius: 0; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#CU94Q7l3zXm63Ozhc1M4mkwhzmldfXh4 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:9.5rem;left:13.625rem;display:block; }
#kK4hDN4APv1kP0uKCL3tFWP3PaLyWyrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zSElfiNBehBC9AwQHXKqpOE2BwHEc4JQ { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:0.4375rem;height:3.3984375rem;font-style:normal;display:block; }
#oUuleuJKpPn7Qy0XNJ8aaTNo545vTxvv { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15071;background-color:#7fc464;background-image:none;top:8.625rem;left:0.4375rem;display:block; }
#JUtD48AdmwAphlMKlcSFd6cLFXICAbLN { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.75rem;height:1.13769375rem;display:block; }
#VRavaF09s1TDI3uLA7MiPT6wOR9HTXIW { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:0.375rem;overflow:hidden;display:block; }
#VoXEnt1skTp5p69NuH9mQg3KTmngGq8J { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:9.5625rem;left:33.625rem;display:block; }
#ozJcPHLTTzVCsuaoi98m7SbIllC9IhzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IuSnpvkJifcyU2HAOrxrTyDB02xPkgGD { color:#1f333b;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:3.58984375rem;left:20.4375rem;height:3.3984375rem;font-style:normal;display:block; }
#kuMLVgAk31ulTqCiseqH8MX8HEV8QZxE { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15076;background-color:#7fc464;background-image:none;top:8.6875rem;left:20.4375rem;display:block; }
#KITPgPk6VZNEeOL0CSnT8eET9GWfW4qn { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.4375rem;left:22.75rem;height:1.13769375rem;display:block; }
#KW5tvruBC2bvTlScLoalPIvvDgtc3FyC { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:1.125rem;left:20.375rem;overflow:hidden;display:block; }
#sEtZWT2dTMf6u9laoS7TGqNx5UBOzpbO { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.125rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:9.5625rem;left:54.0625rem;display:block; }
#av8xNbl88EVXacAKJM9wqvQEowcwhxrz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVqbnTnGOapTixJuvtEglrRxRreXw76x { color:#1f333b;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:2.86328125rem;left:40.8125rem;height:5.09765625rem;font-style:normal;display:block; }
#D44rDTEtaD48x58dzs7vOrNVULHwEhl8 { box-sizing:content-box;height:0.125rem;width:19.125rem;position:absolute;display:block;z-index:15081;background-color:#7fc464;background-image:none;top:8.6875rem;left:40.875rem;display:block; }
#lBOndKeco8cXrLMxTxfLZnCp7CT1zzVh { color:#000000;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:43.3125rem;height:1.13769375rem;display:block; }
#k1qn5raGs6XO1UJQowHSkEqOoTs74sIP { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:0.8125rem;left:40.875rem;overflow:hidden;display:block; }
#JK09ksSvKnsVGbTRg6XhUhMuara4X6Oo { 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:1.455078125rem;left:6rem;height:0.9746125rem;font-style:normal;display:block; }
#VugAsrnqxURw8XTT6XizSIMscO4NzvOm { 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:1.455078125rem;left:26rem;height:0.9746125rem;font-style:normal;display:block; }
#I9qTiUeQbpmWmLxiq0KnWD2LIX81wCp3 { 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:1.455078125rem;left:46.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m { position:relative;display:block; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m { background-color: transparent; background-image: none; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .row .container > .video-iframe-container { display: none; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .row > .video-iframe-container { display: none; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .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); }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m { border-width: 0; border-radius: 0; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .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; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .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:10.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; }#rxCd4Hbdo9fHcUTOHryazHiot0eTkZWx { 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:14.25rem;height:2.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:5.5634765625rem;left:22.875rem;display:block; }
#bfLBTOLZEtkGLVrBru8p1XLeq7F1Izi4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkRbAkkvn0RvIbwNHUwEShfxSvruZgAN { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0rem;height:2.59765625rem;text-align:center;text-align-last:center;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:5.875rem;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:1.312255859375rem;left:8.125rem;height:2.92358125rem;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; }
#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.4375rem;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.95rem;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.95rem;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.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:0.5126953125rem;left:4.935302734375rem;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.8125rem;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.95rem;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.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.9814453125rem;left:4.935302734375rem;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.5625rem;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.95rem;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.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.762939453125rem;left:4.810791015625rem;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.9375rem;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.95rem;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.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.9814453125rem;left:4.561767578125rem;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:5.3125rem;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.95rem;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.24975rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.54443359375rem;left:4.873046875rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR { 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; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container { background-color: transparent; background-image: none; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container > .video-iframe-container { display: none; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row > .video-iframe-container { display: none; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .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); }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container { border-width: 0; border-radius: 0; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#ayegnM982Lks4lp211OANQqQS7NEkbHm { 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; }
#LQ9g6VL1x88kJJwsADNUW5zCPQKcRfcR { 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; }
#wlPyOS443OmQMR5WT4HHx2HgaHW9JdKA { 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:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v { 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; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container { background-color: transparent; background-image: none; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container > .video-iframe-container { display: none; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row > .video-iframe-container { display: none; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .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); }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container { border-width: 0; border-radius: 0; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;position:relative;display:block; }#Tamudrqi10zLRvsFwJHO4GTpKhTTCXMe { 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; }
#Z5gLbOK5kWpJFOWnA9AZzNr3stwfP5nt { 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; }
#cUJTXmvgbce46HcsTrT99ctFTOudkNeg { 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:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { 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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;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.394525rem;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.5986375rem;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:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#000000;display:block;width:9.8125rem;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; }
#V8HfUIOXApDA5r1fsoQixToCwcldDn5d { color:#000000;display:block;width:19.8125rem;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:29.0625rem;height:12.625rem;top:9.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:14.3125rem;height:4.9375rem;top:1.5625rem;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.1875rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:21.9375rem;height:5.0625rem;top:23.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:9.875rem;height:9.875rem;top:11.125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.4375rem;top:13.5rem;left:42.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:3.875rem;top:15.4375rem;left:41.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:23.1875rem;height:4.125rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.0625rem;height:7.1875rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.6875rem;height:5.5803571428571rem;top:6.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.125rem;top:6.875rem;left:22.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:7.75rem;height:4.4375rem;top:1.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyV6FglwPA8kJsnmUCEZBMBybXakmkto { width:30.125rem;height:1.25rem;top:41.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlBCRUhHGAPWEbADmCVPU7NdHZ0LBHa9 { top:12.375rem;left:27.2490234375rem;width:18.8125rem;height:31.333484827413rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA { display:block; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9V0pHtty1KUFTBtLN6pHeo9vxDLqNm4 { top:1.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC { display:block; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3u7I40W5cyIIOk3czXRpPSWcUCSUQlq { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gImmKnw0mRmEcmrDwuiJt5WtmwRIBkuQ { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M { display:block; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSqMlGTFPmnoqxFfFK294U93rqu9FKna { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwHNsoP04ioXbBCKfG9RtJP2oHNeBSc2 { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg { display:block; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx9E26HRv0q5ffqkqvMUL0OXwf55gEAU { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5kA9REuE39BiBN8vKbSmoZJOaLnZElK { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K41KaaVEbq0CBPb6rk0l5Q8muag25nUC { display:block; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFwQ5TEG2BzTd3GmIPAtA83FV3ZbcMav { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6GU9NCmghuiVLl7WR7zEbXSXAigOi8k { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG { display:block; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuA7qg82fuCENr1gEilPG3MEbaOgkA3K { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFTSxiuc4OXhC2BAT130XiTkdRFIs8e3 { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ { display:block; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7lSUCADbP7npdobGzDBTVu5uOpNEDiW { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhlpUTMztEQRVAcTQ1G1KGIyMU6RMZiN { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF2RGvlCzSLieqdwRONZABGF7JAGvfCt { display:block; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEntZAeixVH2dzz05QeGNk8AG2R1l5o9 { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDfEhJUcMDmaiDww2lm2K3QJQNz6u8y5 { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLRiZJ47foyla2sxTDRtatg8IJlWsOmz { display:block; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zq9q6NaoJOnsUKtsrfdO5uqwbULwtKKA { top:1.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNQUc0vBs68mJkfTsuZ1UIThbqhem50 { top:1.4375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFeKQnT13l3paKTJrqTyXClv7F4waT3l { display:block; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7V8Svv9P5yMqTrqtPXpNtdk9lqA0n0A { top:2.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSJeILOiSXFD7GBaEGpLBiM7uVDv3wvW { width:11.9375rem;height:3.1875rem;top:8.75rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Ok9ImJtRTB2KgcI55bAxKh3wS5KTCH { display:block; }
 }@media only screen and (max-width: 763px) { #fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 { display:block; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZlVuAu0HSBIusFgqPJfeSWG17ZxqQl4 { top:2.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl { display:block; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5uPtr7HkE3FasUL6J31FVrsviZ5wBby { top:4.375rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9616k1CNMD74vnMCQzzqXaBnCymlBH { top:4.375rem;left:23.875rem;width:14rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeJ2RRHHwonPPsLR6bilPK4TSscwZlnR { top:0.125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzReWw5C4XaMvwDwG6ZM7h3MPO3Nb95 { width:2.3125rem;height:4.25rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlcc9BWE4eWybQKvZUAvvUzk5dV2VHT { top:0.1875rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEo77loeT01sQJu07pSKMtkpGaw19SLH { width:2.3125rem;height:4.25rem;top:0.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:28.75rem;height:12.5625rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAqctiREECTBc2XEvNKs2HEipktwQ2Nv { width:27.8125rem;height:10.75rem;top:9.8125rem;left:19.875rem;font-size:1rem;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) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:47.75rem;height:3.3125rem;top:1.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm { display:block; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:27.1875rem;height:21.887136005835rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:27.5625rem;height:11.75rem;top:23.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:27.875rem;height:8.375rem;top:36.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:27.5rem;height:22.124rem;top:22.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:27.8125rem;height:19.75rem;top:0.75rem;left:19.9375rem;font-size:1rem;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:1.6875rem;left:2rem;font-size:2.25rem;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.875rem;height:1.8125rem;top:5rem;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) { #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:2.0625rem;left:0rem;font-size:2.25rem;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) { #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:15.9375rem;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:15.9375rem;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 #rkR4AO9rOLCANhZOr1eAklPCwK0QVc6f {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xeU1XNGiJfaTqmpUxbvOLD5P5VCaGSdF {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Kg0bziMuHUG0qsTNvJdlN3BwMcrCrIzO {  }
 }@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 #mTws8TISTVzWxZKAiwxy8RDEAKGRcxgS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qcuSSHuZoi7feNhuFPoHUuLiDhTTKOrk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #sAfEDQgHDtZi3mxpxTt1cPpHcfM3y9pe {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dVfwKKiy9uTL9QvGJEcniI7AugfPplZb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #oNULMyKUKXRZ9avoClZh2iKlIJXXHBVV {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #HFLXlt5k9QED2uHTHU0TP9zKhkTJcMSH {  }
 }@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) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:8.1875rem;height:8.1875rem;top:7.75rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:7.375rem;height:1.4375rem;top:8.875rem;left:40.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.875rem;height:3.5625rem;top:10.75rem;left:40.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.75rem;top:58rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8G6shbakVv7MdES6GFLb7NSCFRnKzms { width:17.5rem;height:3.4375rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4iGi4uGSGzKAPQnQHAzbRAyzleuK0rA { display:block; }
 }@media only screen and (max-width: 763px) { #qbQL4B4K8pxh9a5SpZ9ahXfOSuFILI2V { top:19.0625rem;left:0rem;width:21.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgycm1iR0gV24Dt0hQ0zTcAXVI5T2Rof { top:14.375rem;left:0rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBK16qkOgRfFfiaHwQkfkfo0y4NAR0DP { top:2.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVTf1g6yGe5otAG6MGvHEEiSMRaQAOTw { top:13.8125rem;left:24.125rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OywuBtTwykCZOFGqAWNN8p9n3g42cpuw { top:12.4375rem;left:20.625rem;width:27.0625rem;height:49.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtR0KJPmcuQyn9FOppkPHby0i9VmamIE { top:12.4375rem;left:0rem;width:23.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC8DEzgLuZ2LCvPVhg8ExR5b2yP8ndeK { width:7.6875rem;height:5.5803571428571rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ7cXgamtnBXtcTAq2hg4ToTxXxXkoex { width:7.6875rem;height:3.125rem;top:36.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blHo6QEVcUTinxT1TfCiETBKqhkBz2RT { width:24.375rem;height:18.702237363042rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3HC5Hbk7m0T5sTMylbdxmVWMZp7cGOQ { width:7.1875rem;height:9.75rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 { display:block; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMab7wsTchRN7qNb2Wvqz3RvrAleouDV { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1g7kKfcnzUQVktPCZ0FHrRe6l4zuzW { display:block; }
 }@media only screen and (max-width: 763px) { #ApQHdvG3aI1hKnSKWyu7vzTuQTs9mGTy { top:4.4375rem;left:0rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERTyX0XZlqIERfgFGvLt3QqXBuaEqQF { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRmBA7ngsAmCDia5xHL3eIatm9X9IzZO { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmkKk8voJLyFc5ozDameB2PN8divksxq { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxB29ndsqdmnEJJriZaOCQFu8nofIa2O { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuSus71FFgTgDqgsT7D15nHsbJTny187 { display:block; }
 }@media only screen and (max-width: 763px) { #TTzr1z54H2oM7LfhOi9tFm7zbEhFvDI3 { top:4.5rem;left:12.625rem;width:19.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz9yi0fMc1UTU70fLTxT60BpCWINA8Sk { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtM0LOynuGSOr6AUHsyBVgfsKilV3bJD { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHw3BIFFsllxDydJS8FvCAdCe5vTUq6H { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwJocAQnRtchQKGPLc7lUJVR2uDCFpM { width:5.9375rem;height:2.125rem;top:9.5rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU30BOKKEkvoEKGCAibkUnKdBVnfKnT0 { display:block; }
 }@media only screen and (max-width: 763px) { #mX2KJE7hSArwvXqeB2aiPkK9qg6rvHNE { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTl8ZGDJ5REKZG9vF1oFe5cGs2TpTsa { top:8.625rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeGwJR1VTfrzIN9mEVWT8QzErHAQ6GZM { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KirHJttMlcXOMgS3IWyQtmI4CCVfAhHF { top:0.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc { display:block; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgzTVwLtGLIDlrAZgV4knocsc8PlnDNI { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6FeD9xHGdwMhkLpGm2VR1TQnLetxwW { display:block; }
 }@media only screen and (max-width: 763px) { #oBElGXC0dNqTDyOId7c1G6ZwO3vDF4Sg { top:3.5625rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2ZVhlTSWOu8GX5rUGpNrr66gJpa6a6 { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcxRAwFbcR1kOQa4fsdMEKVa6DK9L2UF { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et0qHFCTNSzUwlRvXpXHcLiVvI8AvZJ3 { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Squf4tr7u5KJKrT1Zri75IgiumuTTW { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaD53OgudG4XTve7kh5kpsaOALSPX7rt { display:block; }
 }@media only screen and (max-width: 763px) { #xc1RGJi0XelrIh8IkTsTTVQfEg6swF4R { top:3.1875rem;left:12.625rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdpwkod3qmhEqWskTCXMhx1VVT3ZWlTz { top:8.5625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayioqzPxGyDTLdBQmhvoEmlZX3dtlnQq { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6g4iVPTbauH7LqzIpZ9gwa79Ltz1LRS { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqEdR9qr3d1n0AtD8x7P96sbKp8tiHU1 { width:5.9375rem;height:2.125rem;top:9.5rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzOiDUeTKKlzVDR0XPuCGlsGwI1Nlt71 { display:block; }
 }@media only screen and (max-width: 763px) { #PaO1e808N6kR8CQTK6XsMT9aZH0RTyw3 { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRHb16MWROCS8WKGvMLbpNXf5Jy4Wc90 { top:8.625rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzpZwubtnpWZetaxMhW0P5g69OnoDfh6 { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs1rg7Ir4qZgitv5tAXTRlkXICUFUkWS { top:0.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl { display:block; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaeQh0KhkN1Fb1wI4gXI9oytFbeZhREF { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTz0lkqqJWwAwElVc3oe1ta9qgITrT4k { display:block; }
 }@media only screen and (max-width: 763px) { #m7LXBZ96ZG5mvGRd7KJJ4Q40xqDQUtD3 { top:3.5625rem;left:0rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rpcqFFtg7aMF8Z14RbPJDFVGKEuLzL { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnZs93EQAib1zsabu6fWxss4BZxALOad { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwxoyTn9F6sZo754kt2VtWCHySOHvUC { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlCV9IHEoLgqyCPKVmk756yQZ5o3Xcl { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqtrSibywLB0shlOgCoyEcTtA9WNvNpF { display:block; }
 }@media only screen and (max-width: 763px) { #bfEZcXHeMmLA6M786ITRlMCUGmwJialg { top:3.5625rem;left:12.625rem;width:19.125rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOtdoZU0vNrXf89dTRqKkp4bZuP1fDsr { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWTF0bQM4mWW42eP2R5GezQGMafLEJT { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQOw6svwAgVwSZdKUXioDK03Geb7WWvl { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb3T2yehNT1iLQiGh0NlxSVEfhXI9mX0 { width:5.9375rem;height:2.125rem;top:9.5rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qntQ8XAFmAJ4VFb4TBt5NSnxKvZu5NaG { display:block; }
 }@media only screen and (max-width: 763px) { #JD6RHwgUqvGUxwgGrqNlcAHLsn3DG3TI { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuJ2ubvw54nFvNJgSMI5x0t0WM7QEwro { top:8.625rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJBN1DibkhIhpKDCHJulqTIgTCVxqD7w { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMdvVdsTbH0PUqEay2Sl05b0P3Wrkuw { top:0.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ { display:block; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU94Q7l3zXm63Ozhc1M4mkwhzmldfXh4 { width:5.9375rem;height:2.125rem;top:9.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4hDN4APv1kP0uKCL3tFWP3PaLyWyrS { display:block; }
 }@media only screen and (max-width: 763px) { #zSElfiNBehBC9AwQHXKqpOE2BwHEc4JQ { top:3.5625rem;left:0rem;width:19.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUuleuJKpPn7Qy0XNJ8aaTNo545vTxvv { top:8.5625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUtD48AdmwAphlMKlcSFd6cLFXICAbLN { top:1.3125rem;left:0.6875rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRavaF09s1TDI3uLA7MiPT6wOR9HTXIW { top:1rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoXEnt1skTp5p69NuH9mQg3KTmngGq8J { width:5.9375rem;height:2.125rem;top:9.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJcPHLTTzVCsuaoi98m7SbIllC9IhzP { display:block; }
 }@media only screen and (max-width: 763px) { #IuSnpvkJifcyU2HAOrxrTyDB02xPkgGD { top:3.5625rem;left:12.625rem;width:19.125rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMLVgAk31ulTqCiseqH8MX8HEV8QZxE { top:8.625rem;left:12.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITPgPk6VZNEeOL0CSnT8eET9GWfW4qn { top:1.375rem;left:16.5625rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5tvruBC2bvTlScLoalPIvvDgtc3FyC { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEtZWT2dTMf6u9laoS7TGqNx5UBOzpbO { width:5.9375rem;height:2.125rem;top:9.5rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #av8xNbl88EVXacAKJM9wqvQEowcwhxrz { display:block; }
 }@media only screen and (max-width: 763px) { #DVqbnTnGOapTixJuvtEglrRxRreXw76x { top:2.8125rem;left:28.4375rem;width:19.1875rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D44rDTEtaD48x58dzs7vOrNVULHwEhl8 { top:8.625rem;left:28.5rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOndKeco8cXrLMxTxfLZnCp7CT1zzVh { top:1.1875rem;left:33rem;width:3.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1qn5raGs6XO1UJQowHSkEqOoTs74sIP { top:0.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK09ksSvKnsVGbTRg6XhUhMuara4X6Oo { top:1.4375rem;left:3.9375rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VugAsrnqxURw8XTT6XizSIMscO4NzvOm { top:1.4375rem;left:19.8125rem;width:3.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qTiUeQbpmWmLxiq0KnWD2LIX81wCp3 { top:1.4375rem;left:36.25rem;width:3.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVukA1HZ6aBNzmCNllTgeOrhXixhx77m { display:block; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxCd4Hbdo9fHcUTOHryazHiot0eTkZWx { width:14.25rem;height:2.75rem;top:5.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfLBTOLZEtkGLVrBru8p1XLeq7F1Izi4 { display:block; }
 }@media only screen and (max-width: 763px) { #wkRbAkkvn0RvIbwNHUwEShfxSvruZgAN { top:1.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;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:2.875rem;top:1.25rem;left:2rem;font-size:2.25rem;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.1875rem;height:3.5625rem;top:0.5rem;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.1875rem;height:3.5625rem;top:0.9375rem;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.1875rem;height:3.5625rem;top:0.75rem;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.1875rem;height:3.5625rem;top:0.9375rem;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.1875rem;height:3.5625rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR { display:block; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayegnM982Lks4lp211OANQqQS7NEkbHm { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9g6VL1x88kJJwsADNUW5zCPQKcRfcR { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPyOS443OmQMR5WT4HHx2HgaHW9JdKA { width:47.1875rem;height:3.5625rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v { display:block; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tamudrqi10zLRvsFwJHO4GTpKhTTCXMe { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5gLbOK5kWpJFOWnA9AZzNr3stwfP5nt { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUJTXmvgbce46HcsTrT99ctFTOudkNeg { width:47.1875rem;height:1.75rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;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.8125rem;height:14.375rem;top:6.5rem;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:9.8125rem;height:1.8125rem;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) { #V8HfUIOXApDA5r1fsoQixToCwcldDn5d { width:19.8125rem;height:1.8125rem;top:8.3125rem;left:27.9375rem;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:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:8.097625rem;top:14.75rem;left:0rem;font-size:1.125rem;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.625rem;top:1.1184896230698rem;left:0.5625rem;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.24829375rem;top:36.4990234375rem;left:4.20166015625rem;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:17.3730625rem;height:4.21875rem;top:24.0625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.31225rem;height:6.31225rem;top:7.1875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:28.9375rem;left:12.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.62475rem;height:2.548825rem;top:9.2236328125rem;left:12.530517578125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:18rem;height:3rem;top:31.4970703125rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.124511875rem;height:5.874025rem;top:30.06103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:4.5625rem;height:3.25rem;top:12.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:4.0625rem;height:1.48730625rem;top:13.375rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu9xTOT7tHFW685BTE7MZMWxGSWHucFW { width:4.375rem;height:2.4375rem;top:0.75rem;left:6.2500001192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iyV6FglwPA8kJsnmUCEZBMBybXakmkto { width:17.8125rem;height:1.3125rem;top:44.061279296875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MlBCRUhHGAPWEbADmCVPU7NdHZ0LBHa9 { width:9.43725rem;height:15.81175rem;top:39.185791015625rem;left:9.8095703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA { display:block; }#nhGNcTqNppbJzpQqguu8HqlCPSf4RFiA > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9V0pHtty1KUFTBtLN6pHeo9vxDLqNm4 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC { display:block; }#MUy7MDJvy1WXl4CVb8NrHWoku80qCIWC > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3u7I40W5cyIIOk3czXRpPSWcUCSUQlq { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #gImmKnw0mRmEcmrDwuiJt5WtmwRIBkuQ { width:14.24925rem;height:9rem;top:1.220703125rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M { display:block; }#PMCgluT4TF0kCVU3mxVtLKXmG9UJnp5M > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSqMlGTFPmnoqxFfFK294U93rqu9FKna { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #cwHNsoP04ioXbBCKfG9RtJP2oHNeBSc2 { width:14.25rem;height:7.875rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg { display:block; }#loT3FV1B8W5D7zbgn4WCD0dZnFWhuBlg > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx9E26HRv0q5ffqkqvMUL0OXwf55gEAU { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #f5kA9REuE39BiBN8vKbSmoZJOaLnZElK { width:14.25rem;height:9rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K41KaaVEbq0CBPb6rk0l5Q8muag25nUC { display:block; }#K41KaaVEbq0CBPb6rk0l5Q8muag25nUC > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFwQ5TEG2BzTd3GmIPAtA83FV3ZbcMav { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Z6GU9NCmghuiVLl7WR7zEbXSXAigOi8k { width:14.25rem;height:7.875rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG { display:block; }#EOEd9yCpBtQFaMBIr5xTwBrWJNkMTNTG > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuA7qg82fuCENr1gEilPG3MEbaOgkA3K { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #wFTSxiuc4OXhC2BAT130XiTkdRFIs8e3 { width:14.25rem;height:6.75rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ { display:block; }#NxTc8gmXrRe0UyHNnHq8CCW15nsbzEVJ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7lSUCADbP7npdobGzDBTVu5uOpNEDiW { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #rhlpUTMztEQRVAcTQ1G1KGIyMU6RMZiN { width:14.25rem;height:9rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF2RGvlCzSLieqdwRONZABGF7JAGvfCt { display:block; }#zF2RGvlCzSLieqdwRONZABGF7JAGvfCt > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEntZAeixVH2dzz05QeGNk8AG2R1l5o9 { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #vDfEhJUcMDmaiDww2lm2K3QJQNz6u8y5 { width:14.25rem;height:9rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLRiZJ47foyla2sxTDRtatg8IJlWsOmz { display:block; }#QLRiZJ47foyla2sxTDRtatg8IJlWsOmz > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zq9q6NaoJOnsUKtsrfdO5uqwbULwtKKA { display:flex;width:2.1875rem;height:2.1875rem;top:0rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #FZNQUc0vBs68mJkfTsuZ1UIThbqhem50 { width:14.25rem;height:9rem;top:0rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFeKQnT13l3paKTJrqTyXClv7F4waT3l { display:block; }#JFeKQnT13l3paKTJrqTyXClv7F4waT3l > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7V8Svv9P5yMqTrqtPXpNtdk9lqA0n0A { width:20rem;height:3.8984375rem;top:1.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSJeILOiSXFD7GBaEGpLBiM7uVDv3wvW { width:11.9375rem;height:3.1875rem;top:6.2109375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Ok9ImJtRTB2KgcI55bAxKh3wS5KTCH { display:block; }
 }@media only screen and (max-width: 763px) { #fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 { display:block; }#fbTXJ5ZP8Q7NVrt26L5TX4ZZBws0KJ09 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZlVuAu0HSBIusFgqPJfeSWG17ZxqQl4 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl { display:block; }#TDE1Ivrpd6IA2MfW0mBkwP60REeuVNwl > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5uPtr7HkE3FasUL6J31FVrsviZ5wBby { width:12.5rem;height:1.29980625rem;top:0.875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9616k1CNMD74vnMCQzzqXaBnCymlBH { width:12.5rem;height:1.29980625rem;top:20.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeJ2RRHHwonPPsLR6bilPK4TSscwZlnR { width:3.4375rem;height:3.4375rem;top:0.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFzReWw5C4XaMvwDwG6ZM7h3MPO3Nb95 { width:1.9375rem;height:3.6875rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlcc9BWE4eWybQKvZUAvvUzk5dV2VHT { width:3.4375rem;height:3.4375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEo77loeT01sQJu07pSKMtkpGaw19SLH { width:1.875rem;height:3.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:23.3974375rem;top:4.662109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAqctiREECTBc2XEvNKs2HEipktwQ2Nv { width:16.3745rem;height:19.797875rem;top:35.567626953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.79980625rem;top:1.136474609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm { display:block; }#gqIDZXqhN5wDLr9UCMLgdRp28eSKNOgm > .row .container { width:20rem;height:109.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:16.1230625rem;top:68.187255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.2485625rem;height:23.3974375rem;top:85.496826171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.24975rem;height:17.9980625rem;top:49.18701171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:16.12425rem;top:1.8115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:28.796875rem;top:19.373779296875rem;left:0rem;font-size:1rem;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;border-top:0.125rem solid #7fc464;border-left:0.125rem solid #7fc464;border-right:0.125rem solid #7fc464;border-bottom:0.125rem solid #7fc464;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:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:5.19921875rem;top:1.624755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:68.1875rem;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:13.59375rem;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) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:8.3994375rem;top:1.4990234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:114.5rem;position:relative;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:42.25rem;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:42.25rem;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 #rkR4AO9rOLCANhZOr1eAklPCwK0QVc6f {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #xeU1XNGiJfaTqmpUxbvOLD5P5VCaGSdF {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Kg0bziMuHUG0qsTNvJdlN3BwMcrCrIzO {  }
 }@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 #mTws8TISTVzWxZKAiwxy8RDEAKGRcxgS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qcuSSHuZoi7feNhuFPoHUuLiDhTTKOrk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #sAfEDQgHDtZi3mxpxTt1cPpHcfM3y9pe {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dVfwKKiy9uTL9QvGJEcniI7AugfPplZb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #oNULMyKUKXRZ9avoClZh2iKlIJXXHBVV {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #HFLXlt5k9QED2uHTHU0TP9zKhkTJcMSH {  }
 }@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) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:1.1875rem;left:6rem;background-color:#7fc464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:2.5rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:2.4746125rem;top:4.0625rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:20rem;height:2.1875rem;top:87.63671875rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #x8G6shbakVv7MdES6GFLb7NSCFRnKzms { width:17.5rem;height:3.4375rem;top:29.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4iGi4uGSGzKAPQnQHAzbRAyzleuK0rA { display:block; }
 }@media only screen and (max-width: 763px) { #qbQL4B4K8pxh9a5SpZ9ahXfOSuFILI2V { width:18.125rem;height:5.19921875rem;top:21.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgycm1iR0gV24Dt0hQ0zTcAXVI5T2Rof { width:13.1875rem;height:1.29980625rem;top:19.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBK16qkOgRfFfiaHwQkfkfo0y4NAR0DP { width:20rem;height:7.714875rem;top:9.18701171875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fVTf1g6yGe5otAG6MGvHEEiSMRaQAOTw { width:17.375rem;height:2.5996125rem;top:39.12353515625rem;left:1.187744140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OywuBtTwykCZOFGqAWNN8p9n3g42cpuw { width:20rem;height:53.18725rem;top:36.715087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtR0KJPmcuQyn9FOppkPHby0i9VmamIE { width:20rem;height:15.5625rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SC8DEzgLuZ2LCvPVhg8ExR5b2yP8ndeK { width:7.3125rem;height:5.25rem;top:94.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ7cXgamtnBXtcTAq2hg4ToTxXxXkoex { width:5.5rem;height:2.65625rem;top:94.6875rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blHo6QEVcUTinxT1TfCiETBKqhkBz2RT { width:20rem;height:15.3125rem;top:97.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3HC5Hbk7m0T5sTMylbdxmVWMZp7cGOQ { width:20rem;height:2.1875rem;top:112.3125rem;left:0rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 { display:block; }#pHP8GhcyL4qqpfgoCSJgiTe7NcdQXpz6 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMab7wsTchRN7qNb2Wvqz3RvrAleouDV { width:5.9375rem;height:2.125rem;top:8.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM1g7kKfcnzUQVktPCZ0FHrRe6l4zuzW { display:block; }
 }@media only screen and (max-width: 763px) { #ApQHdvG3aI1hKnSKWyu7vzTuQTs9mGTy { width:19.4375rem;height:3.19921875rem;top:3.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERTyX0XZlqIERfgFGvLt3QqXBuaEqQF { width:19.375rem;height:0.125rem;top:7.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRmBA7ngsAmCDia5xHL3eIatm9X9IzZO { width:3.25rem;height:1.13769375rem;top:1.125rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmkKk8voJLyFc5ozDameB2PN8divksxq { width:1.8125rem;height:1.8125rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxB29ndsqdmnEJJriZaOCQFu8nofIa2O { width:5.9375rem;height:2.125rem;top:19.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuSus71FFgTgDqgsT7D15nHsbJTny187 { display:block; }
 }@media only screen and (max-width: 763px) { #TTzr1z54H2oM7LfhOi9tFm7zbEhFvDI3 { width:19.125rem;height:3.19921875rem;top:13.9375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz9yi0fMc1UTU70fLTxT60BpCWINA8Sk { width:19.125rem;height:0.125rem;top:17.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtM0LOynuGSOr6AUHsyBVgfsKilV3bJD { width:3.25rem;height:1.13769375rem;top:12.462890625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHw3BIFFsllxDydJS8FvCAdCe5vTUq6H { width:1.8125rem;height:1.8125rem;top:12.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwJocAQnRtchQKGPLc7lUJVR2uDCFpM { width:5.9375rem;height:2.125rem;top:33rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU30BOKKEkvoEKGCAibkUnKdBVnfKnT0 { display:block; }
 }@media only screen and (max-width: 763px) { #mX2KJE7hSArwvXqeB2aiPkK9qg6rvHNE { width:19.1875rem;height:4.798825rem;top:26.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZTl8ZGDJ5REKZG9vF1oFe5cGs2TpTsa { width:19.125rem;height:0.125rem;top:31.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeGwJR1VTfrzIN9mEVWT8QzErHAQ6GZM { width:3.25rem;height:1.13769375rem;top:23.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KirHJttMlcXOMgS3IWyQtmI4CCVfAhHF { width:1.8125rem;height:1.8125rem;top:23.099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc { display:block; }#JSGgWtOlKWaH5hT3qG73X6cPczE0UuEc > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgzTVwLtGLIDlrAZgV4knocsc8PlnDNI { width:5.9375rem;height:2.125rem;top:8.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6FeD9xHGdwMhkLpGm2VR1TQnLetxwW { display:block; }
 }@media only screen and (max-width: 763px) { #oBElGXC0dNqTDyOId7c1G6ZwO3vDF4Sg { width:18.5rem;height:4.798825rem;top:2.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2ZVhlTSWOu8GX5rUGpNrr66gJpa6a6 { width:19.125rem;height:0.125rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcxRAwFbcR1kOQa4fsdMEKVa6DK9L2UF { width:3.25rem;height:1.13769375rem;top:0.962890625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et0qHFCTNSzUwlRvXpXHcLiVvI8AvZJ3 { width:1.8125rem;height:1.8125rem;top:0.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9Squf4tr7u5KJKrT1Zri75IgiumuTTW { width:5.9375rem;height:2.125rem;top:22.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaD53OgudG4XTve7kh5kpsaOALSPX7rt { display:block; }
 }@media only screen and (max-width: 763px) { #xc1RGJi0XelrIh8IkTsTTVQfEg6swF4R { width:19.125rem;height:5.3994125rem;top:14.3125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdpwkod3qmhEqWskTCXMhx1VVT3ZWlTz { width:19.125rem;height:0.125rem;top:20.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayioqzPxGyDTLdBQmhvoEmlZX3dtlnQq { width:3.25rem;height:1.13769375rem;top:11.9375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6g4iVPTbauH7LqzIpZ9gwa79Ltz1LRS { width:1.8125rem;height:1.8125rem;top:11.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqEdR9qr3d1n0AtD8x7P96sbKp8tiHU1 { width:5.9375rem;height:2.125rem;top:37.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzOiDUeTKKlzVDR0XPuCGlsGwI1Nlt71 { display:block; }
 }@media only screen and (max-width: 763px) { #PaO1e808N6kR8CQTK6XsMT9aZH0RTyw3 { width:19.1875rem;height:7.19925rem;top:27.0625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRHb16MWROCS8WKGvMLbpNXf5Jy4Wc90 { width:19.125rem;height:0.125rem;top:35.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzpZwubtnpWZetaxMhW0P5g69OnoDfh6 { width:3.25rem;height:1.13769375rem;top:24.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs1rg7Ir4qZgitv5tAXTRlkXICUFUkWS { width:1.8125rem;height:1.8125rem;top:24.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl { display:block; }#Lt70Nwt3p209doqka7mbnJ6Kd6DJp5Fl > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaeQh0KhkN1Fb1wI4gXI9oytFbeZhREF { width:5.9375rem;height:2.125rem;top:11rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTz0lkqqJWwAwElVc3oe1ta9qgITrT4k { display:block; }
 }@media only screen and (max-width: 763px) { #m7LXBZ96ZG5mvGRd7KJJ4Q40xqDQUtD3 { width:19.4375rem;height:5.3994125rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3rpcqFFtg7aMF8Z14RbPJDFVGKEuLzL { width:19.125rem;height:0.125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnZs93EQAib1zsabu6fWxss4BZxALOad { width:3.25rem;height:1.13769375rem;top:1.0625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwxoyTn9F6sZo754kt2VtWCHySOHvUC { width:1.8125rem;height:1.8125rem;top:0.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlCV9IHEoLgqyCPKVmk756yQZ5o3Xcl { width:5.9375rem;height:2.125rem;top:24.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqtrSibywLB0shlOgCoyEcTtA9WNvNpF { display:block; }
 }@media only screen and (max-width: 763px) { #bfEZcXHeMmLA6M786ITRlMCUGmwJialg { width:19.125rem;height:5.3994125rem;top:17.0625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOtdoZU0vNrXf89dTRqKkp4bZuP1fDsr { width:19.125rem;height:0.125rem;top:23.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpWTF0bQM4mWW42eP2R5GezQGMafLEJT { width:3.25rem;height:1.13769375rem;top:14.625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQOw6svwAgVwSZdKUXioDK03Geb7WWvl { width:1.8125rem;height:1.8125rem;top:14.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb3T2yehNT1iLQiGh0NlxSVEfhXI9mX0 { width:5.9375rem;height:2.125rem;top:36.1875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qntQ8XAFmAJ4VFb4TBt5NSnxKvZu5NaG { display:block; }
 }@media only screen and (max-width: 763px) { #JD6RHwgUqvGUxwgGrqNlcAHLsn3DG3TI { width:19.1875rem;height:3.5996125rem;top:29.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuJ2ubvw54nFvNJgSMI5x0t0WM7QEwro { width:19.125rem;height:0.125rem;top:34.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJBN1DibkhIhpKDCHJulqTIgTCVxqD7w { width:3.25rem;height:1.13769375rem;top:28.625rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEMdvVdsTbH0PUqEay2Sl05b0P3Wrkuw { width:1.8125rem;height:1.8125rem;top:27.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ { display:block; }#yMVluFTTNx5dVUH6VsEie3NOL65ALKWJ > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CU94Q7l3zXm63Ozhc1M4mkwhzmldfXh4 { width:5.9375rem;height:2.125rem;top:9.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4hDN4APv1kP0uKCL3tFWP3PaLyWyrS { display:block; }
 }@media only screen and (max-width: 763px) { #zSElfiNBehBC9AwQHXKqpOE2BwHEc4JQ { width:18.3125rem;height:3.5996125rem;top:3.625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUuleuJKpPn7Qy0XNJ8aaTNo545vTxvv { width:19.125rem;height:0.125rem;top:8.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUtD48AdmwAphlMKlcSFd6cLFXICAbLN { width:3.25rem;height:1.13769375rem;top:1.2998046875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRavaF09s1TDI3uLA7MiPT6wOR9HTXIW { width:1.8125rem;height:1.8125rem;top:0.9619140625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoXEnt1skTp5p69NuH9mQg3KTmngGq8J { width:5.9375rem;height:2.125rem;top:21.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozJcPHLTTzVCsuaoi98m7SbIllC9IhzP { display:block; }
 }@media only screen and (max-width: 763px) { #IuSnpvkJifcyU2HAOrxrTyDB02xPkgGD { width:19.125rem;height:3.5996125rem;top:15.0625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuMLVgAk31ulTqCiseqH8MX8HEV8QZxE { width:19.125rem;height:0.125rem;top:19.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITPgPk6VZNEeOL0CSnT8eET9GWfW4qn { width:3.25rem;height:1.13769375rem;top:12.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW5tvruBC2bvTlScLoalPIvvDgtc3FyC { width:1.8125rem;height:1.8125rem;top:12.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEtZWT2dTMf6u9laoS7TGqNx5UBOzpbO { width:5.9375rem;height:2.125rem;top:33.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #av8xNbl88EVXacAKJM9wqvQEowcwhxrz { display:block; }
 }@media only screen and (max-width: 763px) { #DVqbnTnGOapTixJuvtEglrRxRreXw76x { width:19.1875rem;height:5.3994125rem;top:25.6875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D44rDTEtaD48x58dzs7vOrNVULHwEhl8 { width:19.125rem;height:0.125rem;top:32.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBOndKeco8cXrLMxTxfLZnCp7CT1zzVh { width:3.25rem;height:1.13769375rem;top:24.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1qn5raGs6XO1UJQowHSkEqOoTs74sIP { width:1.8125rem;height:1.8125rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK09ksSvKnsVGbTRg6XhUhMuara4X6Oo { width:3.375rem;height:0.9746125rem;top:12.75rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VugAsrnqxURw8XTT6XizSIMscO4NzvOm { width:3.375rem;height:0.9746125rem;top:24.375rem;left:7.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qTiUeQbpmWmLxiq0KnWD2LIX81wCp3 { width:3.374025rem;height:0.9746125rem;top:1.3798828125rem;left:7.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVukA1HZ6aBNzmCNllTgeOrhXixhx77m { display:block; }#eVukA1HZ6aBNzmCNllTgeOrhXixhx77m > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxCd4Hbdo9fHcUTOHryazHiot0eTkZWx { width:18.92575rem;height:4.05175625rem;top:5.25rem;left:1.07421875rem;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) { #bfLBTOLZEtkGLVrBru8p1XLeq7F1Izi4 { display:block; }
 }@media only screen and (max-width: 763px) { #wkRbAkkvn0RvIbwNHUwEShfxSvruZgAN { width:20rem;height:3.8994125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:5.19921875rem;top:1.68701171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { background-color:rgba(127,196,100,0.2);background-image:none;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 { 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 { background-color:rgba(127,196,100,0.2);background-image:none;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 { 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.7988125rem;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.999rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { background-color:rgba(127,196,100,0.2);background-image:none;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 { 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 { background-color:rgba(127,196,100,0.2);background-image:none;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 { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:19.6875rem;height:7.19925rem;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.999rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { background-color:rgba(127,196,100,0.2);background-image:none;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 { 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 { background-color:rgba(127,196,100,0.2);background-image:none;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 { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:19.6875rem;height:5.3994125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR { display:block; }#KcyNWVqwZZLmbvFdphagsqT4TqQqAIeR > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayegnM982Lks4lp211OANQqQS7NEkbHm { width:20rem;height:3.898925rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9g6VL1x88kJJwsADNUW5zCPQKcRfcR { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPyOS443OmQMR5WT4HHx2HgaHW9JdKA { width:19.6875rem;height:8.999rem;top:5.811767578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v { display:block; }#AhV5z9AUlqc1d2ITNvG6GsyQP6O3Hm9v > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tamudrqi10zLRvsFwJHO4GTpKhTTCXMe { width:20rem;height:5.8483875rem;top:1.3312530517578rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5gLbOK5kWpJFOWnA9AZzNr3stwfP5nt { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUJTXmvgbce46HcsTrT99ctFTOudkNeg { width:19.6875rem;height:5.3994125rem;top:7.177734375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:1.25rem;position:relative;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.19825rem;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.5996125rem;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) { #V8HfUIOXApDA5r1fsoQixToCwcldDn5d { width:19.8125rem;height:1.80013125rem;top:34.04980625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }