.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX { background-color:rgba(255,255,255,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { background-color: transparent; background-image: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .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); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { border-width: 0; border-radius: 0; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:60rem;overflow:visible;position:relative;display:block; }#NQqMIgWrt3l8WEUgABKuveZTEywefiAI { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"roboto condensed";font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:3.09375rem;left:1.5179691314698rem;height:10.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a9G9bCsumaaoJaiK0p68XyTIiy9tvMeA { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:7.625rem;left:51.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZ17SXP0i10PWF75XttvnTc86H31GVWC { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:6rem;left:51.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zL1U7tTQhTNGntTfRIumsa4XI2sNnT0u { position:absolute;display:block;z-index:15040;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:33.4375rem;width:59.9375rem;top:16.300000190735rem;left:0.061717987060547rem;overflow:hidden;display:block; }
#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:11.1875rem;left:7.42421913147rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jm4FcUcqXtyXuRPuW1QbvKDNuhyV7uTb { background-color:#ff914d;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:57.312501907349rem;left:15.750001907349rem;display:block; }
#o6vEXoC6lrEmQT96N60ybSbwPGtfgkQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXpuJ5JBL7eWkn79oFDFNVB1zh9LDy6V { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:11.1875rem;left:7.42421913147rem;height:4.2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#w9A9Uu1Fq5wk1IVpzrsr5eWRxfnU9os5 { color:rgba(0,0,0,0.8);display:block;width:43.75rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:51.112499237061rem;left:8.125rem;height:5.4rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf { position:relative;display:block; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf { background-color: transparent; background-image: none; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row .container > .video-iframe-container { display: none; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row > .video-iframe-container { display: none; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .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); }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf { border-width: 0; border-radius: 0; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .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; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.1875rem;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; }#kJaobce0oGqmxJdN4AhJCGRTDOAwTAyP { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2744140625rem;left:1.90625rem;height:31.76875rem;font-style:normal;display:block; }
#xIiqJTfQsVwClPD5QgN2n0tfMO80ABFE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.4375rem;top:3rem;left:42rem;overflow:hidden;display:block; }
#fyWaIRITEUwbZ5WXnRFmg4MDGKnLSc6F { 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:14.125rem;width:19.875rem;top:20.4375rem;left:39.71875rem;overflow:hidden;display:block; }
#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy { 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; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container { background-color: transparent; background-image: none; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container > .video-iframe-container { display: none; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row > .video-iframe-container { display: none; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .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); }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container { border-width: 0; border-radius: 0; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container { font-size:0.875rem;font-family:arial;height:377.5rem;width:60rem;position:relative;display:block; }#ICc8SkoEXlXnFTnw90G5fPqZSdt9wzoS { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:"roboto condensed";font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.6367192268372rem;left:8.54921913147rem;height:3.4125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rwSKtaPoUxqeep1nEhO4plftvRZ8UoCO { color:rgba(0,0,0,0.8);display:block;width:49.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:12.75rem;left:0.375rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#tXkC0hvvGmslF9UeSfvBk9JDm8TvPHxR { 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:36.3125rem;width:48.8125rem;top:314.625rem;left:4.5625rem;overflow:hidden;display:block; }
#tst3kW8WQuWZQPW4dsNTUO4tEhNThQvC { color:rgba(31,51,59,0.8);display:block;width:28rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:202.5625rem;left:30.5rem;height:9.000625rem;text-align:left;text-align-last:left;display:block; }
#HfPGEbiDS9vpWQ97to4Of6UT5ld5Kry4 { color:rgba(0,0,0,0.8);display:block;width:26.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:193.125rem;left:30.5rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#eMHXPHAh4go9Hn0bIVqusOETWAeJKFQB { color:rgba(0,0,0,0.8);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:353.9375rem;left:0.3125rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#n8RVEVTg0Hma5RkTaDoKrtQ711TZx3wm { color:rgba(31,51,59,0.8);display:block;width:29.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:361.875rem;left:0rem;height:9.000625rem;text-align:left;text-align-last:left;display:block; }
#LaEOJTbfepB9R869k0ot3ubO1RU9Ar0f { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:18.875rem;left:0.375rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GNbA5TcVAfqzLTRDQyuaMlDqTyqEhqH6 { position:absolute;display:block;z-index:15004;background-color:#007375;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:28.0625rem;top:20.6875rem;left:0rem;display:block; }
#Bql5xWSqmr4xWsKMSWEiK1x4xISKHtdc { position:absolute;display:block;z-index:15005;background-color:#007375;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:28.0625rem;top:201rem;left:30.5rem;display:block; }
#RR3ZyiO0FhDMzcrrNJGpbHtgHOUB0kOI { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:198.5625rem;left:30.5rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uK0FLWMmnyAGglVtmmQHn9O2fIkJLFip { color:rgba(0,0,0,0.8);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:222.0625rem;left:0.4375rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#FcRRTyb03sez8Lg92HtggKXO0N3mwJJ7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:22.25rem;top:221.125rem;left:32.4375rem;overflow:hidden;display:block; }
#XbgEJrXaKP4RJuPtGsAlZszhNXtt1VQ9 { color:rgba(31,51,59,0.8);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:229.875rem;left:0.625rem;height:7.2005rem;text-align:left;text-align-last:left;display:block; }
#dVGuOZafeIWzVZt7KCNpIr6KI64o09NT { position:absolute;display:block;z-index:15007;background-color:#007375;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:28.0625rem;top:359.75rem;left:0.5625rem;display:block; }
#Q3vRLrmuJasSs0GuBC8B8epvMAiIcGTR { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:358rem;left:0.375rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gqwGWer5L56ikWsbcaFmSQ76IwJaUxOV { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:226.5625rem;left:0.625rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ReXseqsZWaEtFiCzEfQr2Xc7Me9giftl { position:absolute;display:block;z-index:15006;background-color:#007375;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:28.0625rem;top:228.8125rem;left:0.6875rem;display:block; }
#D2RPzFprPKsgnMJTtLPP3p4G0ndKsUoS { position:absolute;display:block;z-index:15006;background-color:#007375;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:28.0625rem;top:42.1875rem;left:31.0625rem;display:none; }
#zUtUVMykNoA8TBXgkSAhHs7OtVzQGLJ6 { position:absolute;display:block;z-index:15006;background-color:#007375;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:28.0625rem;top:115.25rem;left:2.875rem;display:none; }
#P9fMKmMG9f78eZR9mX25FFEKEN2wiAwS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:22.9375rem;top:191.9375rem;left:0.4375rem;overflow:hidden;display:block; }
#skvoulFtZh7iDD0wSiDdipLFFpzSbcFK { color:rgba(31,51,59,0.8);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:259.9375rem;left:32.125rem;height:5.4003875rem;text-align:left;text-align-last:left;display:block; }
#LwMnKOsrauXGgCdbgHSS37rRICtbPZ1u { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.5625rem;top:248.875rem;left:4.9375rem;overflow:hidden;display:block; }
#cOltMe43kuiqcxawJUA3E6XItIf9p3tO { color:rgba(0,0,0,0.8);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:253rem;left:32.375rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#FoqBaH2BuEmBWgdlsQBRPJkXGtxhvOMe { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:256.5625rem;left:32.125rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fq77adtTQGaWuI4SZbwD97cpnAoDwwoq { position:absolute;display:block;z-index:15007;background-color:#007375;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:28.0625rem;top:258.25rem;left:32.375rem;display:block; }
#r3igLIELk7LOEGLh9f4K4WbCqrx5S5xz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:29.25rem;top:280.4375rem;left:31.1875rem;overflow:hidden;display:block; }
#J9GdB1CFQZnEC4Pp1ruMApGQJlDHfTdL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:13.8125rem;top:349.875rem;left:45.5rem;overflow:hidden;display:block; }
#IbMSSygF03Ku6aailKaIV5bKKad55qb6 { position:absolute;display:block;z-index:15011;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:23.6875rem;width:12.125rem;top:352.75rem;left:36.25rem;overflow:hidden;display:block; }
#y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav { color:rgba(0,0,0,0.8);display:block;width:52.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:304.5rem;left:0rem;height:13.5375rem;text-align:left;text-align-last:left;display:block; }#y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav li:before{  }
#U8F7skCoC4N2l1WXiRay20Cr4NRVJTmX { color:rgba(0,0,0,0.8);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:282.875rem;left:0rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#TlgK1Ag8TmJAABSHKT3qKOw4AVcwHTDT { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:289.375rem;left:0rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lpBTXd6kpJApPVQVTBgaN1uT0kkFvIzC { position:absolute;display:block;z-index:15008;background-color:#007375;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:28.0625rem;top:291.0625rem;left:0rem;display:block; }
#Akl8mSRpiQLniAAGqSdpkXdzpVUgtrF3 { color:rgba(31,51,59,0.8);display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:292.8125rem;left:0rem;height:10.8007625rem;text-align:left;text-align-last:left;display:block; }
#qqO0GBSbWpsXrEpzvcoS2JEv95TMMH9i { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:27.5rem;left:0rem;overflow:hidden;display:block; }
#myCVTZeqEHlClq7UXJkzGRUNSzgfMtaq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:27.4375rem;left:20.718751907349rem;overflow:hidden;display:block; }
#a0DC0JMweigmbJxI63GxWUBcavWueVZr { position:absolute;display:block;z-index:15009;background-color:#007375;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.1875rem;width:60rem;top:377.3125rem;left:0rem;display:block; }
#RONhENP5PeR9vKGNSxvR2SKmOK0DxTGE { color:rgba(0,0,0,0.8);display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:104.6875rem;left:0.25rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#aXiCOKMmEHbXMam43NuSW6aBy1wDyq7l { color:rgba(31,51,59,0.8);display:block;width:27.3125rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:106.5rem;left:0.4375rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQ1R91x0of8fx8ScWm2ZvRFuuyrZLTes { position:absolute;display:block;z-index:15007;background-color:#007375;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:28.0625rem;top:108.1875rem;left:0.125rem;display:block; }
#Tv4knBuecapAFZqEwpwlEQpx6dfTIFnk { color:rgba(31,51,59,0.8);display:block;width:41.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:109.875rem;left:0rem;height:9.00065rem;text-align:left;text-align-last:left;display:block; }
#G7e0ns0nKO9zi9HimqFMT3wFBUZlAUcG { color:rgba(0,0,0,0.8);display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:48.4375rem;left:0rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#iAqLusaIi24XTvRfTqdXnOyaQrWH1GrD { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:84.9375rem;left:0rem;height:7.2rem;text-align:left;text-align-last:left;display:block; }
#CMPPqJOy1zitBPKv8LndNpbdUBVctBh0 { color:rgba(0,0,0,0.8);display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:48.4375rem;left:41.375001907349rem;height:10.8rem;text-align:left;text-align-last:left;display:block; }
#o7cRnWlXOciPoQgFTIAC08nWAfDVPuhp { color:rgba(0,0,0,0.8);display:block;width:20.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:48.4375rem;left:19.92421913147rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#HlCmIJBL16eM2n4apXJHZKrZBOx76kgr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:18.5625rem;top:27.4375rem;left:41.437501907349rem;overflow:hidden;display:block; }
#lxQu7sK1VU7CEhECV20iKiD8pbGzeqsx { color:rgba(0,0,0,0.8);display:block;width:48.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:23.25rem;left:0rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#rcRzwGotnxFZIO1muVzXzauHIeHdl0Ft { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:63.75rem;left:0rem;overflow:hidden;display:block; }
#fuEQTeGnZcPRSuWbZ2nf88vRgKaoWBhi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:63.75rem;left:19.92421913147rem;overflow:hidden;display:block; }
#ABhpmO7ZId5pzyhXJStOELb0HydZcw19 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:63.75rem;left:41.562501907349rem;overflow:hidden;display:block; }
#XzuGsLGsktbGuwR9nedDervpnsW7tPqh { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:84.9375rem;left:19.343751907349rem;height:10.8rem;text-align:left;text-align-last:left;display:block; }
#K041UsgD8L556Vih1CgHWKRF3VK82qkm { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:84.9375rem;left:41.625001907349rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#WkFOx09DN4iPkGlrz8MQbxUnTDwQ2QRb { color:rgba(0,0,0,0.8);display:block;width:48.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:118.875rem;left:0rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#GTE96x8Tgcwwt7bpM9VTFA9ZUoRhVId5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:122.47500038147rem;left:0rem;overflow:hidden;display:block; }
#AdDHPKTqBKblQX0JLdI9HZTqgb5E1FNc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:122.47500038147rem;left:20.781251907349rem;overflow:hidden;display:block; }
#lpyaUqzP3sld7Ci1tByW2yrNUVhs2hwA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:122.47500038147rem;left:41.562501907349rem;overflow:hidden;display:block; }
#QOi7kTFd7nT5OQJBgNerCyDR6rNC5tI3 { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:142.98749923706rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#sbWNHEL0P7LyUPa2t3Ccpu83OeA5WAZT { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:142.98749923706rem;left:20.812501907349rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#MPmoTpPdZy2Vo3UAlzirJcfop5JDpKJ1 { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:142.98749923706rem;left:41.625001907349rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#roQZT6udGMhaEyzLacA13JHNAaJmOBbO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:152.91250228882rem;left:0rem;overflow:hidden;display:block; }
#bxEghIgT4gV6QT2iPTGm1mcB8pzdHetO { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:173.29999923706rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#wEfKcCkA48JHcI9Jc4CNvVuruGOsHT76 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:152.91250038147rem;left:20.781251907349rem;overflow:hidden;display:block; }
#Q38otb2AZDCorLRq3iNNbLJyMCDhDRWo { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:173.29999923706rem;left:20.812501907349rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#h0qnOgznKzZNezZI5Erc1Uk6dIb0nDNT { 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:18.4375rem;width:18.4375rem;top:152.91250038147rem;left:41.562501907349rem;overflow:hidden;display:block; }
#XEGOGx9SwROu45LDP0mNWXOVTo29Bfdl { color:rgba(0,0,0,0.8);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:173.29999923706rem;left:41.625001907349rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC { position:relative;display:block; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC { background-color: transparent; background-image: none; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .row .container > .video-iframe-container { display: none; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .row > .video-iframe-container { display: none; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .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); }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC { border-width: 0; border-radius: 0; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .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; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .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:35.75rem;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; }#RFOEStSh9OU27Z1nDJqbQd24DJ4Jv1xC { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.8625001907349rem;left:1.40625rem;height:2.5375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#WP051H0bWZIw8bGoTI70EngWdwNUC5iQ { color:rgba(31,51,59,0.8);display:block;width:57.1875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:5.9375rem;left:1.4375rem;height:2.1375rem;text-align:left;text-align-last:left;display:block; }
#dH9ttABxTsWc7PZnVyP5fsMQPpoI46MJ { color:rgba(31,51,59,0.8);display:block;width:57.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:19.687501907349rem;left:1.40625rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#slsZobRqF6fWKkHpcRggBERAomNWxwfP { color:rgba(31,51,59,0.8);display:block;width:57.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:9.1875rem;left:1.4375rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:27.874218940735rem;left:8.67421913147rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS { position:relative;display:block; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS { background-color: transparent; background-image: none; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .row .container > .video-iframe-container { display: none; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .row > .video-iframe-container { display: none; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .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); }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS { border-width: 0; border-radius: 0; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .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; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .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:46.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FLB4QoSWPdTZJBOlbBl5GbrBi09VUpce { background-color:#ff914d;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:38.422657012939rem;left:16.406251907349rem;display:block; }
#pUX38iEPgkGZHMZpaMPGLzTcgrXVoQSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CRn2cONUFeWnDPIMrSBmp65q2DoFOGlN { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.34375rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qqv4vnNlFJETdC4SwlHqKrXNSwcf8ahy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:60rem;top:9.2499699592588rem;left:0rem;overflow:hidden;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:60rem;position:relative;display:block; }#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:11.3125rem;left:2.5rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:#1f333b;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:11.9375rem;left:1.9375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff914d;border-left:0.0625rem solid #ff914d;border-right:0.0625rem solid #ff914d;border-bottom:0.0625rem solid #ff914d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.0625rem;width:29.3125rem;top:6.8125rem;left:27.500001907349rem;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:24.4375rem;top:9.125rem;left:3.6875rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:26.5625rem;left:52.8125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#Ckcx119s5TUnBszKMh5NSmtZ6ZIvfumc { background-color:#ff914d;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.743750572204rem;left:32.125001907349rem;display:block; }
#w2MSQDNTFw9SXvydr4OcAfkbyLXOfSUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNrXGrfiUsiMgMsgA0C8LWMsPkyOozZm { color:#1f333b;display:block;width:21.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.5rem;left:30.156251907349rem;height:1.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;text-align:center;text-align-last:center;display:block; }
#kKz2bWXG1Vsv8ScTJVsfaX1Zh8mFs5u1 { color:#1f333b;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:10.0625rem;left:28.875001907349rem;height:7.2rem;text-align:left;text-align-last:left;display:block; }
#urwKchpr3uARBHxWeyn2Qi5IkI69kiO0 { color:#1f333b;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:29.640625rem;left:3.25rem;height:21.6rem;text-align:left;text-align-last:left;display:block; }
#rBQfhvs07846kbsKfGIiSwXHGT9nszNL { color:#1f333b;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:22.706249713897rem;left:29.531251907349rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#FQgC37DhdLC1Tp46uPhOonTQCqPHD8N5 { color:#1f333b;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:16.943749904633rem;left:35.625001907349rem;height:1.80013125rem;text-align:left;text-align-last:left;display:block; }
#R57RJpSdQdylda1PyK91ghPU1utypSLT { color:#1f333b;display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:33.562502294779rem;left:35.625001907349rem;height:1.80013125rem;text-align:center;text-align-last:center;display:block; }
#Sw5ls2d7egdhc18BFkRxdcCxwIGcZPRR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:37.821875005961rem;left:32.125001907349rem;display:block; }
#Flx99TN8KpQXTtwSTButPrpb0DPLEbkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oerFLce0FbQUcTaq7ASSkgS4DGBuCo3c { color:#1f333b;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:24.918751239777rem;left:29.375001907349rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#tSnB4uSJo5SCzCixJWZIXuKb1ed0JTHo { color:#1f333b;display:block;width:21.6875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:35.362501531839rem;left:30.031251907349rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 { position:relative;display:block; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 { background-color: transparent; background-image: none; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row .container > .video-iframe-container { display: none; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row > .video-iframe-container { display: none; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .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); }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 { border-width: 0; border-radius: 0; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .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; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VaUJTsvtF3NqIW4zmqTAIyxAACRmTE1u { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca { 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; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container { background-color: transparent; background-image: none; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container > .video-iframe-container { display: none; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row > .video-iframe-container { display: none; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .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); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container { border-width: 0; border-radius: 0; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container { font-size:0.875rem;font-family:arial;height:148.0625rem;width:60rem;position:relative;display:block; }#Dq0o9L541OQF4p0kMEKe3y69AVPO4TlM { position:absolute;display:block;z-index:15007;background-color:#0dbda6;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.0625rem;width:2.5rem;top:21.6875rem;left:9.625rem;display:block; }
#LNyhzz1RKsdNAOC1Xmqv72mc8BTbOWl4 { position:absolute;display:block;z-index:15008;background-color:#0dbda6;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.0625rem;width:2.5rem;top:21.6875rem;left:23.9375rem;display:block; }
#m7SqirwXCEVJKVNe4ivuggIBGE3miRW1 { position:absolute;display:block;z-index:15014;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:16.875rem;width:20rem;top:110.875rem;left:38.4375rem;overflow:hidden;display:block; }
#EQrBvWthKlTTEyqRdEVdzrlND7C3xOTx { position:absolute;display:block;z-index:15015;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:8.5rem;width:20.5625rem;top:129.48750114441rem;left:0rem;overflow:hidden;display:block; }
#dc9g4hDeQRs8DTVcU85GopqGK8XeCx18 { position:absolute;display:block;z-index:15016;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:8.0625rem;width:31.375rem;top:97.1875rem;left:25.6875rem;overflow:hidden;display:block; }
#Pi5vG1KGNB4Qra07bmoPr6d6AwKLTR97 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.75rem;width:35.5625rem;top:74.9375rem;left:22.8125rem;display:block; }
#lEWmRGLdA4ndp4NvOXaf7O8WaTJrhNzt { position:absolute;display:block;z-index:15018;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:16.125rem;width:23rem;top:67.375000953675rem;left:0rem;overflow:hidden;display:block; }
#JLlPUl7wRBWTS6U9aXkKaZHixo3hCHSz { 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:7.3125rem;width:21.125rem;top:138.8750038147rem;left:37.875001907349rem;overflow:hidden;display:block; }
#cp8KTB4DwhrJaFTvzD0J1RafC8d98upP { 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:6.75rem;width:18.75rem;top:106.3125rem;left:37.3125rem;overflow:hidden;display:block; }
#cOfWEqxmUdr7Zv2lSuzFa0naNz4l4mC5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:20.6875rem;top:129.51875495911rem;left:35.42421913147rem;overflow:hidden;display:block; }
#JFsSMToN1ks2eWU7GABMKEFNd4r2TTE8 { position:absolute;display:block;z-index:15015;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.625rem;width:22.6875rem;top:30.375rem;left:0rem;overflow:hidden;display:block; }
#ZKdyEoSTt4x3VXCb5RCvbulC8l4BFW4g { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:25.5rem;top:21.6875rem;left:27.84375rem;overflow:hidden;display:block; }
#hKb7QXHxe8vVqh6ATBg9JgidCy8WmtUh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:24.0625rem;top:57.500000953674rem;left:0.98671913146975rem;overflow:hidden;display:block; }
#pXyo8l5Kr3Tth4dtBFwkXaSCFT2MRhfV { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:31.375rem;top:29.712500572204rem;left:26.437501907349rem;overflow:hidden;display:block; }
#zrZZvnkCxQNNZAZKsrtSvRk7gQM68TRq { 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:14rem;width:17.375rem;top:94.21875190735rem;left:0rem;overflow:hidden;display:block; }
#TZ1A8Mfdc7O90xIwN0n5C2xiQo8Hog9H { position:absolute;display:block;z-index:15016;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:13.5rem;width:20.4375rem;top:16.9375rem;left:0.9873046875rem;overflow:hidden;display:block; }
#BKoxL6XGxnMoZ9A1TiBdeqkC249ZcrHc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:21.5625rem;top:3.9375rem;left:0.9873046875rem;overflow:hidden;display:block; }
#dwMTbXXzhsZi4HOhIePKqoTc5xnQFKBs { position:absolute;display:block;z-index:15015;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:8.8125rem;width:31.5rem;top:118.06250190735rem;left:0.98671913146975rem;overflow:hidden;display:block; }
#psQVMZN5QMoMtwiNAywzawq0VmN3VHZ2 { position:absolute;display:block;z-index:15015;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:12.1875rem;width:23.9375rem;top:132.00000190735rem;left:13.987499237061rem;overflow:hidden;display:block; }
#LmayyHuRow2fT8CAD4CNF6IU1X2TUcW7 { position:absolute;display:block;z-index:15016;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:8.9375rem;width:21.4375rem;top:107.37500095367rem;left:15.925001144409rem;overflow:hidden;display:block; }
#cqreGtF8GEtKmWW3i2vEtBhQ7bLFzAiA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:17.4375rem;top:3.9375rem;left:20.562501907349rem;overflow:hidden;display:block; }
#M5PpUqJJGo27lh79sE7OPkzi7TBlkFQ4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:18.3125rem;top:3.9375rem;left:39.281251907349rem;overflow:hidden;display:block; }
#Tt7gJrvU3WbTu9I8fTtXrwRW7qTAiIXK { position:absolute;display:block;z-index:15018;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:16.0625rem;width:26.5625rem;top:37.625rem;left:0rem;overflow:hidden;display:block; }
#PTTGItvpvmKSuKRGZu7Fvwuw9bm4nAkB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:26.5625rem;top:40.750000953674rem;left:25.687501907349rem;overflow:hidden;display:block; }
#A3DnFpXg2pp7lTBgqlKXt4LdoVO5DeuT { 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:3.75rem;width:26.5625rem;top:52.187500953674rem;left:25.04921913147rem;overflow:hidden;display:block; }
#b5yxANwlBwK4AWKxfvdVNkX6OTbVTGaV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:26.5625rem;top:58.375001907349rem;left:28.093751907349rem;overflow:hidden;display:block; }
#nkbmRNcfrvecaqQ2EltyTWC30CGV8TVZ { 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:4.5625rem;width:26.5625rem;top:86.300001144406rem;left:0rem;overflow:hidden;display:block; }
#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 { position:relative;display:block; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 { background-color: transparent; background-image: none; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .row .container > .video-iframe-container { display: none; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .row > .video-iframe-container { display: none; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .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); }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 { border-width: 0; border-radius: 0; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .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; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .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:31rem;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; }#r62kZpEzF706kCxlXTQCq8Anudr9sMXw { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3929691314698rem;left:4.34375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMKCeZNNvpDaFXLASDT4Nx0eSucTN42H { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.70546913147rem;left:6.28125rem;height:5.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ri7eaKe0Z41nvBrEyEE6Oa4LAK5mHGRu { 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:12.375rem;width:38.3125rem;top:16.587500572204rem;left:10.84375rem;overflow:hidden;display:block; }
#OdObh3Qz6hvERoIrHWByTQMowFTtCw95 { color:#000000;display:block;width:48.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.9546880722044rem;left:5.65625rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { position:relative;display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { background-color: transparent; background-image: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container > .video-iframe-container { display: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row > .video-iframe-container { display: none; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .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); }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD { border-width: 0; border-radius: 0; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .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; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .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:6.1875rem;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; }#sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { position:relative;display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { background-color: transparent; background-image: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container > .video-iframe-container { display: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row > .video-iframe-container { display: none; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .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); }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { border-width: 0; border-radius: 0; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .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; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dux3P6ts7OCIaa57t6dngvSHxCJs52ib { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.2867183685302rem;left:10rem;display:block; }
#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 { 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; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container { background-color: transparent; background-image: none; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container > .video-iframe-container { display: none; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row > .video-iframe-container { display: none; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .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); }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container { border-width: 0; border-radius: 0; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#tV7yNxF2MZEkXy2WAVMDewUFsgZwPv1n { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:19.8125rem;top:3.8117187619209rem;left:5.09375rem;overflow:hidden;display:block; }
#A20yacTKTC6T6qdqk9K5WZUH8aQ37TgU { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:12.53671836853rem;left:31.093751907349rem;height:20.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lsh5bOrHbOh7KKlexbdeFbupInA9pKpH { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.9367189407349rem;left:31.093751907349rem;height:1.7875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#okGhuebAzSoox7ST6MDXTkn7lTnTClDA { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.7734375rem;left:31.093751907349rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:2.3125rem;left:2.96875rem;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15000;background-color:#ffcc80;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:31.375rem;left:15.03125rem;display:block; }
#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH { position:relative;display:block; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH { background-color: transparent; background-image: none; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .row .container > .video-iframe-container { display: none; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .row > .video-iframe-container { display: none; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .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); }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH { border-width: 0; border-radius: 0; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .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; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .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:16.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; }#hLTvEPnCfEeIiTCmBPJglF7NFTJausnG { background-color:#ff914d;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.797656059265rem;left:15.000001907349rem;display:block; }
#HlKMmBr20ReoPgTupVWGCbNkQJeTuLe9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { color:#000000;display:block;width:51.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:4.34375rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge { position:relative;display:block; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge { background-color: transparent; background-image: none; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row .container > .video-iframe-container { display: none; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row > .video-iframe-container { display: none; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .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); }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge { border-width: 0; border-radius: 0; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .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; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L0yRZQTL89077p2SGwvnZ4e5uLUBWOFp { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:2.275rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#kX2xiCJ10659lNyS1nZk2Z7itDIbxDbk { position:absolute;display:block;z-index:15008;background-color:#007375;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:28.0625rem;top:7.6875rem;left:0rem;display:block; }
#cNppLtgJH8JSwknJDyk73NNUZe12UnSm { position:relative;display:block; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm { background-color: transparent; background-image: none; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .row .container > .video-iframe-container { display: none; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .row > .video-iframe-container { display: none; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .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); }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm { border-width: 0; border-radius: 0; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .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; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .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:61rem;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; }#pqyv82J55Bn3HDWvICAPbqokbfwmp1Qp { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.78671813011169rem;left:0rem;height:2.6rem;display:block; }
#RzSJu2TAFWnqzhDtiZkKKDpfxW4EkieT { color:#000000;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:9.6006875rem;display:block; }
#lBhomws1Zrv4tfdhv555wEiiPebmNzKB { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.785936832428rem;left:30.000001907349rem;height:2.6rem;display:block; }
#kXQT6BSHnyQiBNINdXalwVgbEnya3sfT { color:#000000;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625014305115rem;left:30.000001907349rem;height:3.9rem;display:block; }
#ee4tk8yoivXkeAd1Tiqoe7GnqfOxLQ68 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:38.3125rem;left:0rem;height:2.6rem;display:block; }
#EBfeAikDXoklXwlDrz3LXikQ8U8S2DDl { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:42.3125rem;left:0rem;height:15.4rem;display:block; }
#UkrHQr0L5R2CWiCrTwCXFV341fq8ETQz { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:30rem;height:2.6rem;display:block; }
#w4JZWlQFQnLaxoiTSfMPLHZk0TmxbkSw { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5rem;left:30rem;height:7.8rem;display:block; }
#naXyb5t61OF4KKV064C9Mr2707PWZN14 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.0625rem;left:30rem;height:1.3rem;display:block; }
#Ca8vOFnxNNmPtfx7Pz7OBKPWxqLKNlET { color:#000000;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.375rem;left:30rem;height:5.2rem;display:block; }
#qrtNLNx3JPg0g83sUVoIQmcTG6HKnGJU { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.0625rem;left:0rem;height:2.6rem;display:block; }
#hnX0lplx3LnD9z3Hgx1N2DHLch7ubHbT { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.375rem;left:0rem;height:16.9rem;display:block; }
#lbLquKzEdAWgq6TiZVIZozCMUw14OSbi { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.0625rem;left:30rem;height:2.6rem;display:block; }
#vf752Re4QpE2aLU9lFbTEde410cixJA7 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.8125rem;left:30rem;height:5.2rem;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:2.59375rem;height:1.3rem;display:block; }
#qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:13.78125rem;height:1.3rem;display:block; }
#COUTJQ7uU2mJfEqnPP817V2Fv18T63KB { color:#000000;display:block;width:48rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.9125022888184rem;left:1.6875rem;height:7rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SJenPk13dAsWebtI8TAG7S179ATzFhvX { display:block; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQqMIgWrt3l8WEUgABKuveZTEywefiAI { width:47.75rem;height:7.125rem;top:3.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9G9bCsumaaoJaiK0p68XyTIiy9tvMeA { width:6.625rem;height:1.4375rem;top:7.625rem;left:41.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ17SXP0i10PWF75XttvnTc86H31GVWC { width:5.25rem;height:1.125rem;top:6rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL1U7tTQhTNGntTfRIumsa4XI2sNnT0u { top:16.25rem;left:0rem;width:47.75rem;height:26.63842544317rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:;top:11.1875rem;left:1.2992191314698rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4FcUcqXtyXuRPuW1QbvKDNuhyV7uTb { width:28.5rem;height:3.4375rem;top:57.3125rem;left:9.6250019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6vEXoC6lrEmQT96N60ybSbwPGtfgkQs { display:block; }
 }@media only screen and (max-width: 763px) { #iXpuJ5JBL7eWkn79oFDFNVB1zh9LDy6V { width:43.75rem;height:4.1875rem;top:11.1875rem;left:1.2992191314698rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9A9Uu1Fq5wk1IVpzrsr5eWRxfnU9os5 { width:43.75rem;height:;top:51.0625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf { display:block; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJaobce0oGqmxJdN4AhJCGRTDOAwTAyP { top:1.25rem;left:0rem;width:37.8125rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIiqJTfQsVwClPD5QgN2n0tfMO80ABFE { top:3rem;left:30.3125rem;width:17.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyWaIRITEUwbZ5WXnRFmg4MDGKnLSc6F { top:20.4375rem;left:27.875rem;width:19.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy { display:block; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICc8SkoEXlXnFTnw90G5fPqZSdt9wzoS { width:43.75rem;height:;top:3.625rem;left:2.4242191314698rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwSKtaPoUxqeep1nEhO4plftvRZ8UoCO { width:47.75rem;height:5.375rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXkC0hvvGmslF9UeSfvBk9JDm8TvPHxR { top:314.625rem;left:0rem;width:47.75rem;height:35.522087067862rem;display:block; }
 }@media only screen and (max-width: 763px) { #tst3kW8WQuWZQPW4dsNTUO4tEhNThQvC { width:28rem;height:9rem;top:202.5625rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfPGEbiDS9vpWQ97to4Of6UT5ld5Kry4 { width:26.125rem;height:5.375rem;top:193.125rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHXPHAh4go9Hn0bIVqusOETWAeJKFQB { width:27.9375rem;height:3.5625rem;top:353.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8RVEVTg0Hma5RkTaDoKrtQ711TZx3wm { width:29.125rem;height:9rem;top:361.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaEOJTbfepB9R869k0ot3ubO1RU9Ar0f { width:27.3125rem;height:1.75rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbA5TcVAfqzLTRDQyuaMlDqTyqEhqH6 { width:28.0625rem;height:0.125rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bql5xWSqmr4xWsKMSWEiK1x4xISKHtdc { width:28.0625rem;height:0.125rem;top:201rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR3ZyiO0FhDMzcrrNJGpbHtgHOUB0kOI { width:27.3125rem;height:1.75rem;top:198.5625rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0FLWMmnyAGglVtmmQHn9O2fIkJLFip { width:27.9375rem;height:3.5625rem;top:222.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcRRTyb03sez8Lg92HtggKXO0N3mwJJ7 { top:221.125rem;left:25.5rem;width:22.25rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbgEJrXaKP4RJuPtGsAlZszhNXtt1VQ9 { width:27.5rem;height:7.1875rem;top:229.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVGuOZafeIWzVZt7KCNpIr6KI64o09NT { width:28.0625rem;height:0.125rem;top:359.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3vRLrmuJasSs0GuBC8B8epvMAiIcGTR { width:27.3125rem;height:1.75rem;top:358rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqwGWer5L56ikWsbcaFmSQ76IwJaUxOV { width:27.3125rem;height:1.75rem;top:226.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReXseqsZWaEtFiCzEfQr2Xc7Me9giftl { width:28.0625rem;height:0.125rem;top:228.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2RPzFprPKsgnMJTtLPP3p4G0ndKsUoS { width:28.0625rem;height:0.125rem;top:42.1875rem;left:19.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUtUVMykNoA8TBXgkSAhHs7OtVzQGLJ6 { width:28.0625rem;height:0.125rem;top:115.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9fMKmMG9f78eZR9mX25FFEKEN2wiAwS { top:191.9375rem;left:0rem;width:22.9375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skvoulFtZh7iDD0wSiDdipLFFpzSbcFK { width:27.5rem;height:5.375rem;top:259.9375rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwMnKOsrauXGgCdbgHSS37rRICtbPZ1u { top:248.875rem;left:0rem;width:21.5625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOltMe43kuiqcxawJUA3E6XItIf9p3tO { width:27.9375rem;height:3.5625rem;top:253rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoqBaH2BuEmBWgdlsQBRPJkXGtxhvOMe { width:27.3125rem;height:1.75rem;top:256.5625rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq77adtTQGaWuI4SZbwD97cpnAoDwwoq { width:28.0625rem;height:0.125rem;top:258.25rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3igLIELk7LOEGLh9f4K4WbCqrx5S5xz { top:280.4375rem;left:18.5rem;width:29.25rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GdB1CFQZnEC4Pp1ruMApGQJlDHfTdL { top:349.875rem;left:33.9375rem;width:13.8125rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbMSSygF03Ku6aailKaIV5bKKad55qb6 { top:352.75rem;left:30.125rem;width:12.125rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav { width:47.75rem;height:13.5rem;top:304.5rem;left:0rem;font-size:0.9375rem;display:block; }#y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav li:before{  }
 }@media only screen and (max-width: 763px) { #U8F7skCoC4N2l1WXiRay20Cr4NRVJTmX { width:27.9375rem;height:5.375rem;top:282.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlgK1Ag8TmJAABSHKT3qKOw4AVcwHTDT { width:27.3125rem;height:1.75rem;top:289.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpBTXd6kpJApPVQVTBgaN1uT0kkFvIzC { width:28.0625rem;height:0.125rem;top:291.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akl8mSRpiQLniAAGqSdpkXdzpVUgtrF3 { width:27.5rem;height:10.75rem;top:292.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqO0GBSbWpsXrEpzvcoS2JEv95TMMH9i { top:27.5rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myCVTZeqEHlClq7UXJkzGRUNSzgfMtaq { top:27.4375rem;left:14.593751907349rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DC0JMweigmbJxI63GxWUBcavWueVZr { width:47.75rem;height:0.1875rem;top:377.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RONhENP5PeR9vKGNSxvR2SKmOK0DxTGE { width:27.9375rem;height:1.75rem;top:104.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXiCOKMmEHbXMam43NuSW6aBy1wDyq7l { width:27.3125rem;height:1.75rem;top:106.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1R91x0of8fx8ScWm2ZvRFuuyrZLTes { width:28.0625rem;height:0.125rem;top:108.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4knBuecapAFZqEwpwlEQpx6dfTIFnk { width:41.8125rem;height:9rem;top:109.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7e0ns0nKO9zi9HimqFMT3wFBUZlAUcG { width:18.5rem;height:10.8125rem;top:48.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqLusaIi24XTvRfTqdXnOyaQrWH1GrD { width:18.375rem;height:7.1875rem;top:84.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMPPqJOy1zitBPKv8LndNpbdUBVctBh0 { width:18.5rem;height:10.8125rem;top:48.4375rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7cRnWlXOciPoQgFTIAC08nWAfDVPuhp { width:20.125rem;height:12.625rem;top:48.4375rem;left:13.79921913147rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlCmIJBL16eM2n4apXJHZKrZBOx76kgr { top:27.4375rem;left:29.1875rem;width:18.5625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxQu7sK1VU7CEhECV20iKiD8pbGzeqsx { width:47.75rem;height:3.5625rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcRzwGotnxFZIO1muVzXzauHIeHdl0Ft { top:63.75rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuEQTeGnZcPRSuWbZ2nf88vRgKaoWBhi { top:63.75rem;left:13.79921913147rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABhpmO7ZId5pzyhXJStOELb0HydZcw19 { top:63.75rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzuGsLGsktbGuwR9nedDervpnsW7tPqh { width:18.375rem;height:10.75rem;top:84.9375rem;left:13.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K041UsgD8L556Vih1CgHWKRF3VK82qkm { width:18.375rem;height:9rem;top:84.9375rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkFOx09DN4iPkGlrz8MQbxUnTDwQ2QRb { width:47.75rem;height:3.5625rem;top:118.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTE96x8Tgcwwt7bpM9VTFA9ZUoRhVId5 { top:122.4375rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDHPKTqBKblQX0JLdI9HZTqgb5E1FNc { top:122.4375rem;left:14.656251907349rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyaUqzP3sld7Ci1tByW2yrNUVhs2hwA { top:122.4375rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOi7kTFd7nT5OQJBgNerCyDR6rNC5tI3 { width:18.375rem;height:9rem;top:142.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWNHEL0P7LyUPa2t3Ccpu83OeA5WAZT { width:18.375rem;height:5.375rem;top:142.9375rem;left:14.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPmoTpPdZy2Vo3UAlzirJcfop5JDpKJ1 { width:18.375rem;height:7.1875rem;top:142.9375rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roQZT6udGMhaEyzLacA13JHNAaJmOBbO { top:152.875rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxEghIgT4gV6QT2iPTGm1mcB8pzdHetO { width:18.375rem;height:9rem;top:173.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEfKcCkA48JHcI9Jc4CNvVuruGOsHT76 { top:152.875rem;left:14.656251907349rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38otb2AZDCorLRq3iNNbLJyMCDhDRWo { width:18.375rem;height:9rem;top:173.25rem;left:14.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0qnOgznKzZNezZI5Erc1Uk6dIb0nDNT { top:152.875rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGOGx9SwROu45LDP0mNWXOVTo29Bfdl { width:18.375rem;height:9rem;top:173.25rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC { display:block; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFOEStSh9OU27Z1nDJqbQd24DJ4Jv1xC { width:43.75rem;height:0;top:1.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP051H0bWZIw8bGoTI70EngWdwNUC5iQ { width:47.75rem;height:2.125rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH9ttABxTsWc7PZnVyP5fsMQPpoI46MJ { width:47.75rem;height:5.375rem;top:19.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slsZobRqF6fWKkHpcRggBERAomNWxwfP { width:47.75rem;height:9rem;top:9.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:43.75rem;height:;top:27.8125rem;left:2.5492191314698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS { display:block; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLB4QoSWPdTZJBOlbBl5GbrBi09VUpce { width:27.1875rem;height:3.4375rem;top:38.375rem;left:10.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUX38iEPgkGZHMZpaMPGLzTcgrXVoQSv { display:block; }
 }@media only screen and (max-width: 763px) { #CRn2cONUFeWnDPIMrSBmp65q2DoFOGlN { top:1.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqv4vnNlFJETdC4SwlHqKrXNSwcf8ahy { top:9.1875rem;left:0rem;width:47.75rem;height:21.984895833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.875rem;height:5.75rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:11.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:29.3125rem;height:38.0625rem;top:6.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:18.75rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:26.5625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckcx119s5TUnBszKMh5NSmtZ6ZIvfumc { width:17.5rem;height:3.4375rem;top:18.6875rem;left:26.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2MSQDNTFw9SXvydr4OcAfkbyLXOfSUS { display:block; }
 }@media only screen and (max-width: 763px) { #uNrXGrfiUsiMgMsgA0C8LWMsPkyOozZm { width:21.4375rem;height:1.875rem;top:7.5rem;left:24.031251907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKz2bWXG1Vsv8ScTJVsfaX1Zh8mFs5u1 { width:26.5625rem;height:5.375rem;top:10.0625rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urwKchpr3uARBHxWeyn2Qi5IkI69kiO0 { width:24.3125rem;height:19.75rem;top:29.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQfhvs07846kbsKfGIiSwXHGT9nszNL { width:21.375rem;height:1.3125rem;top:22.6875rem;left:23.406251907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQgC37DhdLC1Tp46uPhOonTQCqPHD8N5 { width:10.5rem;height:1.75rem;top:16.9375rem;left:29.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57RJpSdQdylda1PyK91ghPU1utypSLT { width:10.5rem;height:1.75rem;top:33.5625rem;left:29.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw5ls2d7egdhc18BFkRxdcCxwIGcZPRR { width:17.5rem;height:3.4375rem;top:37.8125rem;left:26.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flx99TN8KpQXTtwSTButPrpb0DPLEbkA { display:block; }
 }@media only screen and (max-width: 763px) { #oerFLce0FbQUcTaq7ASSkgS4DGBuCo3c { width:21.6875rem;height:4.6875rem;top:24.875rem;left:23.250001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnB4uSJo5SCzCixJWZIXuKb1ed0JTHo { width:21.6875rem;height:1.5625rem;top:35.3125rem;left:23.906251907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 { display:block; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaUJTsvtF3NqIW4zmqTAIyxAACRmTE1u { width:43.75rem;height:;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqrDkQz012Qt4CCNiktJ2RyKntbnyca { display:block; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq0o9L541OQF4p0kMEKe3y69AVPO4TlM { width:2.5rem;height:0.0625rem;top:21.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNyhzz1RKsdNAOC1Xmqv72mc8BTbOWl4 { width:2.5rem;height:0.0625rem;top:21.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7SqirwXCEVJKVNe4ivuggIBGE3miRW1 { top:110.875rem;left:27.75rem;width:20rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQrBvWthKlTTEyqRdEVdzrlND7C3xOTx { top:129.4375rem;left:0rem;width:20.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9g4hDeQRs8DTVcU85GopqGK8XeCx18 { top:97.1875rem;left:16.375rem;width:31.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi5vG1KGNB4Qra07bmoPr6d6AwKLTR97 { top:74.9375rem;left:12.1875rem;width:35.5625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEWmRGLdA4ndp4NvOXaf7O8WaTJrhNzt { top:67.375rem;left:0rem;width:23rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlPUl7wRBWTS6U9aXkKaZHixo3hCHSz { top:138.875rem;left:26.625rem;width:21.125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp8KTB4DwhrJaFTvzD0J1RafC8d98upP { top:106.3125rem;left:29rem;width:18.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOfWEqxmUdr7Zv2lSuzFa0naNz4l4mC5 { top:129.5rem;left:27.0625rem;width:20.6875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsSMToN1ks2eWU7GABMKEFNd4r2TTE8 { top:30.375rem;left:0rem;width:22.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKdyEoSTt4x3VXCb5RCvbulC8l4BFW4g { top:21.6875rem;left:21.71875rem;width:25.5rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKb7QXHxe8vVqh6ATBg9JgidCy8WmtUh { top:57.5rem;left:0rem;width:24.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyo8l5Kr3Tth4dtBFwkXaSCFT2MRhfV { top:29.6875rem;left:16.375rem;width:31.375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrZZvnkCxQNNZAZKsrtSvRk7gQM68TRq { top:94.1875rem;left:0rem;width:17.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1A8Mfdc7O90xIwN0n5C2xiQo8Hog9H { top:16.9375rem;left:0rem;width:20.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKoxL6XGxnMoZ9A1TiBdeqkC249ZcrHc { top:3.9375rem;left:0rem;width:21.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMTbXXzhsZi4HOhIePKqoTc5xnQFKBs { top:118.0625rem;left:0rem;width:31.5rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQVMZN5QMoMtwiNAywzawq0VmN3VHZ2 { top:132rem;left:7.8624992370606rem;width:23.9375rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmayyHuRow2fT8CAD4CNF6IU1X2TUcW7 { top:107.375rem;left:9.8000011444094rem;width:21.4375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqreGtF8GEtKmWW3i2vEtBhQ7bLFzAiA { top:3.9375rem;left:14.437501907349rem;width:17.4375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PpUqJJGo27lh79sE7OPkzi7TBlkFQ4 { top:3.9375rem;left:29.4375rem;width:18.3125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7gJrvU3WbTu9I8fTtXrwRW7qTAiIXK { top:37.625rem;left:0rem;width:26.5625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTGItvpvmKSuKRGZu7Fvwuw9bm4nAkB { top:40.75rem;left:19.562501907349rem;width:26.5625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3DnFpXg2pp7lTBgqlKXt4LdoVO5DeuT { top:52.1875rem;left:18.92421913147rem;width:26.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5yxANwlBwK4AWKxfvdVNkX6OTbVTGaV { top:58.375rem;left:21.1875rem;width:26.5625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkbmRNcfrvecaqQ2EltyTWC30CGV8TVZ { top:86.25rem;left:0rem;width:26.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 { display:block; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r62kZpEzF706kCxlXTQCq8Anudr9sMXw { top:3.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMKCeZNNvpDaFXLASDT4Nx0eSucTN42H { top:6.6875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7eaKe0Z41nvBrEyEE6Oa4LAK5mHGRu { top:16.5625rem;left:4.71875rem;width:38.3125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdObh3Qz6hvERoIrHWByTQMowFTtCw95 { top:7.9375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9n153lu202sqLE8TiKBmrbRFhC3n8kD { display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { width:43.75rem;height:;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dux3P6ts7OCIaa57t6dngvSHxCJs52ib { top:1.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 { display:block; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV7yNxF2MZEkXy2WAVMDewUFsgZwPv1n { top:3.75rem;left:2.03125rem;width:19.8125rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A20yacTKTC6T6qdqk9K5WZUH8aQ37TgU { width:27.8125rem;height:;top:12.5rem;left:19.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsh5bOrHbOh7KKlexbdeFbupInA9pKpH { width:27.8125rem;height:1.75rem;top:4.875rem;left:19.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okGhuebAzSoox7ST6MDXTkn7lTnTClDA { width:27.8125rem;height:0;top:6.75rem;left:19.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:31.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH { display:block; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLTvEPnCfEeIiTCmBPJglF7NFTJausnG { width:27.1875rem;height:3.4375rem;top:8.75rem;left:8.8750019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKMmBr20ReoPgTupVWGCbNkQJeTuLe9 { display:block; }
 }@media only screen and (max-width: 763px) { #J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { top:1.875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5avgMVJsC8lW9TOci4eqXVmXLBoTQge { display:block; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0yRZQTL89077p2SGwvnZ4e5uLUBWOFp { top:4.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX2xiCJ10659lNyS1nZk2Z7itDIbxDbk { width:28.0625rem;height:0.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNppLtgJH8JSwknJDyk73NNUZe12UnSm { display:block; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqyv82J55Bn3HDWvICAPbqokbfwmp1Qp { top:0.75rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzSJu2TAFWnqzhDtiZkKKDpfxW4EkieT { top:5rem;left:0rem;width:25.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBhomws1Zrv4tfdhv555wEiiPebmNzKB { top:0.75rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXQT6BSHnyQiBNINdXalwVgbEnya3sfT { top:4.0625rem;left:22rem;width:25.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee4tk8yoivXkeAd1Tiqoe7GnqfOxLQ68 { top:38.3125rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBfeAikDXoklXwlDrz3LXikQ8U8S2DDl { top:42.3125rem;left:0rem;width:28.5625rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkrHQr0L5R2CWiCrTwCXFV341fq8ETQz { top:9.9375rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4JZWlQFQnLaxoiTSfMPLHZk0TmxbkSw { top:13.5rem;left:20.5625rem;width:27.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naXyb5t61OF4KKV064C9Mr2707PWZN14 { top:23.0625rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca8vOFnxNNmPtfx7Pz7OBKPWxqLKNlET { top:24.375rem;left:22rem;width:25.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtNLNx3JPg0g83sUVoIQmcTG6HKnGJU { top:17.0625rem;left:0rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnX0lplx3LnD9z3Hgx1N2DHLch7ubHbT { top:20.375rem;left:0rem;width:28.0625rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbLquKzEdAWgq6TiZVIZozCMUw14OSbi { top:32.0625rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf752Re4QpE2aLU9lFbTEde410cixJA7 { top:35.8125rem;left:22rem;width:25.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { top:2.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { top:2.1875rem;left:7.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COUTJQ7uU2mJfEqnPP817V2Fv18T63KB { top:5.875rem;left:0rem;width:47.75rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SJenPk13dAsWebtI8TAG7S179ATzFhvX { background-color:#ffffff;background-image:none;display:block; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { background-color: transparent; background-image: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row > .video-iframe-container { display: none; }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .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); }#SJenPk13dAsWebtI8TAG7S179ATzFhvX > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQqMIgWrt3l8WEUgABKuveZTEywefiAI { width:20rem;height:6.46875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9G9bCsumaaoJaiK0p68XyTIiy9tvMeA { width:6.625rem;height:0.95625rem;top:13.875rem;left:6.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZ17SXP0i10PWF75XttvnTc86H31GVWC { width:5.25rem;height:1.125rem;top:11.5rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zL1U7tTQhTNGntTfRIumsa4XI2sNnT0u { width:20rem;height:11.125rem;top:14.831250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:4.4625rem;top:9.699999809265rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jm4FcUcqXtyXuRPuW1QbvKDNuhyV7uTb { width:20rem;height:3.4375rem;top:32.506252288818rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6vEXoC6lrEmQT96N60ybSbwPGtfgkQs { display:block; }
 }@media only screen and (max-width: 763px) { #iXpuJ5JBL7eWkn79oFDFNVB1zh9LDy6V { width:20rem;height:2.45rem;top:20.47500038147rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w9A9Uu1Fq5wk1IVpzrsr5eWRxfnU9os5 { width:20rem;height:3.375rem;top:27.56875038147rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf { display:block; }#Tlkk82uzEEFLehGTtRpI0T8p0ecouQGf > .row .container { width:20rem;height:77.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJaobce0oGqmxJdN4AhJCGRTDOAwTAyP { width:20rem;height:42.9rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIiqJTfQsVwClPD5QgN2n0tfMO80ABFE { width:17.4375rem;height:15.75rem;top:45.4rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyWaIRITEUwbZ5WXnRFmg4MDGKnLSc6F { width:19.875rem;height:14.125rem;top:62.4rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy { display:block; }#iiiTGWItMsO7yT9mWPKTLldEeNx5XAzy > .row .container { width:20rem;height:722.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICc8SkoEXlXnFTnw90G5fPqZSdt9wzoS { width:20rem;height:4.375rem;top:0.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwSKtaPoUxqeep1nEhO4plftvRZ8UoCO { width:20rem;height:12.6rem;top:4.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tXkC0hvvGmslF9UeSfvBk9JDm8TvPHxR { width:20rem;height:14.9375rem;top:653.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tst3kW8WQuWZQPW4dsNTUO4tEhNThQvC { width:20rem;height:12.6rem;top:486.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfPGEbiDS9vpWQ97to4Of6UT5ld5Kry4 { width:20rem;height:7.2rem;top:476.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMHXPHAh4go9Hn0bIVqusOETWAeJKFQB { width:20rem;height:5.4rem;top:669.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8RVEVTg0Hma5RkTaDoKrtQ711TZx3wm { width:20rem;height:12.6rem;top:680.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaEOJTbfepB9R869k0ot3ubO1RU9Ar0f { width:20rem;height:1.8rem;top:18.311718940735rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GNbA5TcVAfqzLTRDQyuaMlDqTyqEhqH6 { width:0.125rem;height:0.125rem;top:17.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bql5xWSqmr4xWsKMSWEiK1x4xISKHtdc { width:20rem;height:0.125rem;top:503rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR3ZyiO0FhDMzcrrNJGpbHtgHOUB0kOI { width:20rem;height:1.8rem;top:484.01173782349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uK0FLWMmnyAGglVtmmQHn9O2fIkJLFip { width:20rem;height:5.4rem;top:524.76170635223rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcRRTyb03sez8Lg92HtggKXO0N3mwJJ7 { width:19.625rem;height:19.6875rem;top:503.26173725128rem;left:0.27803761651131rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbgEJrXaKP4RJuPtGsAlZszhNXtt1VQ9 { width:20rem;height:10.8rem;top:533.17498779297rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVGuOZafeIWzVZt7KCNpIr6KI64o09NT { width:20rem;height:0.125rem;top:652.99998855594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3vRLrmuJasSs0GuBC8B8epvMAiIcGTR { width:20rem;height:1.8rem;top:676.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqwGWer5L56ikWsbcaFmSQ76IwJaUxOV { width:20rem;height:1.8rem;top:530.16170692444rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReXseqsZWaEtFiCzEfQr2Xc7Me9giftl { width:20rem;height:0.125rem;top:503rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2RPzFprPKsgnMJTtLPP3p4G0ndKsUoS { width:20rem;height:0.125rem;top:236.06250333786rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zUtUVMykNoA8TBXgkSAhHs7OtVzQGLJ6 { width:20rem;height:0.125rem;top:722.59373760225rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #P9fMKmMG9f78eZR9mX25FFEKEN2wiAwS { width:20rem;height:20.2171875rem;top:455.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skvoulFtZh7iDD0wSiDdipLFFpzSbcFK { width:20rem;height:7.2rem;top:573.06248760223rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LwMnKOsrauXGgCdbgHSS37rRICtbPZ1u { width:20rem;height:19.875rem;top:544.73748779297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOltMe43kuiqcxawJUA3E6XItIf9p3tO { width:20rem;height:5.4rem;top:564.61248779297rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoqBaH2BuEmBWgdlsQBRPJkXGtxhvOMe { width:20rem;height:1.8rem;top:570.49998855591rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fq77adtTQGaWuI4SZbwD97cpnAoDwwoq { width:0.125rem;height:0.125rem;top:570.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3igLIELk7LOEGLh9f4K4WbCqrx5S5xz { width:20rem;height:16.025rem;top:585.24998855591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GdB1CFQZnEC4Pp1ruMApGQJlDHfTdL { width:10.6875rem;height:20.5625rem;top:696.49998760225rem;left:9.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbMSSygF03Ku6aailKaIV5bKKad55qb6 { width:12.9375rem;height:25.4375rem;top:694.06248760225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav { width:20rem;height:21.1875rem;top:632.549987793rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#y3OrrwT0NAcSkfxSniVN1rB0qeJP6iav li:before{  }
 }@media only screen and (max-width: 763px) { #U8F7skCoC4N2l1WXiRay20Cr4NRVJTmX { width:20rem;height:7.2rem;top:605.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlgK1Ag8TmJAABSHKT3qKOw4AVcwHTDT { width:20rem;height:1.8rem;top:613.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lpBTXd6kpJApPVQVTBgaN1uT0kkFvIzC { width:20rem;height:0.125rem;top:581.62498760223rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akl8mSRpiQLniAAGqSdpkXdzpVUgtrF3 { width:20rem;height:14.4rem;top:617.06248760223rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqO0GBSbWpsXrEpzvcoS2JEv95TMMH9i { width:20rem;height:20rem;top:26.462518692017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myCVTZeqEHlClq7UXJkzGRUNSzgfMtaq { width:20rem;height:20rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DC0JMweigmbJxI63GxWUBcavWueVZr { width:20rem;height:0.1875rem;top:722.56248760225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RONhENP5PeR9vKGNSxvR2SKmOK0DxTGE { width:20rem;height:3.6rem;top:239.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXiCOKMmEHbXMam43NuSW6aBy1wDyq7l { width:20rem;height:1.8rem;top:243.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1R91x0of8fx8ScWm2ZvRFuuyrZLTes { width:20rem;height:0.125rem;top:455.23672103882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv4knBuecapAFZqEwpwlEQpx6dfTIFnk { width:20rem;height:16.2rem;top:246.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7e0ns0nKO9zi9HimqFMT3wFBUZlAUcG { width:20rem;height:10.8rem;top:47.212500572204rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAqLusaIi24XTvRfTqdXnOyaQrWH1GrD { width:18.375rem;height:7.2rem;top:155.87420654297rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMPPqJOy1zitBPKv8LndNpbdUBVctBh0 { width:20rem;height:10.8rem;top:120.30000114441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7cRnWlXOciPoQgFTIAC08nWAfDVPuhp { width:20rem;height:12.6rem;top:82.825000762938rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlCmIJBL16eM2n4apXJHZKrZBOx76kgr { width:20rem;height:20rem;top:98.962503433225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxQu7sK1VU7CEhECV20iKiD8pbGzeqsx { width:20rem;height:5.4rem;top:21.112500190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcRzwGotnxFZIO1muVzXzauHIeHdl0Ft { width:20rem;height:20rem;top:134.96250343323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuEQTeGnZcPRSuWbZ2nf88vRgKaoWBhi { width:20rem;height:20rem;top:166.15000343323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABhpmO7ZId5pzyhXJStOELb0HydZcw19 { width:20rem;height:20rem;top:202.22422218323rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzuGsLGsktbGuwR9nedDervpnsW7tPqh { width:18.375rem;height:10.8rem;top:187.55000305176rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K041UsgD8L556Vih1CgHWKRF3VK82qkm { width:18.375rem;height:9rem;top:224.03750324249rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkFOx09DN4iPkGlrz8MQbxUnTDwQ2QRb { width:20rem;height:5.4rem;top:263.43751907349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTE96x8Tgcwwt7bpM9VTFA9ZUoRhVId5 { width:20rem;height:20rem;top:268.83672237396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdDHPKTqBKblQX0JLdI9HZTqgb5E1FNc { width:20rem;height:20rem;top:299.93751811981rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyaUqzP3sld7Ci1tByW2yrNUVhs2hwA { width:20rem;height:20rem;top:329.19923782349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOi7kTFd7nT5OQJBgNerCyDR6rNC5tI3 { width:18.375rem;height:9rem;top:290.31251907349rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbWNHEL0P7LyUPa2t3Ccpu83OeA5WAZT { width:18.375rem;height:5.4rem;top:321.00001907349rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPmoTpPdZy2Vo3UAlzirJcfop5JDpKJ1 { width:18.375rem;height:7.2rem;top:351.37501811981rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roQZT6udGMhaEyzLacA13JHNAaJmOBbO { width:20rem;height:20rem;top:361.56251835823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxEghIgT4gV6QT2iPTGm1mcB8pzdHetO { width:18.375rem;height:9rem;top:383.18751907349rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEfKcCkA48JHcI9Jc4CNvVuruGOsHT76 { width:20rem;height:20rem;top:392.18673706055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38otb2AZDCorLRq3iNNbLJyMCDhDRWo { width:18.375rem;height:9rem;top:413.87501907349rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0qnOgznKzZNezZI5Erc1Uk6dIb0nDNT { width:20rem;height:20rem;top:422.87423706055rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGOGx9SwROu45LDP0mNWXOVTo29Bfdl { width:18.375rem;height:9rem;top:445.0625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC { display:block; }#qZicnHCAd2Ef1ifK1d6v4xBI2HTel8FC > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFOEStSh9OU27Z1nDJqbQd24DJ4Jv1xC { width:20rem;height:4.025rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WP051H0bWZIw8bGoTI70EngWdwNUC5iQ { width:20rem;height:3.6rem;top:6.525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dH9ttABxTsWc7PZnVyP5fsMQPpoI46MJ { width:20rem;height:13.5rem;top:21.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slsZobRqF6fWKkHpcRggBERAomNWxwfP { width:20rem;height:8.4375rem;top:11.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:7.2rem;top:35.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS { display:block; }#WkhW0zeZqTsBiXLMPXfoQxXDpT8Ir7zS > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLB4QoSWPdTZJBOlbBl5GbrBi09VUpce { width:19rem;height:3.4375rem;top:9.5937509536744rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUX38iEPgkGZHMZpaMPGLzTcgrXVoQSv { display:block; }
 }@media only screen and (max-width: 763px) { #CRn2cONUFeWnDPIMrSBmp65q2DoFOGlN { width:20rem;height:6.825rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qqv4vnNlFJETdC4SwlHqKrXNSwcf8ahy { width:20rem;height:9.125rem;top:14.781250953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:91.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.3125rem;top:37.125rem;left:4.8500002622604rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:2.65625rem;top:40.268750429154rem;left:6.6125000715256rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:41.5rem;top:1.3742189407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:5.375rem;height:7.375rem;top:34.124999046326rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #Ckcx119s5TUnBszKMh5NSmtZ6ZIvfumc { width:17.5rem;height:3.4375rem;top:21.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2MSQDNTFw9SXvydr4OcAfkbyLXOfSUS { display:block; }
 }@media only screen and (max-width: 763px) { #uNrXGrfiUsiMgMsgA0C8LWMsPkyOozZm { width:20rem;height:1.875rem;top:3.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKz2bWXG1Vsv8ScTJVsfaX1Zh8mFs5u1 { width:19.5rem;height:7.2rem;top:6.25rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urwKchpr3uARBHxWeyn2Qi5IkI69kiO0 { width:19.1875rem;height:25.2rem;top:61.75rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBQfhvs07846kbsKfGIiSwXHGT9nszNL { width:18.625rem;height:2.925rem;top:26.0625rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQgC37DhdLC1Tp46uPhOonTQCqPHD8N5 { width:10.5rem;height:1.8rem;top:13.125rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R57RJpSdQdylda1PyK91ghPU1utypSLT { width:10.5rem;height:1.8rem;top:32.0625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw5ls2d7egdhc18BFkRxdcCxwIGcZPRR { width:17.5rem;height:3.4375rem;top:36.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flx99TN8KpQXTtwSTButPrpb0DPLEbkA { display:block; }
 }@media only screen and (max-width: 763px) { #oerFLce0FbQUcTaq7ASSkgS4DGBuCo3c { width:19.1875rem;height:4.3875rem;top:16.5rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnB4uSJo5SCzCixJWZIXuKb1ed0JTHo { width:20rem;height:1.4625rem;top:33.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 { display:block; }#r2anXSnycLG28kcHGaqpUX0BkgdfKhw2 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaUJTsvtF3NqIW4zmqTAIyxAACRmTE1u { width:20rem;height:4.025rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFqrDkQz012Qt4CCNiktJ2RyKntbnyca { background-color:#ffffff;background-image:none;display:block; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container { background-color: transparent; background-image: none; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container > .video-iframe-container { display: none; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row > .video-iframe-container { display: none; }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .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); }#bFqrDkQz012Qt4CCNiktJ2RyKntbnyca > .row .container { width:20rem;height:264.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq0o9L541OQF4p0kMEKe3y69AVPO4TlM { width:2.5rem;height:0.0625rem;top:50.7078125rem;left:8.63828086853rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LNyhzz1RKsdNAOC1Xmqv72mc8BTbOWl4 { width:2.5rem;height:0.0625rem;top:32.7703125rem;left:5.625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m7SqirwXCEVJKVNe4ivuggIBGE3miRW1 { width:20rem;height:16.875rem;top:207.95553125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQrBvWthKlTTEyqRdEVdzrlND7C3xOTx { width:20rem;height:8.25rem;top:226.08053125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc9g4hDeQRs8DTVcU85GopqGK8XeCx18 { width:20rem;height:5.0625rem;top:177.211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi5vG1KGNB4Qra07bmoPr6d6AwKLTR97 { height:11.127375rem;width:20rem;top:164.833625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEWmRGLdA4ndp4NvOXaf7O8WaTJrhNzt { width:20rem;height:14.01875rem;top:117.65859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlPUl7wRBWTS6U9aXkKaZHixo3hCHSz { width:20rem;height:6.921875rem;top:256.38759375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp8KTB4DwhrJaFTvzD0J1RafC8d98upP { width:18.75rem;height:6.75rem;top:193.111rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOfWEqxmUdr7Zv2lSuzFa0naNz4l4mC5 { width:20rem;height:8.125rem;top:247.01259375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsSMToN1ks2eWU7GABMKEFNd4r2TTE8 { width:20rem;height:3.375rem;top:41.3328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKdyEoSTt4x3VXCb5RCvbulC8l4BFW4g { width:20rem;height:6rem;top:34.0828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKb7QXHxe8vVqh6ATBg9JgidCy8WmtUh { width:20rem;height:5.5rem;top:110.90859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyo8l5Kr3Tth4dtBFwkXaSCFT2MRhfV { width:20rem;height:6.18515625rem;top:90.7625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrZZvnkCxQNNZAZKsrtSvRk7gQM68TRq { width:20rem;height:16.0625rem;top:147.521125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1A8Mfdc7O90xIwN0n5C2xiQo8Hog9H { width:20rem;height:13.2109375rem;top:45.9578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKoxL6XGxnMoZ9A1TiBdeqkC249ZcrHc { width:20rem;height:12.5210625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMTbXXzhsZi4HOhIePKqoTc5xnQFKBs { width:20rem;height:5.59453125rem;top:201.111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psQVMZN5QMoMtwiNAywzawq0VmN3VHZ2 { width:20rem;height:10.1820625rem;top:235.58053125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmayyHuRow2fT8CAD4CNF6IU1X2TUcW7 { width:20rem;height:8.3375rem;top:183.5235rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqreGtF8GEtKmWW3i2vEtBhQ7bLFzAiA { width:15.4375rem;height:13.9375rem;top:15.0203125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PpUqJJGo27lh79sE7OPkzi7TBlkFQ4 { width:18.3125rem;height:15.75rem;top:60.41875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7gJrvU3WbTu9I8fTtXrwRW7qTAiIXK { width:20rem;height:12.09375rem;top:77.41875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTGItvpvmKSuKRGZu7Fvwuw9bm4nAkB { width:20rem;height:7.3875rem;top:98.19765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3DnFpXg2pp7lTBgqlKXt4LdoVO5DeuT { width:20rem;height:2.8234375rem;top:106.83515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5yxANwlBwK4AWKxfvdVNkX6OTbVTGaV { width:20rem;height:8.658625rem;top:132.92734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkbmRNcfrvecaqQ2EltyTWC30CGV8TVZ { width:20rem;height:3.43515625rem;top:142.83596875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 { display:block; }#CTq8wKTa9MXFII5hFqCIWzRAgysrIRB7 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r62kZpEzF706kCxlXTQCq8Anudr9sMXw { width:20rem;height:6.58125rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMKCeZNNvpDaFXLASDT4Nx0eSucTN42H { width:20rem;height:8.53125rem;top:17.65625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ri7eaKe0Z41nvBrEyEE6Oa4LAK5mHGRu { width:20rem;height:6.459375rem;top:27.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdObh3Qz6hvERoIrHWByTQMowFTtCw95 { width:20rem;height:8.775rem;top:6.7687511444094rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9n153lu202sqLE8TiKBmrbRFhC3n8kD { display:block; }#V9n153lu202sqLE8TiKBmrbRFhC3n8kD > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sf8fb0UfViaH8SXTwBkdX9ISivFT4cCB { width:20rem;height:2.0125rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM { display:block; }#moBcO9KQ2i2r9TCcFlBHvkT5fc6HQHHM > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dux3P6ts7OCIaa57t6dngvSHxCJs52ib { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 { display:block; }#yfNWHfVkx1p5PXiUMIf75MRuZefodfP5 > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV7yNxF2MZEkXy2WAVMDewUFsgZwPv1n { width:16.75rem;height:27.625rem;top:1.7492184638977rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A20yacTKTC6T6qdqk9K5WZUH8aQ37TgU { width:20rem;height:22.5rem;top:40.25rem;left:0rem;text-align:center;text-align-last:center;z-index:14997;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsh5bOrHbOh7KKlexbdeFbupInA9pKpH { width:20rem;height:1.7875rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;z-index:14997;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okGhuebAzSoox7ST6MDXTkn7lTnTClDA { width:20rem;height:2.6rem;top:36.4375rem;left:0rem;text-align:center;text-align-last:center;z-index:14997;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:6.81250667572rem;left:3.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:25.187499523163rem;left:3.0617188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH { display:block; }#wMeyusIi9b6qhGTSw9buTDRb5cxmhaGH > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLTvEPnCfEeIiTCmBPJglF7NFTJausnG { width:19rem;height:3.4375rem;top:11.15625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKMmBr20ReoPgTupVWGCbNkQJeTuLe9 { display:block; }
 }@media only screen and (max-width: 763px) { #J1lxVUUhNqJI6yW0pAo8eZbtz4kUmUay { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5avgMVJsC8lW9TOci4eqXVmXLBoTQge { display:block; }#d5avgMVJsC8lW9TOci4eqXVmXLBoTQge > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0yRZQTL89077p2SGwvnZ4e5uLUBWOFp { width:20rem;height:2.3rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kX2xiCJ10659lNyS1nZk2Z7itDIbxDbk { width:20rem;height:0.125rem;top:4.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNppLtgJH8JSwknJDyk73NNUZe12UnSm { display:block; }#cNppLtgJH8JSwknJDyk73NNUZe12UnSm > .row .container { width:20rem;height:123.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqyv82J55Bn3HDWvICAPbqokbfwmp1Qp { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzSJu2TAFWnqzhDtiZkKKDpfxW4EkieT { width:20rem;height:12rem;top:6.4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBhomws1Zrv4tfdhv555wEiiPebmNzKB { width:20rem;height:3.9rem;top:74.35rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXQT6BSHnyQiBNINdXalwVgbEnya3sfT { width:20rem;height:3.9rem;top:79.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ee4tk8yoivXkeAd1Tiqoe7GnqfOxLQ68 { width:20rem;height:2.6rem;top:46.85rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBfeAikDXoklXwlDrz3LXikQ8U8S2DDl { width:20rem;height:22.4rem;top:50.7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UkrHQr0L5R2CWiCrTwCXFV341fq8ETQz { width:20rem;height:3.9rem;top:84.65rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4JZWlQFQnLaxoiTSfMPLHZk0TmxbkSw { width:20rem;height:10.4rem;top:89.8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naXyb5t61OF4KKV064C9Mr2707PWZN14 { width:20rem;height:1.3rem;top:101.45rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ca8vOFnxNNmPtfx7Pz7OBKPWxqLKNlET { width:20rem;height:6.5rem;top:104rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrtNLNx3JPg0g83sUVoIQmcTG6HKnGJU { width:20rem;height:3.9rem;top:19.65rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnX0lplx3LnD9z3Hgx1N2DHLch7ubHbT { width:20rem;height:20.8rem;top:24.8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbLquKzEdAWgq6TiZVIZozCMUw14OSbi { width:20rem;height:2.6rem;top:111.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vf752Re4QpE2aLU9lFbTEde410cixJA7 { width:20rem;height:6.5rem;top:115.6rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mM04DUBTyrRpJDNinUXPaTryTRyMrzB8 { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVsD1doBCLOr6DWaOVcsFfGrP3m5ThNJ { width:12.5rem;height:1.3rem;top:3.8rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COUTJQ7uU2mJfEqnPP817V2Fv18T63KB { width:20rem;height:13.475rem;top:6.35rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }