.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(15,20,27,0.88);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container { background-color: transparent; background-image: none; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container > .video-iframe-container { display: none; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row > .video-iframe-container { display: none; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .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); }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container { border-width: 0; border-radius: 0; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#iHlFv2o8izt96t8UFQyPEKimDGR7p8dh { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.03125rem;left:49.9375rem;display:block; }
#aOQ83W2wz7meopwgFGWaBOlTCnuOOz1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IIUJCdXL6lchQxWQUt2V7IF287ypMb4L { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:14.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#MWo2OzFxZTMQ0Z1H9y5cIqMAQ7rtrnv2 { color:#fdf5f5;display:block;width:5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.505859375rem;left:38.34375rem;height:1.29980625rem;font-style:normal;display:block; }
#zZEFeFINVhpT141sNTr3DJUbpkO4mnyD { color:#fdf5f5;display:block;width:3.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.505859375rem;left:34.59375rem;height:1.29980625rem;font-style:normal;display:block; }
#kqKIZQlZeKQ9Run15RSM2f9h0HNuIVTz { color:#fdf5f5;display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.505859375rem;left:44.21875rem;height:1.29980625rem;font-style:normal;display:block; }
#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { background-color: transparent; background-image: none; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container > .video-iframe-container { display: none; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row > .video-iframe-container { display: none; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .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); }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { border-width: 0; border-radius: 0; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { display:block;width:25.6875rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:5.333984375rem;left:1.0625rem;height:6.07421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#000000;text-align:left;text-align-last:left;display:block; }
#bmbKxriRl2o8fqCP9XNUX3g4VUiznEFz { color:rgba(30,30,30,0.7);display:block;width:26.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:15.8515625rem;left:0.84375rem;height:16.7890625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ea28JlhbHsWxgc5KkIrBr6VVsih2DHWP { color:#000000;display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:32.7890625rem;left:0.8125rem;height:3.89845rem;display:block; }
#ALQ3G5SFqkPq7pZfV1oi9zgG8dFOnQy6 { box-sizing:content-box;height:2.4375rem;width:12.0625rem;position:absolute;display:block;z-index:15018;background-color:#f57d4d;background-image:none;top:12.458984375rem;left:1.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#J6KI0FoZDiT91gr8KeyUcbm1fnzNWV9V { color:#fdf5f5;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.927734375rem;left:1.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4lUalNyGsenHPVXtlpGff4TG4gI3yGk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.1875rem;width:30.75rem;top:5.333984375rem;left:28.375rem;overflow:hidden;display:block; }
#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd { position:relative;display:block; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd { background-color: transparent; background-image: none; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row .container > .video-iframe-container { display: none; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row > .video-iframe-container { display: none; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .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); }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd { border-width: 0; border-radius: 0; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .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; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JF4ouzIAQARkf88gdL26sPs4Dz99aeR9 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:3.1484375rem;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; }
#MavftttvehAt5Qv5BokPTqoP7fHHDao9 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:3.4609375rem;left:0rem;height:1rem;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; }
#hBqTEDdBgup2iWn79zJdHDRpnKKtcWsB { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4.9814453125rem;left:0rem;height:1rem;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; }
#PO8KoakdJg82OcGCyeRUtyPiQPQdXJHO { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.6;letter-spacing:0;top:6.5439453125rem;left:0rem;height:0.599609375rem;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; }
#QeZvMdFwO0bRPgqiiSPhIT7rSUToLLSe { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:8.09375rem;left:0rem;height:0.5rem;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; }
#VoFprQDrxLxRQs2GN7AerkyTVrrkFL8i { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:9.53125rem;left:0rem;height:0.5rem;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; }
#DEJmA5nWsU6JqktTTUpc1NvbJzOtewJn { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:.5;letter-spacing:0;top:11.0625rem;left:0rem;height:0.5rem;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; }
#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { background-color: transparent; background-image: none; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container > .video-iframe-container { display: none; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row > .video-iframe-container { display: none; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .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); }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { border-width: 0; border-radius: 0; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#cifELTzDA5UIp6afrVtyFFh5b1prB9r6 { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WaAxZMi9rkcXaQrNZ3z4UUT7shbogr8r { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:0.7880859375rem;left:0.65625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2ZIvKXsvoA89XwQkixRPrWexmCACwKV { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8.8125rem;left:0.65625rem;height:22.714875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b2ZIvKXsvoA89XwQkixRPrWexmCACwKV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b2ZIvKXsvoA89XwQkixRPrWexmCACwKV li:before{  }
#q72uHl3KDR6TV7bAnqT6nKFBBh6r0mIm { color:rgba(30,30,30,0.7);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:0.7880859375rem;left:0rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container { background-color: transparent; background-image: none; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container > .video-iframe-container { display: none; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row > .video-iframe-container { display: none; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .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); }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container { border-width: 0; border-radius: 0; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:60rem;position:relative;display:block; }#n9uAFIwWUIsgN6X9ZycI7IIPnhHpl3BU { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zNdlKN1MxDlFa1d30qhZtLUZ7sZLH9PJ { color:rgba(30,30,30,0.7);display:block;width:57rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.4111328125rem;left:1.34375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UaBmdFBt8zWZh6VuGfU7CPgL9u85GIzl { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:21.1875rem;left:1.90625rem;overflow:hidden;display:block; }
#UUzfAZAM3ST1TT4IIzHmGUym79rM1Plg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:21.1875rem;left:29.96875rem;overflow:hidden;display:block; }
#PrWBkTeP242TxchLQc5xzz9Hgfvqgri0 { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:49.3251953125rem;left:3.65625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cJMTM87V3xTl5TAmtVWJ9uQTIuz1IgTD { color:rgba(30,30,30,0.7);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:0.9755859375rem;left:0rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container { background-color: transparent; background-image: none; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container > .video-iframe-container { display: none; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row > .video-iframe-container { display: none; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .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); }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container { border-width: 0; border-radius: 0; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#HggdCmbcWqtee0PCrGmLk0ViiLmA2ZVp { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uvw0czWuEtRXJ75BKfJuU8sbyZMC8WgP { color:rgba(30,30,30,0.7);display:block;width:57rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:1.2861328125rem;left:0.65625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hm0kedDJGH8e8rqWchTbDRy0HTKQuleW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:15rem;left:2.09375rem;overflow:hidden;display:block; }
#LszIOC4rv1bZWJWfB9viDDfMZulAsodh { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:15rem;left:29.96875rem;overflow:hidden;display:block; }
#D4hQPRxiAis8vJPdgqzdpyKtsFUlecTQ { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:43.5126953125rem;left:2.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container { background-color: transparent; background-image: none; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container > .video-iframe-container { display: none; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row > .video-iframe-container { display: none; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .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); }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container { border-width: 0; border-radius: 0; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:block; }#ZOPwmZHLs4shLaUoa6oWUXeNXfPfKZf0 { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nWrpNwKURRBo57o90UKop65KIggU3tUu { color:rgba(30,30,30,0.7);display:block;width:57rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:1.2861328125rem;left:0.65625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGcHrnU4LH1WkLLJPLTksddPKpbnNfS1 { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:29.7001953125rem;left:3.65625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mG1ovEfR4UlgxS4ZcTMp1i6XnQS6cXi6 { position:absolute;display:block;z-index:15033;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:14.875rem;width:57.375rem;top:13.75rem;left:1.3125rem;overflow:hidden;display:block; }
#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container { background-color: transparent; background-image: none; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container > .video-iframe-container { display: none; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row > .video-iframe-container { display: none; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .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); }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container { border-width: 0; border-radius: 0; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:60rem;position:relative;display:block; }#bir805r7TBX567JPwsHEZ5oucXtqP6do { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NvQGuF5lcPvcSVyL01hVVGKyXPRDa6ox { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:28.875rem;left:1.34375rem;overflow:hidden;display:block; }
#CsrQU7QLtB2AdGHUi3UZGJplmZMEdizl { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:27.1875rem;top:28.875rem;left:29.40625rem;overflow:hidden;display:block; }
#FnHJxUTytPSZ43UToE5TA4XX13nBgQKu { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.4375rem;left:1.34375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D4II9AIyLSR9LM0TBSSu5hfNinFRl8pG { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:56.875rem;left:6.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:10.6875rem;left:1.34375rem;height:15.918rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT li:before{  }
#ZFtCIop6uUwTDO92UD0bC5E5tIc1DPx5 { color:rgba(30,30,30,0.7);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:1.150390625rem;left:0rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container { background-color: transparent; background-image: none; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container > .video-iframe-container { display: none; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row > .video-iframe-container { display: none; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .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); }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container { border-width: 0; border-radius: 0; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:60rem;position:relative;display:block; }#Q2pdyFHXII0fVA7bo0hPkwfsX6cO8XbC { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raT1xN0oym4FoD4AbCsQIIKXdvgF5QQU { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:4.6611328125rem;left:0.65625rem;height:27.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJerU94DU0PPxI8T0EV70uVTwIOESNT5 { position:absolute;display:block;z-index:15020;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:26.5625rem;width:51.9375rem;top:33.25rem;left:3.46875rem;overflow:hidden;display:block; }
#eauCiv7Q3yhkv1OVuDxcPc5JF9wUUZip { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:60.8251953125rem;left:2.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X7QZKH3WTL6x5mUnmLsypd9Bf9Rwex2Z { color:rgba(30,30,30,0.7);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:1.3876953125rem;left:0rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NgBviXdaGTDxstusgbKnTIa9WDJrak5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container { background-color: transparent; background-image: none; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container > .video-iframe-container { display: none; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row > .video-iframe-container { display: none; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .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); }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container { border-width: 0; border-radius: 0; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#dWk457rwozxwiGwGgXGhdmZ5OIord5v4 { color:#4fb04f;display:block;width:57.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kQ9ItT4KlovhZHJITxIK4gzUux6qrfU7 { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:3.875rem;left:0.71875rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAcocD6d5FdXnbBbpVID7QvyViEuHaFK { color:rgba(30,30,30,0.7);display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:1.150390625rem;left:0rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container { background-color: transparent; background-image: none; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container > .video-iframe-container { display: none; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row > .video-iframe-container { display: none; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .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); }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container { border-width: 0; border-radius: 0; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#SKLShG0b2T2GTHpCA6722hFx7BHwZEAH { color:rgba(30,30,30,0.7);display:block;width:56.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:0rem;left:0.65625rem;height:6.796875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lw04t6i1zdirg61IJfEXuszHHTCScETf { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.81125rem;height:3.18625625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.3487215042112rem;left:0.654296875rem;display:block; }
#FmdhND0sulK13a0zmBhlqJ344QThKIsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DK2A0P59PqipVOEJgp8J7Q6uRPw6gTKM { background-color:#0f141b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.81125rem;height:3.18625625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:8.3469457626344rem;left:15.373756408691rem;display:block; }
#GVInOPRqK3q0M0HRZGaVxTEVZw9B6BVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asntI0mXGksTRPddIcaLkowgJ8XsdqCv { position:relative;display:block; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv { background-color: transparent; background-image: none; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row .container > .video-iframe-container { display: none; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row > .video-iframe-container { display: none; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .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); }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv { border-width: 0; border-radius: 0; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .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; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yh3VQN6PBNK2t7zyTWhEIz5TlXH34nBH { box-sizing:content-box;height:12.25rem;width:51.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(15,20,27,0.88);background-image:none;top:0.75rem;left:4.84375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZF1aTHtBWkCf3LqdiuLaXfhPCV4B16QL { color:#fdf5f5;display:block;width:49.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.203125rem;left:5.84375rem;height:4.7975875rem;display:block; }
#Mfoaqxzp9qrw8vR6UpKZearFBBWDsNyB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:14rem;top:0.75rem;left:4.84375rem;overflow:hidden;display:block; }
#czz7IlxiPlPNQ9biab8o9ToxCLI37CVZ { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10rem;left:45.34375rem;display:block; }
#MepoIOlFDTB7pdx9Ps8klliLHDmXluXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container { background-color: transparent; background-image: none; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container > .video-iframe-container { display: none; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row > .video-iframe-container { display: none; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .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); }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container { border-width: 0; border-radius: 0; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#kvgquIXPGIMENHBpR7Mx82QqZX2VknGv { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.9375rem;left:0.6875rem;height:4.8757125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A9vg5uBgt7dLaiNm8zeEVvXOEtKx4nIi { color:rgba(30,30,30,0.7);display:block;width:27.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:7.7998046875rem;left:0.6875rem;height:7.223rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QH6pv9CK3Wl5WX4TEbD0Ka85WthFzCoC { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:1.9375rem;left:31.3125rem;display:block; }
#lGO4ETPrUmlCarMsHKOg0nlHPGbx21mh { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.65625rem;left:31.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H5hIDb7XzFzIwNzDvhQkOTHCsxEoBMXi { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:12.625rem;left:32.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PprEiJ2xq1dTNOnW7mo1zIlbqZGgl52N { position:absolute;display:block;z-index:15018;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;height:0.0625rem;width:3.5625rem;top:11.3798828125rem;left:36.65625rem;display:block; }
#IzoGWaoHKqMtHqoRZ7DWiZfurGJnVRRS { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:1.9375rem;left:45.75rem;display:block; }
#VkInTAsNEOonFkHGKrvlhhnlGmvpvFaM { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.71875rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qm9Ula7cwsnBzbFZ11poOyK1rHqTSP83 { position:absolute;display:block;z-index:15023;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:11.3798828125rem;left:51.09375rem;display:block; }
#FhWeOvnzWXNrEsU1pug8lRQfJPTUTSId { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:12.2724609375rem;left:46.5rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vPuulw7h6zfc0neXyKNh9mfETEG2ClCO { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:17.25rem;left:31.3125rem;display:block; }
#Hl13XhFS78JSNITH5mhoeIbn8AbEgax1 { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:27.53125rem;left:32.0625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OMFyNTK2XQl9c5qWunzPaBNGbKsct5TU { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:14rem;top:17.25rem;left:45.75rem;display:block; }
#yBV97lFO4G0SPXGPX1KD7ES35vp64ZwF { color:#000000;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:27.8125rem;left:46.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vp99vLsK1gSh5QKFEeDLHXe14QwTIun5 { position:absolute;display:block;z-index:15028;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:26.15625rem;left:36.65625rem;display:block; }
#aIEv99EntNhbA5AmTvtzPkgP1189Z0P1 { position:absolute;display:block;z-index:15033;background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:26.1875rem;left:51.09375rem;display:block; }
#gSlOgzPPb2QZZ7yQkBhteM0eAUc2sJC1 { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:23.34375rem;left:31.3125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETGwta4nr7w2ceEcHmsaHupO6TmAw6cG { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:23.96875rem;left:46rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qFKOQmhq3kL8Zfwg0O1MorBd1hDr22Lz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.11328125rem;left:36.0625rem; }
#iAQFRHCnRCwpJTfID90TzV8b9Ho5K1HX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.55078125rem;left:50.71875rem; }
#mtRht3nhgo82KssIHUsxWiX3E2wNw0MH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.53125rem;left:35.6875rem; }
#rd0d76A0R6A7aDX9QIi7XLDehtt9Jlh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:18.53125rem;left:50.84375rem; }
#vt1DuD8yuLxraiW7gbdIQ45502BCJOgT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:16.25rem;top:16rem;left:0.6875rem;overflow:hidden;display:block; }
#O62BUJdnd0hUNwiMWOGrEuHJL3l2XUiR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:15.3125rem;top:17.25rem;left:14.1875rem;overflow:hidden;display:block; }
#gZCT8ABD4TFzMh1pfFCe4f7sVWM9Numz { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #0f141b ;height:2.9375rem;width:27.9375rem;top:29.6875rem;left:1.5rem;display:block; }
#Qr5HACiHAw0mqKCVFaeLSHCM5pwn7hTe { display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem #000000;top:30.4375rem;left:1.5rem;height:1.50035625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#fdffff;text-align:center;text-align-last:center;display:block; }
#xNMSieUQSUQpoOKcs7bzVNT5nlWqlpap { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;height:12.5rem;width:12.5rem;display:none; }
#DGQ1oHPRXium2Vx91y5PJNf0zl7nLH2q { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.1875rem;width:29.875rem;top:1.28125rem;left:0rem;display:block; }
#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m { position:relative;display:block; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m { background-color: transparent; background-image: none; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row .container > .video-iframe-container { display: none; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row > .video-iframe-container { display: none; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .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); }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m { border-width: 0; border-radius: 0; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .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; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m64fp3GTLExR5HzoMLIn6h795k3R4R8K { display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXWDmCFlHEA4krPWyLA7HKGxraVUPuqI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.5rem;left:0.75rem;overflow:hidden;display:block; }
#wSe4m039f9z3ynAPc5atyGeGMTXlSTPp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.5rem;left:20.78125rem;overflow:hidden;display:block; }
#ILMErlnv4JZSVZkfSQNTAFZMN9StXitB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.6875rem;left:40.1875rem;overflow:hidden;display:block; }
#Twr2c6ik5dZPCcA3dmtMVybtcVf9rJ51 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.0625rem;left:0.75rem;overflow:hidden;display:block; }
#nQeVT7EcDTKhQMylq9wRKHRd8MmJI6qb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.0625rem;left:20.78125rem;overflow:hidden;display:block; }
#iokrBBBT2TIG08fDAfZQQiszmHvU8Evx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.0625rem;left:40.1875rem;overflow:hidden;display:block; }
#bZIdNHmtnE0Va4we3IlRVmzgdChpXEMG { position:absolute;display:block;z-index:15003;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:6.9375rem;left:27.71875rem;display:block; }
#ZTl8zxXmC5O3DLwPXrFlUcf81k7Z64CN { color:#808080;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.412109375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IdVSQP6spMX4raNT1h2TUuJdhADevJ5J { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:35.375rem;left:0.75rem;overflow:hidden;display:block; }
#OUTDWkO0e2F1SmbTf6Sp6VqWTfV3JPUB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:35.375rem;left:20.78125rem;overflow:hidden;display:block; }
#O6N2gTXgNAtU7m3DTQZgTEmHnnJBnDxA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.4375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:35.375rem;left:40.1875rem;overflow:hidden;display:block; }
#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VLPUm5wP5Z0/unsplash/jeriden-villegas-VLPUm5wP5Z0-photo-1589939705384-5185137a7f0f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB.adaptive-delivery-prevent-bg, #mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB.lazyload, #mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB.lazyloading { background-image: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container { background-color: transparent; background-image: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container > .video-iframe-container { display: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row > .video-iframe-container { display: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .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); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container { border-width: 0; border-radius: 0; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#wKT6cnVWZbAHzHW1zu9FwGlC8ryUb0ez { color:#fdf5f5;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.9990234375rem;height:2.11230625rem;font-style:normal;display:block; }
#Z0OzUkyf7RwW1wmimmgUgJP1m7gVzy6e { position:absolute;display:block;z-index:15001;background-color:#ff653c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:4.87109375rem;left:1.9990234375rem;display:block; }
#d77wvqf7cplTXEaKr2OsZvEnQQCvzIT1 { color:#fdf5f5;display:block;width:22.625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.99609375rem;left:1.9990234375rem;height:4.94921875rem;font-style:normal;display:block; }
#fC5D5hgAHoCcCVKkGLuaVlVCTGNAS4US { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.875215530396rem;left:37.361110687256rem;height:0;display:block; }
#Gs6HTTcB0wmpHO7Donpf3pq0X8QFZc4s { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937715530396rem;left:34.236110687256rem;height:0;display:block; }
#sZ9WWGfcrdA3mixm3L8slRF8b4AhSyKK { color:#fdf5f5;display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:12.10546875rem;left:1.9990234375rem;height:11.89453125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eCEuJF8qbEGyDaik8CdeLp5oWJgx4lmb { color:#fdf5f5;display:block;width:6rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.126953125rem;left:1.9990234375rem;height:1.29980625rem;display:block; }
#RXuZowno4Uzh4dVOMrkE8BqrZnUNSp0w { position:absolute;display:block;z-index:15007;background-color:#42658b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:25.4638671875rem;left:7.9990234375rem;display:block; }
#dHMWid9GCgAH0t7Gw0fUelUTdpWD9xkB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:26.0263671875rem;left:8.5615234375rem; }
#eruwAfXp1LqLSmgHGUlTDSfAXdnOTO3y { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:28.1875rem;width:30.0625rem;top:1.3125rem;left:1.09375rem;display:block; }
#STb347D9Smuy6XTcVTObdRfSPusGrzxE { background-color:#f57d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.2451171875rem;left:19.75449319297rem;display:block; }
#eJGVfdXSG5vuHTzxJggztKgkFAxmdE2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgKtFxtxHUuJ9CVUeg4r2yIUAOIDOKVV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.5625rem;top:1.6494140625rem;left:19.65625rem;overflow:hidden;display:block; }
#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container { background-color: transparent; background-image: none; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container > .video-iframe-container { display: none; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row > .video-iframe-container { display: none; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .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); }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container { border-width: 0; border-radius: 0; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container { font-size:0.875rem;font-family:arial;height:89.25rem;width:60rem;position:relative;display:block; }#e9F6AJuAhT2GoGd7Og04etaIkT2buP98 { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.65625rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#BU7fsXNXPq6mMayTCTyyBeosOm3xldHI { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#Fb976LS6R1RSHZ0qfKd5qksTxuptyD8U { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.908203125rem;left:23.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#lACC9QK8JoVSspDZXJueLk8HrgkkbMyU { display:block;width:34.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.28125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#lTw0psLZxzaW0AHbiy1OiayWHMX2i0D4 { display:block;width:18.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:74.125rem;left:23.59375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:left;text-align-last:left;display:block; }
#KVsFxoh8UOGG7SOD8PCaHripahVf2V5u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:7.65625rem;left:2.8125rem;overflow:hidden;display:block; }
#O5CDTpKAaupLw2TNfpcHBXW7tlkeISED { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:23.65625rem;left:2.75rem;overflow:hidden;display:block; }
#nnOR0UoBW6GW4WPwSTCUnbdLbAibQmsK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:39.908203125rem;left:2.75rem;overflow:hidden;display:block; }
#PZRCDA4cg6D9xc6l4Pw3E9rNSa4aEnHc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:56.28125rem;left:2.75rem;overflow:hidden;display:block; }
#aARepKpTeiRpOTeaAwdWeZ2HVVfenc55 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.25rem;top:73.375rem;left:2.75rem;overflow:hidden;display:block; }
#ko41s9qkBQ3B3eOXOMNoHCH0pCHTSCmT { color:#000000;display:block;width:11.375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:23.59375rem;height:4.62890625rem;display:block; }
#AX7rhw2RwXatGk8irMdTOrVV9cTBGQ6F { background-color:#0f141b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#cJVU2xgRW6BeCJntDGiFEOS6eMF4GIF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0l3QMrrkJS9kKNsLQL1H27wAxBq7hqZ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.994140625rem;left:37.625rem;height:4.62890625rem;display:block; }
#JF9GUeeqQCNVeMX3DTpqEtQyVebdX3S1 { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23.59375rem;height:4.62890625rem;display:block; }
#QPNxlOqxdGr8Vt2KugEJpDrlSxZLqqxu { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.125rem;height:4.62890625rem;display:block; }
#lmwqcMwoJkIW81TWc4uGOwWvHW6aLyJL { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#DWsmJ7hwp3krTTakfpdvZQCaU5rQ2Zms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcZcaVpooqkRrS41GrafeC2tLd7wK5uZ { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#GNQcf6wOKzK7WJIQHW0hN7OfCCBrpINk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhCOw7TdyRnXRvJ2nJ0iiU8u5h8KWkvM { color:#000000;display:block;width:11.5rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:23.59375rem;height:4.62890625rem;display:block; }
#uQBuV6HpsEMbFyiKfm8EgOCmwlsPwnml { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:45.279296875rem;left:37.625rem;height:4.62890625rem;display:block; }
#SRJlgrlfLyzX1sK47LGST9b9u0GWtu37 { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:51.033203125rem;left:23rem;display:block; }
#SlO02doiZbn8b7bD9dqvzy8zPgeFQiKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#takhwzheaRvILi8W8TNd0Hvwm50e3ARp { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:50.970703125rem;left:37.125rem;display:block; }
#HXvBfPlcTBPasWmhMGzPz9uzd8BwNDpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTF6dMGV1M6WgUm29bFIM6rO5pShORhA { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#UNw1gh15BarfwNmgX4LKhlAZSaQBsxCw { color:#000000;display:block;width:19.75rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:62.80859375rem;left:37.625rem;height:4.62890625rem;display:block; }
#H85zhLtfxZXoWtt8HqmnSNBTPzUIXuBS { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.283203125rem;left:23rem;display:block; }
#kN8OX1OZpQ8AMI4gGoPilSp2CnxmVL3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIyCJp8ncMWUoTWPRLtiimmDnpoOgopI { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:68.251953125rem;left:37.4375rem;display:block; }
#HmM6h0fzGcuIkwB6ds9u9MHBHDD52TzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXLKxTIt2iE9IGERDEO95AkWfpWiize5 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:79.93359375rem;left:37.125rem;height:4.3857375rem;display:block; }
#tJStBzIkPNNGQAtdGl5FOVEVGhilhREy { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:85.31640625rem;left:23rem;display:block; }
#NS8nBTG2CdZraLRbSFEBqzL3Ui4Lb3ap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRftLw4fzul5aRdxsvWHJRhioIZkdLhm { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:85.28515625rem;left:37.125rem;display:block; }
#mUX3By8zzcqNfXFNC9rwyhv1NPSS72RB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thySOV8rnfI3p6ua7iTsfNQv4hTL0Ret { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:2.375rem;left:-0.21875rem;height:1.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;color:#fdffff;text-align:center;text-align-last:center;display:block; }
#yZza1omRQtlrdvkq7wccAD7wfsGIPcQ8 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #0f141b ;height:3.4375rem;width:32.3125rem;top:1.5625rem;left:13.84375rem;display:block; }
#LnPuTzOgB6dCUtJwmAvW1CVTAfvxrTV3 { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:79.8115234375rem;left:23.59375rem;height:4.62890625rem;display:block; }
#mi3UsSCDFsIUIFeUX8pw31F6KHDnUw3P { background-color:#f57d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.59375rem;left:23.59375rem;display:block; }
#K8GdWFU7NQHfTiHilfTJChmtIUO5D33U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);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;z-index:auto;display:block; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container { background-color: transparent; background-image: none; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container > .video-iframe-container { display: none; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row > .video-iframe-container { display: none; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .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); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container { border-width: 0; border-radius: 0; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#LHyBEW0asZCFtLeV69zsTT7TU9ldIa0w { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.1875rem;left:19.03125rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iT6sl9bJmSpEBJRdrNe5N33DJ7ALNSIx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:14.1875rem;top:0rem;left:23.46875rem;overflow:hidden;display:block; }
#Epb5SvH8fB4uJrDhpUGPNu24ry9DOM3R { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#xaU4QKG5FWSqXCOgdlgbXeTVKofGIP8Q { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#COsuJR6Oe1eXJhV4WaB4uSLZZy18aNaz { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#zTiUMpQSWR1zkOUnPuxrV5h4kyV9aDTy { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#ryO4cyVCzQKrQotRrEKZzitpfo7bQ8TK { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;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) { #wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn { display:block; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlFv2o8izt96t8UFQyPEKimDGR7p8dh { width:8.75rem;height:2.25rem;top:1rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOQ83W2wz7meopwgFGWaBOlTCnuOOz1B { display:block; }
 }@media only screen and (max-width: 763px) { #IIUJCdXL6lchQxWQUt2V7IF287ypMb4L { top:0rem;left:0rem;width:14.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWo2OzFxZTMQ0Z1H9y5cIqMAQ7rtrnv2 { top:1.5rem;left:32.21875rem;width:5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZEFeFINVhpT141sNTr3DJUbpkO4mnyD { top:1.5rem;left:28.46875rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqKIZQlZeKQ9Run15RSM2f9h0HNuIVTz { top:1.5rem;left:38.09375rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd { display:block; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmbKxriRl2o8fqCP9XNUX3g4VUiznEFz { width:26.875rem;height:16.75rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea28JlhbHsWxgc5KkIrBr6VVsih2DHWP { top:32.75rem;left:0rem;width:28.375rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALQ3G5SFqkPq7pZfV1oi9zgG8dFOnQy6 { top:12.4375rem;left:0rem;width:12.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6KI0FoZDiT91gr8KeyUcbm1fnzNWV9V { top:12.875rem;left:0rem;width:11.5625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lUalNyGsenHPVXtlpGff4TG4gI3yGk { top:5.3125rem;left:0rem;width:30.75rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd { display:block; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF4ouzIAQARkf88gdL26sPs4Dz99aeR9 { top:1.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MavftttvehAt5Qv5BokPTqoP7fHHDao9 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBqTEDdBgup2iWn79zJdHDRpnKKtcWsB { top:4.9375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO8KoakdJg82OcGCyeRUtyPiQPQdXJHO { top:6.5rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeZvMdFwO0bRPgqiiSPhIT7rSUToLLSe { top:8.0625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoFprQDrxLxRQs2GN7AerkyTVrrkFL8i { top:9.5rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEJmA5nWsU6JqktTTUpc1NvbJzOtewJn { top:11.0625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS { display:block; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cifELTzDA5UIp6afrVtyFFh5b1prB9r6 { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaAxZMi9rkcXaQrNZ3z4UUT7shbogr8r { width:47.75rem;height:;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ZIvKXsvoA89XwQkixRPrWexmCACwKV { width:47.75rem;height:24.375rem;top:8.8125rem;left:0rem;font-size:1rem;display:block; }#b2ZIvKXsvoA89XwQkixRPrWexmCACwKV li:before{  }
 }@media only screen and (max-width: 763px) { #q72uHl3KDR6TV7bAnqT6nKFBBh6r0mIm { width:47.75rem;height:4.375rem;top:0.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 { display:block; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9uAFIwWUIsgN6X9ZycI7IIPnhHpl3BU { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNdlKN1MxDlFa1d30qhZtLUZ7sZLH9PJ { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBmdFBt8zWZh6VuGfU7CPgL9u85GIzl { top:21.1875rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzfAZAM3ST1TT4IIzHmGUym79rM1Plg { top:21.1875rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWBkTeP242TxchLQc5xzz9Hgfvqgri0 { top:49.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJMTM87V3xTl5TAmtVWJ9uQTIuz1IgTD { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 { display:block; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HggdCmbcWqtee0PCrGmLk0ViiLmA2ZVp { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvw0czWuEtRXJ75BKfJuU8sbyZMC8WgP { width:47.75rem;height:;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm0kedDJGH8e8rqWchTbDRy0HTKQuleW { top:15rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LszIOC4rv1bZWJWfB9viDDfMZulAsodh { top:15rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hQPRxiAis8vJPdgqzdpyKtsFUlecTQ { top:43.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk { display:block; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOPwmZHLs4shLaUoa6oWUXeNXfPfKZf0 { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWrpNwKURRBo57o90UKop65KIggU3tUu { width:47.75rem;height:;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGcHrnU4LH1WkLLJPLTksddPKpbnNfS1 { top:29.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1ovEfR4UlgxS4ZcTMp1i6XnQS6cXi6 { top:13.75rem;left:0rem;width:47.75rem;height:12.379629629629rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl { display:block; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bir805r7TBX567JPwsHEZ5oucXtqP6do { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvQGuF5lcPvcSVyL01hVVGKyXPRDa6ox { top:28.875rem;left:0rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrQU7QLtB2AdGHUi3UZGJplmZMEdizl { top:28.875rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnHJxUTytPSZ43UToE5TA4XX13nBgQKu { width:47.75rem;height:;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4II9AIyLSR9LM0TBSSu5hfNinFRl8pG { top:56.875rem;left:0.46875rem;width:44.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT { width:47.75rem;height:15.875rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }#Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT li:before{  }
 }@media only screen and (max-width: 763px) { #ZFtCIop6uUwTDO92UD0bC5E5tIc1DPx5 { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC { display:block; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2pdyFHXII0fVA7bo0hPkwfsX6cO8XbC { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raT1xN0oym4FoD4AbCsQIIKXdvgF5QQU { width:47.75rem;height:27.1875rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJerU94DU0PPxI8T0EV70uVTwIOESNT5 { top:33.25rem;left:0rem;width:47.75rem;height:24.420878459687rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauCiv7Q3yhkv1OVuDxcPc5JF9wUUZip { top:60.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7QZKH3WTL6x5mUnmLsypd9Bf9Rwex2Z { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgBviXdaGTDxstusgbKnTIa9WDJrak5f { display:block; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWk457rwozxwiGwGgXGhdmZ5OIord5v4 { width:47.75rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9ItT4KlovhZHJITxIK4gzUux6qrfU7 { width:47.75rem;height:6.75rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAcocD6d5FdXnbBbpVID7QvyViEuHaFK { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM { display:block; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKLShG0b2T2GTHpCA6722hFx7BHwZEAH { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw04t6i1zdirg61IJfEXuszHHTCScETf { width:13.75rem;height:3.125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmdhND0sulK13a0zmBhlqJ344QThKIsX { display:block; }
 }@media only screen and (max-width: 763px) { #DK2A0P59PqipVOEJgp8J7Q6uRPw6gTKM { width:13.75rem;height:3.125rem;top:8.3125rem;left:9.2487564086912rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVInOPRqK3q0M0HRZGaVxTEVZw9B6BVr { display:block; }
 }@media only screen and (max-width: 763px) { #asntI0mXGksTRPddIcaLkowgJ8XsdqCv { display:block; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yh3VQN6PBNK2t7zyTWhEIz5TlXH34nBH { top:0.75rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF1aTHtBWkCf3LqdiuLaXfhPCV4B16QL { top:5.1875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfoaqxzp9qrw8vR6UpKZearFBBWDsNyB { top:0.75rem;left:0rem;width:14rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #czz7IlxiPlPNQ9biab8o9ToxCLI37CVZ { width:10.25rem;height:2.5rem;top:10rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MepoIOlFDTB7pdx9Ps8klliLHDmXluXF { display:block; }
 }@media only screen and (max-width: 763px) { #GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R { display:block; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvgquIXPGIMENHBpR7Mx82QqZX2VknGv { width:30.625rem;height:4.875rem;top:1.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9vg5uBgt7dLaiNm8zeEVvXOEtKx4nIi { width:27.4375rem;height:7.1875rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH6pv9CK3Wl5WX4TEbD0Ka85WthFzCoC { width:14rem;height:15.0625rem;top:1.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGO4ETPrUmlCarMsHKOg0nlHPGbx21mh { width:14rem;height:1.875rem;top:8.625rem;left:25.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5hIDb7XzFzIwNzDvhQkOTHCsxEoBMXi { width:12.75rem;height:3.375rem;top:12.625rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PprEiJ2xq1dTNOnW7mo1zIlbqZGgl52N { width:3.5625rem;height:0.0625rem;top:11.375rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzoGWaoHKqMtHqoRZ7DWiZfurGJnVRRS { width:14rem;height:15.0625rem;top:1.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkInTAsNEOonFkHGKrvlhhnlGmvpvFaM { width:14rem;height:1.875rem;top:8.6875rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm9Ula7cwsnBzbFZ11poOyK1rHqTSP83 { width:3.5625rem;height:0.0625rem;top:11.375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhWeOvnzWXNrEsU1pug8lRQfJPTUTSId { width:12.75rem;height:3.75rem;top:12.25rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPuulw7h6zfc0neXyKNh9mfETEG2ClCO { width:14rem;height:15.0625rem;top:17.25rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl13XhFS78JSNITH5mhoeIbn8AbEgax1 { width:12.75rem;height:3.9375rem;top:27.5rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFyNTK2XQl9c5qWunzPaBNGbKsct5TU { width:14rem;height:15.0625rem;top:17.25rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBV97lFO4G0SPXGPX1KD7ES35vp64ZwF { width:12.75rem;height:3.375rem;top:27.8125rem;left:35rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp99vLsK1gSh5QKFEeDLHXe14QwTIun5 { width:3.5625rem;height:0.125rem;top:26.125rem;left:30.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIEv99EntNhbA5AmTvtzPkgP1189Z0P1 { width:3.5625rem;height:0.0625rem;top:26.1875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSlOgzPPb2QZZ7yQkBhteM0eAUc2sJC1 { width:14rem;height:1.875rem;top:23.3125rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGwta4nr7w2ceEcHmsaHupO6TmAw6cG { width:14rem;height:1.875rem;top:23.9375rem;left:33.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFKOQmhq3kL8Zfwg0O1MorBd1hDr22Lz { top:3.0625rem;left:29.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQFRHCnRCwpJTfID90TzV8b9Ho5K1HX { top:3.5rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRht3nhgo82KssIHUsxWiX3E2wNw0MH { top:18.5rem;left:29.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd0d76A0R6A7aDX9QIi7XLDehtt9Jlh0 { top:18.5rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1DuD8yuLxraiW7gbdIQ45502BCJOgT { width:16.25rem;height:11.25rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62BUJdnd0hUNwiMWOGrEuHJL3l2XUiR { width:15.3125rem;height:10.625rem;top:17.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZCT8ABD4TFzMh1pfFCe4f7sVWM9Numz { top:29.6875rem;left:0rem;width:27.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr5HACiHAw0mqKCVFaeLSHCM5pwn7hTe { width:27.875rem;height:1.5rem;top:30.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNMSieUQSUQpoOKcs7bzVNT5nlWqlpap { display:none; }
 }@media only screen and (max-width: 763px) { #DGQ1oHPRXium2Vx91y5PJNf0zl7nLH2q { top:1.25rem;left:0rem;width:29.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m { display:block; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m64fp3GTLExR5HzoMLIn6h795k3R4R8K { width:47.75rem;height:3.375rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWDmCFlHEA4krPWyLA7HKGxraVUPuqI { width:18.4375rem;height:12.625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSe4m039f9z3ynAPc5atyGeGMTXlSTPp { width:18.4375rem;height:12.625rem;top:8.5rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMErlnv4JZSVZkfSQNTAFZMN9StXitB { width:18.4375rem;height:12.5rem;top:8.6875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twr2c6ik5dZPCcA3dmtMVybtcVf9rJ51 { width:18.4375rem;height:12.625rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQeVT7EcDTKhQMylq9wRKHRd8MmJI6qb { width:18.4375rem;height:12.625rem;top:22.0625rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iokrBBBT2TIG08fDAfZQQiszmHvU8Evx { width:18.4375rem;height:12.625rem;top:22.0625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZIdNHmtnE0Va4we3IlRVmzgdChpXEMG { width:3.875rem;height:0.3125rem;top:6.9375rem;left:21.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTl8zxXmC5O3DLwPXrFlUcf81k7Z64CN { width:47.75rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdVSQP6spMX4raNT1h2TUuJdhADevJ5J { width:18.4375rem;height:12.625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTDWkO0e2F1SmbTf6Sp6VqWTfV3JPUB { width:18.4375rem;height:12.625rem;top:35.375rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N2gTXgNAtU7m3DTQZgTEmHnnJBnDxA { width:18.4375rem;height:12.625rem;top:35.375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB { display:block; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKT6cnVWZbAHzHW1zu9FwGlC8ryUb0ez { width:12.5rem;height:2.0625rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OzUkyf7RwW1wmimmgUgJP1m7gVzy6e { width:3.875rem;height:0.3125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d77wvqf7cplTXEaKr2OsZvEnQQCvzIT1 { width:22.625rem;height:4.9375rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5D5hgAHoCcCVKkGLuaVlVCTGNAS4US { width:12.5rem;height:0;top:20.8125rem;left:31.236110687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6HTTcB0wmpHO7Donpf3pq0X8QFZc4s { width:12.5rem;height:0;top:23.875rem;left:28.110027313233rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ9WWGfcrdA3mixm3L8slRF8b4AhSyKK { width:27.875rem;height:11.875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCEuJF8qbEGyDaik8CdeLp5oWJgx4lmb { width:6rem;height:1.25rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXuZowno4Uzh4dVOMrkE8BqrZnUNSp0w { width:2.625rem;height:2.625rem;top:25.4375rem;left:1.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMWid9GCgAH0t7Gw0fUelUTdpWD9xkB { width:1.5rem;height:1.5rem;top:26rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eruwAfXp1LqLSmgHGUlTDSfAXdnOTO3y { top:1.3125rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STb347D9Smuy6XTcVTObdRfSPusGrzxE { width:9.9375rem;height:2.5rem;top:25.1875rem;left:13.62949319297rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJGVfdXSG5vuHTzxJggztKgkFAxmdE2Q { display:block; }
 }@media only screen and (max-width: 763px) { #bgKtFxtxHUuJ9CVUeg4r2yIUAOIDOKVV { top:1.625rem;left:13.53125rem;width:11.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz { display:block; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9F6AJuAhT2GoGd7Og04etaIkT2buP98 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU7fsXNXPq6mMayTCTyyBeosOm3xldHI { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb976LS6R1RSHZ0qfKd5qksTxuptyD8U { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lACC9QK8JoVSspDZXJueLk8HrgkkbMyU { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTw0psLZxzaW0AHbiy1OiayWHMX2i0D4 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVsFxoh8UOGG7SOD8PCaHripahVf2V5u { top:7.625rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5CDTpKAaupLw2TNfpcHBXW7tlkeISED { top:23.625rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnOR0UoBW6GW4WPwSTCUnbdLbAibQmsK { top:39.875rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRCDA4cg6D9xc6l4Pw3E9rNSa4aEnHc { top:56.25rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aARepKpTeiRpOTeaAwdWeZ2HVVfenc55 { top:73.375rem;left:0rem;width:18.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko41s9qkBQ3B3eOXOMNoHCH0pCHTSCmT { top:11.9375rem;left:17.46875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX7rhw2RwXatGk8irMdTOrVV9cTBGQ6F { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVU2xgRW6BeCJntDGiFEOS6eMF4GIF6 { display:block; }
 }@media only screen and (max-width: 763px) { #X0l3QMrrkJS9kKNsLQL1H27wAxBq7hqZ { top:11.9375rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF9GUeeqQCNVeMX3DTpqEtQyVebdX3S1 { top:28.0625rem;left:17.46875rem;width:11.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPNxlOqxdGr8Vt2KugEJpDrlSxZLqqxu { top:28.0625rem;left:30.0625rem;width:17.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmwqcMwoJkIW81TWc4uGOwWvHW6aLyJL { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWsmJ7hwp3krTTakfpdvZQCaU5rQ2Zms { display:block; }
 }@media only screen and (max-width: 763px) { #OcZcaVpooqkRrS41GrafeC2tLd7wK5uZ { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQcf6wOKzK7WJIQHW0hN7OfCCBrpINk { display:block; }
 }@media only screen and (max-width: 763px) { #WhCOw7TdyRnXRvJ2nJ0iiU8u5h8KWkvM { top:45.25rem;left:17.46875rem;width:11.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQBuV6HpsEMbFyiKfm8EgOCmwlsPwnml { top:45.25rem;left:31.4375rem;width:16.3125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRJlgrlfLyzX1sK47LGST9b9u0GWtu37 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlO02doiZbn8b7bD9dqvzy8zPgeFQiKO { display:block; }
 }@media only screen and (max-width: 763px) { #takhwzheaRvILi8W8TNd0Hvwm50e3ARp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXvBfPlcTBPasWmhMGzPz9uzd8BwNDpy { display:block; }
 }@media only screen and (max-width: 763px) { #XTF6dMGV1M6WgUm29bFIM6rO5pShORhA { top:62.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNw1gh15BarfwNmgX4LKhlAZSaQBsxCw { top:62.75rem;left:28rem;width:19.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H85zhLtfxZXoWtt8HqmnSNBTPzUIXuBS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN8OX1OZpQ8AMI4gGoPilSp2CnxmVL3N { display:block; }
 }@media only screen and (max-width: 763px) { #uIyCJp8ncMWUoTWPRLtiimmDnpoOgopI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmM6h0fzGcuIkwB6ds9u9MHBHDD52TzG { display:block; }
 }@media only screen and (max-width: 763px) { #NXLKxTIt2iE9IGERDEO95AkWfpWiize5 { top:79.875rem;left:25.25rem;width:22.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJStBzIkPNNGQAtdGl5FOVEVGhilhREy { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8nBTG2CdZraLRbSFEBqzL3Ui4Lb3ap { display:block; }
 }@media only screen and (max-width: 763px) { #QRftLw4fzul5aRdxsvWHJRhioIZkdLhm { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUX3By8zzcqNfXFNC9rwyhv1NPSS72RB { display:block; }
 }@media only screen and (max-width: 763px) { #thySOV8rnfI3p6ua7iTsfNQv4hTL0Ret { width:47.75rem;height:1.8125rem;top:2.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZza1omRQtlrdvkq7wccAD7wfsGIPcQ8 { top:1.5625rem;left:7.71875rem;width:32.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnPuTzOgB6dCUtJwmAvW1CVTAfvxrTV3 { top:79.75rem;left:17.46875rem;width:11.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi3UsSCDFsIUIFeUX8pw31F6KHDnUw3P { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8GdWFU7NQHfTiHilfTJChmtIUO5D33U { display:block; }
 }@media only screen and (max-width: 763px) { #lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU { display:block; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHyBEW0asZCFtLeV69zsTT7TU9ldIa0w { top:18.1875rem;left:12.90625rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT6sl9bJmSpEBJRdrNe5N33DJ7ALNSIx { top:0rem;left:17.34375rem;width:14.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epb5SvH8fB4uJrDhpUGPNu24ry9DOM3R { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaU4QKG5FWSqXCOgdlgbXeTVKofGIP8Q { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COsuJR6Oe1eXJhV4WaB4uSLZZy18aNaz { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTiUMpQSWR1zkOUnPuxrV5h4kyV9aDTy { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryO4cyVCzQKrQotRrEKZzitpfo7bQ8TK { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wMBCXIMAm2qT7QT4iVG4QEthMwESZIbn > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHlFv2o8izt96t8UFQyPEKimDGR7p8dh { width:6.9375rem;height:2.625rem;top:0.96875rem;left:11.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOQ83W2wz7meopwgFGWaBOlTCnuOOz1B { display:block; }
 }@media only screen and (max-width: 763px) { #IIUJCdXL6lchQxWQUt2V7IF287ypMb4L { width:11.8125rem;height:2.5rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWo2OzFxZTMQ0Z1H9y5cIqMAQ7rtrnv2 { width:5.375rem;height:1.29980625rem;top:4.625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZEFeFINVhpT141sNTr3DJUbpkO4mnyD { width:3.75rem;height:1.29980625rem;top:4.625rem;left:13.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqKIZQlZeKQ9Run15RSM2f9h0HNuIVTz { width:4.8125rem;height:1.29980625rem;top:4.625rem;left:7.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd { display:block; }#BJo3rx0c603i9R9DLPnyRLT2mR9uw9Kd > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uptCV0R6orBTPquXbnk5LOcw1WW4aE4B { width:20rem;height:4.94921875rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bmbKxriRl2o8fqCP9XNUX3g4VUiznEFz { width:20rem;height:18rem;top:38rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ea28JlhbHsWxgc5KkIrBr6VVsih2DHWP { width:20rem;height:3.89845rem;top:55.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALQ3G5SFqkPq7pZfV1oi9zgG8dFOnQy6 { width:12.0625rem;height:2.4375rem;top:34.5703125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6KI0FoZDiT91gr8KeyUcbm1fnzNWV9V { width:11.5625rem;height:1.125rem;top:35.2265625rem;left:4.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4lUalNyGsenHPVXtlpGff4TG4gI3yGk { width:20rem;height:20.284552845529rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd { display:block; }#xJeT9AOk2qpOJH45hKaAMSm4JBvO1nZd > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF4ouzIAQARkf88gdL26sPs4Dz99aeR9 { width:20rem;height:3.1484375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MavftttvehAt5Qv5BokPTqoP7fHHDao9 { width:20rem;height:1.875rem;top:4.3984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hBqTEDdBgup2iWn79zJdHDRpnKKtcWsB { width:20rem;height:1.875rem;top:7.0234375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PO8KoakdJg82OcGCyeRUtyPiQPQdXJHO { width:20rem;height:1.875rem;top:10.3359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QeZvMdFwO0bRPgqiiSPhIT7rSUToLLSe { width:20rem;height:1.875rem;top:13.2734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VoFprQDrxLxRQs2GN7AerkyTVrrkFL8i { width:20rem;height:1.875rem;top:15.69921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DEJmA5nWsU6JqktTTUpc1NvbJzOtewJn { width:20rem;height:1.875rem;top:18.6484375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS { display:block; }#uEare2lV3BFBfmmsHmnB2ItTKPqbkVKS > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cifELTzDA5UIp6afrVtyFFh5b1prB9r6 { width:20rem;height:1.5rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WaAxZMi9rkcXaQrNZ3z4UUT7shbogr8r { width:20rem;height:12rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b2ZIvKXsvoA89XwQkixRPrWexmCACwKV { width:20rem;height:57.625rem;top:19.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#b2ZIvKXsvoA89XwQkixRPrWexmCACwKV li:before{  }
 }@media only screen and (max-width: 763px) { #q72uHl3KDR6TV7bAnqT6nKFBBh6r0mIm { width:20rem;height:8.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 { display:block; }#VGzGn2y5v8wghFBArXupVTibu4Ii9ip5 > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9uAFIwWUIsgN6X9ZycI7IIPnhHpl3BU { width:20rem;height:1.5rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zNdlKN1MxDlFa1d30qhZtLUZ7sZLH9PJ { width:20rem;height:31.5rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UaBmdFBt8zWZh6VuGfU7CPgL9u85GIzl { width:20rem;height:20rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUzfAZAM3ST1TT4IIzHmGUym79rM1Plg { width:20rem;height:20rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWBkTeP242TxchLQc5xzz9Hgfvqgri0 { width:20rem;height:4.3984375rem;top:62.75rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJMTM87V3xTl5TAmtVWJ9uQTIuz1IgTD { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 { display:block; }#m1Plh1cQZ5RqHiva09ffshmaJy9T2rW0 > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HggdCmbcWqtee0PCrGmLk0ViiLmA2ZVp { width:20rem;height:1.5rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uvw0czWuEtRXJ75BKfJuU8sbyZMC8WgP { width:20rem;height:21rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hm0kedDJGH8e8rqWchTbDRy0HTKQuleW { width:20rem;height:20rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LszIOC4rv1bZWJWfB9viDDfMZulAsodh { width:20rem;height:20rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hQPRxiAis8vJPdgqzdpyKtsFUlecTQ { width:20rem;height:3.298825rem;top:44.7021484375rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk { display:block; }#n5KSO7CklFsXCGWPcUV0N3KP8GFK3sVk > .row .container { width:20rem;height:35.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOPwmZHLs4shLaUoa6oWUXeNXfPfKZf0 { width:20rem;height:1.5rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nWrpNwKURRBo57o90UKop65KIggU3tUu { width:20rem;height:21rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lGcHrnU4LH1WkLLJPLTksddPKpbnNfS1 { width:20rem;height:5.49805rem;top:29.375rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mG1ovEfR4UlgxS4ZcTMp1i6XnQS6cXi6 { width:20rem;height:4.9375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl { display:block; }#OEpq1Jc8X3g1aNIB2yOMWRQ31Oa2i2fl > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bir805r7TBX567JPwsHEZ5oucXtqP6do { width:20rem;height:1.5rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NvQGuF5lcPvcSVyL01hVVGKyXPRDa6ox { width:20rem;height:20rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsrQU7QLtB2AdGHUi3UZGJplmZMEdizl { width:20rem;height:20rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnHJxUTytPSZ43UToE5TA4XX13nBgQKu { width:20rem;height:10.5rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D4II9AIyLSR9LM0TBSSu5hfNinFRl8pG { width:20rem;height:2.5996125rem;top:77.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT { width:20rem;height:35.125rem;top:19.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#Pv8vNLEiVSUZ7IIWO6694g9lSW3Dm1AT li:before{  }
 }@media only screen and (max-width: 763px) { #ZFtCIop6uUwTDO92UD0bC5E5tIc1DPx5 { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC { display:block; }#VK0Uy5MQ0DT9R2eNrt1gE9sap6ZNnVbC > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q2pdyFHXII0fVA7bo0hPkwfsX6cO8XbC { width:20rem;height:1.5rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #raT1xN0oym4FoD4AbCsQIIKXdvgF5QQU { width:20rem;height:55.5rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MJerU94DU0PPxI8T0EV70uVTwIOESNT5 { width:20rem;height:10.2285rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eauCiv7Q3yhkv1OVuDxcPc5JF9wUUZip { width:20rem;height:2.19921875rem;top:74.5400390625rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7QZKH3WTL6x5mUnmLsypd9Bf9Rwex2Z { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NgBviXdaGTDxstusgbKnTIa9WDJrak5f { display:block; }#NgBviXdaGTDxstusgbKnTIa9WDJrak5f > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWk457rwozxwiGwGgXGhdmZ5OIord5v4 { width:20rem;height:1.5rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kQ9ItT4KlovhZHJITxIK4gzUux6qrfU7 { width:20rem;height:16.5rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tAcocD6d5FdXnbBbpVID7QvyViEuHaFK { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM { display:block; }#DVbC2nTnD6h7aCUOciMsRZiSEfm9SxBM > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKLShG0b2T2GTHpCA6722hFx7BHwZEAH { width:20rem;height:10.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Lw04t6i1zdirg61IJfEXuszHHTCScETf { width:13.75rem;height:3.125rem;top:13rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmdhND0sulK13a0zmBhlqJ344QThKIsX { display:block; }
 }@media only screen and (max-width: 763px) { #DK2A0P59PqipVOEJgp8J7Q6uRPw6gTKM { width:13.75rem;height:3.125rem;top:17.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVInOPRqK3q0M0HRZGaVxTEVZw9B6BVr { display:block; }
 }@media only screen and (max-width: 763px) { #asntI0mXGksTRPddIcaLkowgJ8XsdqCv { display:block; }#asntI0mXGksTRPddIcaLkowgJ8XsdqCv > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yh3VQN6PBNK2t7zyTWhEIz5TlXH34nBH { width:20rem;height:23.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF1aTHtBWkCf3LqdiuLaXfhPCV4B16QL { width:17.625rem;height:13.191375rem;top:6.404296875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mfoaqxzp9qrw8vR6UpKZearFBBWDsNyB { width:14rem;height:4rem;top:1.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #czz7IlxiPlPNQ9biab8o9ToxCLI37CVZ { width:10.25rem;height:2.5rem;top:20.6875rem;left:4.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MepoIOlFDTB7pdx9Ps8klliLHDmXluXF { display:block; }
 }@media only screen and (max-width: 763px) { #GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R { display:block; }#GUPTtL65uTRDcZnEh8CRWD6sGph7Ub7R > .row .container { width:20rem;height:100.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvgquIXPGIMENHBpR7Mx82QqZX2VknGv { width:20rem;height:3.37535625rem;top:1.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9vg5uBgt7dLaiNm8zeEVvXOEtKx4nIi { width:20rem;height:9.4970625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #QH6pv9CK3Wl5WX4TEbD0Ka85WthFzCoC { width:19.25rem;height:15.4375rem;top:31.453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGO4ETPrUmlCarMsHKOg0nlHPGbx21mh { width:19.375rem;height:1.5625rem;top:39.046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5hIDb7XzFzIwNzDvhQkOTHCsxEoBMXi { width:18.0625rem;height:4.72265625rem;top:41.37890625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PprEiJ2xq1dTNOnW7mo1zIlbqZGgl52N { width:3.5625rem;height:0.125rem;top:40.484375rem;left:8.21875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #fdffff ;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IzoGWaoHKqMtHqoRZ7DWiZfurGJnVRRS { width:19.25rem;height:15.4375rem;top:48.0205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkInTAsNEOonFkHGKrvlhhnlGmvpvFaM { width:19.75rem;height:1.50035625rem;top:55.3642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm9Ula7cwsnBzbFZ11poOyK1rHqTSP83 { width:3.5625rem;height:0.125rem;top:56.7080078125rem;left:7.125rem;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FhWeOvnzWXNrEsU1pug8lRQfJPTUTSId { width:15.625rem;height:4.72265625rem;top:58.00390625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vPuulw7h6zfc0neXyKNh9mfETEG2ClCO { width:19.25rem;height:15.4375rem;top:64.6298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl13XhFS78JSNITH5mhoeIbn8AbEgax1 { width:14.125rem;height:4.72265625rem;top:74.0498046875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OMFyNTK2XQl9c5qWunzPaBNGbKsct5TU { width:19.25rem;height:15.4375rem;top:80.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBV97lFO4G0SPXGPX1KD7ES35vp64ZwF { width:14.125rem;height:4.72265625rem;top:91.1826171875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Vp99vLsK1gSh5QKFEeDLHXe14QwTIun5 { width:3.5625rem;height:0.0625rem;top:66.8251953125rem;left:14.3125rem;box-shadow: none;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aIEv99EntNhbA5AmTvtzPkgP1189Z0P1 { width:3.5625rem;height:0.0625rem;top:93.5126953125rem;left:8.21875rem;box-shadow: none;background-color:#fdffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gSlOgzPPb2QZZ7yQkBhteM0eAUc2sJC1 { width:18.8125rem;height:1.50035625rem;top:71.1376953125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGwta4nr7w2ceEcHmsaHupO6TmAw6cG { width:14rem;height:1.50035625rem;top:87.8798828125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFKOQmhq3kL8Zfwg0O1MorBd1hDr22Lz { display:flex;width:6.75rem;height:6.75rem;top:31.453125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #iAQFRHCnRCwpJTfID90TzV8b9Ho5K1HX { display:flex;width:5.75rem;height:5.75rem;top:48.875rem;left:6.875rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #mtRht3nhgo82KssIHUsxWiX3E2wNw0MH { display:flex;width:6.75rem;height:6.75rem;top:64.6298828125rem;left:6.3125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #rd0d76A0R6A7aDX9QIi7XLDehtt9Jlh0 { display:flex;width:5.75rem;height:5.75rem;top:82.1064453125rem;left:7.125rem;font-size:4rem; }
 }@media only screen and (max-width: 763px) { #vt1DuD8yuLxraiW7gbdIQ45502BCJOgT { width:20rem;height:13.5rem;top:17.0361328125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62BUJdnd0hUNwiMWOGrEuHJL3l2XUiR { width:15.3125rem;height:10.625rem;top:17.25rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZCT8ABD4TFzMh1pfFCe4f7sVWM9Numz { width:20rem;height:2.9375rem;top:97.4501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr5HACiHAw0mqKCVFaeLSHCM5pwn7hTe { width:20rem;height:1.46218125rem;top:98.1884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xNMSieUQSUQpoOKcs7bzVNT5nlWqlpap { top:9.1875rem;left:1.40625rem;width:20rem;height:15.25rem;z-index:15002;background-color:rgba(253,255,255,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem #fdf5f5 ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #DGQ1oHPRXium2Vx91y5PJNf0zl7nLH2q { width:20rem;height:5.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m { display:block; }#aqobTvrMZMzlCX9UqxchZkCLNLqAAH3m > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m64fp3GTLExR5HzoMLIn6h795k3R4R8K { width:20rem;height:2.5996125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWDmCFlHEA4krPWyLA7HKGxraVUPuqI { width:20rem;height:12.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSe4m039f9z3ynAPc5atyGeGMTXlSTPp { width:20rem;height:12.625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILMErlnv4JZSVZkfSQNTAFZMN9StXitB { width:20rem;height:12.625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twr2c6ik5dZPCcA3dmtMVybtcVf9rJ51 { width:20rem;height:12.625rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQeVT7EcDTKhQMylq9wRKHRd8MmJI6qb { width:20rem;height:12.625rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iokrBBBT2TIG08fDAfZQQiszmHvU8Evx { width:20rem;height:12.625rem;top:74.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZIdNHmtnE0Va4we3IlRVmzgdChpXEMG { width:3.875rem;height:0.3125rem;top:5.255859375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTl8zxXmC5O3DLwPXrFlUcf81k7Z64CN { width:20rem;height:1.21875rem;top:3.349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdVSQP6spMX4raNT1h2TUuJdhADevJ5J { width:20rem;height:12.625rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUTDWkO0e2F1SmbTf6Sp6VqWTfV3JPUB { width:20rem;height:12.625rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N2gTXgNAtU7m3DTQZgTEmHnnJBnDxA { width:20rem;height:12.625rem;top:114.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB { background-color:#d6d4d4;background-image:none;display:block; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container { background-color: transparent; background-image: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container > .video-iframe-container { display: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row > .video-iframe-container { display: none; }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .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); }#mSl5bmTA1TDdkoHOQ1U0cEmqHkxT8nsB > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKT6cnVWZbAHzHW1zu9FwGlC8ryUb0ez { width:5.75rem;height:1.8681625rem;top:2.1220703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OzUkyf7RwW1wmimmgUgJP1m7gVzy6e { width:3.875rem;height:0.3125rem;top:4.80859375rem;left:0.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d77wvqf7cplTXEaKr2OsZvEnQQCvzIT1 { width:20rem;height:4.3984375rem;top:5.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5D5hgAHoCcCVKkGLuaVlVCTGNAS4US { width:12.5rem;height:0;top:30.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6HTTcB0wmpHO7Donpf3pq0X8QFZc4s { width:12.5rem;height:0;top:31.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ9WWGfcrdA3mixm3L8slRF8b4AhSyKK { width:20rem;height:14.34375rem;top:12.04296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCEuJF8qbEGyDaik8CdeLp5oWJgx4lmb { width:6rem;height:1.29980625rem;top:29.44921875rem;left:0.9052734375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXuZowno4Uzh4dVOMrkE8BqrZnUNSp0w { width:2.625rem;height:2.625rem;top:28.125rem;left:6.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMWid9GCgAH0t7Gw0fUelUTdpWD9xkB { width:1.5rem;height:1.5rem;top:28.6875rem;left:7.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eruwAfXp1LqLSmgHGUlTDSfAXdnOTO3y { width:20rem;height:30.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STb347D9Smuy6XTcVTObdRfSPusGrzxE { width:9rem;height:2.4375rem;top:28.3125rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJGVfdXSG5vuHTzxJggztKgkFAxmdE2Q { display:block; }
 }@media only screen and (max-width: 763px) { #bgKtFxtxHUuJ9CVUeg4r2yIUAOIDOKVV { width:11.5625rem;height:2.9375rem;top:1.5869140625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz { display:block; }#MnZwPzfDQQu5QTafJocwzCy4XRbJnFkz > .row .container { width:20rem;height:206.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9F6AJuAhT2GoGd7Og04etaIkT2buP98 { width:18.75rem;height:1.94921875rem;top:63.8828125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU7fsXNXPq6mMayTCTyyBeosOm3xldHI { width:18.75rem;height:3.8984375rem;top:22.3984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb976LS6R1RSHZ0qfKd5qksTxuptyD8U { width:20rem;height:3.8984375rem;top:102.33984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lACC9QK8JoVSspDZXJueLk8HrgkkbMyU { width:20rem;height:3.8984375rem;top:141.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTw0psLZxzaW0AHbiy1OiayWHMX2i0D4 { width:20rem;height:3.8984375rem;top:181.515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVsFxoh8UOGG7SOD8PCaHripahVf2V5u { width:20rem;height:15rem;top:6.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5CDTpKAaupLw2TNfpcHBXW7tlkeISED { width:20rem;height:14.953125rem;top:47.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnOR0UoBW6GW4WPwSTCUnbdLbAibQmsK { width:20rem;height:14.8125rem;top:86.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZRCDA4cg6D9xc6l4Pw3E9rNSa4aEnHc { width:20rem;height:14.8125rem;top:125.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aARepKpTeiRpOTeaAwdWeZ2HVVfenc55 { width:20rem;height:14.8125rem;top:165.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko41s9qkBQ3B3eOXOMNoHCH0pCHTSCmT { width:12.5625rem;height:4.62890625rem;top:27.734375rem;left:3.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AX7rhw2RwXatGk8irMdTOrVV9cTBGQ6F { width:12.375rem;height:2.625rem;top:42.7421875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJVU2xgRW6BeCJntDGiFEOS6eMF4GIF6 { display:block; }
 }@media only screen and (max-width: 763px) { #X0l3QMrrkJS9kKNsLQL1H27wAxBq7hqZ { width:20rem;height:4.62890625rem;top:33.05078125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JF9GUeeqQCNVeMX3DTpqEtQyVebdX3S1 { width:11.1875rem;height:4.62890625rem;top:66.95703125rem;left:4.40625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPNxlOqxdGr8Vt2KugEJpDrlSxZLqqxu { width:19.875rem;height:4.62890625rem;top:72.1484375rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmwqcMwoJkIW81TWc4uGOwWvHW6aLyJL { width:12.375rem;height:2.625rem;top:78.46484375rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWsmJ7hwp3krTTakfpdvZQCaU5rQ2Zms { display:block; }
 }@media only screen and (max-width: 763px) { #OcZcaVpooqkRrS41GrafeC2tLd7wK5uZ { width:12.375rem;height:2.625rem;top:82.02734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQcf6wOKzK7WJIQHW0hN7OfCCBrpINk { display:block; }
 }@media only screen and (max-width: 763px) { #WhCOw7TdyRnXRvJ2nJ0iiU8u5h8KWkvM { width:19.875rem;height:4.62890625rem;top:106.9765625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQBuV6HpsEMbFyiKfm8EgOCmwlsPwnml { width:20rem;height:4.62890625rem;top:112.23046875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRJlgrlfLyzX1sK47LGST9b9u0GWtu37 { width:12.375rem;height:2.625rem;top:117.671875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlO02doiZbn8b7bD9dqvzy8zPgeFQiKO { display:block; }
 }@media only screen and (max-width: 763px) { #takhwzheaRvILi8W8TNd0Hvwm50e3ARp { width:12.375rem;height:2.625rem;top:121.421875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXvBfPlcTBPasWmhMGzPz9uzd8BwNDpy { display:block; }
 }@media only screen and (max-width: 763px) { #XTF6dMGV1M6WgUm29bFIM6rO5pShORhA { width:20rem;height:4.62890625rem;top:146.38671875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UNw1gh15BarfwNmgX4LKhlAZSaQBsxCw { width:20rem;height:4.62890625rem;top:151.69921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H85zhLtfxZXoWtt8HqmnSNBTPzUIXuBS { width:12.375rem;height:2.625rem;top:157.953125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN8OX1OZpQ8AMI4gGoPilSp2CnxmVL3N { display:block; }
 }@media only screen and (max-width: 763px) { #uIyCJp8ncMWUoTWPRLtiimmDnpoOgopI { width:12.375rem;height:2.625rem;top:161.640625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmM6h0fzGcuIkwB6ds9u9MHBHDD52TzG { display:block; }
 }@media only screen and (max-width: 763px) { #NXLKxTIt2iE9IGERDEO95AkWfpWiize5 { width:20rem;height:5.84765rem;top:191.73046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJStBzIkPNNGQAtdGl5FOVEVGhilhREy { width:12.375rem;height:2.625rem;top:199.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8nBTG2CdZraLRbSFEBqzL3Ui4Lb3ap { display:block; }
 }@media only screen and (max-width: 763px) { #QRftLw4fzul5aRdxsvWHJRhioIZkdLhm { width:12.375rem;height:2.625rem;top:203.046875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUX3By8zzcqNfXFNC9rwyhv1NPSS72RB { display:block; }
 }@media only screen and (max-width: 763px) { #thySOV8rnfI3p6ua7iTsfNQv4hTL0Ret { width:20rem;height:1.46218125rem;top:2.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yZza1omRQtlrdvkq7wccAD7wfsGIPcQ8 { width:20rem;height:3.6875rem;top:0.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnPuTzOgB6dCUtJwmAvW1CVTAfvxrTV3 { width:20rem;height:4.62890625rem;top:186.4140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mi3UsSCDFsIUIFeUX8pw31F6KHDnUw3P { width:12.375rem;height:2.625rem;top:39.171875rem;left:3.8125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8GdWFU7NQHfTiHilfTJChmtIUO5D33U { display:block; }
 }@media only screen and (max-width: 763px) { #lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container { background-color: transparent; background-image: none; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container > .video-iframe-container { display: none; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row > .video-iframe-container { display: none; }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .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); }#lRVI0RR28Tx1cFRuyeXlKRTHQQksTtZU > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHyBEW0asZCFtLeV69zsTT7TU9ldIa0w { width:20rem;height:1.4000375rem;top:19.49903125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iT6sl9bJmSpEBJRdrNe5N33DJ7ALNSIx { width:15.9375rem;height:4.25rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epb5SvH8fB4uJrDhpUGPNu24ry9DOM3R { width:20rem;height:1.29980625rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaU4QKG5FWSqXCOgdlgbXeTVKofGIP8Q { width:20rem;height:1.29980625rem;top:9.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COsuJR6Oe1eXJhV4WaB4uSLZZy18aNaz { width:20rem;height:1.29980625rem;top:11.8496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTiUMpQSWR1zkOUnPuxrV5h4kyV9aDTy { width:20rem;height:1.29980625rem;top:14.39941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryO4cyVCzQKrQotRrEKZzitpfo7bQ8TK { width:20rem;height:1.29980625rem;top:16.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }