.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,245,242;--color-primary-1:134,222,211;--color-primary-2:13,189,166;--color-primary-3:7,95,83;--color-primary-4:2,28,25;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { background-color: transparent; background-image: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container > .video-iframe-container { display: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container { display: none; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .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); }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { border-width: 0; border-radius: 0; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:26rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#lNRBAh8AWJPHJpc5QhbfbMJQrbJmiXMo { z-index:15005;top:2.4375rem;left:56.375rem;background-color:#139839;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zge8K55J3DORoQCg3mQKu699htV1f75i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NH507JhrGPCqm5ikXT7TfpquNrGJPuuz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:3.5625rem;left:57.3125rem; }
#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cf0e6ae-6883-41a9-928b-61e436053b46/blurredabstractbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw.adaptive-delivery-prevent-bg, #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw.lazyload, #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw.lazyloading { background-image: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { background-color: transparent; background-image: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,16,0.27); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,16,0.27); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .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); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { border-width: 0; border-radius: 0; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:arial;font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #253045;top:2.6875rem;left:17.1875rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:14.75rem;left:19.4375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { position:relative;display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { background-color: transparent; background-image: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row > .video-iframe-container { display: none; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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); }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { border-width: 0; border-radius: 0; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .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; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;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; }#FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:7.3125rem;left:14.53125rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { color:#4d91bb;display:block;width:37.5rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:18.75rem;height:3.0874rem;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; }
#UkUpCRg3GEZoAQgECdF2yzoTE9QnkK92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.875rem;left:29.25rem; }
#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 { background-color:rgba(var(--color-tertiary-0),1);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; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container { background-color: transparent; background-image: none; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container > .video-iframe-container { display: none; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row > .video-iframe-container { display: none; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .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); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container { border-width: 0; border-radius: 0; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container { width:75rem;height:19.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ww4Q2lmZ93hySmk1kIAFPmZbACRveqgo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"istok web";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.75rem;left:0.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b2fzAsW8g9B4VpATUDNugwdSMfiihhb7 { color:#0f0f10;display:block;width:46rem;position:absolute;font-family:"istok web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXQgznvD0dxMNM4ylMEq9p50V7smk6Hi { color:#55be5a;display:block;width:75rem;position:absolute;font-family:"istok web";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.9375rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWIedTlIfPk69iKuyoLsX7EAygImuo7h { background-color:rgba(var(--color-tertiary-0),1);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; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container { background-color: transparent; background-image: none; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container > .video-iframe-container { display: none; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row > .video-iframe-container { display: none; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .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); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container { border-width: 0; border-radius: 0; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container { width:75rem;height:240.5625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#u5PQmt4Sw6BGzPyTomwRayqiywimw4AT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#COie8rybi82OlEkmwmgDJ4GE2TcCPhvh { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PLMrviduX7CvuVo19XGRxE31obdwbDws { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 li:before{  }
#CmvpQH2sBe7NbGXMfT4xQ83JtBfzf4vF { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ZqXzBTD42xywMSWmBRLPlpos8Tpi1tMx { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb li:before{  }
#leEWVhEg76f9VIAQRFlMx9o8P738reQ7 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#KF5tlV6DBArnXgprGvMWu9TS0X14LWTr { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA li:before{  }
#LLZz5BPaptx0nphTVpPRgoWxvM2JkfU4 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#KLn5TzlTqVMW65699hcG63Tz41vCoIdU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Q6tcDZfFIKuRZxMvc3kogEilROkQTknT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#Q6tcDZfFIKuRZxMvc3kogEilROkQTknT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q6tcDZfFIKuRZxMvc3kogEilROkQTknT li:before{  }
#HME8xfmH0yG4BI229whaJPTZcMqxTFA3 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#GocorBMG1obSXZzoGaXK8fByLBFQWev9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Ts7mFWTD9p1gX8yKPCkTDyrAz7TUTRZX { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq li:before{  }
#H9xQoPnbMwCqe7SgZTfPKKAydTpdTDGR { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF li:before{  }
#PIiTU1E2MJF6TahTlP628bLc4Rmystcp { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N li:before{  }
#QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb li:before{  }
#Nr9rhetrSvInTESpTkdwxDgqqpHEGcfx { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Pu2cF9Fkl4hlV8f1XM05N94mHiDTseS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ubkAevDEqVXs1a15vEI9hLBQm4akllxl { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#MQVOPdlza354uTxHKO3QMccyuzmlrVfn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#MQVOPdlza354uTxHKO3QMccyuzmlrVfn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MQVOPdlza354uTxHKO3QMccyuzmlrVfn li:before{  }
#Vgu055yMDZuKZwIVawTyCV3glHuE6svP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#Vgu055yMDZuKZwIVawTyCV3glHuE6svP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vgu055yMDZuKZwIVawTyCV3glHuE6svP li:before{  }
#RmrdUcPTwxCuabFN09F3J4MNNuzAay4d { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa li:before{  }
#A8BKvoIwpwhzNA4sOM9Gp21qpP0sR2JT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Td7UVNo40vVi5BMkhP3u87UF5kPOnxSC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn li:before{  }
#M5ROLiVBF8g5ZxQQ4xO37qNzWlh0gLM4 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV li:before{  }
#T5VgrE3lCCpXTwhyWqUIhUZ48Wp1iw5T { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ITfBxuix2OmmJnFKHS2V2ghJaiqvdsoK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#T5Asv0hnbK2UoSPeysRcLKP3JzuGxoo8 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA li:before{  }
#ktkxJouqubMQupILEa6wt7NkXdlWfGrV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#ktkxJouqubMQupILEa6wt7NkXdlWfGrV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ktkxJouqubMQupILEa6wt7NkXdlWfGrV li:before{  }
#UgOgAml1rFpyJ5TBDk0QnnRom7i3iuqT { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#I56bFfnNu7HfBvrZ5zLUyq0s3npV60pr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#aeSuHaNtDETM77P1eazzUuo5lp52zGt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#aeSuHaNtDETM77P1eazzUuo5lp52zGt2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aeSuHaNtDETM77P1eazzUuo5lp52zGt2 li:before{  }
#GNgfVIGsf6gIq4DWspeIrrUTLTBQolpG { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#y10MRU2RXAhkAqh4zx6IcaaWcGtPr6ve { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Cy1hXvh5ancMmybhyzWghe5u4Ct3UVqf { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#AFs4IrkE7FgBkghGTfAOaSBiwgVGFOJH { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 li:before{  }
#a1xyN4AbXNHH0kVGwxFdddREGLVLkcx2 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:213.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q li:before{  }
#fVPr0OZ57gRngK971ozKLWMeBhndTirn { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:211.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gl5AefnELc7yynBOeFclfK6Tb3VziWDb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:205.75rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Gl5AefnELc7yynBOeFclfK6Tb3VziWDb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gl5AefnELc7yynBOeFclfK6Tb3VziWDb li:before{  }
#aQqtJpHQpmrgGwtFA4Uz757lqk4eUTHx { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:203.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEg1Uv8pe778vPHZ0FMNHQJzeuzxa0pT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:201.625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yAnJzL4c45ahnQCtQfEutIG31bnvHMn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:221.6875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbGGWHmAUrl9FOW8pSIuOiwl0G7rDbPS { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:223.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:225.4375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD li:before{  }
#xDkWi4yygMGvmXk8TvEotnHqaNk2qKcA { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:230.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:232.3125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB li:before{  }
#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt { background-color:rgba(var(--color-tertiary-0),1);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; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container { background-color: transparent; background-image: none; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container > .video-iframe-container { display: none; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row > .video-iframe-container { display: none; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .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); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container { border-width: 0; border-radius: 0; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container { width:75rem;height:600.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ZClrI0Bvuu1Sa0UsnrlX82VCykiEgmhL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#C8iKaWyVLqdmKDF17QDK6PBJxLRIS33z { color:#0f0f10;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dSqtIzix3nT15rPwmP2wuw3xBL5LWGzo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS li:before{  }
#hCzHeTpR1I2bS9Z1bDZJyDGnTw5wQFLb { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#AyQI8KJH5AMSnvf8q7Ifd3fxbKRL6ZKS { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 li:before{  }
#U8fCw2fQTUFTqMv253saqqOLsv9w8xFX { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw li:before{  }
#GzPrf5d5MBeQKF6vwrgf6pshG2U8iXFF { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#CxNXAQlsxhEpgLeTAUNcDTF08rt4q4o3 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw li:before{  }
#rFloANpA5HNSDyuTHWXL6NF5IzSwNFCg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hkm4ZBx3ltsKv6HxXNOUXICTZq975Hlt { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ li:before{  }
#g4LbO4AyEmFHqw50h8ldy7EK0eMJNSxg { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }#OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N li:before{  }
#SXivZoFmzL2WmZQ7a1BPcfHDkif7VhhF { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:124.375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG li:before{  }
#K549dSc2wdT9CBz94oAxHNdu2iB6vDl3 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:122.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:115.1875rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir li:before{  }
#v9GMPClvQ0rCbMK5o9kRJTG8k3QyQBaW { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:113.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ms2shdprhOoUULNAx2VWc0Xn6pZsCWvC { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:111.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mEtIumdfNuQJpq7wpzu55MyvsBi26t5W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:104.5rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mEtIumdfNuQJpq7wpzu55MyvsBi26t5W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mEtIumdfNuQJpq7wpzu55MyvsBi26t5W li:before{  }
#dbnmXouaKrNlPq2qfVIzhK7J9QTTtfA6 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:102.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:91.5rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 li:before{  }
#LyGuMf3SSu75ySdSRXNdKUMRznfXWpVR { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:89.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2peWr4J6mVok9XsoVyTmzlLODXFSS4R { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:84.375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#C2peWr4J6mVok9XsoVyTmzlLODXFSS4R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C2peWr4J6mVok9XsoVyTmzlLODXFSS4R li:before{  }
#r0sxsVaAPoi8ANmUVs9FymFovLNG0NuZ { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:82.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pf6wPZqIa1dTrTB7WLS15JOFE64bC8qM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:80.25rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGWDRy5y0HHmM540BLF7eyaX7S95Tw8V { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:178.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; }
#dooqRxdZLBINu4idd5mDPVCvuvyLZ8lh { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:176.875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UcTqbuWIwula6zwFa42yQZo21R02tWy6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:169.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; }
#hFFbv0Vi8Lv6w83459VIVQDI1k83hCs9 { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:167.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rdtp3J2PIEbEFAWmZVTqc6sDS9yOSRgS { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:165.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:158.5625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw li:before{  }
#ETJUV4ByNUSxkkGhMGIZSSGTSqTS46W8 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:156.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:145rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z li:before{  }
#TB3OQlQTWmIrn1Dm3TpHVekPkzc7XlcW { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:143rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:137.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A li:before{  }
#DgtSSg6iZJApH37rsHg6xMT6GJvi5Ret { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:135.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDnvssXcDOZzxf4LIzJ3Sg5BoIhC5FBt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:133.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiNmVwrEtWUekhSR6GvJ7OhROehuxqlL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:223.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; }
#kaEQxuQTniSvCSTfZFXcEqVA75QV50Ar { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:221.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTPpIONDJWHPts7oBfaPIVqCqAFDV26v { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:220.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:213.25rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 li:before{  }
#h5sM2GaDvqDa8b5HrotFs1ywWEeNEIDH { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:211.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zFK797689LXitRKHEov9pTVG1q7htDzL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:200.4375rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#zFK797689LXitRKHEov9pTVG1q7htDzL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zFK797689LXitRKHEov9pTVG1q7htDzL li:before{  }
#BEWmMBbNTt65v3T4g3SeV189z30S5zfE { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:198.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:193.125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC li:before{  }
#hg7yhow2OJwcMVCCc7QnUE5FTdaCtgnv { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:191.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PURUOGqCM3lnTzTRmwKMk8AE02dAds9r { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:189rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:278.625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb li:before{  }
#SlO9pwmyoL4RZamPcmZWLSfPtWvULqTd { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:276.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:268.625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe li:before{  }
#T9B3cc4CbSzW1TXrDfRkbUDabWZKkvgg { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:266.6875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efWiTByc8AgETypKAQKonTxyC2ABnpAu { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:265.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JlANxQhPicHCftFctKpaqcBJGtbphLer { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:258.5rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JlANxQhPicHCftFctKpaqcBJGtbphLer li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JlANxQhPicHCftFctKpaqcBJGtbphLer li:before{  }
#TxbVVNNM0KcQFTf64bqWP9k9hgm2Tzuu { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:256.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BRRBFvE4eCtgieXMMbpC5206HiG61Cua { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:245.375rem;left:0rem;height:9.57225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BRRBFvE4eCtgieXMMbpC5206HiG61Cua li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BRRBFvE4eCtgieXMMbpC5206HiG61Cua li:before{  }
#R0WLchq5dqTQp6bfSXBt5GWu9k4hPx3F { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:243.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:238.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ li:before{  }
#ITHqKtiveeEBryznSS2pVK1Mk31J1mOC { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:236.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTMvdh0XztDx7zcRBo9mJBW3nS3u3fxO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:234.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:318.4375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK li:before{  }
#Mr87UKR8x7TRpQTMzSAbEE20nikh5dVS { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:316.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFn27sDPiqm378IIFw8sdUtSu7gPVf6u { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:314.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:308.25rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm li:before{  }
#XGez4TohqTC6gq3W927peM844mGMtfuE { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:306.25rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:297.0625rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF li:before{  }
#d4gTcOTvekG5FoJwn0kCDzJgLaoz9DfL { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:295.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nyQSVDftcuxTLKahg1LqddsLn6SIVyfa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:290.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nyQSVDftcuxTLKahg1LqddsLn6SIVyfa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nyQSVDftcuxTLKahg1LqddsLn6SIVyfa li:before{  }
#N9yTX8skLVD2R36sU43TDbTMzVxMI603 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:288.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BnxAdFOX0yAODClakIo0RRoJnVckcz08 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:286.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:339.0625rem;left:0rem;height:8.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 li:before{  }
#lw0mllFTyFMI6fXsAHh0MOneiSXul3ot { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:337.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:331.9375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge li:before{  }
#Obyt8JUp6e8STA0IoaT9ifsP398G6pXt { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:329.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kk98d5rGCn8UOBwMfJUtxInzTrQEu0mF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:327.8125rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVnpKpeKCXl3GT0WeBncUcTOcx4s46mP { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:349.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlGsBufeeTUPWgsfTZdrQIm8m0EzlZMF { color:#0f0f10;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:351.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:353.0625rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 li:before{  }
#KxakSiySMfUnZdnmnhVo6DqTcDv5OH1o { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:363.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTnyAt17G9BTPf1KVKW4WMxOyB1DAZZW { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:365.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:367.3125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp li:before{  }
#EH5DZdxJRaSSpPgxFpVWfysiMDlopB3X { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:373.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LgbixVq0g24oOteSMxKzQgFSWUFOpriT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:375.0625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LgbixVq0g24oOteSMxKzQgFSWUFOpriT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LgbixVq0g24oOteSMxKzQgFSWUFOpriT li:before{  }
#c90txLp1gAFbPMUbSVg9G9230OG8SzDA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:384.125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#c90txLp1gAFbPMUbSVg9G9230OG8SzDA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c90txLp1gAFbPMUbSVg9G9230OG8SzDA li:before{  }
#FJGObQZxQl8EeHEM3un3QHOSwNrWbs2I { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:382.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMFbidWqbtcEZct9Eslk2DwFT19G1EAv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:392.875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2gqKLaxxOX1DOG6HZmk7qrKsO6GHFCV { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:395rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:397rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA li:before{  }
#b1lknCWtvHt7k401zoVx9qu3N33f4ruZ { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:402.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BrZpReK0txbREKgehBWW2i3nkZJdTCeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:404.4375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BrZpReK0txbREKgehBWW2i3nkZJdTCeZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BrZpReK0txbREKgehBWW2i3nkZJdTCeZ li:before{  }
#h5kiI6rvTRpJPiRIMcheQe66XuhsVa0M { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:412.0625rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZnmXJnzruWRGtR87d5Cbgv664BwdbPu1 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:414.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:416.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 li:before{  }
#t4cgIT5DpqT6JmAbN1Gp5PKctW5V24I6 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:421.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:423.5rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh li:before{  }
#s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:471.1875rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 li:before{  }
#GOkE2aXM3RMpwycFdzSiPkD0yb7kUm5l { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:469.1875rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:465.3125rem;left:0rem;height:2.51171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X li:before{  }
#yRQ0ul3K1Ekq5HSwEUuaJs4oDQZv2BBy { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:463.3125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yg5zpsEPovv6s42X3fU2xBCLGCeePOEv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:461.1875rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qk6VN5RNrCLAmhuy4orE44AtAqFIlims { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:452.625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qk6VN5RNrCLAmhuy4orE44AtAqFIlims li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qk6VN5RNrCLAmhuy4orE44AtAqFIlims li:before{  }
#ApVOI7ulss0QX29VtMVQ3W5xmTFkIlhr { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:450.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:443.4375rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE li:before{  }
#evw3bLBSTFEf8KLT2QE4pw2ZtwdM1rqp { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:441.4375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:435.5625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt li:before{  }
#WeVtX3xwdHSV8PG1WHKm5nyGuQo9ghP1 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:433.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fV8El98GG7Qu2er74TrpzxJnMlHsQuQK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:431.4375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wNAPIvd4nTRDW25k6ziixVRPdQ2aRAu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:478.9375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aloX5pEaXZT69KV2gExDHEdhBdZToIss { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:481.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:483.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 li:before{  }
#xgpbvtydBMbm3bm1BtOPh1G3w3ileSRu { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:488.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:490.9375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd li:before{  }
#DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:518.5625rem;left:0rem;height:5.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer li:before{  }
#xMlvL1unxtXdauvoMSbk6vb6sECCwi85 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:516.5625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:510.9375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr li:before{  }
#eKEvK52Wf8QTwvkg0Mb1vyIrDIHX18vI { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:508.9375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:504.0625rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw li:before{  }
#VFv3T7dUFSsHCNTS94oo5x2WZCDilzX0 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:502.0625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P48f58py5NP4EiE10tIVSAqGF9krHWOo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:499.9375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dlGEzmy54q29KNw8QeLP9E4SXRS9ORol { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:549.125rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dlGEzmy54q29KNw8QeLP9E4SXRS9ORol li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dlGEzmy54q29KNw8QeLP9E4SXRS9ORol li:before{  }
#PvpaIhB6mhH3x8T1G4q6B8nSqPHpDU7n { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:547.125rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:538.375rem;left:0rem;height:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK li:before{  }
#JF1VGZCVOIWWcsD0HUyG6A8GQ2nOSu20 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:536.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:531.375rem;left:0rem;height:3.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF li:before{  }
#hUXdT5LXsvourC6xyb4tJpK9CJC01FBl { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:529.375rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mqpyIQiIc32t3Rf4sxS3b4cCQ0zeNUkb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:527.25rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGrpTcyWTg8rgB87gMauEkaaBTdiGBLF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:589.625rem;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; }
#SkzdH12iSFpK6qTdiNky7Not8SA0VF9W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:582.625rem;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; }
#pAzIutaZPBHgP4kBlWBhKi6sSUJxa2zw { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:580.625rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTHcd0dqrsOQ2sczqZ5IwT8RDZyJBGLK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:572.75rem;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; }
#q7Am2VkVMeuFE7HFHCryw9P35NwrgcO9 { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:570.75rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B42uUDyMDnZFpWNaHUEU4mFbxx5v9w62 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:561.5rem;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; }
#okLi1XoMsNR0PfxTbfBZ3k3qaH6SZTHB { color:#31b46d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:559.5rem;left:0rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mSd2DwXOJ9TT9Rfx8S9zWLmUN0CEiOZE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:557.375rem;left:0rem;height:1.51220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { 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; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC.adaptive-delivery-prevent-bg, #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC.lazyload, #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC.lazyloading { background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { background-color: transparent; background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #686868; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .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); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { border-width: 0; border-radius: 0; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::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; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#i15lUnPgcofiG1na36QkkQaRJCkLTssO { color:rgba(var(--color-tertiary-0),1);display:block;width:57.4375rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:2.85009765625rem;left:8.78125rem;height:2.0625rem;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) { #qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:26rem;height:4.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRBAh8AWJPHJpc5QhbfbMJQrbJmiXMo { top:2.4375rem;left:30.4375rem;width:17.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zge8K55J3DORoQCg3mQKu699htV1f75i { display:block; }
 }@media only screen and (max-width: 763px) { #NH507JhrGPCqm5ikXT7TfpquNrGJPuuz { top:3.5625rem;left:43.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { display:block; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { top:2.6875rem;left:3.5625rem;width:40.625rem;height:10.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { top:14.75rem;left:5.8125rem;width:36.1875rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { top:7.3125rem;left:0.90625rem;width:45.9375rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { top:2.9375rem;left:5.125rem;width:37.5rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkUpCRg3GEZoAQgECdF2yzoTE9QnkK92 { top:15.875rem;left:15.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 { display:block; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww4Q2lmZ93hySmk1kIAFPmZbACRveqgo { width:47.75rem;height:7.5rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2fzAsW8g9B4VpATUDNugwdSMfiihhb7 { width:46rem;height:1.5625rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXQgznvD0dxMNM4ylMEq9p50V7smk6Hi { width:47.75rem;height:2.1875rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWIedTlIfPk69iKuyoLsX7EAygImuo7h { display:block; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5PQmt4Sw6BGzPyTomwRayqiywimw4AT { width:47.75rem;height:2.1875rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COie8rybi82OlEkmwmgDJ4GE2TcCPhvh { width:38.4375rem;height:1.5625rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLMrviduX7CvuVo19XGRxE31obdwbDws { width:47.75rem;height:4.5rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 li:before{  }
 }@media only screen and (max-width: 763px) { #CmvpQH2sBe7NbGXMfT4xQ83JtBfzf4vF { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqXzBTD42xywMSWmBRLPlpos8Tpi1tMx { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb li:before{  }
 }@media only screen and (max-width: 763px) { #leEWVhEg76f9VIAQRFlMx9o8P738reQ7 { width:47.75rem;height:1.1875rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF5tlV6DBArnXgprGvMWu9TS0X14LWTr { width:47.75rem;height:1.1875rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA { width:47.75rem;height:;top:32.8125rem;left:0rem;font-size:0.875rem;display:block; }#Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA li:before{  }
 }@media only screen and (max-width: 763px) { #LLZz5BPaptx0nphTVpPRgoWxvM2JkfU4 { width:47.75rem;height:1.1875rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLn5TzlTqVMW65699hcG63Tz41vCoIdU { width:47.75rem;height:7.5rem;top:42.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6tcDZfFIKuRZxMvc3kogEilROkQTknT { width:47.75rem;height:5.3125rem;top:53rem;left:0rem;font-size:0.875rem;display:block; }#Q6tcDZfFIKuRZxMvc3kogEilROkQTknT li:before{  }
 }@media only screen and (max-width: 763px) { #HME8xfmH0yG4BI229whaJPTZcMqxTFA3 { width:47.75rem;height:1.1875rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GocorBMG1obSXZzoGaXK8fByLBFQWev9 { width:47.75rem;height:3rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7mFWTD9p1gX8yKPCkTDyrAz7TUTRZX { width:47.75rem;height:1.1875rem;top:63.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq { width:47.75rem;height:3.875rem;top:65.875rem;left:0rem;font-size:0.875rem;display:block; }#sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq li:before{  }
 }@media only screen and (max-width: 763px) { #H9xQoPnbMwCqe7SgZTfPKKAydTpdTDGR { width:47.75rem;height:1.1875rem;top:71.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF { width:47.75rem;height:6.6875rem;top:73.5rem;left:0rem;font-size:0.875rem;display:block; }#Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF li:before{  }
 }@media only screen and (max-width: 763px) { #PIiTU1E2MJF6TahTlP628bLc4Rmystcp { width:47.75rem;height:1.1875rem;top:81.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N { width:47.75rem;height:5.3125rem;top:83.8125rem;left:0rem;font-size:0.875rem;display:block; }#SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N li:before{  }
 }@media only screen and (max-width: 763px) { #QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb { width:47.75rem;height:3.875rem;top:96rem;left:0rem;font-size:0.875rem;display:block; }#QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb li:before{  }
 }@media only screen and (max-width: 763px) { #Nr9rhetrSvInTESpTkdwxDgqqpHEGcfx { width:47.75rem;height:1.1875rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2cF9Fkl4hlV8f1XM05N94mHiDTseS9 { width:47.75rem;height:1.5rem;top:91.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubkAevDEqVXs1a15vEI9hLBQm4akllxl { width:47.75rem;height:1.1875rem;top:101.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQVOPdlza354uTxHKO3QMccyuzmlrVfn { width:47.75rem;height:5.3125rem;top:103.8125rem;left:0rem;font-size:0.875rem;display:block; }#MQVOPdlza354uTxHKO3QMccyuzmlrVfn li:before{  }
 }@media only screen and (max-width: 763px) { #Vgu055yMDZuKZwIVawTyCV3glHuE6svP { width:47.75rem;height:3.875rem;top:113.25rem;left:0rem;font-size:0.875rem;display:block; }#Vgu055yMDZuKZwIVawTyCV3glHuE6svP li:before{  }
 }@media only screen and (max-width: 763px) { #RmrdUcPTwxCuabFN09F3J4MNNuzAay4d { width:47.75rem;height:1.1875rem;top:111.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa { width:47.75rem;height:3.875rem;top:124.0625rem;left:0rem;font-size:0.875rem;display:block; }#fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa li:before{  }
 }@media only screen and (max-width: 763px) { #A8BKvoIwpwhzNA4sOM9Gp21qpP0sR2JT { width:47.75rem;height:1.1875rem;top:122.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td7UVNo40vVi5BMkhP3u87UF5kPOnxSC { width:47.75rem;height:1.5rem;top:119.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn { width:47.75rem;height:3.875rem;top:131.5rem;left:0rem;font-size:0.875rem;display:block; }#LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn li:before{  }
 }@media only screen and (max-width: 763px) { #M5ROLiVBF8g5ZxQQ4xO37qNzWlh0gLM4 { width:47.75rem;height:1.1875rem;top:129.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV { width:47.75rem;height:3.875rem;top:141.75rem;left:0rem;font-size:0.875rem;display:block; }#kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV li:before{  }
 }@media only screen and (max-width: 763px) { #T5VgrE3lCCpXTwhyWqUIhUZ48Wp1iw5T { width:47.75rem;height:1.1875rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfBxuix2OmmJnFKHS2V2ghJaiqvdsoK { width:47.75rem;height:1.5rem;top:137.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Asv0hnbK2UoSPeysRcLKP3JzuGxoo8 { width:47.75rem;height:1.1875rem;top:148.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA { width:47.75rem;height:3.875rem;top:150rem;left:0rem;font-size:0.875rem;display:block; }#D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA li:before{  }
 }@media only screen and (max-width: 763px) { #ktkxJouqubMQupILEa6wt7NkXdlWfGrV { width:47.75rem;height:3.875rem;top:161.625rem;left:0rem;font-size:0.875rem;display:block; }#ktkxJouqubMQupILEa6wt7NkXdlWfGrV li:before{  }
 }@media only screen and (max-width: 763px) { #UgOgAml1rFpyJ5TBDk0QnnRom7i3iuqT { width:47.75rem;height:1.1875rem;top:159.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I56bFfnNu7HfBvrZ5zLUyq0s3npV60pr { width:47.75rem;height:1.5rem;top:157.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeSuHaNtDETM77P1eazzUuo5lp52zGt2 { width:47.75rem;height:6.6875rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#aeSuHaNtDETM77P1eazzUuo5lp52zGt2 li:before{  }
 }@media only screen and (max-width: 763px) { #GNgfVIGsf6gIq4DWspeIrrUTLTBQolpG { width:47.75rem;height:1.1875rem;top:167.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y10MRU2RXAhkAqh4zx6IcaaWcGtPr6ve { width:47.75rem;height:7.5rem;top:180.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy1hXvh5ancMmybhyzWghe5u4Ct3UVqf { width:47.75rem;height:1.1875rem;top:179rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFs4IrkE7FgBkghGTfAOaSBiwgVGFOJH { width:47.75rem;height:1.1875rem;top:177.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 { width:47.75rem;height:5.3125rem;top:191.6875rem;left:0rem;font-size:0.875rem;display:block; }#tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 li:before{  }
 }@media only screen and (max-width: 763px) { #a1xyN4AbXNHH0kVGwxFdddREGLVLkcx2 { width:47.75rem;height:1.1875rem;top:189.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q { width:47.75rem;height:3.875rem;top:213.1875rem;left:0rem;font-size:0.875rem;display:block; }#qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q li:before{  }
 }@media only screen and (max-width: 763px) { #fVPr0OZ57gRngK971ozKLWMeBhndTirn { width:47.75rem;height:1.1875rem;top:211.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl5AefnELc7yynBOeFclfK6Tb3VziWDb { width:47.75rem;height:3.875rem;top:205.75rem;left:0rem;font-size:0.875rem;display:block; }#Gl5AefnELc7yynBOeFclfK6Tb3VziWDb li:before{  }
 }@media only screen and (max-width: 763px) { #aQqtJpHQpmrgGwtFA4Uz757lqk4eUTHx { width:47.75rem;height:1.1875rem;top:203.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEg1Uv8pe778vPHZ0FMNHQJzeuzxa0pT { width:47.75rem;height:1.5rem;top:201.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAnJzL4c45ahnQCtQfEutIG31bnvHMn2 { width:47.75rem;height:1.5rem;top:221.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbGGWHmAUrl9FOW8pSIuOiwl0G7rDbPS { width:47.75rem;height:1.1875rem;top:223.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD { width:47.75rem;height:3.875rem;top:225.4375rem;left:0rem;font-size:0.875rem;display:block; }#oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD li:before{  }
 }@media only screen and (max-width: 763px) { #xDkWi4yygMGvmXk8TvEotnHqaNk2qKcA { width:47.75rem;height:1.1875rem;top:230.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB { width:47.75rem;height:3.875rem;top:232.3125rem;left:0rem;font-size:0.875rem;display:block; }#dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB li:before{  }
 }@media only screen and (max-width: 763px) { #tLRtxFB5zSTZaVX84oAztZMqa9B42SBt { display:block; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZClrI0Bvuu1Sa0UsnrlX82VCykiEgmhL { width:47.75rem;height:1.0625rem;top:4.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8iKaWyVLqdmKDF17QDK6PBJxLRIS33z { width:38.4375rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqtIzix3nT15rPwmP2wuw3xBL5LWGzo { width:47.75rem;height:3rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS li:before{  }
 }@media only screen and (max-width: 763px) { #hCzHeTpR1I2bS9Z1bDZJyDGnTw5wQFLb { width:47.75rem;height:1.1875rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyQI8KJH5AMSnvf8q7Ifd3fxbKRL6ZKS { width:47.75rem;height:1.1875rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 { width:47.75rem;height:;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }#UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 li:before{  }
 }@media only screen and (max-width: 763px) { #U8fCw2fQTUFTqMv253saqqOLsv9w8xFX { width:47.75rem;height:1.1875rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw { width:47.75rem;height:6.6875rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }#F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw li:before{  }
 }@media only screen and (max-width: 763px) { #GzPrf5d5MBeQKF6vwrgf6pshG2U8iXFF { width:47.75rem;height:1.1875rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxNXAQlsxhEpgLeTAUNcDTF08rt4q4o3 { width:47.75rem;height:1.1875rem;top:43.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw { width:47.75rem;height:5.3125rem;top:45.375rem;left:0rem;font-size:0.875rem;display:block; }#KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw li:before{  }
 }@media only screen and (max-width: 763px) { #rFloANpA5HNSDyuTHWXL6NF5IzSwNFCg { width:47.75rem;height:6rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkm4ZBx3ltsKv6HxXNOUXICTZq975Hlt { width:47.75rem;height:1.1875rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ { width:47.75rem;height:3.875rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }#PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ li:before{  }
 }@media only screen and (max-width: 763px) { #g4LbO4AyEmFHqw50h8ldy7EK0eMJNSxg { width:47.75rem;height:1.1875rem;top:62.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N { width:47.75rem;height:3.875rem;top:71.5rem;left:0rem;font-size:0.875rem;display:block; }#OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N li:before{  }
 }@media only screen and (max-width: 763px) { #SXivZoFmzL2WmZQ7a1BPcfHDkif7VhhF { width:47.75rem;height:1.1875rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG { width:47.75rem;height:5.3125rem;top:124.375rem;left:0rem;font-size:0.875rem;display:block; }#NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG li:before{  }
 }@media only screen and (max-width: 763px) { #K549dSc2wdT9CBz94oAxHNdu2iB6vDl3 { width:47.75rem;height:1.1875rem;top:122.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir { width:47.75rem;height:5.3125rem;top:115.1875rem;left:0rem;font-size:0.875rem;display:block; }#K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir li:before{  }
 }@media only screen and (max-width: 763px) { #v9GMPClvQ0rCbMK5o9kRJTG8k3QyQBaW { width:47.75rem;height:1.1875rem;top:113.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms2shdprhOoUULNAx2VWc0Xn6pZsCWvC { width:47.75rem;height:1.1875rem;top:111.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEtIumdfNuQJpq7wpzu55MyvsBi26t5W { width:47.75rem;height:5.3125rem;top:104.5rem;left:0rem;font-size:0.875rem;display:block; }#mEtIumdfNuQJpq7wpzu55MyvsBi26t5W li:before{  }
 }@media only screen and (max-width: 763px) { #dbnmXouaKrNlPq2qfVIzhK7J9QTTtfA6 { width:47.75rem;height:1.1875rem;top:102.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 { width:47.75rem;height:9.5625rem;top:91.5rem;left:0rem;font-size:0.875rem;display:block; }#ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 li:before{  }
 }@media only screen and (max-width: 763px) { #LyGuMf3SSu75ySdSRXNdKUMRznfXWpVR { width:47.75rem;height:1.1875rem;top:89.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2peWr4J6mVok9XsoVyTmzlLODXFSS4R { width:47.75rem;height:3.875rem;top:84.375rem;left:0rem;font-size:0.875rem;display:block; }#C2peWr4J6mVok9XsoVyTmzlLODXFSS4R li:before{  }
 }@media only screen and (max-width: 763px) { #r0sxsVaAPoi8ANmUVs9FymFovLNG0NuZ { width:47.75rem;height:1.1875rem;top:82.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf6wPZqIa1dTrTB7WLS15JOFE64bC8qM { width:47.75rem;height:1.5rem;top:80.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGWDRy5y0HHmM540BLF7eyaX7S95Tw8V { width:47.75rem;height:6rem;top:178.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dooqRxdZLBINu4idd5mDPVCvuvyLZ8lh { width:47.75rem;height:1.1875rem;top:176.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcTqbuWIwula6zwFa42yQZo21R02tWy6 { width:47.75rem;height:6rem;top:169.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFFbv0Vi8Lv6w83459VIVQDI1k83hCs9 { width:47.75rem;height:1.1875rem;top:167.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdtp3J2PIEbEFAWmZVTqc6sDS9yOSRgS { width:47.75rem;height:1.1875rem;top:165.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw { width:47.75rem;height:5.3125rem;top:158.5625rem;left:0rem;font-size:0.875rem;display:block; }#IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw li:before{  }
 }@media only screen and (max-width: 763px) { #ETJUV4ByNUSxkkGhMGIZSSGTSqTS46W8 { width:47.75rem;height:1.1875rem;top:156.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z { width:47.75rem;height:9.5625rem;top:145rem;left:0rem;font-size:0.875rem;display:block; }#PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z li:before{  }
 }@media only screen and (max-width: 763px) { #TB3OQlQTWmIrn1Dm3TpHVekPkzc7XlcW { width:47.75rem;height:1.1875rem;top:143rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A { width:47.75rem;height:3.875rem;top:137.1875rem;left:0rem;font-size:0.875rem;display:block; }#xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A li:before{  }
 }@media only screen and (max-width: 763px) { #DgtSSg6iZJApH37rsHg6xMT6GJvi5Ret { width:47.75rem;height:1.1875rem;top:135.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnvssXcDOZzxf4LIzJ3Sg5BoIhC5FBt { width:47.75rem;height:1.5rem;top:133.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNmVwrEtWUekhSR6GvJ7OhROehuxqlL { width:47.75rem;height:6rem;top:223.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaEQxuQTniSvCSTfZFXcEqVA75QV50Ar { width:47.75rem;height:1.1875rem;top:221.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTPpIONDJWHPts7oBfaPIVqCqAFDV26v { width:47.75rem;height:1.1875rem;top:220.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 { width:47.75rem;height:5.3125rem;top:213.25rem;left:0rem;font-size:0.875rem;display:block; }#K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 li:before{  }
 }@media only screen and (max-width: 763px) { #h5sM2GaDvqDa8b5HrotFs1ywWEeNEIDH { width:47.75rem;height:1.1875rem;top:211.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFK797689LXitRKHEov9pTVG1q7htDzL { width:47.75rem;height:9.5625rem;top:200.4375rem;left:0rem;font-size:0.875rem;display:block; }#zFK797689LXitRKHEov9pTVG1q7htDzL li:before{  }
 }@media only screen and (max-width: 763px) { #BEWmMBbNTt65v3T4g3SeV189z30S5zfE { width:47.75rem;height:1.1875rem;top:198.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC { width:47.75rem;height:3.875rem;top:193.125rem;left:0rem;font-size:0.875rem;display:block; }#ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC li:before{  }
 }@media only screen and (max-width: 763px) { #hg7yhow2OJwcMVCCc7QnUE5FTdaCtgnv { width:47.75rem;height:1.1875rem;top:191.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURUOGqCM3lnTzTRmwKMk8AE02dAds9r { width:47.75rem;height:1.5rem;top:189rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb { width:47.75rem;height:3.875rem;top:278.625rem;left:0rem;font-size:0.875rem;display:block; }#dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb li:before{  }
 }@media only screen and (max-width: 763px) { #SlO9pwmyoL4RZamPcmZWLSfPtWvULqTd { width:47.75rem;height:1.1875rem;top:276.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe { width:47.75rem;height:6.6875rem;top:268.625rem;left:0rem;font-size:0.875rem;display:block; }#vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe li:before{  }
 }@media only screen and (max-width: 763px) { #T9B3cc4CbSzW1TXrDfRkbUDabWZKkvgg { width:47.75rem;height:1.1875rem;top:266.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efWiTByc8AgETypKAQKonTxyC2ABnpAu { width:47.75rem;height:1.1875rem;top:265.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlANxQhPicHCftFctKpaqcBJGtbphLer { width:47.75rem;height:5.3125rem;top:258.5rem;left:0rem;font-size:0.875rem;display:block; }#JlANxQhPicHCftFctKpaqcBJGtbphLer li:before{  }
 }@media only screen and (max-width: 763px) { #TxbVVNNM0KcQFTf64bqWP9k9hgm2Tzuu { width:47.75rem;height:1.1875rem;top:256.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRRBFvE4eCtgieXMMbpC5206HiG61Cua { width:47.75rem;height:9.5625rem;top:245.375rem;left:0rem;font-size:0.875rem;display:block; }#BRRBFvE4eCtgieXMMbpC5206HiG61Cua li:before{  }
 }@media only screen and (max-width: 763px) { #R0WLchq5dqTQp6bfSXBt5GWu9k4hPx3F { width:47.75rem;height:1.1875rem;top:243.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ { width:47.75rem;height:3.875rem;top:238.1875rem;left:0rem;font-size:0.875rem;display:block; }#DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ li:before{  }
 }@media only screen and (max-width: 763px) { #ITHqKtiveeEBryznSS2pVK1Mk31J1mOC { width:47.75rem;height:1.1875rem;top:236.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMvdh0XztDx7zcRBo9mJBW3nS3u3fxO { width:47.75rem;height:1.5rem;top:234.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK { width:47.75rem;height:5.3125rem;top:318.4375rem;left:0rem;font-size:0.875rem;display:block; }#ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK li:before{  }
 }@media only screen and (max-width: 763px) { #Mr87UKR8x7TRpQTMzSAbEE20nikh5dVS { width:47.75rem;height:1.1875rem;top:316.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFn27sDPiqm378IIFw8sdUtSu7gPVf6u { width:47.75rem;height:1.1875rem;top:314.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm { width:47.75rem;height:5.3125rem;top:308.25rem;left:0rem;font-size:0.875rem;display:block; }#HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm li:before{  }
 }@media only screen and (max-width: 763px) { #XGez4TohqTC6gq3W927peM844mGMtfuE { width:47.75rem;height:1.1875rem;top:306.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF { width:47.75rem;height:8.125rem;top:297.0625rem;left:0rem;font-size:0.875rem;display:block; }#nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF li:before{  }
 }@media only screen and (max-width: 763px) { #d4gTcOTvekG5FoJwn0kCDzJgLaoz9DfL { width:47.75rem;height:1.1875rem;top:295.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyQSVDftcuxTLKahg1LqddsLn6SIVyfa { width:47.75rem;height:3.875rem;top:290.1875rem;left:0rem;font-size:0.875rem;display:block; }#nyQSVDftcuxTLKahg1LqddsLn6SIVyfa li:before{  }
 }@media only screen and (max-width: 763px) { #N9yTX8skLVD2R36sU43TDbTMzVxMI603 { width:47.75rem;height:1.1875rem;top:288.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnxAdFOX0yAODClakIo0RRoJnVckcz08 { width:47.75rem;height:1.5rem;top:286.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 { width:47.75rem;height:8.125rem;top:339.0625rem;left:0rem;font-size:0.875rem;display:block; }#EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 li:before{  }
 }@media only screen and (max-width: 763px) { #lw0mllFTyFMI6fXsAHh0MOneiSXul3ot { width:47.75rem;height:1.1875rem;top:337.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge { width:47.75rem;height:3.875rem;top:331.9375rem;left:0rem;font-size:0.875rem;display:block; }#Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge li:before{  }
 }@media only screen and (max-width: 763px) { #Obyt8JUp6e8STA0IoaT9ifsP398G6pXt { width:47.75rem;height:1.1875rem;top:329.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk98d5rGCn8UOBwMfJUtxInzTrQEu0mF { width:47.75rem;height:1.5rem;top:327.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVnpKpeKCXl3GT0WeBncUcTOcx4s46mP { width:47.75rem;height:1.1875rem;top:349.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlGsBufeeTUPWgsfTZdrQIm8m0EzlZMF { width:47.75rem;height:1.1875rem;top:351.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 { width:47.75rem;height:6.6875rem;top:353.0625rem;left:0rem;font-size:0.875rem;display:block; }#MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 li:before{  }
 }@media only screen and (max-width: 763px) { #KxakSiySMfUnZdnmnhVo6DqTcDv5OH1o { width:47.75rem;height:1.5rem;top:363.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTnyAt17G9BTPf1KVKW4WMxOyB1DAZZW { width:47.75rem;height:1.1875rem;top:365.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp { width:47.75rem;height:3.875rem;top:367.3125rem;left:0rem;font-size:0.875rem;display:block; }#f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp li:before{  }
 }@media only screen and (max-width: 763px) { #EH5DZdxJRaSSpPgxFpVWfysiMDlopB3X { width:47.75rem;height:1.1875rem;top:373.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgbixVq0g24oOteSMxKzQgFSWUFOpriT { width:47.75rem;height:5.3125rem;top:375.0625rem;left:0rem;font-size:0.875rem;display:block; }#LgbixVq0g24oOteSMxKzQgFSWUFOpriT li:before{  }
 }@media only screen and (max-width: 763px) { #c90txLp1gAFbPMUbSVg9G9230OG8SzDA { width:47.75rem;height:3.875rem;top:384.125rem;left:0rem;font-size:0.875rem;display:block; }#c90txLp1gAFbPMUbSVg9G9230OG8SzDA li:before{  }
 }@media only screen and (max-width: 763px) { #FJGObQZxQl8EeHEM3un3QHOSwNrWbs2I { width:47.75rem;height:1.1875rem;top:382.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFbidWqbtcEZct9Eslk2DwFT19G1EAv { width:47.75rem;height:1.5rem;top:392.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2gqKLaxxOX1DOG6HZmk7qrKsO6GHFCV { width:47.75rem;height:1.1875rem;top:395rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA { width:47.75rem;height:3.875rem;top:397rem;left:0rem;font-size:0.875rem;display:block; }#ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA li:before{  }
 }@media only screen and (max-width: 763px) { #b1lknCWtvHt7k401zoVx9qu3N33f4ruZ { width:47.75rem;height:1.1875rem;top:402.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrZpReK0txbREKgehBWW2i3nkZJdTCeZ { width:47.75rem;height:3.875rem;top:404.4375rem;left:0rem;font-size:0.875rem;display:block; }#BrZpReK0txbREKgehBWW2i3nkZJdTCeZ li:before{  }
 }@media only screen and (max-width: 763px) { #h5kiI6rvTRpJPiRIMcheQe66XuhsVa0M { width:47.75rem;height:1.5rem;top:412.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmXJnzruWRGtR87d5Cbgv664BwdbPu1 { width:47.75rem;height:1.1875rem;top:414.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 { width:47.75rem;height:3.875rem;top:416.1875rem;left:0rem;font-size:0.875rem;display:block; }#K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 li:before{  }
 }@media only screen and (max-width: 763px) { #t4cgIT5DpqT6JmAbN1Gp5PKctW5V24I6 { width:47.75rem;height:1.1875rem;top:421.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh { width:47.75rem;height:3.875rem;top:423.5rem;left:0rem;font-size:0.875rem;display:block; }#gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh li:before{  }
 }@media only screen and (max-width: 763px) { #s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 { width:47.75rem;height:3.875rem;top:471.1875rem;left:0rem;font-size:0.875rem;display:block; }#s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 li:before{  }
 }@media only screen and (max-width: 763px) { #GOkE2aXM3RMpwycFdzSiPkD0yb7kUm5l { width:47.75rem;height:1.1875rem;top:469.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X { width:47.75rem;height:2.5rem;top:465.3125rem;left:0rem;font-size:0.875rem;display:block; }#iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X li:before{  }
 }@media only screen and (max-width: 763px) { #yRQ0ul3K1Ekq5HSwEUuaJs4oDQZv2BBy { width:47.75rem;height:1.1875rem;top:463.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg5zpsEPovv6s42X3fU2xBCLGCeePOEv { width:47.75rem;height:1.5rem;top:461.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk6VN5RNrCLAmhuy4orE44AtAqFIlims { width:47.75rem;height:5.3125rem;top:452.625rem;left:0rem;font-size:0.875rem;display:block; }#qk6VN5RNrCLAmhuy4orE44AtAqFIlims li:before{  }
 }@media only screen and (max-width: 763px) { #ApVOI7ulss0QX29VtMVQ3W5xmTFkIlhr { width:47.75rem;height:1.1875rem;top:450.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE { width:47.75rem;height:5.3125rem;top:443.4375rem;left:0rem;font-size:0.875rem;display:block; }#cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE li:before{  }
 }@media only screen and (max-width: 763px) { #evw3bLBSTFEf8KLT2QE4pw2ZtwdM1rqp { width:47.75rem;height:1.1875rem;top:441.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt { width:47.75rem;height:3.875rem;top:435.5625rem;left:0rem;font-size:0.875rem;display:block; }#JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt li:before{  }
 }@media only screen and (max-width: 763px) { #WeVtX3xwdHSV8PG1WHKm5nyGuQo9ghP1 { width:47.75rem;height:1.1875rem;top:433.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV8El98GG7Qu2er74TrpzxJnMlHsQuQK { width:47.75rem;height:1.5rem;top:431.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNAPIvd4nTRDW25k6ziixVRPdQ2aRAu8 { width:47.75rem;height:1.5rem;top:478.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aloX5pEaXZT69KV2gExDHEdhBdZToIss { width:47.75rem;height:1.1875rem;top:481.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 { width:47.75rem;height:3.875rem;top:483.0625rem;left:0rem;font-size:0.875rem;display:block; }#I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 li:before{  }
 }@media only screen and (max-width: 763px) { #xgpbvtydBMbm3bm1BtOPh1G3w3ileSRu { width:47.75rem;height:1.1875rem;top:488.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd { width:47.75rem;height:3.875rem;top:490.9375rem;left:0rem;font-size:0.875rem;display:block; }#dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd li:before{  }
 }@media only screen and (max-width: 763px) { #DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer { width:47.75rem;height:5.3125rem;top:518.5625rem;left:0rem;font-size:0.875rem;display:block; }#DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer li:before{  }
 }@media only screen and (max-width: 763px) { #xMlvL1unxtXdauvoMSbk6vb6sECCwi85 { width:47.75rem;height:1.1875rem;top:516.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr { width:47.75rem;height:3.875rem;top:510.9375rem;left:0rem;font-size:0.875rem;display:block; }#aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr li:before{  }
 }@media only screen and (max-width: 763px) { #eKEvK52Wf8QTwvkg0Mb1vyIrDIHX18vI { width:47.75rem;height:1.1875rem;top:508.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw { width:47.75rem;height:3.875rem;top:504.0625rem;left:0rem;font-size:0.875rem;display:block; }#LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw li:before{  }
 }@media only screen and (max-width: 763px) { #VFv3T7dUFSsHCNTS94oo5x2WZCDilzX0 { width:47.75rem;height:1.1875rem;top:502.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48f58py5NP4EiE10tIVSAqGF9krHWOo { width:47.75rem;height:1.5rem;top:499.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlGEzmy54q29KNw8QeLP9E4SXRS9ORol { width:47.75rem;height:3.875rem;top:549.125rem;left:0rem;font-size:0.875rem;display:block; }#dlGEzmy54q29KNw8QeLP9E4SXRS9ORol li:before{  }
 }@media only screen and (max-width: 763px) { #PvpaIhB6mhH3x8T1G4q6B8nSqPHpDU7n { width:47.75rem;height:1.1875rem;top:547.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK { width:47.75rem;height:6.6875rem;top:538.375rem;left:0rem;font-size:0.875rem;display:block; }#Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK li:before{  }
 }@media only screen and (max-width: 763px) { #JF1VGZCVOIWWcsD0HUyG6A8GQ2nOSu20 { width:47.75rem;height:1.1875rem;top:536.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF { width:47.75rem;height:3.875rem;top:531.375rem;left:0rem;font-size:0.875rem;display:block; }#KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF li:before{  }
 }@media only screen and (max-width: 763px) { #hUXdT5LXsvourC6xyb4tJpK9CJC01FBl { width:47.75rem;height:1.1875rem;top:529.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqpyIQiIc32t3Rf4sxS3b4cCQ0zeNUkb { width:47.75rem;height:1.5rem;top:527.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGrpTcyWTg8rgB87gMauEkaaBTdiGBLF { width:47.75rem;height:1.5rem;top:589.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkzdH12iSFpK6qTdiNky7Not8SA0VF9W { width:47.75rem;height:6rem;top:582.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAzIutaZPBHgP4kBlWBhKi6sSUJxa2zw { width:47.75rem;height:1.1875rem;top:580.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTHcd0dqrsOQ2sczqZ5IwT8RDZyJBGLK { width:47.75rem;height:6rem;top:572.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Am2VkVMeuFE7HFHCryw9P35NwrgcO9 { width:47.75rem;height:1.1875rem;top:570.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B42uUDyMDnZFpWNaHUEU4mFbxx5v9w62 { width:47.75rem;height:7.5rem;top:561.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okLi1XoMsNR0PfxTbfBZ3k3qaH6SZTHB { width:47.75rem;height:1.1875rem;top:559.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSd2DwXOJ9TT9Rfx8S9zWLmUN0CEiOZE { width:47.75rem;height:1.5rem;top:557.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i15lUnPgcofiG1na36QkkQaRJCkLTssO { width:47.75rem;height:2.0625rem;top:2.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz { position:relative;z-index:auto;display:block; }#qmouM72PZnWH0Q0S0xTB8WN3HorKIOLz > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAE4RSOHfdIWecWtmtWLeDkFGBkBHI0z { width:15.5rem;height:2.5rem;top:0.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNRBAh8AWJPHJpc5QhbfbMJQrbJmiXMo { top:4.0625rem;left:3.5rem;width:13.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zge8K55J3DORoQCg3mQKu699htV1f75i { display:block; }
 }@media only screen and (max-width: 763px) { #NH507JhrGPCqm5ikXT7TfpquNrGJPuuz { display:flex;width:1.625rem;height:1.625rem;top:4.625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7cf0e6ae-6883-41a9-928b-61e436053b46/blurredabstractbackground.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw.adaptive-delivery-prevent-bg, #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw.lazyload, #n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw.lazyloading { background-image: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { background-color: transparent; background-image: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,16,0.12); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,15,16,0.12); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { display: none; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .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); }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw::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; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2cPB4gCIvU0CPwxk5T4lxr73JT0lNfw > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFqRVWGnJVZOoAGLc7Zu4T4KgvmSB4GO { width:20rem;height:4.67480625rem;top:1.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.75rem #253045;display:block; }
 }@media only screen and (max-width: 763px) { #XZtqNwNoQM0D1VnWalACPTneTux3e3Wa { width:20rem;height:4.63036875rem;top:7.2275390625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f5f4f2;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl { display:block; }#LddZnmRA6MLkmEPVUbfm86WAwrTPXtCl > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLs5tD5ltWV8kZMxBi6sE0Q8Rq86rTJC { width:20rem;height:3.8994125rem;top:5.5625rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0IfXXwXlTNnmF95OdD56iM4CCoOE1sL { width:16.75rem;height:3.1621125rem;top:0.9375rem;left:1.625rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UkUpCRg3GEZoAQgECdF2yzoTE9QnkK92 { display:flex;width:1.875rem;height:1.875rem;top:11.125rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 { background-color:#ffffff;background-image:none;display:block; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container { background-color: transparent; background-image: none; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container > .video-iframe-container { display: none; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row > .video-iframe-container { display: none; }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .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); }#X1fbLgXKiiSTzOgR41UTxMPdr2GT32W1 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww4Q2lmZ93hySmk1kIAFPmZbACRveqgo { width:20rem;height:13.4707125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b2fzAsW8g9B4VpATUDNugwdSMfiihhb7 { width:20rem;height:3.0244125rem;top:19.3125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EXQgznvD0dxMNM4ylMEq9p50V7smk6Hi { width:20rem;height:3.29980625rem;top:0.494140625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cWIedTlIfPk69iKuyoLsX7EAygImuo7h { background-color:#ffffff;background-image:none;display:block; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container { background-color: transparent; background-image: none; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container > .video-iframe-container { display: none; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row > .video-iframe-container { display: none; }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .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); }#cWIedTlIfPk69iKuyoLsX7EAygImuo7h > .row .container { width:20rem;height:215.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5PQmt4Sw6BGzPyTomwRayqiywimw4AT { width:20rem;height:4.19921875rem;top:4.75rem;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) { #COie8rybi82OlEkmwmgDJ4GE2TcCPhvh { width:20rem;height:2.8496125rem;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) { #PLMrviduX7CvuVo19XGRxE31obdwbDws { width:20rem;height:4.949225rem;top:9.9375rem;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) { #scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 { width:20rem;height:4.4746125rem;top:14.88671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#scxpey6H9BWvtKVPTSywDwwXmcyVUgr0 li:before{  }
 }@media only screen and (max-width: 763px) { #CmvpQH2sBe7NbGXMfT4xQ83JtBfzf4vF { width:20rem;height:1.5rem;top:12.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) { #ZqXzBTD42xywMSWmBRLPlpos8Tpi1tMx { width:20rem;height:1.5rem;top:20.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) { #qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb { width:20rem;height:8.2993125rem;top:21.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#qSH6TevrSTUym1fJXSvN0TSDo8I2Jilb li:before{  }
 }@media only screen and (max-width: 763px) { #leEWVhEg76f9VIAQRFlMx9o8P738reQ7 { width:20rem;height:1.5rem;top:31.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) { #KF5tlV6DBArnXgprGvMWu9TS0X14LWTr { width:20rem;height:1.5rem;top:33.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) { #Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA { width:20rem;height:6.7119375rem;top:35.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Nk7uUNkJX8Th7uubn9IvnWbxH2Dh6KTA li:before{  }
 }@media only screen and (max-width: 763px) { #LLZz5BPaptx0nphTVpPRgoWxvM2JkfU4 { width:20rem;height:1.19970625rem;top:43.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) { #KLn5TzlTqVMW65699hcG63Tz41vCoIdU { width:20rem;height:5.24903125rem;top:44.76171875rem;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) { #Q6tcDZfFIKuRZxMvc3kogEilROkQTknT { width:20rem;height:5.3125rem;top:52.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#Q6tcDZfFIKuRZxMvc3kogEilROkQTknT li:before{  }
 }@media only screen and (max-width: 763px) { #HME8xfmH0yG4BI229whaJPTZcMqxTFA3 { width:20rem;height:1.5rem;top:50.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) { #GocorBMG1obSXZzoGaXK8fByLBFQWev9 { width:20rem;height:4.04883125rem;top:59.8125rem;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) { #Ts7mFWTD9p1gX8yKPCkTDyrAz7TUTRZX { width:20rem;height:1.19970625rem;top:62.75rem;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) { #sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq { width:20rem;height:3.51220625rem;top:64.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#sE1HqnhlKfrCADQaUQ7gXx0wDfShEOXq li:before{  }
 }@media only screen and (max-width: 763px) { #H9xQoPnbMwCqe7SgZTfPKKAydTpdTDGR { width:20rem;height:1.5rem;top:68.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) { #Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF { width:20rem;height:5.625rem;top:70.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#Uz21Ekx8NqwnRGGNAVXRW1LW4RZUSTiF li:before{  }
 }@media only screen and (max-width: 763px) { #PIiTU1E2MJF6TahTlP628bLc4Rmystcp { width:20rem;height:1.5rem;top:76.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) { #SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N { width:20rem;height:4.7871125rem;top:78.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#SX2vk7hAHFoyTXiXRNxdLZmR1bSTLW0N li:before{  }
 }@media only screen and (max-width: 763px) { #QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb { width:20rem;height:4.4746125rem;top:89.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#QVNXB1oESONFu8wsnk6pbp8nfR2LHqNb li:before{  }
 }@media only screen and (max-width: 763px) { #Nr9rhetrSvInTESpTkdwxDgqqpHEGcfx { width:20rem;height:1.5rem;top:88.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) { #Pu2cF9Fkl4hlV8f1XM05N94mHiDTseS9 { width:20rem;height:2.69921875rem;top:85.4375rem;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) { #ubkAevDEqVXs1a15vEI9hLBQm4akllxl { width:20rem;height:1.19970625rem;top:95.0625rem;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) { #MQVOPdlza354uTxHKO3QMccyuzmlrVfn { width:20rem;height:4.7871125rem;top:96.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#MQVOPdlza354uTxHKO3QMccyuzmlrVfn li:before{  }
 }@media only screen and (max-width: 763px) { #Vgu055yMDZuKZwIVawTyCV3glHuE6svP { width:20rem;height:4.4746125rem;top:103.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Vgu055yMDZuKZwIVawTyCV3glHuE6svP li:before{  }
 }@media only screen and (max-width: 763px) { #RmrdUcPTwxCuabFN09F3J4MNNuzAay4d { width:20rem;height:1.5rem;top:102rem;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) { #fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa { width:20rem;height:4.4746125rem;top:114.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#fUhFUCTsm2bV2RK1iwFVFwk7CSXtXnDa li:before{  }
 }@media only screen and (max-width: 763px) { #A8BKvoIwpwhzNA4sOM9Gp21qpP0sR2JT { width:20rem;height:1.5rem;top:113.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) { #Td7UVNo40vVi5BMkhP3u87UF5kPOnxSC { width:20rem;height:2.69921875rem;top:109.9375rem;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) { #LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn { width:20rem;height:3.51220625rem;top:121.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#LVZsumRpy4Bl6JAgayiWXpPUXV6AGGNn li:before{  }
 }@media only screen and (max-width: 763px) { #M5ROLiVBF8g5ZxQQ4xO37qNzWlh0gLM4 { width:20rem;height:1.5rem;top:120.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) { #kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV { width:20rem;height:4.4746125rem;top:131.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#kzvr2JdtaLTks4aXUV1qObHwqvUyIUfV li:before{  }
 }@media only screen and (max-width: 763px) { #T5VgrE3lCCpXTwhyWqUIhUZ48Wp1iw5T { width:20rem;height:1.5rem;top:130rem;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) { #ITfBxuix2OmmJnFKHS2V2ghJaiqvdsoK { width:20rem;height:2.69921875rem;top:127.125rem;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) { #T5Asv0hnbK2UoSPeysRcLKP3JzuGxoo8 { width:20rem;height:1.5rem;top:137.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) { #D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA { width:20rem;height:3.51220625rem;top:138.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#D7gCKiGEc3xFgzlZwX3LQskMsbGB2tkA li:before{  }
 }@media only screen and (max-width: 763px) { #ktkxJouqubMQupILEa6wt7NkXdlWfGrV { width:20rem;height:4.4746125rem;top:148.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ktkxJouqubMQupILEa6wt7NkXdlWfGrV li:before{  }
 }@media only screen and (max-width: 763px) { #UgOgAml1rFpyJ5TBDk0QnnRom7i3iuqT { width:20rem;height:1.5rem;top:146.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) { #I56bFfnNu7HfBvrZ5zLUyq0s3npV60pr { width:20rem;height:2.92480625rem;top:144rem;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) { #aeSuHaNtDETM77P1eazzUuo5lp52zGt2 { width:20rem;height:7.9868125rem;top:155.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#aeSuHaNtDETM77P1eazzUuo5lp52zGt2 li:before{  }
 }@media only screen and (max-width: 763px) { #GNgfVIGsf6gIq4DWspeIrrUTLTBQolpG { width:20rem;height:1.5rem;top:153.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) { #y10MRU2RXAhkAqh4zx6IcaaWcGtPr6ve { width:20rem;height:4.812rem;top:167rem;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) { #Cy1hXvh5ancMmybhyzWghe5u4Ct3UVqf { width:20rem;height:1.5rem;top:165.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) { #AFs4IrkE7FgBkghGTfAOaSBiwgVGFOJH { width:20rem;height:1.5rem;top:163.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) { #tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 { width:20rem;height:4.7871125rem;top:174.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#tSJA2R5Io3zWZUE8vwIK2opJwV9W4ez2 li:before{  }
 }@media only screen and (max-width: 763px) { #a1xyN4AbXNHH0kVGwxFdddREGLVLkcx2 { width:20rem;height:1.5rem;top:172.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) { #qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q { width:20rem;height:3.7744125rem;top:193.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#qSfkvHTeX9mwKXEMqx3hmcTTtTfGOJ4Q li:before{  }
 }@media only screen and (max-width: 763px) { #fVPr0OZ57gRngK971ozKLWMeBhndTirn { width:20rem;height:1.5rem;top:191.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) { #Gl5AefnELc7yynBOeFclfK6Tb3VziWDb { width:20rem;height:4.82421875rem;top:186.26171875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#Gl5AefnELc7yynBOeFclfK6Tb3VziWDb li:before{  }
 }@media only screen and (max-width: 763px) { #aQqtJpHQpmrgGwtFA4Uz757lqk4eUTHx { width:20rem;height:1.5rem;top:184.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) { #QEg1Uv8pe778vPHZ0FMNHQJzeuzxa0pT { width:20rem;height:2.69921875rem;top:182.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) { #yAnJzL4c45ahnQCtQfEutIG31bnvHMn2 { width:20rem;height:1.6875rem;top:199.5625rem;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) { #sbGGWHmAUrl9FOW8pSIuOiwl0G7rDbPS { width:20rem;height:1.5rem;top:201.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) { #oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD { width:20rem;height:4.4746125rem;top:202.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#oSXIbBLiR9LRHf0qZmf3g7gkWZQ974qD li:before{  }
 }@media only screen and (max-width: 763px) { #xDkWi4yygMGvmXk8TvEotnHqaNk2qKcA { width:20rem;height:1.5rem;top:208.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) { #dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB { width:20rem;height:3.7744125rem;top:209.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#dPeQqCVDqef3hW1TnrK65TO2VkIUpTVB li:before{  }
 }@media only screen and (max-width: 763px) { #tLRtxFB5zSTZaVX84oAztZMqa9B42SBt { background-color:#ffffff;background-image:none;display:block; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container { background-color: transparent; background-image: none; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container > .video-iframe-container { display: none; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row > .video-iframe-container { display: none; }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .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); }#tLRtxFB5zSTZaVX84oAztZMqa9B42SBt > .row .container { width:20rem;height:495.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZClrI0Bvuu1Sa0UsnrlX82VCykiEgmhL { width:20rem;height:3.1494125rem;top:4.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) { #C8iKaWyVLqdmKDF17QDK6PBJxLRIS33z { width:20rem;height:2.61230625rem;top:1.01220703125rem;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) { #dSqtIzix3nT15rPwmP2wuw3xBL5LWGzo { width:20rem;height:2.699225rem;top:8.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) { #yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS { width:20rem;height:3.51220625rem;top:11.44921875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#yHNKZ5w1TW4vMkT8grLxLdQXPBe9dNsS li:before{  }
 }@media only screen and (max-width: 763px) { #hCzHeTpR1I2bS9Z1bDZJyDGnTw5wQFLb { width:20rem;height:1.5rem;top:9.88671875rem;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) { #AyQI8KJH5AMSnvf8q7Ifd3fxbKRL6ZKS { width:20rem;height:1.5rem;top:15.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) { #UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 { width:20rem;height:10.2734375rem;top:17.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#UGUK9gTMC6vmN4KfSozSHkRHxw13M8x0 li:before{  }
 }@media only screen and (max-width: 763px) { #U8fCw2fQTUFTqMv253saqqOLsv9w8xFX { width:20rem;height:1.19970625rem;top:28.17578125rem;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) { #F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw { width:20rem;height:6.0620125rem;top:29.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#F5Ti8dQgA8aHRHkQzcmTcPMIuK9kJupw li:before{  }
 }@media only screen and (max-width: 763px) { #GzPrf5d5MBeQKF6vwrgf6pshG2U8iXFF { width:20rem;height:1.5rem;top:36.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) { #CxNXAQlsxhEpgLeTAUNcDTF08rt4q4o3 { width:20rem;height:1.3125rem;top:38.25rem;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) { #KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw { width:20rem;height:6.1875rem;top:39.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#KXkvLzoVIFaTiDfwC63EMJXRiMAO5EIw li:before{  }
 }@media only screen and (max-width: 763px) { #rFloANpA5HNSDyuTHWXL6NF5IzSwNFCg { width:20rem;height:4.199225rem;top:48.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) { #hkm4ZBx3ltsKv6HxXNOUXICTZq975Hlt { width:20rem;height:1.5rem;top:46.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) { #PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ { width:20rem;height:4.4746125rem;top:54.82421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#PCD3WyLb9S9FsBef1pH8DHpmQR7CoWbQ li:before{  }
 }@media only screen and (max-width: 763px) { #g4LbO4AyEmFHqw50h8ldy7EK0eMJNSxg { width:20rem;height:1.19970625rem;top:53.25rem;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) { #OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N { width:20rem;height:4.4746125rem;top:61.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#OhHzzkKSB5GiezlE4BEfHVgT7Un5Xy9N li:before{  }
 }@media only screen and (max-width: 763px) { #SXivZoFmzL2WmZQ7a1BPcfHDkif7VhhF { width:20rem;height:1.5rem;top:60.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) { #NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG { width:20rem;height:4.4375rem;top:103.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#NJraXGVNe8BS7ft4wAaf0kHiROS1oFPG li:before{  }
 }@media only screen and (max-width: 763px) { #K549dSc2wdT9CBz94oAxHNdu2iB6vDl3 { width:20rem;height:1.5rem;top:102.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) { #K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir { width:20rem;height:4.4375rem;top:96.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#K8E3WC0oNZE9k5mJTyzPLNMFD4PBG0Ir li:before{  }
 }@media only screen and (max-width: 763px) { #v9GMPClvQ0rCbMK5o9kRJTG8k3QyQBaW { width:20rem;height:1.5rem;top:95.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) { #ms2shdprhOoUULNAx2VWc0Xn6pZsCWvC { width:20rem;height:1.5rem;top:93.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) { #mEtIumdfNuQJpq7wpzu55MyvsBi26t5W { width:20rem;height:4.4375rem;top:88.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#mEtIumdfNuQJpq7wpzu55MyvsBi26t5W li:before{  }
 }@media only screen and (max-width: 763px) { #dbnmXouaKrNlPq2qfVIzhK7J9QTTtfA6 { width:20rem;height:1.5rem;top:86.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) { #ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 { width:20rem;height:8.875rem;top:76.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#ZQKVI02NMSXZGuvb03wOO9BTT2JHWo10 li:before{  }
 }@media only screen and (max-width: 763px) { #LyGuMf3SSu75ySdSRXNdKUMRznfXWpVR { width:20rem;height:1.29980625rem;top:75.2001953125rem;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) { #C2peWr4J6mVok9XsoVyTmzlLODXFSS4R { width:20rem;height:3.25rem;top:70.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#C2peWr4J6mVok9XsoVyTmzlLODXFSS4R li:before{  }
 }@media only screen and (max-width: 763px) { #r0sxsVaAPoi8ANmUVs9FymFovLNG0NuZ { width:20rem;height:1.5rem;top:69.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) { #pf6wPZqIa1dTrTB7WLS15JOFE64bC8qM { width:20rem;height:1.6875rem;top:67.5625rem;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) { #NGWDRy5y0HHmM540BLF7eyaX7S95Tw8V { width:20rem;height:4.199225rem;top:147.537109375rem;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) { #dooqRxdZLBINu4idd5mDPVCvuvyLZ8lh { width:20rem;height:1.5rem;top:145.849609375rem;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) { #UcTqbuWIwula6zwFa42yQZo21R02tWy6 { width:20rem;height:5.24903125rem;top:139.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) { #hFFbv0Vi8Lv6w83459VIVQDI1k83hCs9 { width:20rem;height:1.5rem;top:138.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) { #Rdtp3J2PIEbEFAWmZVTqc6sDS9yOSRgS { width:20rem;height:1.5rem;top:136.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) { #IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw { width:20rem;height:5.3125rem;top:130.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#IH1kW2KFtXT4MsJ9LHJiGQvtV7oI5cJw li:before{  }
 }@media only screen and (max-width: 763px) { #ETJUV4ByNUSxkkGhMGIZSSGTSqTS46W8 { width:20rem;height:1.0996125rem;top:129.025390625rem;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) { #PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z { width:20rem;height:8.875rem;top:119.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#PFRpQclZDfFtGxVIgMs69TToo7Ck2C9z li:before{  }
 }@media only screen and (max-width: 763px) { #TB3OQlQTWmIrn1Dm3TpHVekPkzc7XlcW { width:20rem;height:1.5rem;top:117.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) { #xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A { width:20rem;height:3.25rem;top:113.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#xHe7b50o6TZQLGMohGmfoXo1AsbNtd2A li:before{  }
 }@media only screen and (max-width: 763px) { #DgtSSg6iZJApH37rsHg6xMT6GJvi5Ret { width:20rem;height:1.5rem;top:112.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) { #qDnvssXcDOZzxf4LIzJ3Sg5BoIhC5FBt { width:20rem;height:1.6875rem;top:110.5625rem;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) { #wiNmVwrEtWUekhSR6GvJ7OhROehuxqlL { width:20rem;height:4.199225rem;top:183.4375rem;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) { #kaEQxuQTniSvCSTfZFXcEqVA75QV50Ar { width:20rem;height:1.3125rem;top:181.9375rem;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) { #sTPpIONDJWHPts7oBfaPIVqCqAFDV26v { width:20rem;height:1.5rem;top:180.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) { #K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 { width:20rem;height:5.3125rem;top:174.34375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#K5tQS1vfXvG3ryZ7KSDHSkbZkgtSG310 li:before{  }
 }@media only screen and (max-width: 763px) { #h5sM2GaDvqDa8b5HrotFs1ywWEeNEIDH { width:20rem;height:1.59375rem;top:172.5rem;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) { #zFK797689LXitRKHEov9pTVG1q7htDzL { width:20rem;height:8rem;top:163.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#zFK797689LXitRKHEov9pTVG1q7htDzL li:before{  }
 }@media only screen and (max-width: 763px) { #BEWmMBbNTt65v3T4g3SeV189z30S5zfE { width:20rem;height:1.5rem;top:162rem;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) { #ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC { width:20rem;height:4.4746125rem;top:156.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ksFJLzHwB1f5rcxZuhLPggIBmUxCu8CC li:before{  }
 }@media only screen and (max-width: 763px) { #hg7yhow2OJwcMVCCc7QnUE5FTdaCtgnv { width:20rem;height:1.5rem;top:155.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) { #PURUOGqCM3lnTzTRmwKMk8AE02dAds9r { width:20rem;height:1.6875rem;top:153.4375rem;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) { #dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb { width:20rem;height:3.25rem;top:227.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#dBv0nTWiyLSGiOVk1kLdJPe29bqOTaHb li:before{  }
 }@media only screen and (max-width: 763px) { #SlO9pwmyoL4RZamPcmZWLSfPtWvULqTd { width:20rem;height:1.5rem;top:225.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) { #vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe { width:20rem;height:5.625rem;top:219.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#vBOHC5uhw3pvAP9dRa9gpArgJGF6JsEe li:before{  }
 }@media only screen and (max-width: 763px) { #T9B3cc4CbSzW1TXrDfRkbUDabWZKkvgg { width:20rem;height:1.5rem;top:218rem;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) { #efWiTByc8AgETypKAQKonTxyC2ABnpAu { width:20rem;height:1.5rem;top:216.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) { #JlANxQhPicHCftFctKpaqcBJGtbphLer { width:20rem;height:4.4375rem;top:211.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#JlANxQhPicHCftFctKpaqcBJGtbphLer li:before{  }
 }@media only screen and (max-width: 763px) { #TxbVVNNM0KcQFTf64bqWP9k9hgm2Tzuu { width:20rem;height:1.5rem;top:209.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) { #BRRBFvE4eCtgieXMMbpC5206HiG61Cua { width:20rem;height:8.875rem;top:199.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#BRRBFvE4eCtgieXMMbpC5206HiG61Cua li:before{  }
 }@media only screen and (max-width: 763px) { #R0WLchq5dqTQp6bfSXBt5GWu9k4hPx3F { width:20rem;height:1.5rem;top:198.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) { #DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ { width:20rem;height:4.4746125rem;top:192.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#DBTD5Tlr409rWcNC9QyrGo4LTN7AH8yJ li:before{  }
 }@media only screen and (max-width: 763px) { #ITHqKtiveeEBryznSS2pVK1Mk31J1mOC { width:20rem;height:1.5rem;top:191rem;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) { #pTMvdh0XztDx7zcRBo9mJBW3nS3u3fxO { width:20rem;height:1.6875rem;top:189.3125rem;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) { #ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK { width:20rem;height:4.4375rem;top:261.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#ZO16t7vR77xJ1rUELbEtLoJ9ddWBMVrK li:before{  }
 }@media only screen and (max-width: 763px) { #Mr87UKR8x7TRpQTMzSAbEE20nikh5dVS { width:20rem;height:1.5rem;top:259.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) { #iFn27sDPiqm378IIFw8sdUtSu7gPVf6u { width:20rem;height:1.5rem;top:258.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) { #HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm { width:20rem;height:4.4375rem;top:253.28125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#HCya5Mo1e60lmwEryoBSM0n4RIZvRRsm li:before{  }
 }@media only screen and (max-width: 763px) { #XGez4TohqTC6gq3W927peM844mGMtfuE { width:20rem;height:1.59375rem;top:251.6875rem;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) { #nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF { width:20rem;height:7.6875rem;top:243.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#nTIcFbdTBTuxiEsbRtapZ889JQTS7lRF li:before{  }
 }@media only screen and (max-width: 763px) { #d4gTcOTvekG5FoJwn0kCDzJgLaoz9DfL { width:20rem;height:1.5rem;top:241.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) { #nyQSVDftcuxTLKahg1LqddsLn6SIVyfa { width:20rem;height:4.4746125rem;top:236.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#nyQSVDftcuxTLKahg1LqddsLn6SIVyfa li:before{  }
 }@media only screen and (max-width: 763px) { #N9yTX8skLVD2R36sU43TDbTMzVxMI603 { width:20rem;height:1.5rem;top:235rem;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) { #BnxAdFOX0yAODClakIo0RRoJnVckcz08 { width:20rem;height:1.6875rem;top:233.3125rem;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) { #EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 { width:20rem;height:7.6875rem;top:278.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#EpKCg3blH4V00dSlpTugyNoNUuTgX0y7 li:before{  }
 }@media only screen and (max-width: 763px) { #lw0mllFTyFMI6fXsAHh0MOneiSXul3ot { width:20rem;height:1.5rem;top:276.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) { #Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge { width:20rem;height:3.25rem;top:272.63671875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#Osm5FM0STg3uMOR3GZtmLF6SATUkG8ge li:before{  }
 }@media only screen and (max-width: 763px) { #Obyt8JUp6e8STA0IoaT9ifsP398G6pXt { width:20rem;height:1.5rem;top:270.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) { #kk98d5rGCn8UOBwMfJUtxInzTrQEu0mF { width:20rem;height:2.69921875rem;top:268.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) { #CVnpKpeKCXl3GT0WeBncUcTOcx4s46mP { width:20rem;height:1.5rem;top:286.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) { #vlGsBufeeTUPWgsfTZdrQIm8m0EzlZMF { width:20rem;height:1.5rem;top:288.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) { #MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 { width:17.625rem;height:5.625rem;top:289.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#MUpWT0qhbi9e8CRVeJKvb0T4uc5hBMN2 li:before{  }
 }@media only screen and (max-width: 763px) { #KxakSiySMfUnZdnmnhVo6DqTcDv5OH1o { width:20rem;height:1.6875rem;top:297.875rem;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) { #kTnyAt17G9BTPf1KVKW4WMxOyB1DAZZW { width:20rem;height:1.5rem;top:299.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) { #f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp { width:20rem;height:4.4746125rem;top:301.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#f6RVfvs8XQzTGFybPcrpWX8BXn8TZcgp li:before{  }
 }@media only screen and (max-width: 763px) { #EH5DZdxJRaSSpPgxFpVWfysiMDlopB3X { width:20rem;height:1.5rem;top:306.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) { #LgbixVq0g24oOteSMxKzQgFSWUFOpriT { width:20rem;height:4.4375rem;top:308.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#LgbixVq0g24oOteSMxKzQgFSWUFOpriT li:before{  }
 }@media only screen and (max-width: 763px) { #c90txLp1gAFbPMUbSVg9G9230OG8SzDA { width:20rem;height:3.25rem;top:314.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#c90txLp1gAFbPMUbSVg9G9230OG8SzDA li:before{  }
 }@media only screen and (max-width: 763px) { #FJGObQZxQl8EeHEM3un3QHOSwNrWbs2I { width:20rem;height:1.5rem;top:313.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) { #BMFbidWqbtcEZct9Eslk2DwFT19G1EAv { width:20rem;height:2.69921875rem;top:321.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) { #D2gqKLaxxOX1DOG6HZmk7qrKsO6GHFCV { width:20rem;height:1.5rem;top:324.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) { #ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA { width:20rem;height:4.4746125rem;top:325.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#ztiEygdin9OxVJsHe6UXuSQ6GVliMlcA li:before{  }
 }@media only screen and (max-width: 763px) { #b1lknCWtvHt7k401zoVx9qu3N33f4ruZ { width:20rem;height:1.5rem;top:330.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) { #BrZpReK0txbREKgehBWW2i3nkZJdTCeZ { width:20rem;height:4.4746125rem;top:332.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#BrZpReK0txbREKgehBWW2i3nkZJdTCeZ li:before{  }
 }@media only screen and (max-width: 763px) { #h5kiI6rvTRpJPiRIMcheQe66XuhsVa0M { width:20rem;height:2.92480625rem;top:339.6875rem;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) { #ZnmXJnzruWRGtR87d5Cbgv664BwdbPu1 { width:20rem;height:1.5rem;top:343.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) { #K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 { width:20rem;height:3.51220625rem;top:344.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#K5CUTsHIDsV9I1P8lPlEfwmFDFDMl4q6 li:before{  }
 }@media only screen and (max-width: 763px) { #t4cgIT5DpqT6JmAbN1Gp5PKctW5V24I6 { width:20rem;height:1.5rem;top:349.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) { #gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh { width:20rem;height:3.51220625rem;top:350.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#gOoELwBC24lRoRf6WF7mHZZSwQVGkqPh li:before{  }
 }@media only screen and (max-width: 763px) { #s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 { width:20rem;height:3.51220625rem;top:389rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#s8KOTCPe60TR7FTkNqHXMnMB20wPieu3 li:before{  }
 }@media only screen and (max-width: 763px) { #GOkE2aXM3RMpwycFdzSiPkD0yb7kUm5l { width:20rem;height:1.5rem;top:387.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) { #iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X { width:20rem;height:2.0625rem;top:384.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#iTt61WmGwZ75ERmAlrXTrCWSXWmQR57X li:before{  }
 }@media only screen and (max-width: 763px) { #yRQ0ul3K1Ekq5HSwEUuaJs4oDQZv2BBy { width:20rem;height:1.5rem;top:382.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) { #yg5zpsEPovv6s42X3fU2xBCLGCeePOEv { width:20rem;height:1.6875rem;top:380.875rem;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) { #qk6VN5RNrCLAmhuy4orE44AtAqFIlims { width:20rem;height:4.4375rem;top:374.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#qk6VN5RNrCLAmhuy4orE44AtAqFIlims li:before{  }
 }@media only screen and (max-width: 763px) { #ApVOI7ulss0QX29VtMVQ3W5xmTFkIlhr { width:20rem;height:1.5rem;top:372.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) { #cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE { width:20rem;height:4.7871125rem;top:367.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#cz8A2RbNOrc2CTIlNiZT2DfRvkDxvxgE li:before{  }
 }@media only screen and (max-width: 763px) { #evw3bLBSTFEf8KLT2QE4pw2ZtwdM1rqp { width:20rem;height:1.5rem;top:365.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) { #JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt { width:20rem;height:4.4746125rem;top:360.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#JNmMH8vDKKEwHvuUTW4fTVlJUiBI7Dnt li:before{  }
 }@media only screen and (max-width: 763px) { #WeVtX3xwdHSV8PG1WHKm5nyGuQo9ghP1 { width:20rem;height:1.5rem;top:358.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) { #fV8El98GG7Qu2er74TrpzxJnMlHsQuQK { width:20rem;height:1.6875rem;top:356.75rem;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) { #wNAPIvd4nTRDW25k6ziixVRPdQ2aRAu8 { width:20rem;height:2.69921875rem;top:394.875rem;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) { #aloX5pEaXZT69KV2gExDHEdhBdZToIss { width:20rem;height:1.5rem;top:397.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) { #I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 { width:20rem;height:3.51220625rem;top:399.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#I8UwOmHVMPTWdp03UcBnTGscqyfDL9a3 li:before{  }
 }@media only screen and (max-width: 763px) { #xgpbvtydBMbm3bm1BtOPh1G3w3ileSRu { width:20rem;height:1.5rem;top:404.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) { #dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd { width:20rem;height:3.51220625rem;top:406rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#dyFqpndscV9E0fcZfZmZSt5gd6eJAlTd li:before{  }
 }@media only screen and (max-width: 763px) { #DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer { width:20rem;height:4.4375rem;top:430.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#DD2iPmd6DGJ3NTeIB5ATeXAAf73qrIer li:before{  }
 }@media only screen and (max-width: 763px) { #xMlvL1unxtXdauvoMSbk6vb6sECCwi85 { width:20rem;height:1.5rem;top:428.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) { #aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr { width:20rem;height:3.51220625rem;top:424.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#aJRFkBngbXhIAUmX7tGeLNZHMtZPAiUr li:before{  }
 }@media only screen and (max-width: 763px) { #eKEvK52Wf8QTwvkg0Mb1vyIrDIHX18vI { width:20rem;height:1.5rem;top:423.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) { #LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw { width:20rem;height:5.4370125rem;top:416.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#LTE74Hfo6Hk9ghTfNEXzwIXZn5dWB1yw li:before{  }
 }@media only screen and (max-width: 763px) { #VFv3T7dUFSsHCNTS94oo5x2WZCDilzX0 { width:20rem;height:1.5rem;top:415.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) { #P48f58py5NP4EiE10tIVSAqGF9krHWOo { width:20rem;height:2.69921875rem;top:412.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) { #dlGEzmy54q29KNw8QeLP9E4SXRS9ORol { width:20rem;height:4.4746125rem;top:456.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#dlGEzmy54q29KNw8QeLP9E4SXRS9ORol li:before{  }
 }@media only screen and (max-width: 763px) { #PvpaIhB6mhH3x8T1G4q6B8nSqPHpDU7n { width:20rem;height:1.5rem;top:454.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) { #Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK { width:20rem;height:7.0244375rem;top:446.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;display:block; }#Tu1pEng6Cf2Z0f1BOuQ2aEkRMT3HCUvK li:before{  }
 }@media only screen and (max-width: 763px) { #JF1VGZCVOIWWcsD0HUyG6A8GQ2nOSu20 { width:20rem;height:1.5rem;top:445.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) { #KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF { width:20rem;height:3.25rem;top:441rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }#KNxO9KCZDWZAUSTxC2gGDy8P3Ps5WwbF li:before{  }
 }@media only screen and (max-width: 763px) { #hUXdT5LXsvourC6xyb4tJpK9CJC01FBl { width:20rem;height:1.5rem;top:439.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) { #mqpyIQiIc32t3Rf4sxS3b4cCQ0zeNUkb { width:20rem;height:1.6875rem;top:437.5625rem;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) { #wGrpTcyWTg8rgB87gMauEkaaBTdiGBLF { width:20rem;height:3.1494125rem;top:488.4375rem;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) { #SkzdH12iSFpK6qTdiNky7Not8SA0VF9W { width:20rem;height:5.24903125rem;top:482rem;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) { #pAzIutaZPBHgP4kBlWBhKi6sSUJxa2zw { width:20rem;height:1.5rem;top:480.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) { #wTHcd0dqrsOQ2sczqZ5IwT8RDZyJBGLK { width:20rem;height:4.199225rem;top:475.4375rem;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) { #q7Am2VkVMeuFE7HFHCryw9P35NwrgcO9 { width:20rem;height:1.5rem;top:473.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) { #B42uUDyMDnZFpWNaHUEU4mFbxx5v9w62 { width:20rem;height:6.2988375rem;top:466.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) { #okLi1XoMsNR0PfxTbfBZ3k3qaH6SZTHB { width:20rem;height:1.5rem;top:465.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) { #mSd2DwXOJ9TT9Rfx8S9zWLmUN0CEiOZE { width:20rem;height:1.6875rem;top:463.3125rem;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) { #mTGRvvS7pfxM4HLL8uksIpTqRVykenkC { background-color:#4d4d4d;background-image:none;display:block; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { background-color: transparent; background-image: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row > .video-iframe-container { display: none; }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .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); }#mTGRvvS7pfxM4HLL8uksIpTqRVykenkC > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i15lUnPgcofiG1na36QkkQaRJCkLTssO { width:20rem;height:4.6875rem;top:2.17578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }