.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { position:relative;display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { background-color: transparent; background-image: none; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container > .video-iframe-container { display: none; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row > .video-iframe-container { display: none; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .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); }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { border-width: 0; border-radius: 0; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .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; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .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:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hvEMEhs9guPQ7ngyKQIaeSW3IwxfpKom { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:16.6875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#wUXWb5JhHTH508qKeekAzRND21WWzwsN { z-index:15003;top:1.34375rem;left:58.6875rem;background-color:#ff9c01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLzzHGs4litxabqJRnThTZays8AnTUF9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.6875rem;left:59.4375rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc24338e-3fa7-45da-841d-0cd8f81ac291/happyfamilyportraitcardboardroofmovingpropertyinvestmentrealestatenewhomemotherfatherkidssmileshelterapartmentrelocationtogetherhousemortgage.jpg");background-position:top 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,145,187,0.47); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(77,145,187,0.47); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:23.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#U3ZFCB6smJTfwUfVGesGqzBo1KMWQc3W { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:play;font-size:3.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.9375rem;left:16.125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:play;font-size:2.1875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.75rem;left:18.4375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb { position:relative;display:block; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb { background-color: transparent; background-image: none; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .row .container > .video-iframe-container { display: none; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .row > .video-iframe-container { display: none; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .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); }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb { border-width: 0; border-radius: 0; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .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; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .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:41.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IZ451OS8hU8ZkNB4rgzavf65xBOmP8Ve { z-index:15004;top:32.9375rem;left:24.5rem;background-color:#ff9c01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:5.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kS9v66P391cdE8T1tOOKdFAxgX3wAtO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBZhy5i2LULJ7s37kebWTQWhwoTEWwK3 { 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:15026;opacity:1;top:34.1875rem;left:27.3125rem; }
#N2KotharoDEhIkeRKBF97az3a1W6KUgq { color:#41b9e6;display:block;width:43.5625rem;position:absolute;font-family:play;font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:0.9375rem;left:15.71875rem;height:2.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a48Trd03x0gghmBsohsr9lWtvTVad2yS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:play;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8115234375rem;left:19.875rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#GJZvu2hUARK0RTpdaWgHistBxUU4HZEK { box-sizing:content-box;height:20.25rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,155,0,0.07);background-image:none;top:8.75rem;left:14.0625rem;border-top:0.125rem solid #ff9b00;border-left:0.125rem solid #ff9b00;border-right:0.125rem solid #ff9b00;border-bottom:0.125rem solid #ff9b00;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IWGEUOgItAaqWWwvuROzXf01ZOTlpONc { box-sizing:content-box;height:20.25rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(105,216,227,0.1);background-image:none;top:8.75rem;left:39.5rem;border-top:0.125rem solid #69d8e3;border-left:0.125rem solid #69d8e3;border-right:0.125rem solid #69d8e3;border-bottom:0.125rem solid #69d8e3;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nR7IBrIZ41Al4Mu13a9dLhwEuIPu34yo { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.625rem;left:15.875rem;height:13.99901875rem;text-align:left;text-align-last:left;display:block; }
#ZJ3rFCwfDQtG3TnQHT7KylF7GNk50TUH { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.0625rem;left:41.125rem;height:13.999025rem;text-align:left;text-align-last:left;display:block; }
#QV2HuHfdaE0UWTu8k9J432eq2RddXraq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:play;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8115234375rem;left:45.3125rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX { z-index:;position:relative;display:block; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX { background-color: transparent; background-image: none; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row .container > .video-iframe-container { display: none; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row > .video-iframe-container { display: none; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .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); }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX { border-width: 0; border-radius: 0; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#p70NsuXwdISmsqFzwodN9i6goUZ0pTsp { color:#55be5a;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtxgOeTre8We22Ns7G9FmaTKVFqRyfzd { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NvQbwmMTlKmFTrZaEtxWwhC1z4EkX6gE { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.9375rem;left:7.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK { background-color:#ffffff;background-image:none;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;display:block; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container { background-color: transparent; background-image: none; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container > .video-iframe-container { display: none; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row > .video-iframe-container { display: none; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .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); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container { border-width: 0; border-radius: 0; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container { width:75rem;height:199.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#a0fB6TsLSfJGl4DVNT8DMEvTkROpgANN { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:2.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LBWEcZAT5VuTTI0JM4Q87dVmqXPayDlk { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.875rem;left:7.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QN7cOJysUb339SlMDDPibWqcMBt6ksT3 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:4.53661875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E li:before{  }
#au0WQ9lOz9QX656HhI0aCVmyUthG1LAV { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.64990234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBIDD2I6n7HwOTuxhLQial109NB5R73l { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.33740234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:19.25rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 li:before{  }
#JIUQtXqwTMVE0aIlWTll4ukRQ05pihkx { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:29.08740234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCRxHPeGgNDHeIU0DsPDfVkDAcwVNgdx { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:30.96240234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#To2QNAERogRdQfAs00Hm1MHUiTmtEtrR { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:32.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#To2QNAERogRdQfAs00Hm1MHUiTmtEtrR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#To2QNAERogRdQfAs00Hm1MHUiTmtEtrR li:before{  }
#xXnuCmLQlSTTuLkh1QauhCC7ax95FtW1 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:40.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v48vG0fWJV9npAcL1KSv0k4996zWiu2k { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:42.0625rem;left:0rem;height:7.5rem;font-style:normal;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; }
#HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:53rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 li:before{  }
#XoOfLhmZ2NWyiEI5TBvy8m7q2OUuN8Px { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:51.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GUM41ymMk0woKyxeff0TCs5tE2hKbT2q { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:61.75rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqviPQ4fflTTBoFu2Cigpg26suxrxExm { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:63.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:65.875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp li:before{  }
#dhBZ4hJa4Ti7N7fMTlqyFxsya5uBVk4k { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:71.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGhMicTGNogMSNsJKZISOUqQxCtnGu5B { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:73.5rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iGhMicTGNogMSNsJKZISOUqQxCtnGu5B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iGhMicTGNogMSNsJKZISOUqQxCtnGu5B li:before{  }
#vrugINlTTvgbdel7BbeZZ4x7HTCSGmGg { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:81.8125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:83.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz li:before{  }
#llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:96rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP li:before{  }
#J0DSHNKrM7I4l8buUV7ubn1TavSFwbKX { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:94rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bOnopNWabvWv9PQCtFAzkpF1T6TvcM7g { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:91.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fcq3anVeTgpphDV3nDH3aesE0McHFNcd { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:101.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sOFiKailCTwFm9oPvaFnlwdafVXuVTMe { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:103.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sOFiKailCTwFm9oPvaFnlwdafVXuVTMe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sOFiKailCTwFm9oPvaFnlwdafVXuVTMe li:before{  }
#F6DUvRWLBElKWL3aOiTG17GPOw8yL2If { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:113.25rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#F6DUvRWLBElKWL3aOiTG17GPOw8yL2If li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F6DUvRWLBElKWL3aOiTG17GPOw8yL2If li:before{  }
#WZvL5Qpk3PH38Qcn1EaLO9ZdD7ByKfa9 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:111.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7VKdmJsMg739hoMZavOauEJAJb4MhPz { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:124.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#T7VKdmJsMg739hoMZavOauEJAJb4MhPz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7VKdmJsMg739hoMZavOauEJAJb4MhPz li:before{  }
#RkT6k5lguDufIfio8EC0kH72SF9ZQa1H { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:122.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G81abEQtmqvqN8r6cCSV8Kbe36goR487 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:119.9375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KarKKfPus1fotOO9vdwAcmWLZdrBCyCC { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:131.5rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KarKKfPus1fotOO9vdwAcmWLZdrBCyCC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KarKKfPus1fotOO9vdwAcmWLZdrBCyCC li:before{  }
#T82Trugtbh80i7ZaFck4WtCcgBpPqlI1 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:129.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:141.75rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR li:before{  }
#ULQH2vWPvk7ePfsoLSCCJvSATc9y7OZO { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:139.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w4mWAJNtITidhWgxMTAqwIQmgT4PCwLI { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:137.625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sOlzNIJHfWbfvN3Gokm4224wy1bdWLBK { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:148.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:150rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf li:before{  }
#NOkh9BszabqagrkdfltrbSFHTOPUTwqE { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:161.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NOkh9BszabqagrkdfltrbSFHTOPUTwqE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NOkh9BszabqagrkdfltrbSFHTOPUTwqE li:before{  }
#eHGJqIlwrvsJ6wBE0vSli5uatVSeQzqi { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:159.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bBfTAPHhqmOsuaJCbGcH9CXvodsOolhi { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:157.5rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPX4nkLUP8VttVTOC5JGHn048VcA5Eri { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:169.25rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oPX4nkLUP8VttVTOC5JGHn048VcA5Eri li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oPX4nkLUP8VttVTOC5JGHn048VcA5Eri li:before{  }
#BhkKvg6yP58E3QRlbhqQgEEAp0ST8sKf { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:167.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ze0lHPvhtcRaA0koLqzAJelAu0iLFGhR { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:180.9375rem;left:0rem;height:7.5rem;font-style:normal;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; }
#ywA5gHIzXfxzfCus3vAHh5H6CQZGrlt9 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:179rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXytMTrO2t1yiA5xgUSSG7TDZSGwp8nU { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:177.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:191.6875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW li:before{  }
#lNKLLbtzEfIWaLy0fBpMgtWoxKLA1qpD { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:189.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g8mRT8wicSifWaWreTNotbRDXuRNoVws { background-color:#ffffff;background-image:none;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;display:block; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container { background-color: transparent; background-image: none; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container > .video-iframe-container { display: none; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row > .video-iframe-container { display: none; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .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); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container { border-width: 0; border-radius: 0; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container { width:75rem;height:37.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ft6TTeZMxAVZapbMQLTSDrXkSZtogF7T { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN li:before{  }
#wG4cwWvtZ1KNGzs3a3GuHpHbtLOCG59h { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#plippKytaboNtMuK8sD62zceCqvnzCuF { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:12rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#plippKytaboNtMuK8sD62zceCqvnzCuF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#plippKytaboNtMuK8sD62zceCqvnzCuF li:before{  }
#LqlcF91FznTNqVikIcPeHhMg4Rlhzfbm { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:10.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vPaOEQRAxbNIKDSEvUm9gARb1V8b9xMu { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:20.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NtFeFrs4zsJv0zv5svQ7N7zzCrggmmy2 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.07421875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.8125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm li:before{  }
#Gxccu7km2dls19SXcVKFEApdmIzMoizf { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:28.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:30.6875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz li:before{  }
#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L { background-color:#ffffff;background-image:none;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;display:block; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container { background-color: transparent; background-image: none; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container > .video-iframe-container { display: none; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row > .video-iframe-container { display: none; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .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); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container { border-width: 0; border-radius: 0; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container { width:75rem;height:78.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#nWhSy4M3hTPydw0XLygpFRb5nBErBLqp { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:4.4375rem;left:0rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVGtL7aRmzB3bA2oIaXTASgRuqrwIWzu { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.875rem;left:7.5rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rezkSIu78fTshns7iW6AEA7O5a5S1ByS { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr li:before{  }
#CegSXa7m5ch37R3B9baGDufk6wOwobMs { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.64990234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PE3X2nNDa7T89ctHTqGTsfJeSEHg0TFT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.33740234375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:19.25rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk li:before{  }
#kpIpAUanKSmLqJaW1Uh5hyUmVTdlasR7 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:31.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwBNFg6VJmCry5puT3SxsN5004vHGhZn { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.3125rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mwBNFg6VJmCry5puT3SxsN5004vHGhZn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mwBNFg6VJmCry5puT3SxsN5004vHGhZn li:before{  }
#m2X2dp339rPg6P4rQqG2WSrUFgImDkyJ { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:42.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bC0hNR3NsKOLAin010gArg8apZ4L5qZv { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:43.7998046875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:45.412109375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 li:before{  }
#MVPIdS1qHb1AA6C8mueEFCEmVScxn0TI { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:54.4375rem;left:0rem;height:6rem;font-style:normal;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; }
#ulb7vqw1TLoTGTFFODzm5ne3DEVIEnP5 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:52.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:64.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p li:before{  }
#MlJFIyuUOCLi6e7BNRTl9HJDcMmRU526 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:62.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:71.5rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 li:before{  }
#rfinguWEGesDBwsZdWLmhoGRtyVz5tNk { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:69.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 { background-color:#ffffff;background-image:none;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;display:block; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container { background-color: transparent; background-image: none; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container > .video-iframe-container { display: none; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row > .video-iframe-container { display: none; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .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); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container { border-width: 0; border-radius: 0; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container { width:75rem;height:54.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#iItyxsoFcLbwtp5rR4ICRfW1N7wnBDks { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#izH4lUL4W30waA4kSlURSWA011Xbq4bq { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#izH4lUL4W30waA4kSlURSWA011Xbq4bq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#izH4lUL4W30waA4kSlURSWA011Xbq4bq li:before{  }
#gR9gnb6358svpacEMmMipO11pTt3aX8f { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awuroL9neMaqR8t6o4LK59SBWTGObcwl { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:11.6875rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#awuroL9neMaqR8t6o4LK59SBWTGObcwl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#awuroL9neMaqR8t6o4LK59SBWTGObcwl li:before{  }
#a0EmGHr7Cl8xRSRTci6yKv0KUM4PZxP3 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:9.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:24.6875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi li:before{  }
#XbPH7id7QBNhlLKuhOUgGomv0L20Ke6T { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:22.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:35.375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 li:before{  }
#yZtCyfMNwzSVbqfK1T1oTTdEQ5aoE2Wi { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcP4xlebKQKc1I9Tl3Sa1mW5qwVOkF6f { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#admSU2nhd8SlzkCtDN57RZ8VfOblMwwe { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:44.5625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#admSU2nhd8SlzkCtDN57RZ8VfOblMwwe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#admSU2nhd8SlzkCtDN57RZ8VfOblMwwe li:before{  }
#TdGe1SoFoFq7tBeWvgK8pshNtJULbDL5 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:42.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqAbeZC2md24othFoDXZTZFhhOusfT4Z { background-color:#ffffff;background-image:none;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;display:block; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container { background-color: transparent; background-image: none; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container > .video-iframe-container { display: none; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row > .video-iframe-container { display: none; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .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); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container { border-width: 0; border-radius: 0; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container { width:75rem;height:57.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#EWI2B9hi3BAXmU4rWt0fzmMIJ8J8VFMK { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK li:before{  }
#b1UQsKAgoDcVdAZKsqdQR08KRrATNWHC { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:12.375rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs li:before{  }
#cmMstdWEtEXlbsBn5Wxn6gL9FcTTuedl { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:10.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:25.9375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl li:before{  }
#zZTTA3J64cXeHr6GasDPBgkXgq84EcJL { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NCPQiPHpb4HpFzkqR898SbVyd0h9R3Fc { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.5625rem;left:0rem;height:6rem;font-style:normal;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; }
#wn4rRTwTIhZGZT1GqmEBznnPBgVpLJOC { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:34.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yT9QezmRTDmR5TfiHz1Ir5UJwDKbhTII { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:33.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BAyT25OgtIsAhtUyu7sDEvFZmnIGBsdy { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:46.1875rem;left:0rem;height:6rem;font-style:normal;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; }
#Swuo0bp0sxkBQviRlxD5iTwW7fq72M7i { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:44.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#USFnmvPenrikxByq40A6o8SmSw1oHEBR { background-color:#ffffff;background-image:none;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;display:block; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container { background-color: transparent; background-image: none; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container > .video-iframe-container { display: none; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row > .video-iframe-container { display: none; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .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); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container { border-width: 0; border-radius: 0; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container { width:75rem;height:44.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#O7u2PVO97QTHODFyazJbHqPoT17JCKHt { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L7s3op1avowJKU6oeADGTvyKLLLoEumn { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#L7s3op1avowJKU6oeADGTvyKLLLoEumn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L7s3op1avowJKU6oeADGTvyKLLLoEumn li:before{  }
#BFd1D7CkHLI8eLJkG77XzxPu7IfIeJJr { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.875rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb li:before{  }
#O1RfHuDqEcai3VWKr1CtzTqS7nevMw06 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSHKOEbMKAKKoNRAh421UhiwDuPMcINX { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:24.6875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TSHKOEbMKAKKoNRAh421UhiwDuPMcINX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSHKOEbMKAKKoNRAh421UhiwDuPMcINX li:before{  }
#IdA22STlkF2mii7pweLGy6PHU6LK8wg8 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAZnoEOeIbeXWtgSMg0U8aeQO6EQ8alC { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:35rem;left:0rem;height:6rem;font-style:normal;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; }
#hXZs7CEhrcxIBTJlweDfiwLdDTNADm3a { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RNc9XtC3PMbiS3J815X3kLaORiDEAc6O { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv { background-color:#ffffff;background-image:none;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;display:block; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container { background-color: transparent; background-image: none; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container > .video-iframe-container { display: none; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row > .video-iframe-container { display: none; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .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); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container { border-width: 0; border-radius: 0; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container { width:75rem;height:51.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#TTZHxoqfnAXdXSrDrq5RFgGDcaZVhcBs { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZC8KT5q3KvIldGeDAXu0Roz10JexrgT { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WZC8KT5q3KvIldGeDAXu0Roz10JexrgT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WZC8KT5q3KvIldGeDAXu0Roz10JexrgT li:before{  }
#VaNSTs2apUVtlN5dOLE4i1AcPffOLTdS { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.75rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr li:before{  }
#fTl2Kx4XBASBmLuJArUxisq9ZtvWtuX5 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoHEx7TLL6APRpVTmelVT0I9nFaNifFC { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:24.875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BoHEx7TLL6APRpVTmelVT0I9nFaNifFC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BoHEx7TLL6APRpVTmelVT0I9nFaNifFC li:before{  }
#dmiTO2oPubrMKDrK7CPnVMWtDAeuAm9a { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:35rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn li:before{  }
#Tw2Po2TUkGvNEA9zwlSBFdqfdATrAQbB { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:33.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BETW8N2vLrq7xzkt4tPLJ6yPWPsBArqd { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:45rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT li:before{  }
#xT0XTGoJHeMwpJfmpUL2dd9b1Lmc0muJ { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:43.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq { background-color:#ffffff;background-image:none;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;display:block; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container { background-color: transparent; background-image: none; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container > .video-iframe-container { display: none; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row > .video-iframe-container { display: none; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .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); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container { border-width: 0; border-radius: 0; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container { width:75rem;height:40.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Tre4sznVpln6aDCr1DEq6rDdNfrN5ih5 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHb9elIah30Ka92rJdZtMVpkoBXdpiXC { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JHb9elIah30Ka92rJdZtMVpkoBXdpiXC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JHb9elIah30Ka92rJdZtMVpkoBXdpiXC li:before{  }
#m9R7yMqL3IZmozmHr77mmTQ23AlJ4G28 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.4375rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u li:before{  }
#IZ64RkBPdbmN3qoh5XslwmcqLZarudtT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w li:before{  }
#TkplhE04wdT8IzsxM3BbnZFzyvVsseFM { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:20.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:32.8125rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG li:before{  }
#Tu1dCZtqZUiKpOeZLl4qMPmlsSJ7X856 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:30.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uiKxIkHTmzWZ6v34td1rxu09TLzNaKLC { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:29.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe { background-color:#ffffff;background-image:none;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;display:block; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container { background-color: transparent; background-image: none; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container > .video-iframe-container { display: none; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row > .video-iframe-container { display: none; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .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); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container { border-width: 0; border-radius: 0; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container { width:75rem;height:100.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#kEKRT3Ifvg5TXlrIrfO4hCg7807Lgy36 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 li:before{  }
#FiKTC16MlG51hofWAIK9LxUZd3ikkXxD { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.6875rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff li:before{  }
#X4VOuoT8FZZiXzy1uT5XxWm5RqCzpau9 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:24.625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M li:before{  }
#g8d4BTt7clctk4SfciWqH119mDk7Zqib { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:22.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3KM78XwitKkmQTdMeRyMoJaEsIKLMfn { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:21.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQrVzrLG5I6RoW8CCLExssB2COUkDcTP { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:38.875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QQrVzrLG5I6RoW8CCLExssB2COUkDcTP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QQrVzrLG5I6RoW8CCLExssB2COUkDcTP li:before{  }
#JAIUVA0Ms8f8hVwTyVcfWpg0ognntv1T { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:36.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VMNXzbTkIB9kJRREpVWSouQoOHwKmzsu { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:34.75rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:46.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo li:before{  }
#hLJGL1g9T7FgdRwEihnG0QvKIodgzdUN { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:44.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:55.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh li:before{  }
#CUsxOeeJKCWXedl9WN3y91Hmi9zwmKmu { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:53.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:66.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM li:before{  }
#fvesn4aqWSZWNJ32Pt78HW7DF2X2kDkP { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:64.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CM9dflpDQS7N1kZEr4aX4NmeG19xluuM { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:62.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SrkPPwtafJFpFzTQAt7MFybURTTgeC8k { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:73.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#SrkPPwtafJFpFzTQAt7MFybURTTgeC8k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SrkPPwtafJFpFzTQAt7MFybURTTgeC8k li:before{  }
#d7GydChSnMTUUS2N9CnPbyslgZHAUCeW { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:71.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:85.375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg li:before{  }
#GsgqTe1h1phuFeFUTolAfovMX9VuiPPP { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:83.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chGe5BIdWQ6SiaTwBQGXC6quELiF6OlB { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:81.25rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:92.6875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT li:before{  }
#sUJvOZbclFNCMhFiykysX86gWVXOaoDM { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:90.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ueHoyTorvr8wJricwygRnC3de2klom7I { background-color:#ffffff;background-image:none;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;display:block; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container { background-color: transparent; background-image: none; }#ueHoyTorvr8wJricwygRnC3de2klom7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container > .video-iframe-container { display: none; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row > .video-iframe-container { display: none; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .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); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container { border-width: 0; border-radius: 0; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container { width:75rem;height:69.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#zTkiLJp969d8KKhBcghlO6OpPznTTsFG { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS li:before{  }
#V0ISC4VZviLhGDwl9xTrq748HBPysmTe { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:12.4375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 li:before{  }
#BASaouBFor1XeLfaLsVN7uutw1JHBIGl { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:10.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnrMQv3ouXXTZJMuXory9vBzD3JciaId { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:21.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lnrMQv3ouXXTZJMuXory9vBzD3JciaId li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lnrMQv3ouXXTZJMuXory9vBzD3JciaId li:before{  }
#REZyGBr5LcZWTnR5t8a9LGr3WJFq2Q4p { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:19.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:34.3125rem;left:0rem;height:2.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w li:before{  }
#PJNIr9VsZlNZSIhlpBox3BTfPkl16GLA { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:32.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wq8kOTg2QtnTAVtNqAS0ahuRrBnKskfu { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:30.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:40.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 li:before{  }
#eEvGvmeI7wyTTlTPbHFA9NiH7oqgKuMt { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:38.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:52rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT li:before{  }
#fZUSg5pUqLItBQv7EgNHIR5fEIfcwly2 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:50rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4GNLdZWBdZoqPOHw9nkyzH245zwdP4i { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:47.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:59.875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 li:before{  }
#ktMOUgidbFnrJByFpHbVA2BHb0Wp2ZeN { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:57.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu { background-color:#ffffff;background-image:none;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;display:block; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container { background-color: transparent; background-image: none; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container > .video-iframe-container { display: none; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row > .video-iframe-container { display: none; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .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); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container { border-width: 0; border-radius: 0; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container { width:75rem;height:28.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#PeX6LrU7kNM3CdF55aSzyqHmq8pNhwGl { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG li:before{  }
#h3v7btWvU5ue1T2UFVIQiBQuG1BdT5QT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.4375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M li:before{  }
#JoImcyerrL9karo0kS5hPNqbyEXo7IDL { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:19.0625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby li:before{  }
#nfqVTdokkKHlXChpyblL47sGTybg6sye { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:17.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 { background-color:#ffffff;background-image:none;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;display:block; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container { background-color: transparent; background-image: none; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container > .video-iframe-container { display: none; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row > .video-iframe-container { display: none; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .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); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container { border-width: 0; border-radius: 0; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container { width:75rem;height:29.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#gw30V37FpT46QzM9qOBqJWXiyZfR96xL { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IinHgrVRSyIval1XKANgOX6oUQLVd2pv { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#IinHgrVRSyIval1XKANgOX6oUQLVd2pv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IinHgrVRSyIval1XKANgOX6oUQLVd2pv li:before{  }
#ATdRkzaINKnptXmK9mimPhq8dRMs65cz { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#thgB0itzp2duatNemFA7ZAAtqtvFoMeX { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11.5625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#thgB0itzp2duatNemFA7ZAAtqtvFoMeX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#thgB0itzp2duatNemFA7ZAAtqtvFoMeX li:before{  }
#wlAWeBol3ZE3MoQqTUdEl5vKrL3IfMOv { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:9.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHb89uF03yXoFCa5ibUETmlECFFlTfGn { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:22.3125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FHb89uF03yXoFCa5ibUETmlECFFlTfGn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FHb89uF03yXoFCa5ibUETmlECFFlTfGn li:before{  }
#TbqoS7LrOCkza3OkU8yMrlp5C8sOkEm7 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:20.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf { background-color:#ffffff;background-image:none;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;display:block; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container { background-color: transparent; background-image: none; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container > .video-iframe-container { display: none; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row > .video-iframe-container { display: none; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .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); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container { border-width: 0; border-radius: 0; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container { width:75rem;height:42.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#m4h01q5wWFg80obMtChiOC4E5gHeP0Li { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yX7TtLh64vXTywTldgh4ps5MC1KK1TuA { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:4.5625rem;left:0rem;height:7.5rem;font-style:normal;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; }
#xF8p0qPERh70TiozpJWuX8Z9qlpCiMDD { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWVaIq9f4uqzeiDho8wgJITLwQ7UirUK { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:32.6875rem;left:0rem;height:1.5rem;font-style:normal;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; }
#pLyI9cCV1xzzs6ZRB0Tpo1MxDwtvz8Lt { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25.6875rem;left:0rem;height:6rem;font-style:normal;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; }
#I0ic3algOGQ1TXhgGSOAHqAPnSDpvOLZ { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:23.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1WP8iCQDnX9quMotV89WRRRkKtUo9RX { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.8125rem;left:0rem;height:6rem;font-style:normal;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; }
#ftPE2QGtAfRDmql7aOLNV8sPSpEZPKI8 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:13.8125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq.adaptive-delivery-prevent-bg, #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq.lazyload, #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq.lazyloading { background-image: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { background-color: transparent; background-image: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #253045; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #253045; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .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); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { border-width: 0; border-radius: 0; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#xPmZSHpPkH2QqvxZT2CyZdq2VdctuasJ { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:play;font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:3.10595703125rem;left:12.8125rem;height:3.8496rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvEMEhs9guPQ7ngyKQIaeSW3IwxfpKom { top:1.6875rem;left:0rem;width:16.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:1.3125rem;left:31.4375rem;width:16.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #oLzzHGs4litxabqJRnThTZays8AnTUF9 { top:2.6875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3ZFCB6smJTfwUfVGesGqzBo1KMWQc3W { top:5.9375rem;left:2.5rem;width:42.8125rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { top:10.75rem;left:4.8125rem;width:38.1875rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb { display:block; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ451OS8hU8ZkNB4rgzavf65xBOmP8Ve { top:32.9375rem;left:10.875rem;width:26rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS9v66P391cdE8T1tOOKdFAxgX3wAtO9 { display:block; }
 }@media only screen and (max-width: 763px) { #GBZhy5i2LULJ7s37kebWTQWhwoTEWwK3 { top:34.1875rem;left:13.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2KotharoDEhIkeRKBF97az3a1W6KUgq { top:0.9375rem;left:2.09375rem;width:43.5625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a48Trd03x0gghmBsohsr9lWtvTVad2yS { top:5.75rem;left:6.25rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJZvu2hUARK0RTpdaWgHistBxUU4HZEK { top:8.75rem;left:0.4375rem;width:23.875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGEUOgItAaqWWwvuROzXf01ZOTlpONc { top:8.75rem;left:23.625rem;width:23.875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR7IBrIZ41Al4Mu13a9dLhwEuIPu34yo { top:10.625rem;left:2.25rem;width:20.9375rem;height:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3rFCwfDQtG3TnQHT7KylF7GNk50TUH { top:11.0625rem;left:26.875rem;width:20.875rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV2HuHfdaE0UWTu8k9J432eq2RddXraq { top:5.75rem;left:31.6875rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX { display:block; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p70NsuXwdISmsqFzwodN9i6goUZ0pTsp { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtxgOeTre8We22Ns7G9FmaTKVFqRyfzd { width:47.75rem;height:7.5rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvQbwmMTlKmFTrZaEtxWwhC1z4EkX6gE { width:38.4375rem;height:1.5625rem;top:6.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK { display:block; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0fB6TsLSfJGl4DVNT8DMEvTkROpgANN { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBWEcZAT5VuTTI0JM4Q87dVmqXPayDlk { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN7cOJysUb339SlMDDPibWqcMBt6ksT3 { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E li:before{  }
 }@media only screen and (max-width: 763px) { #au0WQ9lOz9QX656HhI0aCVmyUthG1LAV { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBIDD2I6n7HwOTuxhLQial109NB5R73l { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 li:before{  }
 }@media only screen and (max-width: 763px) { #JIUQtXqwTMVE0aIlWTll4ukRQ05pihkx { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCRxHPeGgNDHeIU0DsPDfVkDAcwVNgdx { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To2QNAERogRdQfAs00Hm1MHUiTmtEtrR { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#To2QNAERogRdQfAs00Hm1MHUiTmtEtrR li:before{  }
 }@media only screen and (max-width: 763px) { #xXnuCmLQlSTTuLkh1QauhCC7ax95FtW1 { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48vG0fWJV9npAcL1KSv0k4996zWiu2k { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 li:before{  }
 }@media only screen and (max-width: 763px) { #XoOfLhmZ2NWyiEI5TBvy8m7q2OUuN8Px { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUM41ymMk0woKyxeff0TCs5tE2hKbT2q { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqviPQ4fflTTBoFu2Cigpg26suxrxExm { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp li:before{  }
 }@media only screen and (max-width: 763px) { #dhBZ4hJa4Ti7N7fMTlqyFxsya5uBVk4k { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGhMicTGNogMSNsJKZISOUqQxCtnGu5B { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#iGhMicTGNogMSNsJKZISOUqQxCtnGu5B li:before{  }
 }@media only screen and (max-width: 763px) { #vrugINlTTvgbdel7BbeZZ4x7HTCSGmGg { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz li:before{  }
 }@media only screen and (max-width: 763px) { #llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP li:before{  }
 }@media only screen and (max-width: 763px) { #J0DSHNKrM7I4l8buUV7ubn1TavSFwbKX { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnopNWabvWv9PQCtFAzkpF1T6TvcM7g { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcq3anVeTgpphDV3nDH3aesE0McHFNcd { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOFiKailCTwFm9oPvaFnlwdafVXuVTMe { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#sOFiKailCTwFm9oPvaFnlwdafVXuVTMe li:before{  }
 }@media only screen and (max-width: 763px) { #F6DUvRWLBElKWL3aOiTG17GPOw8yL2If { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#F6DUvRWLBElKWL3aOiTG17GPOw8yL2If li:before{  }
 }@media only screen and (max-width: 763px) { #WZvL5Qpk3PH38Qcn1EaLO9ZdD7ByKfa9 { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7VKdmJsMg739hoMZavOauEJAJb4MhPz { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#T7VKdmJsMg739hoMZavOauEJAJb4MhPz li:before{  }
 }@media only screen and (max-width: 763px) { #RkT6k5lguDufIfio8EC0kH72SF9ZQa1H { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G81abEQtmqvqN8r6cCSV8Kbe36goR487 { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KarKKfPus1fotOO9vdwAcmWLZdrBCyCC { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#KarKKfPus1fotOO9vdwAcmWLZdrBCyCC li:before{  }
 }@media only screen and (max-width: 763px) { #T82Trugtbh80i7ZaFck4WtCcgBpPqlI1 { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR li:before{  }
 }@media only screen and (max-width: 763px) { #ULQH2vWPvk7ePfsoLSCCJvSATc9y7OZO { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4mWAJNtITidhWgxMTAqwIQmgT4PCwLI { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOlzNIJHfWbfvN3Gokm4224wy1bdWLBK { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf li:before{  }
 }@media only screen and (max-width: 763px) { #NOkh9BszabqagrkdfltrbSFHTOPUTwqE { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#NOkh9BszabqagrkdfltrbSFHTOPUTwqE li:before{  }
 }@media only screen and (max-width: 763px) { #eHGJqIlwrvsJ6wBE0vSli5uatVSeQzqi { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBfTAPHhqmOsuaJCbGcH9CXvodsOolhi { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPX4nkLUP8VttVTOC5JGHn048VcA5Eri { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#oPX4nkLUP8VttVTOC5JGHn048VcA5Eri li:before{  }
 }@media only screen and (max-width: 763px) { #BhkKvg6yP58E3QRlbhqQgEEAp0ST8sKf { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0lHPvhtcRaA0koLqzAJelAu0iLFGhR { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywA5gHIzXfxzfCus3vAHh5H6CQZGrlt9 { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXytMTrO2t1yiA5xgUSSG7TDZSGwp8nU { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW li:before{  }
 }@media only screen and (max-width: 763px) { #lNKLLbtzEfIWaLy0fBpMgtWoxKLA1qpD { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8mRT8wicSifWaWreTNotbRDXuRNoVws { display:block; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft6TTeZMxAVZapbMQLTSDrXkSZtogF7T { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN li:before{  }
 }@media only screen and (max-width: 763px) { #wG4cwWvtZ1KNGzs3a3GuHpHbtLOCG59h { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plippKytaboNtMuK8sD62zceCqvnzCuF { width:47.75rem;height:3.875rem;top:12rem;left:0rem;font-size:0.875rem;display:block; }#plippKytaboNtMuK8sD62zceCqvnzCuF li:before{  }
 }@media only screen and (max-width: 763px) { #LqlcF91FznTNqVikIcPeHhMg4Rlhzfbm { width:47.75rem;height:1.1875rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPaOEQRAxbNIKDSEvUm9gARb1V8b9xMu { width:47.75rem;height:1.5rem;top:20.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtFeFrs4zsJv0zv5svQ7N7zzCrggmmy2 { width:47.75rem;height:1.1875rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm { width:47.75rem;height:3.875rem;top:23.8125rem;left:0rem;font-size:0.875rem;display:block; }#OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm li:before{  }
 }@media only screen and (max-width: 763px) { #Gxccu7km2dls19SXcVKFEApdmIzMoizf { width:47.75rem;height:1.1875rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz { width:47.75rem;height:3.875rem;top:30.6875rem;left:0rem;font-size:0.875rem;display:block; }#r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz li:before{  }
 }@media only screen and (max-width: 763px) { #f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L { display:block; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWhSy4M3hTPydw0XLygpFRb5nBErBLqp { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVGtL7aRmzB3bA2oIaXTASgRuqrwIWzu { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rezkSIu78fTshns7iW6AEA7O5a5S1ByS { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr li:before{  }
 }@media only screen and (max-width: 763px) { #CegSXa7m5ch37R3B9baGDufk6wOwobMs { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE3X2nNDa7T89ctHTqGTsfJeSEHg0TFT { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk li:before{  }
 }@media only screen and (max-width: 763px) { #kpIpAUanKSmLqJaW1Uh5hyUmVTdlasR7 { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwBNFg6VJmCry5puT3SxsN5004vHGhZn { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#mwBNFg6VJmCry5puT3SxsN5004vHGhZn li:before{  }
 }@media only screen and (max-width: 763px) { #m2X2dp339rPg6P4rQqG2WSrUFgImDkyJ { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC0hNR3NsKOLAin010gArg8apZ4L5qZv { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 li:before{  }
 }@media only screen and (max-width: 763px) { #MVPIdS1qHb1AA6C8mueEFCEmVScxn0TI { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulb7vqw1TLoTGTFFODzm5ne3DEVIEnP5 { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p li:before{  }
 }@media only screen and (max-width: 763px) { #MlJFIyuUOCLi6e7BNRTl9HJDcMmRU526 { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 li:before{  }
 }@media only screen and (max-width: 763px) { #rfinguWEGesDBwsZdWLmhoGRtyVz5tNk { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 { display:block; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iItyxsoFcLbwtp5rR4ICRfW1N7wnBDks { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izH4lUL4W30waA4kSlURSWA011Xbq4bq { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#izH4lUL4W30waA4kSlURSWA011Xbq4bq li:before{  }
 }@media only screen and (max-width: 763px) { #gR9gnb6358svpacEMmMipO11pTt3aX8f { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awuroL9neMaqR8t6o4LK59SBWTGObcwl { width:47.75rem;height:9.5625rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#awuroL9neMaqR8t6o4LK59SBWTGObcwl li:before{  }
 }@media only screen and (max-width: 763px) { #a0EmGHr7Cl8xRSRTci6yKv0KUM4PZxP3 { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi li:before{  }
 }@media only screen and (max-width: 763px) { #XbPH7id7QBNhlLKuhOUgGomv0L20Ke6T { width:47.75rem;height:1.1875rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 { width:47.75rem;height:5.3125rem;top:35.375rem;left:0rem;font-size:0.875rem;display:block; }#r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 li:before{  }
 }@media only screen and (max-width: 763px) { #yZtCyfMNwzSVbqfK1T1oTTdEQ5aoE2Wi { width:47.75rem;height:1.1875rem;top:33.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcP4xlebKQKc1I9Tl3Sa1mW5qwVOkF6f { width:47.75rem;height:1.1875rem;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #admSU2nhd8SlzkCtDN57RZ8VfOblMwwe { width:47.75rem;height:5.3125rem;top:44.5625rem;left:0rem;font-size:0.875rem;display:block; }#admSU2nhd8SlzkCtDN57RZ8VfOblMwwe li:before{  }
 }@media only screen and (max-width: 763px) { #TdGe1SoFoFq7tBeWvgK8pshNtJULbDL5 { width:47.75rem;height:1.1875rem;top:42.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqAbeZC2md24othFoDXZTZFhhOusfT4Z { display:block; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWI2B9hi3BAXmU4rWt0fzmMIJ8J8VFMK { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK li:before{  }
 }@media only screen and (max-width: 763px) { #b1UQsKAgoDcVdAZKsqdQR08KRrATNWHC { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs { width:47.75rem;height:9.5625rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }#yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs li:before{  }
 }@media only screen and (max-width: 763px) { #cmMstdWEtEXlbsBn5Wxn6gL9FcTTuedl { width:47.75rem;height:1.1875rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl { width:47.75rem;height:5.3125rem;top:25.9375rem;left:0rem;font-size:0.875rem;display:block; }#pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl li:before{  }
 }@media only screen and (max-width: 763px) { #zZTTA3J64cXeHr6GasDPBgkXgq84EcJL { width:47.75rem;height:1.1875rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCPQiPHpb4HpFzkqR898SbVyd0h9R3Fc { width:47.75rem;height:6rem;top:36.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn4rRTwTIhZGZT1GqmEBznnPBgVpLJOC { width:47.75rem;height:1.1875rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT9QezmRTDmR5TfiHz1Ir5UJwDKbhTII { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyT25OgtIsAhtUyu7sDEvFZmnIGBsdy { width:47.75rem;height:6rem;top:46.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swuo0bp0sxkBQviRlxD5iTwW7fq72M7i { width:47.75rem;height:1.1875rem;top:44.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USFnmvPenrikxByq40A6o8SmSw1oHEBR { display:block; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7u2PVO97QTHODFyazJbHqPoT17JCKHt { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7s3op1avowJKU6oeADGTvyKLLLoEumn { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#L7s3op1avowJKU6oeADGTvyKLLLoEumn li:before{  }
 }@media only screen and (max-width: 763px) { #BFd1D7CkHLI8eLJkG77XzxPu7IfIeJJr { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb { width:47.75rem;height:9.5625rem;top:11.875rem;left:0rem;font-size:0.875rem;display:block; }#TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb li:before{  }
 }@media only screen and (max-width: 763px) { #O1RfHuDqEcai3VWKr1CtzTqS7nevMw06 { width:47.75rem;height:1.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHKOEbMKAKKoNRAh421UhiwDuPMcINX { width:47.75rem;height:5.3125rem;top:24.6875rem;left:0rem;font-size:0.875rem;display:block; }#TSHKOEbMKAKKoNRAh421UhiwDuPMcINX li:before{  }
 }@media only screen and (max-width: 763px) { #IdA22STlkF2mii7pweLGy6PHU6LK8wg8 { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZnoEOeIbeXWtgSMg0U8aeQO6EQ8alC { width:47.75rem;height:6rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXZs7CEhrcxIBTJlweDfiwLdDTNADm3a { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNc9XtC3PMbiS3J815X3kLaORiDEAc6O { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv { display:block; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTZHxoqfnAXdXSrDrq5RFgGDcaZVhcBs { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZC8KT5q3KvIldGeDAXu0Roz10JexrgT { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#WZC8KT5q3KvIldGeDAXu0Roz10JexrgT li:before{  }
 }@media only screen and (max-width: 763px) { #VaNSTs2apUVtlN5dOLE4i1AcPffOLTdS { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr { width:47.75rem;height:9.5625rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }#In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr li:before{  }
 }@media only screen and (max-width: 763px) { #fTl2Kx4XBASBmLuJArUxisq9ZtvWtuX5 { width:47.75rem;height:1.1875rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoHEx7TLL6APRpVTmelVT0I9nFaNifFC { width:47.75rem;height:5.3125rem;top:24.875rem;left:0rem;font-size:0.875rem;display:block; }#BoHEx7TLL6APRpVTmelVT0I9nFaNifFC li:before{  }
 }@media only screen and (max-width: 763px) { #dmiTO2oPubrMKDrK7CPnVMWtDAeuAm9a { width:47.75rem;height:1.1875rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn { width:47.75rem;height:6.6875rem;top:35rem;left:0rem;font-size:0.875rem;display:block; }#uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn li:before{  }
 }@media only screen and (max-width: 763px) { #Tw2Po2TUkGvNEA9zwlSBFdqfdATrAQbB { width:47.75rem;height:1.1875rem;top:33.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETW8N2vLrq7xzkt4tPLJ6yPWPsBArqd { width:47.75rem;height:1.1875rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT { width:47.75rem;height:3.875rem;top:45rem;left:0rem;font-size:0.875rem;display:block; }#PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT li:before{  }
 }@media only screen and (max-width: 763px) { #xT0XTGoJHeMwpJfmpUL2dd9b1Lmc0muJ { width:47.75rem;height:1.1875rem;top:43.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq { display:block; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tre4sznVpln6aDCr1DEq6rDdNfrN5ih5 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHb9elIah30Ka92rJdZtMVpkoBXdpiXC { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#JHb9elIah30Ka92rJdZtMVpkoBXdpiXC li:before{  }
 }@media only screen and (max-width: 763px) { #m9R7yMqL3IZmozmHr77mmTQ23AlJ4G28 { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u { width:47.75rem;height:8.125rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u li:before{  }
 }@media only screen and (max-width: 763px) { #IZ64RkBPdbmN3qoh5XslwmcqLZarudtT { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w { width:47.75rem;height:5.3125rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }#aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w li:before{  }
 }@media only screen and (max-width: 763px) { #TkplhE04wdT8IzsxM3BbnZFzyvVsseFM { width:47.75rem;height:1.1875rem;top:20.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG { width:47.75rem;height:5.3125rem;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG li:before{  }
 }@media only screen and (max-width: 763px) { #Tu1dCZtqZUiKpOeZLl4qMPmlsSJ7X856 { width:47.75rem;height:1.1875rem;top:30.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiKxIkHTmzWZ6v34td1rxu09TLzNaKLC { width:47.75rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe { display:block; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEKRT3Ifvg5TXlrIrfO4hCg7807Lgy36 { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 li:before{  }
 }@media only screen and (max-width: 763px) { #FiKTC16MlG51hofWAIK9LxUZd3ikkXxD { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff { width:47.75rem;height:8.125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }#zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff li:before{  }
 }@media only screen and (max-width: 763px) { #X4VOuoT8FZZiXzy1uT5XxWm5RqCzpau9 { width:47.75rem;height:1.1875rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M { width:47.75rem;height:6.6875rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }#mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M li:before{  }
 }@media only screen and (max-width: 763px) { #g8d4BTt7clctk4SfciWqH119mDk7Zqib { width:47.75rem;height:1.1875rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3KM78XwitKkmQTdMeRyMoJaEsIKLMfn { width:47.75rem;height:1.1875rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQrVzrLG5I6RoW8CCLExssB2COUkDcTP { width:47.75rem;height:3.875rem;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }#QQrVzrLG5I6RoW8CCLExssB2COUkDcTP li:before{  }
 }@media only screen and (max-width: 763px) { #JAIUVA0Ms8f8hVwTyVcfWpg0ognntv1T { width:47.75rem;height:1.1875rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMNXzbTkIB9kJRREpVWSouQoOHwKmzsu { width:47.75rem;height:1.5rem;top:34.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo { width:47.75rem;height:5.3125rem;top:46.625rem;left:0rem;font-size:0.875rem;display:block; }#cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo li:before{  }
 }@media only screen and (max-width: 763px) { #hLJGL1g9T7FgdRwEihnG0QvKIodgzdUN { width:47.75rem;height:1.1875rem;top:44.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh { width:47.75rem;height:3.875rem;top:55.625rem;left:0rem;font-size:0.875rem;display:block; }#Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh li:before{  }
 }@media only screen and (max-width: 763px) { #CUsxOeeJKCWXedl9WN3y91Hmi9zwmKmu { width:47.75rem;height:1.1875rem;top:53.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM { width:47.75rem;height:3.875rem;top:66.1875rem;left:0rem;font-size:0.875rem;display:block; }#v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM li:before{  }
 }@media only screen and (max-width: 763px) { #fvesn4aqWSZWNJ32Pt78HW7DF2X2kDkP { width:47.75rem;height:1.1875rem;top:64.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM9dflpDQS7N1kZEr4aX4NmeG19xluuM { width:47.75rem;height:1.5rem;top:62.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrkPPwtafJFpFzTQAt7MFybURTTgeC8k { width:47.75rem;height:3.875rem;top:73.625rem;left:0rem;font-size:0.875rem;display:block; }#SrkPPwtafJFpFzTQAt7MFybURTTgeC8k li:before{  }
 }@media only screen and (max-width: 763px) { #d7GydChSnMTUUS2N9CnPbyslgZHAUCeW { width:47.75rem;height:1.1875rem;top:71.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg { width:47.75rem;height:3.875rem;top:85.375rem;left:0rem;font-size:0.875rem;display:block; }#JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg li:before{  }
 }@media only screen and (max-width: 763px) { #GsgqTe1h1phuFeFUTolAfovMX9VuiPPP { width:47.75rem;height:1.1875rem;top:83.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chGe5BIdWQ6SiaTwBQGXC6quELiF6OlB { width:47.75rem;height:1.5rem;top:81.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT { width:47.75rem;height:3.875rem;top:92.6875rem;left:0rem;font-size:0.875rem;display:block; }#Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT li:before{  }
 }@media only screen and (max-width: 763px) { #sUJvOZbclFNCMhFiykysX86gWVXOaoDM { width:47.75rem;height:1.1875rem;top:90.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueHoyTorvr8wJricwygRnC3de2klom7I { display:block; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTkiLJp969d8KKhBcghlO6OpPznTTsFG { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS li:before{  }
 }@media only screen and (max-width: 763px) { #V0ISC4VZviLhGDwl9xTrq748HBPysmTe { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 { width:47.75rem;height:5.3125rem;top:12.4375rem;left:0rem;font-size:0.875rem;display:block; }#KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 li:before{  }
 }@media only screen and (max-width: 763px) { #BASaouBFor1XeLfaLsVN7uutw1JHBIGl { width:47.75rem;height:1.1875rem;top:10.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnrMQv3ouXXTZJMuXory9vBzD3JciaId { width:47.75rem;height:5.3125rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }#lnrMQv3ouXXTZJMuXory9vBzD3JciaId li:before{  }
 }@media only screen and (max-width: 763px) { #REZyGBr5LcZWTnR5t8a9LGr3WJFq2Q4p { width:47.75rem;height:1.1875rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w { width:47.75rem;height:2.5rem;top:34.3125rem;left:0rem;font-size:0.875rem;display:block; }#XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w li:before{  }
 }@media only screen and (max-width: 763px) { #PJNIr9VsZlNZSIhlpBox3BTfPkl16GLA { width:47.75rem;height:1.1875rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq8kOTg2QtnTAVtNqAS0ahuRrBnKskfu { width:47.75rem;height:1.5rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 { width:47.75rem;height:3.875rem;top:40.1875rem;left:0rem;font-size:0.875rem;display:block; }#UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 li:before{  }
 }@media only screen and (max-width: 763px) { #eEvGvmeI7wyTTlTPbHFA9NiH7oqgKuMt { width:47.75rem;height:1.1875rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT { width:47.75rem;height:3.875rem;top:52rem;left:0rem;font-size:0.875rem;display:block; }#TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT li:before{  }
 }@media only screen and (max-width: 763px) { #fZUSg5pUqLItBQv7EgNHIR5fEIfcwly2 { width:47.75rem;height:1.1875rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4GNLdZWBdZoqPOHw9nkyzH245zwdP4i { width:47.75rem;height:1.5rem;top:47.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 { width:47.75rem;height:3.875rem;top:59.875rem;left:0rem;font-size:0.875rem;display:block; }#TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 li:before{  }
 }@media only screen and (max-width: 763px) { #ktMOUgidbFnrJByFpHbVA2BHb0Wp2ZeN { width:47.75rem;height:1.1875rem;top:57.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu { display:block; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeX6LrU7kNM3CdF55aSzyqHmq8pNhwGl { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG li:before{  }
 }@media only screen and (max-width: 763px) { #h3v7btWvU5ue1T2UFVIQiBQuG1BdT5QT { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M { width:47.75rem;height:3.875rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }#VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M li:before{  }
 }@media only screen and (max-width: 763px) { #JoImcyerrL9karo0kS5hPNqbyEXo7IDL { width:47.75rem;height:1.1875rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby { width:47.75rem;height:5.3125rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }#noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby li:before{  }
 }@media only screen and (max-width: 763px) { #nfqVTdokkKHlXChpyblL47sGTybg6sye { width:47.75rem;height:1.1875rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 { display:block; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw30V37FpT46QzM9qOBqJWXiyZfR96xL { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinHgrVRSyIval1XKANgOX6oUQLVd2pv { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }#IinHgrVRSyIval1XKANgOX6oUQLVd2pv li:before{  }
 }@media only screen and (max-width: 763px) { #ATdRkzaINKnptXmK9mimPhq8dRMs65cz { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thgB0itzp2duatNemFA7ZAAtqtvFoMeX { width:47.75rem;height:6.6875rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:block; }#thgB0itzp2duatNemFA7ZAAtqtvFoMeX li:before{  }
 }@media only screen and (max-width: 763px) { #wlAWeBol3ZE3MoQqTUdEl5vKrL3IfMOv { width:47.75rem;height:1.1875rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHb89uF03yXoFCa5ibUETmlECFFlTfGn { width:47.75rem;height:3.875rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }#FHb89uF03yXoFCa5ibUETmlECFFlTfGn li:before{  }
 }@media only screen and (max-width: 763px) { #TbqoS7LrOCkza3OkU8yMrlp5C8sOkEm7 { width:47.75rem;height:1.1875rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf { display:block; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4h01q5wWFg80obMtChiOC4E5gHeP0Li { width:47.75rem;height:1.5rem;top:0.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX7TtLh64vXTywTldgh4ps5MC1KK1TuA { width:47.75rem;height:7.5rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF8p0qPERh70TiozpJWuX8Z9qlpCiMDD { width:47.75rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWVaIq9f4uqzeiDho8wgJITLwQ7UirUK { width:47.75rem;height:1.5rem;top:32.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLyI9cCV1xzzs6ZRB0Tpo1MxDwtvz8Lt { width:47.75rem;height:6rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0ic3algOGQ1TXhgGSOAHqAPnSDpvOLZ { width:47.75rem;height:1.1875rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1WP8iCQDnX9quMotV89WRRRkKtUo9RX { width:47.75rem;height:6rem;top:15.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPE2QGtAfRDmql7aOLNV8sPSpEZPKI8 { width:47.75rem;height:1.1875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq { display:block; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPmZSHpPkH2QqvxZT2CyZdq2VdctuasJ { width:47.75rem;height:3.8125rem;top:3.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w { display:block; }#t4PTlCT7MozKQUt7GKg9Cntxbm4lTW3w > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvEMEhs9guPQ7ngyKQIaeSW3IwxfpKom { width:8.375rem;height:2.125rem;top:0.53125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUXWb5JhHTH508qKeekAzRND21WWzwsN { top:3.8125rem;left:3.3125rem;width:13.375rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smcieW0sL7rPLwgv3b5nTdBOve5wItse { display:block; }
 }@media only screen and (max-width: 763px) { #oLzzHGs4litxabqJRnThTZays8AnTUF9 { display:flex;width:1.6875rem;height:1.6875rem;top:4.375rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/b4kBK0U_86w/unsplash/pawel-czerwinski-b4kBK0U_86w-photo-1744457167370-5da0f43ec1f8.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0rem solid #6e7074;border-left:0rem solid #6e7074;border-right:0rem solid #6e7074;border-bottom:0.0625rem solid #6e7074;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,61,153,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,61,153,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3ZFCB6smJTfwUfVGesGqzBo1KMWQc3W { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T5kzhyEraWOCPDpK2rXFXwvuO8SDWCCd { width:20rem;height:3.29980625rem;top:4.068359375rem;left:0rem;font-size:1.375rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb { display:block; }#FrXdUJ4kVkTn6cPlz1gQlW03okI1nzZb > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZ451OS8hU8ZkNB4rgzavf65xBOmP8Ve { top:55.4375rem;left:0rem;width:20rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS9v66P391cdE8T1tOOKdFAxgX3wAtO9 { display:block; }
 }@media only screen and (max-width: 763px) { #GBZhy5i2LULJ7s37kebWTQWhwoTEWwK3 { display:flex;width:2.5625rem;height:2.5625rem;top:56.5625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #N2KotharoDEhIkeRKBF97az3a1W6KUgq { width:20rem;height:3.5996125rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a48Trd03x0gghmBsohsr9lWtvTVad2yS { width:12.5rem;height:1.7871125rem;top:5.375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJZvu2hUARK0RTpdaWgHistBxUU4HZEK { width:19.75rem;height:21.1875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWGEUOgItAaqWWwvuROzXf01ZOTlpONc { width:19.75rem;height:20.25rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR7IBrIZ41Al4Mu13a9dLhwEuIPu34yo { width:17.25rem;height:18.19873125rem;top:9.375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3rFCwfDQtG3TnQHT7KylF7GNk50TUH { width:18.3125rem;height:16.79883125rem;top:35rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV2HuHfdaE0UWTu8k9J432eq2RddXraq { width:12.5rem;height:1.86865rem;top:31rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX { display:block; }#QaxSXt87qgkU9IMAU4KGaM3SU5rII9GX > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p70NsuXwdISmsqFzwodN9i6goUZ0pTsp { width:20rem;height:3.5996125rem;top:0.494140625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HtxgOeTre8We22Ns7G9FmaTKVFqRyfzd { width:20rem;height:12.50928125rem;top:7.80712890625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NvQbwmMTlKmFTrZaEtxWwhC1z4EkX6gE { width:20rem;height:2.61230625rem;top:4.625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK { background-color:#ffffff;background-image:none;display:block; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container { background-color: transparent; background-image: none; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container > .video-iframe-container { display: none; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row > .video-iframe-container { display: none; }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .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); }#mC6IwcoCmRRDe5MwlmtmhUMTRr8bTGAK > .row .container { width:20rem;height:177.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0fB6TsLSfJGl4DVNT8DMEvTkROpgANN { width:20rem;height:4.19921875rem;top:3.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LBWEcZAT5VuTTI0JM4Q87dVmqXPayDlk { width:20rem;height:1.42480625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QN7cOJysUb339SlMDDPibWqcMBt6ksT3 { width:20rem;height:4.949225rem;top:8.32421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E { width:20rem;height:4.4746125rem;top:13.2109375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#PX8TsXipWbI9AcXUIS40k0zfrTAXlR7E li:before{  }
 }@media only screen and (max-width: 763px) { #au0WQ9lOz9QX656HhI0aCVmyUthG1LAV { width:20rem;height:1.5rem;top:11.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TBIDD2I6n7HwOTuxhLQial109NB5R73l { width:20rem;height:1.5rem;top:18.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 { width:20rem;height:8.2993125rem;top:20rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#AytOHFZGTyoCQI61OHZwnvxBvEWuWdR7 li:before{  }
 }@media only screen and (max-width: 763px) { #JIUQtXqwTMVE0aIlWTll4ukRQ05pihkx { width:20rem;height:1.5rem;top:29rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GCRxHPeGgNDHeIU0DsPDfVkDAcwVNgdx { width:20rem;height:1.5rem;top:30.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #To2QNAERogRdQfAs00Hm1MHUiTmtEtrR { width:20rem;height:6.7119375rem;top:32.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#To2QNAERogRdQfAs00Hm1MHUiTmtEtrR li:before{  }
 }@media only screen and (max-width: 763px) { #xXnuCmLQlSTTuLkh1QauhCC7ax95FtW1 { width:20rem;height:1.19970625rem;top:39.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v48vG0fWJV9npAcL1KSv0k4996zWiu2k { width:20rem;height:6.2988375rem;top:41.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 { width:20rem;height:5.7495125rem;top:49.87548828125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#HgJ3VGU7Ehl7mt6W7WZriTW7burfvZe3 li:before{  }
 }@media only screen and (max-width: 763px) { #XoOfLhmZ2NWyiEI5TBvy8m7q2OUuN8Px { width:20rem;height:1.5rem;top:48.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GUM41ymMk0woKyxeff0TCs5tE2hKbT2q { width:20rem;height:4.04883125rem;top:57.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fqviPQ4fflTTBoFu2Cigpg26suxrxExm { width:20rem;height:1.19970625rem;top:60.54833984375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp { width:20rem;height:3.51220625rem;top:62.12255859375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#F4LMGKu0gUqaihVlc0F1D56SdDMMEBJp li:before{  }
 }@media only screen and (max-width: 763px) { #dhBZ4hJa4Ti7N7fMTlqyFxsya5uBVk4k { width:20rem;height:1.5rem;top:66.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iGhMicTGNogMSNsJKZISOUqQxCtnGu5B { width:20rem;height:5.625rem;top:67.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#iGhMicTGNogMSNsJKZISOUqQxCtnGu5B li:before{  }
 }@media only screen and (max-width: 763px) { #vrugINlTTvgbdel7BbeZZ4x7HTCSGmGg { width:20rem;height:1.5rem;top:74.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz { width:20rem;height:4.7871125rem;top:76rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#CKwC7zgDXS93lGX6n3cLKq7ffBv1Tvsz li:before{  }
 }@media only screen and (max-width: 763px) { #llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP { width:20rem;height:4.4746125rem;top:87.63671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#llXrcz8s7FCtJR15uLmo2ChrpCI8b6sP li:before{  }
 }@media only screen and (max-width: 763px) { #J0DSHNKrM7I4l8buUV7ubn1TavSFwbKX { width:20rem;height:1.5rem;top:86.01171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bOnopNWabvWv9PQCtFAzkpF1T6TvcM7g { width:20rem;height:2.69921875rem;top:83.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fcq3anVeTgpphDV3nDH3aesE0McHFNcd { width:20rem;height:1.19970625rem;top:92.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sOFiKailCTwFm9oPvaFnlwdafVXuVTMe { width:20rem;height:4.7871125rem;top:94.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#sOFiKailCTwFm9oPvaFnlwdafVXuVTMe li:before{  }
 }@media only screen and (max-width: 763px) { #F6DUvRWLBElKWL3aOiTG17GPOw8yL2If { width:20rem;height:4.4746125rem;top:101.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#F6DUvRWLBElKWL3aOiTG17GPOw8yL2If li:before{  }
 }@media only screen and (max-width: 763px) { #WZvL5Qpk3PH38Qcn1EaLO9ZdD7ByKfa9 { width:20rem;height:1.5rem;top:99.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T7VKdmJsMg739hoMZavOauEJAJb4MhPz { width:20rem;height:4.4746125rem;top:113.07421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#T7VKdmJsMg739hoMZavOauEJAJb4MhPz li:before{  }
 }@media only screen and (max-width: 763px) { #RkT6k5lguDufIfio8EC0kH72SF9ZQa1H { width:20rem;height:1.5rem;top:111.38671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G81abEQtmqvqN8r6cCSV8Kbe36goR487 { width:20rem;height:2.69921875rem;top:108.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KarKKfPus1fotOO9vdwAcmWLZdrBCyCC { width:20rem;height:3.51220625rem;top:120rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#KarKKfPus1fotOO9vdwAcmWLZdrBCyCC li:before{  }
 }@media only screen and (max-width: 763px) { #T82Trugtbh80i7ZaFck4WtCcgBpPqlI1 { width:20rem;height:1.5rem;top:118.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR { width:20rem;height:4.4746125rem;top:130.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#CPBaT3u5y1IwwTq8GS5DyTgSRMEieRAR li:before{  }
 }@media only screen and (max-width: 763px) { #ULQH2vWPvk7ePfsoLSCCJvSATc9y7OZO { width:20rem;height:1.5rem;top:128.76171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w4mWAJNtITidhWgxMTAqwIQmgT4PCwLI { width:20rem;height:2.69921875rem;top:126.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sOlzNIJHfWbfvN3Gokm4224wy1bdWLBK { width:20rem;height:1.5rem;top:135.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf { width:20rem;height:3.51220625rem;top:137.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Ui93JsvbAHyPZ9Qncie8qDbHwH1EpcWf li:before{  }
 }@media only screen and (max-width: 763px) { #NOkh9BszabqagrkdfltrbSFHTOPUTwqE { width:20rem;height:4.4746125rem;top:146.24951171875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#NOkh9BszabqagrkdfltrbSFHTOPUTwqE li:before{  }
 }@media only screen and (max-width: 763px) { #eHGJqIlwrvsJ6wBE0vSli5uatVSeQzqi { width:20rem;height:1.5rem;top:144.43701171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bBfTAPHhqmOsuaJCbGcH9CXvodsOolhi { width:20rem;height:1.4624rem;top:142.78759765625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPX4nkLUP8VttVTOC5JGHn048VcA5Eri { width:20rem;height:7.9868125rem;top:152.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#oPX4nkLUP8VttVTOC5JGHn048VcA5Eri li:before{  }
 }@media only screen and (max-width: 763px) { #BhkKvg6yP58E3QRlbhqQgEEAp0ST8sKf { width:20rem;height:1.5rem;top:151.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ze0lHPvhtcRaA0koLqzAJelAu0iLFGhR { width:20rem;height:4.812rem;top:164.53125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ywA5gHIzXfxzfCus3vAHh5H6CQZGrlt9 { width:20rem;height:1.5rem;top:162.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WXytMTrO2t1yiA5xgUSSG7TDZSGwp8nU { width:20rem;height:1.5rem;top:161.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW { width:20rem;height:4.7871125rem;top:171.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Ts855qwBKKxvp6OutJs4X5fRCTEb7ybW li:before{  }
 }@media only screen and (max-width: 763px) { #lNKLLbtzEfIWaLy0fBpMgtWoxKLA1qpD { width:20rem;height:1.5rem;top:170.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g8mRT8wicSifWaWreTNotbRDXuRNoVws { background-color:#ffffff;background-image:none;display:block; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container { background-color: transparent; background-image: none; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container > .video-iframe-container { display: none; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row > .video-iframe-container { display: none; }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .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); }#g8mRT8wicSifWaWreTNotbRDXuRNoVws > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft6TTeZMxAVZapbMQLTSDrXkSZtogF7T { width:20rem;height:2.69921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN { width:20rem;height:4.82421875rem;top:5.44921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#fuzFX5xzhkCTEoInyXMziWdtOT2wgwpN li:before{  }
 }@media only screen and (max-width: 763px) { #wG4cwWvtZ1KNGzs3a3GuHpHbtLOCG59h { width:20rem;height:1.5rem;top:3.94921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #plippKytaboNtMuK8sD62zceCqvnzCuF { width:20rem;height:3.7744125rem;top:12.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#plippKytaboNtMuK8sD62zceCqvnzCuF li:before{  }
 }@media only screen and (max-width: 763px) { #LqlcF91FznTNqVikIcPeHhMg4Rlhzfbm { width:20rem;height:1.5rem;top:11.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vPaOEQRAxbNIKDSEvUm9gARb1V8b9xMu { width:20rem;height:1.6875rem;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NtFeFrs4zsJv0zv5svQ7N7zzCrggmmy2 { width:20rem;height:1.5rem;top:21.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm { width:20rem;height:4.4746125rem;top:22.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#OxKzup2QOpVMTqA2BbQMMwuRFdkfKSBm li:before{  }
 }@media only screen and (max-width: 763px) { #Gxccu7km2dls19SXcVKFEApdmIzMoizf { width:20rem;height:1.5rem;top:28.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz { width:20rem;height:3.7744125rem;top:29.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#r2VwC4sWXIU75GTlITW0TQeVbQV5l8Qz li:before{  }
 }@media only screen and (max-width: 763px) { #f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L { background-color:#ffffff;background-image:none;display:block; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container { background-color: transparent; background-image: none; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container > .video-iframe-container { display: none; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row > .video-iframe-container { display: none; }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .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); }#f5BCJDX0W20tXDlBAVtlh7N0SpD5EN8L > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWhSy4M3hTPydw0XLygpFRb5nBErBLqp { width:20rem;height:3.1494125rem;top:4.46875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oVGtL7aRmzB3bA2oIaXTASgRuqrwIWzu { width:20rem;height:2.61230625rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rezkSIu78fTshns7iW6AEA7O5a5S1ByS { width:20rem;height:2.699225rem;top:8.46875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr { width:20rem;height:3.51220625rem;top:11.41796875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#dPIdVEahgBCRZkXiIAKeZcfzAr1lDJSr li:before{  }
 }@media only screen and (max-width: 763px) { #CegSXa7m5ch37R3B9baGDufk6wOwobMs { width:20rem;height:1.5rem;top:9.73046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PE3X2nNDa7T89ctHTqGTsfJeSEHg0TFT { width:20rem;height:1.5rem;top:16rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk { width:20rem;height:10.2734375rem;top:17.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#f5eZB7n0oau2CGKTvc0TKEbH2tLtDnGk li:before{  }
 }@media only screen and (max-width: 763px) { #kpIpAUanKSmLqJaW1Uh5hyUmVTdlasR7 { width:20rem;height:1.19970625rem;top:29.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mwBNFg6VJmCry5puT3SxsN5004vHGhZn { width:20rem;height:6.0620125rem;top:30.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#mwBNFg6VJmCry5puT3SxsN5004vHGhZn li:before{  }
 }@media only screen and (max-width: 763px) { #m2X2dp339rPg6P4rQqG2WSrUFgImDkyJ { width:20rem;height:1.5rem;top:37.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bC0hNR3NsKOLAin010gArg8apZ4L5qZv { width:20rem;height:1.3125rem;top:39.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 { width:20rem;height:6.7119375rem;top:40.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#SK5J5Jpehw1ekUMepSHw07tU6JooiFz3 li:before{  }
 }@media only screen and (max-width: 763px) { #MVPIdS1qHb1AA6C8mueEFCEmVScxn0TI { width:20rem;height:4.199225rem;top:50.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ulb7vqw1TLoTGTFFODzm5ne3DEVIEnP5 { width:20rem;height:1.5rem;top:48.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p { width:20rem;height:4.4746125rem;top:56.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TMAR7I5vnJ2QHWusRAzwa9UGJtf35n1p li:before{  }
 }@media only screen and (max-width: 763px) { #MlJFIyuUOCLi6e7BNRTl9HJDcMmRU526 { width:20rem;height:1.19970625rem;top:55.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 { width:20rem;height:4.4746125rem;top:64rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#CJy5WoNH5Th0ZVnXElxvMBw45SmKrem4 li:before{  }
 }@media only screen and (max-width: 763px) { #rfinguWEGesDBwsZdWLmhoGRtyVz5tNk { width:20rem;height:1.5rem;top:62.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 { background-color:#ffffff;background-image:none;display:block; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container { background-color: transparent; background-image: none; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container > .video-iframe-container { display: none; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row > .video-iframe-container { display: none; }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .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); }#TtVn6BwdLWn9dw7RinddlxvOtf0tXeg2 > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iItyxsoFcLbwtp5rR4ICRfW1N7wnBDks { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #izH4lUL4W30waA4kSlURSWA011Xbq4bq { width:20rem;height:3.51220625rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#izH4lUL4W30waA4kSlURSWA011Xbq4bq li:before{  }
 }@media only screen and (max-width: 763px) { #gR9gnb6358svpacEMmMipO11pTt3aX8f { width:20rem;height:1.5rem;top:3.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #awuroL9neMaqR8t6o4LK59SBWTGObcwl { width:20rem;height:9.57425rem;top:10.5498046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#awuroL9neMaqR8t6o4LK59SBWTGObcwl li:before{  }
 }@media only screen and (max-width: 763px) { #a0EmGHr7Cl8xRSRTci6yKv0KUM4PZxP3 { width:20rem;height:1.29980625rem;top:9.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi { width:20rem;height:4.7871125rem;top:22.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#BpsA7xCQEzUSQX2vK5g25vP2o7EUkNMi li:before{  }
 }@media only screen and (max-width: 763px) { #XbPH7id7QBNhlLKuhOUgGomv0L20Ke6T { width:20rem;height:1.5rem;top:21.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 { width:20rem;height:4.7871125rem;top:31.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#r5stezZeOJZmlrV00NhtuMDw4QJRmtR5 li:before{  }
 }@media only screen and (max-width: 763px) { #yZtCyfMNwzSVbqfK1T1oTTdEQ5aoE2Wi { width:20rem;height:1.5rem;top:30rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xcP4xlebKQKc1I9Tl3Sa1mW5qwVOkF6f { width:20rem;height:1.5rem;top:28.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #admSU2nhd8SlzkCtDN57RZ8VfOblMwwe { width:20rem;height:4.7871125rem;top:38.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#admSU2nhd8SlzkCtDN57RZ8VfOblMwwe li:before{  }
 }@media only screen and (max-width: 763px) { #TdGe1SoFoFq7tBeWvgK8pshNtJULbDL5 { width:20rem;height:1.5rem;top:37.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hqAbeZC2md24othFoDXZTZFhhOusfT4Z { background-color:#ffffff;background-image:none;display:block; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container { background-color: transparent; background-image: none; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container > .video-iframe-container { display: none; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row > .video-iframe-container { display: none; }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .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); }#hqAbeZC2md24othFoDXZTZFhhOusfT4Z > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWI2B9hi3BAXmU4rWt0fzmMIJ8J8VFMK { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK { width:20rem;height:3.51220625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#zGIA3TchkaCiiBMW6KfZ6riuHgfPyfQK li:before{  }
 }@media only screen and (max-width: 763px) { #b1UQsKAgoDcVdAZKsqdQR08KRrATNWHC { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs { width:20rem;height:9.57425rem;top:10.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#yPJKIDSiyiRiUIGLUQz2kkcB6uVORhcs li:before{  }
 }@media only screen and (max-width: 763px) { #cmMstdWEtEXlbsBn5Wxn6gL9FcTTuedl { width:20rem;height:1.5rem;top:9rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl { width:20rem;height:5.7495125rem;top:23.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#pnSRUE69sQIgDOpRm8Ohh5uJbBVBhkfl li:before{  }
 }@media only screen and (max-width: 763px) { #zZTTA3J64cXeHr6GasDPBgkXgq84EcJL { width:20rem;height:1.0996125rem;top:21.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NCPQiPHpb4HpFzkqR898SbVyd0h9R3Fc { width:20rem;height:5.24903125rem;top:32.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wn4rRTwTIhZGZT1GqmEBznnPBgVpLJOC { width:20rem;height:1.5rem;top:31.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yT9QezmRTDmR5TfiHz1Ir5UJwDKbhTII { width:20rem;height:1.5rem;top:29.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BAyT25OgtIsAhtUyu7sDEvFZmnIGBsdy { width:20rem;height:4.199225rem;top:40.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Swuo0bp0sxkBQviRlxD5iTwW7fq72M7i { width:20rem;height:1.5rem;top:38.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #USFnmvPenrikxByq40A6o8SmSw1oHEBR { background-color:#ffffff;background-image:none;display:block; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container { background-color: transparent; background-image: none; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container > .video-iframe-container { display: none; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row > .video-iframe-container { display: none; }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .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); }#USFnmvPenrikxByq40A6o8SmSw1oHEBR > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7u2PVO97QTHODFyazJbHqPoT17JCKHt { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L7s3op1avowJKU6oeADGTvyKLLLoEumn { width:20rem;height:4.4746125rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#L7s3op1avowJKU6oeADGTvyKLLLoEumn li:before{  }
 }@media only screen and (max-width: 763px) { #BFd1D7CkHLI8eLJkG77XzxPu7IfIeJJr { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb { width:20rem;height:8.6118125rem;top:11.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TJqyqkGntgZXazXRJRHKMGrzFDRy4dbb li:before{  }
 }@media only screen and (max-width: 763px) { #O1RfHuDqEcai3VWKr1CtzTqS7nevMw06 { width:20rem;height:1.5rem;top:10rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TSHKOEbMKAKKoNRAh421UhiwDuPMcINX { width:20rem;height:5.7495125rem;top:22.78125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TSHKOEbMKAKKoNRAh421UhiwDuPMcINX li:before{  }
 }@media only screen and (max-width: 763px) { #IdA22STlkF2mii7pweLGy6PHU6LK8wg8 { width:20rem;height:1.59375rem;top:21.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dAZnoEOeIbeXWtgSMg0U8aeQO6EQ8alC { width:20rem;height:4.199225rem;top:32.15625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hXZs7CEhrcxIBTJlweDfiwLdDTNADm3a { width:20rem;height:1.3125rem;top:30.84375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RNc9XtC3PMbiS3J815X3kLaORiDEAc6O { width:20rem;height:1.5rem;top:29.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv { background-color:#ffffff;background-image:none;display:block; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container { background-color: transparent; background-image: none; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container > .video-iframe-container { display: none; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row > .video-iframe-container { display: none; }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .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); }#v6lgwn0w5LLuMNvZpDv1w2xDA63FJDQv > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTZHxoqfnAXdXSrDrq5RFgGDcaZVhcBs { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WZC8KT5q3KvIldGeDAXu0Roz10JexrgT { width:20rem;height:4.4746125rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#WZC8KT5q3KvIldGeDAXu0Roz10JexrgT li:before{  }
 }@media only screen and (max-width: 763px) { #VaNSTs2apUVtlN5dOLE4i1AcPffOLTdS { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr { width:20rem;height:9.57425rem;top:11.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#In9OHUIMlicgvHJCT2yIMnLN2Dm7yTMr li:before{  }
 }@media only screen and (max-width: 763px) { #fTl2Kx4XBASBmLuJArUxisq9ZtvWtuX5 { width:20rem;height:1.5rem;top:10.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BoHEx7TLL6APRpVTmelVT0I9nFaNifFC { width:20rem;height:4.7871125rem;top:24.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#BoHEx7TLL6APRpVTmelVT0I9nFaNifFC li:before{  }
 }@media only screen and (max-width: 763px) { #dmiTO2oPubrMKDrK7CPnVMWtDAeuAm9a { width:20rem;height:1.5rem;top:22.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn { width:20rem;height:6.0620125rem;top:33.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#uFTmNwS65B6kuLOu80Z7bUZruRVdZwSn li:before{  }
 }@media only screen and (max-width: 763px) { #Tw2Po2TUkGvNEA9zwlSBFdqfdATrAQbB { width:20rem;height:1.5rem;top:31.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BETW8N2vLrq7xzkt4tPLJ6yPWPsBArqd { width:20rem;height:1.5rem;top:30.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT { width:20rem;height:3.51220625rem;top:42.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#PxXQ1iStaPP0IDBsqrsixbuyLAKr6JfT li:before{  }
 }@media only screen and (max-width: 763px) { #xT0XTGoJHeMwpJfmpUL2dd9b1Lmc0muJ { width:20rem;height:1.5rem;top:40.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq { background-color:#ffffff;background-image:none;display:block; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container { background-color: transparent; background-image: none; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container > .video-iframe-container { display: none; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row > .video-iframe-container { display: none; }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .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); }#MwtDK2XtzuIR4HNtkAJhi6nB4OqAkqDq > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tre4sznVpln6aDCr1DEq6rDdNfrN5ih5 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JHb9elIah30Ka92rJdZtMVpkoBXdpiXC { width:20rem;height:3.51220625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#JHb9elIah30Ka92rJdZtMVpkoBXdpiXC li:before{  }
 }@media only screen and (max-width: 763px) { #m9R7yMqL3IZmozmHr77mmTQ23AlJ4G28 { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u { width:20rem;height:8.2993125rem;top:10.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#OOTobtQrcwe4IWhGsFCcDgGRuJT9FW0u li:before{  }
 }@media only screen and (max-width: 763px) { #IZ64RkBPdbmN3qoh5XslwmcqLZarudtT { width:20rem;height:1.5rem;top:8.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w { width:20rem;height:4.7871125rem;top:20.65625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#aEr0mTv6yuJF0QmOdPTuI9VeIruoTa2w li:before{  }
 }@media only screen and (max-width: 763px) { #TkplhE04wdT8IzsxM3BbnZFzyvVsseFM { width:20rem;height:1.59375rem;top:19.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG { width:20rem;height:4.7871125rem;top:29.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#CBXb10PMNxW8MAabPrn2BkmJiAkhHVdG li:before{  }
 }@media only screen and (max-width: 763px) { #Tu1dCZtqZUiKpOeZLl4qMPmlsSJ7X856 { width:20rem;height:1.5rem;top:27.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uiKxIkHTmzWZ6v34td1rxu09TLzNaKLC { width:20rem;height:1.5rem;top:26.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe { background-color:#ffffff;background-image:none;display:block; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container { background-color: transparent; background-image: none; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container > .video-iframe-container { display: none; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row > .video-iframe-container { display: none; }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .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); }#bTBtdKSmnXPqL5Cee8GxwLkNuUPC4MKe > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEKRT3Ifvg5TXlrIrfO4hCg7807Lgy36 { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 { width:20rem;height:3.51220625rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Cr2u6b9dDJ9L0lvwE2kCqyRGn1XpZ4Z2 li:before{  }
 }@media only screen and (max-width: 763px) { #FiKTC16MlG51hofWAIK9LxUZd3ikkXxD { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff { width:20rem;height:8.2993125rem;top:10.294921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#zJssSADsd5NyGQnGJ2Tr5EQLAFiE1vff li:before{  }
 }@media only screen and (max-width: 763px) { #X4VOuoT8FZZiXzy1uT5XxWm5RqCzpau9 { width:20rem;height:1.5rem;top:8.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M { width:17.625rem;height:6.0620125rem;top:21.90625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#mXJoGePpogn7vp0ttJsQZW2GnCLWWG4M li:before{  }
 }@media only screen and (max-width: 763px) { #g8d4BTt7clctk4SfciWqH119mDk7Zqib { width:20rem;height:1.5rem;top:20.40625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k3KM78XwitKkmQTdMeRyMoJaEsIKLMfn { width:20rem;height:1.5rem;top:19.21875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QQrVzrLG5I6RoW8CCLExssB2COUkDcTP { width:20rem;height:4.4746125rem;top:33.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#QQrVzrLG5I6RoW8CCLExssB2COUkDcTP li:before{  }
 }@media only screen and (max-width: 763px) { #JAIUVA0Ms8f8hVwTyVcfWpg0ognntv1T { width:20rem;height:1.5rem;top:32.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VMNXzbTkIB9kJRREpVWSouQoOHwKmzsu { width:20rem;height:1.6875rem;top:30.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo { width:20rem;height:4.7871125rem;top:40.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#cPvwvoRSzPBeyMilr0m5a9ZMSq90hZgo li:before{  }
 }@media only screen and (max-width: 763px) { #hLJGL1g9T7FgdRwEihnG0QvKIodgzdUN { width:20rem;height:1.5rem;top:39.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh { width:20rem;height:3.51220625rem;top:48.099609375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Uamc48Kfwo2OqXgxbCEuX9VxdlUX7rqh li:before{  }
 }@media only screen and (max-width: 763px) { #CUsxOeeJKCWXedl9WN3y91Hmi9zwmKmu { width:20rem;height:1.5rem;top:46.599609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM { width:20rem;height:4.4746125rem;top:59.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#v5O5R7MrzPSri2tTvcsekkqVDyyoZFHM li:before{  }
 }@media only screen and (max-width: 763px) { #fvesn4aqWSZWNJ32Pt78HW7DF2X2kDkP { width:20rem;height:1.5rem;top:57.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CM9dflpDQS7N1kZEr4aX4NmeG19xluuM { width:20rem;height:2.69921875rem;top:55.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SrkPPwtafJFpFzTQAt7MFybURTTgeC8k { width:20rem;height:4.4746125rem;top:66.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#SrkPPwtafJFpFzTQAt7MFybURTTgeC8k li:before{  }
 }@media only screen and (max-width: 763px) { #d7GydChSnMTUUS2N9CnPbyslgZHAUCeW { width:20rem;height:1.5rem;top:64.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg { width:20rem;height:3.51220625rem;top:77.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#JPt0BSWsZH7EFRkMOX9xpgGg12Rz5XZg li:before{  }
 }@media only screen and (max-width: 763px) { #GsgqTe1h1phuFeFUTolAfovMX9VuiPPP { width:20rem;height:1.5rem;top:75.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #chGe5BIdWQ6SiaTwBQGXC6quELiF6OlB { width:20rem;height:1.6875rem;top:73.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT { width:20rem;height:3.51220625rem;top:83.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Dt3eih6uRJEEyBBAOsCOTqFLhwtRhtzT li:before{  }
 }@media only screen and (max-width: 763px) { #sUJvOZbclFNCMhFiykysX86gWVXOaoDM { width:20rem;height:1.5rem;top:81.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ueHoyTorvr8wJricwygRnC3de2klom7I { background-color:#ffffff;background-image:none;display:block; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container { background-color: transparent; background-image: none; }#ueHoyTorvr8wJricwygRnC3de2klom7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container > .video-iframe-container { display: none; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row > .video-iframe-container { display: none; }#ueHoyTorvr8wJricwygRnC3de2klom7I > .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); }#ueHoyTorvr8wJricwygRnC3de2klom7I > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTkiLJp969d8KKhBcghlO6OpPznTTsFG { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS { width:20rem;height:3.51220625rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#f6qXfHTOxNz3ehQO1I9Ww0Fzhk9tXOVS li:before{  }
 }@media only screen and (max-width: 763px) { #V0ISC4VZviLhGDwl9xTrq748HBPysmTe { width:20rem;height:1.5rem;top:2.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 { width:20rem;height:4.7871125rem;top:10.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#KdqoKA0B0AFMnd5fpR89ZGoIZFaX8Zm6 li:before{  }
 }@media only screen and (max-width: 763px) { #BASaouBFor1XeLfaLsVN7uutw1JHBIGl { width:20rem;height:1.5rem;top:8.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lnrMQv3ouXXTZJMuXory9vBzD3JciaId { width:20rem;height:4.7871125rem;top:17.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#lnrMQv3ouXXTZJMuXory9vBzD3JciaId li:before{  }
 }@media only screen and (max-width: 763px) { #REZyGBr5LcZWTnR5t8a9LGr3WJFq2Q4p { width:20rem;height:1.5rem;top:16.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w { width:20rem;height:2.23730625rem;top:29rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#XXGU6NLSlpTk9NhuBDxBQr1JAEm6oN7w li:before{  }
 }@media only screen and (max-width: 763px) { #PJNIr9VsZlNZSIhlpBox3BTfPkl16GLA { width:20rem;height:1.5rem;top:27.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wq8kOTg2QtnTAVtNqAS0ahuRrBnKskfu { width:20rem;height:1.6875rem;top:25.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 { width:20rem;height:3.51220625rem;top:33.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#UyvcaCvI3wX8o2lz6iL0MJryNBiJn1B7 li:before{  }
 }@media only screen and (max-width: 763px) { #eEvGvmeI7wyTTlTPbHFA9NiH7oqgKuMt { width:20rem;height:1.5rem;top:31.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT { width:20rem;height:3.51220625rem;top:44.94921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TRkQ6GlmRIWbcTHaTTgWEf601oyAESLT li:before{  }
 }@media only screen and (max-width: 763px) { #fZUSg5pUqLItBQv7EgNHIR5fEIfcwly2 { width:20rem;height:1.5rem;top:43.19921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e4GNLdZWBdZoqPOHw9nkyzH245zwdP4i { width:20rem;height:2.69921875rem;top:40.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 { width:20rem;height:3.51220625rem;top:51.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TR1RpmSfbpdXWRzQRahXXugXWzbTRZx3 li:before{  }
 }@media only screen and (max-width: 763px) { #ktMOUgidbFnrJByFpHbVA2BHb0Wp2ZeN { width:20rem;height:1.5rem;top:49.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu { background-color:#ffffff;background-image:none;display:block; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container { background-color: transparent; background-image: none; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container > .video-iframe-container { display: none; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row > .video-iframe-container { display: none; }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .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); }#Xf3uNai5pFpDAq5z3OurJBdKea1WL9vu > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeX6LrU7kNM3CdF55aSzyqHmq8pNhwGl { width:20rem;height:2.69921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG { width:20rem;height:5.4370125rem;top:6.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#TCTsyNkpnZTRP2zHaPxhZL6L6ipPFWuG li:before{  }
 }@media only screen and (max-width: 763px) { #h3v7btWvU5ue1T2UFVIQiBQuG1BdT5QT { width:20rem;height:1.5rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M { width:20rem;height:3.51220625rem;top:14.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#VJR9RbibVTKZTOgyGrTbSQ5mXIEoeq8M li:before{  }
 }@media only screen and (max-width: 763px) { #JoImcyerrL9karo0kS5hPNqbyEXo7IDL { width:20rem;height:1.5rem;top:12.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby { width:20rem;height:4.7871125rem;top:20.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#noaQBtDxsDcvVLsAvRLvsIoMVaTXWAby li:before{  }
 }@media only screen and (max-width: 763px) { #nfqVTdokkKHlXChpyblL47sGTybg6sye { width:20rem;height:1.5rem;top:18.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 { background-color:#ffffff;background-image:none;display:block; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container { background-color: transparent; background-image: none; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container > .video-iframe-container { display: none; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row > .video-iframe-container { display: none; }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .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); }#tHBcrHa2biAwzpeBQMQorTvHsqgAFV99 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw30V37FpT46QzM9qOBqJWXiyZfR96xL { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IinHgrVRSyIval1XKANgOX6oUQLVd2pv { width:20rem;height:3.51220625rem;top:4.5498046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#IinHgrVRSyIval1XKANgOX6oUQLVd2pv li:before{  }
 }@media only screen and (max-width: 763px) { #ATdRkzaINKnptXmK9mimPhq8dRMs65cz { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #thgB0itzp2duatNemFA7ZAAtqtvFoMeX { width:20rem;height:7.0244375rem;top:10.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#thgB0itzp2duatNemFA7ZAAtqtvFoMeX li:before{  }
 }@media only screen and (max-width: 763px) { #wlAWeBol3ZE3MoQqTUdEl5vKrL3IfMOv { width:20rem;height:1.5rem;top:9rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FHb89uF03yXoFCa5ibUETmlECFFlTfGn { width:20rem;height:4.82421875rem;top:21.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#FHb89uF03yXoFCa5ibUETmlECFFlTfGn li:before{  }
 }@media only screen and (max-width: 763px) { #TbqoS7LrOCkza3OkU8yMrlp5C8sOkEm7 { width:20rem;height:1.5rem;top:19.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf { background-color:#ffffff;background-image:none;display:block; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container { background-color: transparent; background-image: none; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container > .video-iframe-container { display: none; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row > .video-iframe-container { display: none; }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .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); }#pvBTZ4XuWpxBMelawBpAPZGLG0L1sMRf > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4h01q5wWFg80obMtChiOC4E5gHeP0Li { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yX7TtLh64vXTywTldgh4ps5MC1KK1TuA { width:20rem;height:5.77440625rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xF8p0qPERh70TiozpJWuX8Z9qlpCiMDD { width:20rem;height:1.5rem;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dWVaIq9f4uqzeiDho8wgJITLwQ7UirUK { width:20rem;height:3.1494125rem;top:26rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pLyI9cCV1xzzs6ZRB0Tpo1MxDwtvz8Lt { width:20rem;height:5.24903125rem;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I0ic3algOGQ1TXhgGSOAHqAPnSDpvOLZ { width:20rem;height:1.5rem;top:17.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b1WP8iCQDnX9quMotV89WRRRkKtUo9RX { width:20rem;height:4.199225rem;top:12.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ftPE2QGtAfRDmql7aOLNV8sPSpEZPKI8 { width:20rem;height:1.5rem;top:11.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq { background-color:#253045;background-image:none;display:block; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { background-color: transparent; background-image: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row > .video-iframe-container { display: none; }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .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); }#eC1y9Vef7eo6bCAJUheayRN42e8hb8Gq > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPmZSHpPkH2QqvxZT2CyZdq2VdctuasJ { width:20rem;height:3.93555625rem;top:1.138671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;color:#ffffff;display:block; }
 }