.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e6e8e5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e6e8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#D8RqTxTKgiUZuGrvf5LTsk0fbwKN2r5Z { box-sizing:content-box;height:6.8125rem;width:39.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:6.1875rem;left:6.2490234375rem;border-top:0.0625rem solid #1c3960;border-left:0.0625rem solid #1c3960;border-right:0.0625rem solid #1c3960;border-bottom:0.0625rem solid #1c3960;display:block; }
#IWLHmPtuA7KBCFAGR5ozTPZ9a22SlsEE { color:#152c4f;display:block;width:27.75rem;position:absolute;font-family:"tilt warp";font-size:6.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5869140625rem;left:13.8740234375rem;height:8.4496875rem;display:block; }
#mKQpdSAqg9DrP547MfSPTBNv4groI8ok { color:#9ec29c;display:block;width:10.9984375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:6.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vXr6sB1HBX6hEZuDSehlClDggV57qsAD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.75rem;left:44.4375rem; }
#IzECiDW9FNdyql1pXztOAbLKrTTiHm5V { color:#1c3960;display:block;width:41.8125rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.825000524521rem;left:6.2492189407349rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTXKrTpGPcIRJGhPtsKk50TcWeqkGVX9 { 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:6.1875rem;width:5.0625rem;top:6.5556640625rem;left:7.5615234375rem;overflow:hidden;display:block; }
#Zx6T9XqEZfvEeq7DQ9mDdKu1CT6icMDa { color:#1c3960;display:block;width:31.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.375rem;left:6.2490234375rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#XXG8tzu0bqUq2CIBTO9Bokp4eQVctUSn { position:absolute;display:block;z-index:14997;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:35.5625rem;width:31.5rem;top:3.25rem;left:40.7177734375rem;overflow:hidden;display:block; }
#ZIMipbTHUr8EytaVhIltT7yL979s4v3X { background-color:#1c3960;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:25.344530820846rem;left:6.1867189407349rem;display:block; }
#ahbDhKKG1ateIJ5GrkRNPT0vurh6gl5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-text.counter-number { border-top:0.069375rem solid #9fc29d;border-left:0.070625rem solid #9fc29d;border-right:0.070625rem solid #9fc29d;border-bottom:0.069375rem solid #9fc29d;background-color:transparent;background-image:none;color:#9fc29d;padding-top:0.455rem;padding-right:0.435rem;padding-bottom:0.455rem;padding-left:0.435rem;display:block;align-items:center;width:2.6025rem;min-width:2.6025rem;height:2.444375rem;position:relative;font-family:"tilt warp";font-size:1.82rem;font-weight:400;line-height:39.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-text.counter-label { background-color:;background-image:none;color:#405538;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.284375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.470625rem;height:0.965625rem;position:relative;font-family:arial;font-size:0.6825rem;font-weight:700;line-height:15.45px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.4375rem;height:5rem;padding-top:0.056875rem;padding-right:0.061875rem;padding-bottom:0.056875rem;padding-left:0.061875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.1875rem;left:19.8115234375rem;z-index:15015; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #I60FGOm0huNVNKsnwBvFnG8MohJWpkRQ { display:flex;position:relative;top:0rem;left:0rem; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #SmtXwiqTbZTNK3Lt4ahTikFdO1FJhAmU { width:auto; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #XUJQTnRMkbIAlux589lpTTaSzXrthybn {  }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #RD6DEMR4hrR6wnRgf5UE5d6T6avELJJ6 { display:flex;position:relative;top:0rem;left:0rem; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #OkSN9LeCC2cltQ76V0wCkBqXn7J7FxVV {  }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #bOhsLFKaQqhWf8oOK2v4XCBfE9FPoHqC {  }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #IkmHiwKwp64AlKp4duc77o3pGmEDncRv { display:flex;position:relative;top:0rem;left:0rem; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #OrM0ITcoVmNvBx63hknDd7DrTNn3W8yu {  }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #mqqSpgnRswC4UUrW29175mJdLgU2kqeT {  }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #sSS6vp9VsKTQruG1NeCTrB2LLr0T6PFL { display:flex;position:relative;top:0rem;left:0rem; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #upILh7LprSUWzOWnNSxG5ybO9I14EWTv {  }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #TZ8aTfR4Vu2byySLmTAVhD2yLbTe2uPp {  }
#WMymICU0xlixCpmGDPFIcm6cWx8sAxXZ { color:#405538;display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.3125rem;left:19.830078125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KWbSTgv3zlJN1TNoiPwk2C2WlEnOpocq { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.625rem;left:3.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#P3x9xPCaRLvLakno6FrDyytyX4aro6qp { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:38.625rem;left:14.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#d2VlyERuZ9MW3Tpqf5zXGm9IP3cGDNlZ { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.625rem;left:24.0625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#lGT5MJ17Hr9pHvEsPXWwymu4uO5WDd7b { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.625rem;left:33.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#a1hESKm5GVmw0Kd5ki1WAUAclQTofwTM { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38.625rem;left:43.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#Lp1zZn57LndaHWf0HOT6q2oo3bGZX8Ez { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:38.625rem;left:53.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#OsMsQpkc7pkCPStcnQk9wgMaTCoNRQTT { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:38.625rem;left:63.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#QbuIbE1TJy0iLtTtxcT6A2dMIxzX8Hns { box-sizing:content-box;height:1.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#9fc29d;background-image:none;top:38.25rem;left:0rem;display:block; }
#AA7T5gVRSM64ms1olNKiS6dfZgxoQun6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.75rem;left:43rem; }
#KeU4GAJJqhzuFFnA0TIIAxmmUxvZFsqH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.75rem;left:41.5625rem; }
#G6dByAF8BSqqEmLBLT5kqIyQnTUor7lz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.75rem;left:40.125rem; }
#k3NbZr4JCSpr9atOP40XCuKWEXo2ARiZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.75rem;left:38.6875rem; }
#FZOQepiTRARqXx5wRLVuCTnk1AicUID3 { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15016;background-color:#9fc29d;background-image:none;top:14.5rem;left:18.25rem;display:block; }
#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container { background-color: transparent; background-image: none; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container > .video-iframe-container { display: none; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row > .video-iframe-container { display: none; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .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); }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container { border-width: 0; border-radius: 0; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container { font-size:0.875rem;font-family:arial;height:57.25rem;width:75rem;position:relative;display:block; }#fa1MJvKr2csNww1ITXZyGQTyrvWsTzXi { color:#1c3960;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:20.25rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UbWGGhHQ6DK0Bg0mVIPIlDcAf9MQqaqA { color:#1c3960;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:36.375rem;left:19.875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyU8NsUyv69ywzvtqzXbVm3svtFTiM5D { color:#1c3960;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:39.125rem;left:19.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ub6mVSV9oWr1Poy9zMJ7CnFpK2yL7aJg { position:absolute;display:block;z-index:15032;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:12.8125rem;width:22rem;top:6.3125rem;left:26.46875rem;display:block; }
#Nowqc1kICRT3NB8MFTa8JonDTSxK40eu { color:#474747;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:11.6875rem;left:27.875rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFhGd5G3KIRUOU8XOLwyxx2aZbUv2IgW { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15049;background-color:#cacaca;background-image:none;top:11rem;left:34.875rem;display:block; }
#TBt3JUidhsNN1haLInJipyrX5MkdMSik { position:absolute;display:block;z-index:15052;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.125rem;width:3.1875rem;top:7.125rem;left:35.8125rem;overflow:hidden;display:block; }
#GM5nIg0mT0v3Vqeo8m6u4HySekKDVLuA { position:absolute;display:block;z-index:15036;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:12.8125rem;width:22rem;top:6.25rem;left:2.75rem;display:block; }
#TO27plGxsrtSN5aQXqCQlE6hgof42GgN { color:#474747;display:block;width:19.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:11.6875rem;left:4.1875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V25OSSpcX2nyTXtQuRa0AuzTuOl3TiKI { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15053;background-color:#cacaca;background-image:none;top:11rem;left:11.1875rem;display:block; }
#FJ8ITEzh7FZmKeuul5CTxGTktgcpUwVU { position:absolute;display:block;z-index:15056;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.125rem;width:3.125rem;top:7.125rem;left:12.125rem;overflow:hidden;display:block; }
#OV9SmvyNy7ZZts5l2fOkneduStIeLZty { position:absolute;display:block;z-index:15036;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:12.8125rem;width:22rem;top:6.3125rem;left:50.25rem;display:block; }
#TUUHQUPiTK51JcFAFcxrhyb7lF9G0KXA { color:#474747;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:11.6875rem;left:52.625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hho50K6JTOlTpVegyQ14hsdTzTaHZRav { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15053;background-color:#cacaca;background-image:none;top:11rem;left:58.5rem;display:block; }
#cerFt3akJGKX0J8OrUehzJPHfTTJRNoo { position:absolute;display:block;z-index:15056;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.125rem;width:3.125rem;top:7.125rem;left:59.4375rem;overflow:hidden;display:block; }
#MBGpwVF1L8HSdUFo41aXEv8hPdo50W2U { position:absolute;display:block;z-index:15036;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:12.8125rem;width:22rem;top:21.25rem;left:14.4375rem;display:block; }
#ng1uFIpLLSDwwKmRQSBGDzFurP5GVb7e { color:#474747;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.625rem;left:15.75rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zn2EoNi9WeBn5vn9kmGQJ87m61lOeyAm { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15053;background-color:#cacaca;background-image:none;top:25.9375rem;left:22.9375rem;display:block; }
#w6P6lfepRsTzB4PAK9sRzT71EPgwkRd5 { position:absolute;display:block;z-index:15056;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.125rem;width:3.1875rem;top:22.0625rem;left:23.875rem;overflow:hidden;display:block; }
#oJ1HCpTKluEc3snleaOtFOAS3PhJ1dd7 { position:absolute;display:block;z-index:15036;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0rem 0.75rem rgba(0,0,0,0.15) ;height:12.8125rem;width:22rem;top:21.25rem;left:38.5625rem;display:block; }
#e2nvgPU8t9L7kGA2gqiHicmo3IpzsRUH { position:absolute;display:block;z-index:15056;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.125rem;width:3.125rem;top:22.1875rem;left:47.9375rem;overflow:hidden;display:block; }
#VZopqW14tuATGDwwtlDvS68HJQwgRzO6 { box-sizing:content-box;height:0.0625rem;width:5rem;position:absolute;display:block;z-index:15053;background-color:#cacaca;background-image:none;top:25.9375rem;left:47rem;display:block; }
#suBhbSZu9ZM6hXLEAbFgqS2Knn3I4GOT { color:#474747;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.625rem;left:40.9375rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RSnE7pRvPo1oOgVQLirwhhAnIZXzsFxr { color:#9fc29d;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.75rem;left:7rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Up6RJ4mgTuRyUekKWz4etM5UJQe9tWGV { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:44.875rem;left:7rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZMQbGZzHwbqFPx6xhKPsBs1XyVbCeRp { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:46.5625rem;left:7rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JuDbK75Pa9XzNbMFqlVIl797UBHG7LTN { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15057;background-color:#cacaca;background-image:none;top:42.8125rem;left:18.9375rem;display:block; }
#xgDvbD6T9S6kqW5KHzzJ1sNP3Ed3G8oh { color:#9fc29d;display:block;width:11.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.75rem;left:20.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RL0h45Ma8dN8LE3bAnbFKBRlKimvSLMk { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.875rem;left:20.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Oio8qenAAeJsMXdKFifJPFJ2CZS94D9g { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:46.5625rem;left:20.25rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xhOyTafIMdPC3f9V4kHneVySg3hwZJp6 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15058;background-color:#cacaca;background-image:none;top:42.8125rem;left:32.6875rem;display:block; }
#KrIBzIT3xNhN4gfndFn4IPZFFBwSkTZt { color:#9fc29d;display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:42.75rem;left:34rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSLKrOR1BPtkgF7DmaskH8ahqDo9Dhi0 { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.875rem;left:34rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJT4pVRKJsrTBl6Vd8m31TZQFosv4LZZ { color:#474747;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:46.5625rem;left:34rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wnlHZoLzHRtbT1pSs4yoWEV0iAz2elaQ { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15059;background-color:#cacaca;background-image:none;top:42.8125rem;left:51.3125rem;display:block; }
#aDBLyc8yJV9BCG9DxMJuJo7H92aLLUiZ { color:#9fc29d;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:42.75rem;left:52.625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AovkvXoiBGVJZ60hxqECde0TW4rBLwT4 { color:#474747;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:44.875rem;left:52.625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iFw7Kr2qTEeOLE4rfGkOLyv0UTIPSqqH { color:#474747;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:46.5625rem;left:52.625rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F3w0eoiT9uHT6TOGt5cpGhsehhJBTQFe { background-color:#1c3960;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:50.8125rem;left:31.375rem;display:block; }
#ToNi2OMTQLVn6kbNdEN7EHK5qsRgplQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZFtkrwhm9FRXNLBWgM6I6FTlzqoF2So { color:#9fc29d;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.75rem;left:7rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VzzDbJGIEWfZpXvJNXEXPFTZe8sr2oHE { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15059;background-color:#cacaca;background-image:none;top:42.8125rem;left:51.3125rem;display:none; }
#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e8e5;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; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container { background-color: transparent; background-image: none; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container > .video-iframe-container { display: none; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row > .video-iframe-container { display: none; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .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); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container { border-width: 0; border-radius: 0; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#EAWcKBWM2KnIFPQFckZTsP0T1OFvvU7z { color:#e6e8e5;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:8.0625rem;left:45rem;height:11.8945rem;font-style:normal;display:block; }
#DMEzbcTSiwgLtW2MA4ucURk3kSmwaJ0u { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.375rem;left:41.25rem; }
#MT4XCJXFTdHQe319FMT2VCCG8sENvnpb { color:#9fc29d;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.375rem;left:45rem;height:2.125rem;font-style:normal;display:block; }
#wnoRZN71cW9Le9qomXaRb6CxB0wKEubJ { color:#e6e8e5;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.4375rem;left:45.0625rem;height:10.1953125rem;font-style:normal;display:block; }
#Rv3uGhGiJ1An4wK077cpXLTrk9MH57QE { color:#9fc29d;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:22.5rem;left:45.0625rem;height:3rem;font-style:normal;display:block; }
#GfqCuITNq6szuGFwTaDv0fn8bq1BUTNU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.125rem;left:41.25rem; }
#MIWhhwaCvsE7WJb5ShFfs1uH2eOhGyTJ { color:#e6e8e5;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:43rem;left:45rem;height:8.496125rem;font-style:normal;display:block; }
#qTuo7x4R4CuDavoNNAGV3SJSKmXKKJdb { color:#9fc29d;display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:39.0625rem;left:45rem;height:3rem;font-style:normal;display:block; }
#VyIOKePBPk4atEpeMslctTacOClm6ZVM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.5625rem;left:41.25rem; }
#XIKTRcMcEzmdBFzoJSWDXl0v55OWRoTP { color:#e6e8e5;display:block;width:31rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6109374761581rem;left:41.312500953674rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6IiT3GwbFECyCy7KLK3BXWVqPSnb6P7 { background-color:#e6e8e5;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1c3960;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:54.4375rem;left:45rem;display:block; }
#IytT4Axcr0mzuhgE7Uz6WvIwesq2ntH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkIfpZozIvLfFZaR9kaRM9yNdiXp4XFz { position:absolute;display:block;z-index:15027;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:61rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lvGvm1a374KC5Tu2ummdIX8E752NPpA9 { box-sizing:content-box;height:61rem;width:39.5rem;position:absolute;display:block;z-index:15001;background-color:#1c3960;background-image:none;top:0rem;left:35.5rem;display:block; }
#fbTZGSlWRzzF55Z2gynq5T3bt2r7rPdA { position:absolute;display:block;z-index:15000;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:34.0625rem;width:37.5rem;display:none; }
#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN { position:relative;display:block; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN { background-color: transparent; background-image: none; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container > .video-iframe-container { display: none; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row > .video-iframe-container { display: none; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .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); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN { border-width: 0; border-radius: 0; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .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; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e8e5;background-image:none;font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XKTIGK47gFCpIsuiTlMokxbZ6uwiZw97 { color:#1c3960;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2646484375rem;left:3.75rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HAbTbVR4ul8BLsltpW3nqkJ4MC4iHSat { color:#474747;display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.75rem;height:16.89743125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fo6202MruTVf7Ae8xEueOWVgOy1ZsQDI { background-color:#1c3960;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.3125rem;left:3.75rem;display:block; }
#bPuQq3X6l5QJZpZQQFZLwrfW7n3W0GXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIf7d854KZmbcUNeKAHrX8iK3hJ08AG3 { 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:34.0625rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn { position:relative;display:block; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn { background-color: transparent; background-image: none; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container > .video-iframe-container { display: none; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row > .video-iframe-container { display: none; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .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); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn { border-width: 0; border-radius: 0; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .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; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .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:27.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tfGhm4OqQGhlGULooEiXJ9klEs919v3P { position:absolute;display:block;z-index:15000;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.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZdMcWXz8T8xI0h9VIK0Mi4hMRdDMoEN3 { box-sizing:content-box;height:17.5rem;width:44.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(28,57,96,0.93);background-image:none;top:5rem;left:15.15625rem;display:block; }
#LsTxaPru9SdQlFFTzTQckb2kThuLFHiy { color:#e6e8e5;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:20.28125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfxpHopCXw06xJtXoy3FSupCA1IkOaTP { color:#e6e8e5;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.375rem;left:20.28125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuWqPgTU8EpNVIIT79JaF3xa9sVOvZDm { background-color:#e6e8e5;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1c3960;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.3125rem;left:31.75rem;display:block; }
#tTBhnfpSVHNBMJto2KTDrOnJu26THWts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCrB3xiCNksDxZQsDqKXkBvnQu4sgM82 { position:absolute;display:block;z-index:15000;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:34.0625rem;width:37.5rem;display:none; }
#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM { position:relative;display:block; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM { background-color: transparent; background-image: none; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container > .video-iframe-container { display: none; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row > .video-iframe-container { display: none; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .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); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM { border-width: 0; border-radius: 0; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .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; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e8e5;background-image:none;font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c7TnmHodsMgc6MqGH3ngrdd2KqAfPo9k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.3125rem;width:38rem;top:3.7109375rem;left:2.65625rem;display:block; }
#RBZhwn4FkHtmSEw9UAv2OdIsoVFciDTb { box-sizing:content-box;height:19.6875rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#1c3960;background-image:none;top:0rem;left:0rem;display:block; }
#RwbkHLtwdcngog0iQoKWPCeNMKXKfxu2 { color:#e6e8e5;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:39.03125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBGzMIDBlTrFnahkFT99lzFEgrnVT3F6 { position:absolute;display:block;z-index:14998;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:7.8125rem;width:28.75rem;top:6.1875rem;left:42.5rem;display:block; }
#D5tbCXHnmEuetreLddWt1TyQHNvVCduV { color:#474747;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:7.98828125rem;left:46.1875rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VG4Ku8U6HGmKHkBsWvWZQebAOyQrbKvn { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15054;background-color:#cacaca;background-image:none;top:7.375rem;left:50.65625rem;display:block; }
#bcuy71HdDqh1EkNCw7BgkeSCIgGtseTi { color:#1c3960;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:58.78125rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AKTwpRAAKM57BXNitK3SVfWFRPBOJPRv { color:#1c3960;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.8125rem;left:58.8125rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QhogsWfaV2VtPBohCcQEaaMx0EG2yEWz { position:absolute;display:block;z-index:15002;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:7.8125rem;width:28.75rem;top:15.6875rem;left:42.5rem;display:block; }
#u1JkiKTWVJLk2BeRdI6Bbixz68qPllo4 { color:#474747;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:17.5rem;left:46.1875rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yBHRFOCbo8R8kK0q5cgDVBGXaB6s3TMz { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15058;background-color:#cacaca;background-image:none;top:16.875rem;left:50.6875rem;display:block; }
#HqaEnWPJENTEsQO19LRHTGk94DMIvhCp { position:absolute;display:block;z-index:15006;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:7.8125rem;width:28.75rem;top:25.375rem;left:42.5rem;display:block; }
#cRbsJz1By0ZKf1IT9NxueG95wst7tpTJ { color:#1c3960;display:block;width:11.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.5rem;left:58.8125rem;height:0.9746125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#J6sbpC2BziBzCNshMvkt3hD6bngoeqam { color:#474747;display:block;width:21.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:27.1875rem;left:46.1875rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eKqUn7JVGsA9NLTuip4aqWEEfcn3np78 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15062;background-color:#cacaca;background-image:none;top:26.5625rem;left:50.6875rem;display:block; }
#HR9iBZM5Rwl9mVdLD7eFs8T7fIVOrwJN { color:#1c3960;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27rem;left:4.4375rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr { position:relative;display:block; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr { background-color: transparent; background-image: none; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container > .video-iframe-container { display: none; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row > .video-iframe-container { display: none; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .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); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr { border-width: 0; border-radius: 0; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .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; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e8e5;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u3CTyVV4er9VWJ6r4w7hEuhJ08goxQ4r { color:#152c4f;display:block;width:30.5rem;position:absolute;font-family:"tilt warp";font-size:4rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.25rem;height:5.19970625rem;text-align:center;text-align-last:center;display:block; }
#SNlf3XLNB70sdhzgaeEKvwrat36vevSk { color:#1c3960;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:20.3125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMq0z1OptVKOD3TebzcNGTqzoH7IPl5T { position:absolute;display:block;z-index:15007;background-color:#1c3960;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:13.1875rem;width:24.1875rem;top:10rem;left:3.6875rem;display:block; }
#aNn6LVg4KkaZAbx1V2OUuiEtQQNfFa0G { color:#e6e8e5;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.625rem;left:6.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4p3agBu97PcihTD3hhcHuyMcxsvxq2T { color:#9fc29d;display:block;width:19.3125rem;position:absolute;font-family:"tilt warp";font-size:3.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.25rem;left:6.125rem;height:4.54980625rem;text-align:center;text-align-last:center;display:block; }
#Q9MbfI4Ma5C5ye8sTPXBvvCopdnPnT9I { position:absolute;display:block;z-index:15010;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:8.75rem;width:20.625rem;top:10rem;left:28.9375rem;display:block; }
#Dw2F9BSgu2V0rHsBeolwW0X8EuNZsH49 { color:#474747;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.6875rem;left:32.875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7a4ANnOlMvaIx9TFkLGzV9anembsi09 { color:#9fc29d;display:block;width:19.3125rem;position:absolute;font-family:"tilt warp";font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.0625rem;left:29.625rem;height:3.8999rem;text-align:center;text-align-last:center;display:block; }
#XFgCrBNdfRabrRSqz1yXWm2mKOuITfGt { position:absolute;display:block;z-index:15013;background-color:#ededed;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-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.15) ;height:8.75rem;width:20.625rem;top:10rem;left:50.6875rem;display:block; }
#MqQQEM8OfdLAJNgTslXtypRk1VfTnQmC { color:#474747;display:block;width:16.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.1875rem;left:53.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8sTFHtKHh8T1ZC96HGbaAr1qBkzsZ2D { color:#9fc29d;display:block;width:19.3125rem;position:absolute;font-family:"tilt warp";font-size:2rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.5625rem;left:51.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#d1rsfPRakHSqJGlSbFqN4U1IR6sSTt9I { background-color:#e6e8e5;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#1c3960;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.5rem;left:9.875rem;display:block; }
#nUqPLt2yhBMK11zbn2NZ0dfSbuHwZr7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ { position:relative;display:block; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ { background-color: transparent; background-image: none; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container > .video-iframe-container { display: none; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row > .video-iframe-container { display: none; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .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); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ { border-width: 0; border-radius: 0; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .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; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e8e5;background-image:none;font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#e6e8e5;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:400;font-size:1rem;font-style:normal;color:#474747;height:auto;text-align:left;text-align-last:left; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:roboto;height:auto;color:#474747; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_3a84105f1fb46783859a5e7e7fe69c8ad92aee73.svg");background-size:contain !important; }#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-trigger.adaptive-delivery-prevent-bg, #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-trigger.lazyload, #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-trigger.lazyloading { background-image: none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT { box-sizing:content-box;height:auto;width:24.625rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.625rem;left:25.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #nrcxXibQtTDsm86N13IMVVQ7dqreqs1L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #C2qBIso2sZWhcoJkPCTd56NDi0Tu50by { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #oX5kMiXnLt8av3gAEOCf5t6sh3Pqql0y { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #QSLXUm5ZLiixQrOqDrS9xWzD7MoAw38l {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Lryi7UsxWZ24v4tU84dQsg5qUkoZGQ2S {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #qfmBTaMwxBWAK3qIaoRoT3oLdcXBxQvK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #qx7wzN8g2TM3Dh4mOycUrGTzJcyK8uk3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #N2nEDF1bV7oWZFFEwuIZV0330hBTOQWJ { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #lcm0UoPTGOOCUDsfTVaOhoT8m1NL8qaP {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #atH12TsdT1o3Bc1TiaRVo3cL1y3uHppP { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #lLuJCWMtcQLKBMzyqJnnnUyMgVVm7eNJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #JvXXrEkZHyhgPKMxTFhDiQprF3skTivW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Dl35TT9nGbQbsnpTtRHXo2arH4Xs7QUo { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #CabaVDhDInaHcwvUNJgOpDutLciPMAlg {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #QFCGDvPX6M2E4EQkTCmRN4a8sVmZ4F4J { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TvMETk7fHX4ffGTGLeMTC0fU2oJuVs91 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #zxJG67CN9ATyeazbsVteQKTCBi8WaDKk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #ZkqGGzOopWoXylLKDAvcZV0G0hUvm3Vv { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #ddnse8T1V0K4S7eBilK5zUqS45bNsObv {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #XxCCTn8V75e8JkT6XOGuOPvESQgCdLPN { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #AvQwKh954DsyFXeiKXqC3hoXg4TmsbHS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #FgdDfibVvgmBaa7vAUZb7OUF0Nh43ZBv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #iaKhd0brItf1E066NLddPWSQuLfbV4Tt { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #tTf4NRgF6DyaJih6E5NohlUqwxvc5gsM {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #GqB4btaaNbAwWZuf5T0iGThWS8yB35si { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #mk8OXzQcmTw7BoChNTIIGBOAAP63Sy0k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #nSAkhraLBNdVNp4X3rOLAuM7FaNnp1H2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #JFFT1DEnQUD23KN1gZibySskFozpP09V { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TRW3iMJchtTmR7WcfngpEnkG9nEn4pLZ {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #aWRN5Waq9rWMkncWqzM56SU7ZmI0PJ0A { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #sQTbiEL2pVOGmKnt3VnayDyKhUFWHeoV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #oeNNzXtrDvgFqDtHbVeUG4XNJHomg61I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #C93hkNbVA2hqH0dP1dLQZphLWBh40sXE { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #VAB0PaINhPfrbhtv06FdKL8R5kDknrqK {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #szV1ei3CPmDZqWfFx0hvZI7MXeAo5qOu { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #GemgwR70Gp5fLl87wU93t2TErJ6VueO6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #AP6bV9ox2KcToPhNglP44TSc5HMMZPuG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Go6e42R8tFcvL7qow4wozQo7wVzppPG0 { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #UnyE3mOy0qeubSfh8xNSwLTeeaJuNX0A {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #sNHuJnWOxll6fX3FTEBeg2fH1laqWsyV { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TyKCQqbaGTMJJC7QutWZlIUH1eOKmlfE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #HCTuarWa4xN5JwVyolbZ9tsRGFiTlE0b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #XuuT2pqcnez2H30sRFDIsGXd90SPV8My { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #UaqJyeo2l43t2f7TkZi6wQTwkB4ydTO3 {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #T9XeVSd8aunwSd4zooBM7pcG8tseyJ5V { display:none; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #FOhqR0TkEW7lLkFxsPnEM0hN7NUaVp2G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #fXsiRsmIWCWcG5Owu0upTFB6xRZ4vppt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #mrnZxsa7Fm9k7zmKtFN03elOFrBFfpkN { display:block;position:relative; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #s4lIN7c3llzpOP7c4n8DCWZL5b0PiFZa {  }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #E7r23dqiZxBgMwGw2iRkNPlBCBZRp3fA { display:none; }
#xPQ55FHbPECUugdCDcfI7To05GDeGxgL { color:#1c3960;display:block;width:34.4375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.125rem;left:20.28125rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 { position:relative;display:block; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 { background-color: transparent; background-image: none; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container > .video-iframe-container { display: none; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row > .video-iframe-container { display: none; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .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); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 { border-width: 0; border-radius: 0; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .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; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6e8e5;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#asTlducS3WZcz1HNF88D1TukIXtGSCeb { box-sizing:content-box;height:1.75rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#9fc29d;background-image:none;top:0rem;left:0rem;display:block; }
#CMqt7khV4E84DLuPKAZxc6JRkf8OKZAP { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.3125rem;left:3.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#duQ6MMbQzLxC3TWLdO7aCD3HiHrPDF4L { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.3125rem;left:14.375rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#uymULEIOXk5rwaiL2BaGbVF6yDT8qxAA { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.3125rem;left:24.0625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#BLsX3LOoXhA7cyDqhdcVWWxag1QDZyWi { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.3125rem;left:33.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#mVy9q0hdUxKO0p8BkVB3o4wk6xpE2F7Z { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:0.3125rem;left:43.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#gVP6MEuDqnZFwCzCEy76PM57dLkGSxSv { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.3125rem;left:53.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#KZnzC3Nb1D3IMwodrOLaU8MBNshAsxVt { color:#e6e8e5;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0.3125rem;left:63.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#goTzo19wpLsZbB5bkN8P5L1GKuUJv9CV { color:#1c3960;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.875rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DkfFDetXnZkLPM98dfnTzqczTMlqAR8c { color:#1c3960;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qKWM3VxBsnTTHklghR87fPfTQ9JBWNMB { background-color:#1c3960;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: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.125rem;left:3.75rem;display:block; }
#QIl1bCrauZPJyI8s0a7Br1n1krBmNkLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WF9zyRdUOZdGzH3Fa5wAStV7NgZAd1R4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:16.6875rem;top:1.75rem;left:58.312500953674rem;overflow:hidden;display:block; }
#Xx3LVZ54EL6MbzS4oZo31avIbvwpMQko { 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:26.25rem;width:16.6875rem;top:1.75rem;left:41.625000953674rem;overflow:hidden;display:block; }
#XbvxTBDrfIVt2HlhG1oQHX6e7N1nGCpr { 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:26.25rem;width:16.6875rem;top:1.75rem;left:25.000000953674rem;overflow:hidden;display:block; }
#sZbH75A7wklzf9ozIf2No8SH6mTZdRQ2 { position:absolute;display:block;z-index:15000;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.5rem;width:20rem;display:none; }
#KKTqzh8rzS2aABkchQMM617QSuo4TrWh { position:relative;display:block; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh { background-color: transparent; background-image: none; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container > .video-iframe-container { display: none; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row > .video-iframe-container { display: none; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .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); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh { border-width: 0; border-radius: 0; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .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; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1c3960;background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a19Wq0TGHiLu5dLmJL4aP216HIhQXLOV { position:absolute;display:block;z-index:15000;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.8125rem;width:6.625rem;top:2.34375rem;left:3.03515625rem;overflow:hidden;display:block; }
#rJOsaqeDATyf9ag08dUH4Txkn2mEqDTa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:1.53125rem;left:11.599219322204rem;overflow:hidden;display:block; }
#fVpgPhWkMGlsIFnMvCdLDUCCXBS3bdqG { box-sizing:content-box;height:5.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15002;background-color:#e6e8e5;background-image:none;top:3.28125rem;left:10.849219322204rem;display:block; }
#xtBS3MofaWHW5KVVLUmo620RxslvtEpN { color:#e6e8e5;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4562492370606rem;left:45.599999427796rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#ehy6fThLhVwcJ6ZhGFAA7dmxIExVEg96 { color:#e6e8e5;display:block;width:25.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:45.599609375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#txPubAbvHuZZWzEB5DA5OO6TPH98Cht2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.1875rem;left:69.150002479556rem; }
#txPubAbvHuZZWzEB5DA5OO6TPH98Cht2 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#UMKiRTU6pOW53er4TgIg2BhKlT8ucMQp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.1875rem;left:66.087502479556rem; }
#UMKiRTU6pOW53er4TgIg2BhKlT8ucMQp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8RqTxTKgiUZuGrvf5LTsk0fbwKN2r5Z { top:6.1875rem;left:0rem;width:39.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLHmPtuA7KBCFAGR5ozTPZ9a22SlsEE { top:5.5625rem;left:0.2490234375rem;width:27.75rem;height:8.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQpdSAqg9DrP547MfSPTBNv4groI8ok { top:13.8125rem;left:0rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXr6sB1HBX6hEZuDSehlClDggV57qsAD { top:13.75rem;left:30.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzECiDW9FNdyql1pXztOAbLKrTTiHm5V { top:17.8125rem;left:0rem;width:41.8125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTXKrTpGPcIRJGhPtsKk50TcWeqkGVX9 { top:6.5rem;left:0rem;width:5.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx6T9XqEZfvEeq7DQ9mDdKu1CT6icMDa { top:32.375rem;left:0rem;width:31.125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXG8tzu0bqUq2CIBTO9Bokp4eQVctUSn { top:3.25rem;left:16.25rem;width:31.5rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMipbTHUr8EytaVhIltT7yL979s4v3X { width:11.5rem;height:3rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahbDhKKG1ateIJ5GrkRNPT0vurh6gl5T { display:block; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT { width:19.5rem;height:5.4375rem;display:flex;top:28.9375rem;left:11.96875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #I60FGOm0huNVNKsnwBvFnG8MohJWpkRQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #SmtXwiqTbZTNK3Lt4ahTikFdO1FJhAmU {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #XUJQTnRMkbIAlux589lpTTaSzXrthybn {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #RD6DEMR4hrR6wnRgf5UE5d6T6avELJJ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #OkSN9LeCC2cltQ76V0wCkBqXn7J7FxVV {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #bOhsLFKaQqhWf8oOK2v4XCBfE9FPoHqC {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #IkmHiwKwp64AlKp4duc77o3pGmEDncRv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #OrM0ITcoVmNvBx63hknDd7DrTNn3W8yu {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #mqqSpgnRswC4UUrW29175mJdLgU2kqeT {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #sSS6vp9VsKTQruG1NeCTrB2LLr0T6PFL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #upILh7LprSUWzOWnNSxG5ybO9I14EWTv {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #TZ8aTfR4Vu2byySLmTAVhD2yLbTe2uPp {  }
 }@media only screen and (max-width: 763px) { #WMymICU0xlixCpmGDPFIcm6cWx8sAxXZ { top:23.3125rem;left:6.205078125rem;width:18.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWbSTgv3zlJN1TNoiPwk2C2WlEnOpocq { top:38.625rem;left:0rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3x9xPCaRLvLakno6FrDyytyX4aro6qp { top:38.625rem;left:0.75rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VlyERuZ9MW3Tpqf5zXGm9IP3cGDNlZ { top:38.625rem;left:10.4375rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT5MJ17Hr9pHvEsPXWwymu4uO5WDd7b { top:38.625rem;left:20.25rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1hESKm5GVmw0Kd5ki1WAUAclQTofwTM { top:38.625rem;left:30.25rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp1zZn57LndaHWf0HOT6q2oo3bGZX8Ez { top:38.625rem;left:40.1875rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsMsQpkc7pkCPStcnQk9wgMaTCoNRQTT { top:38.625rem;left:40.375rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuIbE1TJy0iLtTtxcT6A2dMIxzX8Hns { top:38.25rem;left:0rem;width:47.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA7T5gVRSM64ms1olNKiS6dfZgxoQun6 { top:13.75rem;left:29.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeU4GAJJqhzuFFnA0TIIAxmmUxvZFsqH { top:13.75rem;left:27.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6dByAF8BSqqEmLBLT5kqIyQnTUor7lz { top:13.75rem;left:26.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3NbZr4JCSpr9atOP40XCuKWEXo2ARiZ { top:13.75rem;left:25.0625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZOQepiTRARqXx5wRLVuCTnk1AicUID3 { top:14.5rem;left:4.625rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 { display:block; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa1MJvKr2csNww1ITXZyGQTyrvWsTzXi { width:34.4375rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbWGGhHQ6DK0Bg0mVIPIlDcAf9MQqaqA { width:34.4375rem;height:2.25rem;top:36.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyU8NsUyv69ywzvtqzXbVm3svtFTiM5D { width:34.4375rem;height:1.25rem;top:39.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub6mVSV9oWr1Poy9zMJ7CnFpK2yL7aJg { width:22rem;height:12.8125rem;top:6.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nowqc1kICRT3NB8MFTa8JonDTSxK40eu { width:19.1875rem;height:6.375rem;top:11.6875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFhGd5G3KIRUOU8XOLwyxx2aZbUv2IgW { top:11rem;left:18.875rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBt3JUidhsNN1haLInJipyrX5MkdMSik { top:7.125rem;left:20.6875rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM5nIg0mT0v3Vqeo8m6u4HySekKDVLuA { width:22rem;height:12.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO27plGxsrtSN5aQXqCQlE6hgof42GgN { width:19.1875rem;height:4.75rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25OSSpcX2nyTXtQuRa0AuzTuOl3TiKI { top:11rem;left:6.9375rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8ITEzh7FZmKeuul5CTxGTktgcpUwVU { top:7.125rem;left:8.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV9SmvyNy7ZZts5l2fOkneduStIeLZty { width:22rem;height:12.8125rem;top:6.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUHQUPiTK51JcFAFcxrhyb7lF9G0KXA { width:17.1875rem;height:6.375rem;top:11.6875rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hho50K6JTOlTpVegyQ14hsdTzTaHZRav { top:11rem;left:35.8125rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerFt3akJGKX0J8OrUehzJPHfTTJRNoo { top:7.125rem;left:35.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBGpwVF1L8HSdUFo41aXEv8hPdo50W2U { width:22rem;height:12.8125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng1uFIpLLSDwwKmRQSBGDzFurP5GVb7e { width:19.375rem;height:6.375rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn2EoNi9WeBn5vn9kmGQJ87m61lOeyAm { top:25.9375rem;left:12.71875rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6P6lfepRsTzB4PAK9sRzT71EPgwkRd5 { top:22.0625rem;left:13.65625rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1HCpTKluEc3snleaOtFOAS3PhJ1dd7 { width:22rem;height:12.8125rem;top:21.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2nvgPU8t9L7kGA2gqiHicmo3IpzsRUH { top:22.1875rem;left:30.90625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZopqW14tuATGDwwtlDvS68HJQwgRzO6 { top:25.9375rem;left:29.96875rem;width:5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suBhbSZu9ZM6hXLEAbFgqS2Knn3I4GOT { width:17.25rem;height:6.375rem;top:26.625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSnE7pRvPo1oOgVQLirwhhAnIZXzsFxr { width:7.5rem;height:1.9375rem;top:42.75rem;left:3.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6RJ4mgTuRyUekKWz4etM5UJQe9tWGV { width:11.3125rem;height:1.25rem;top:44.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZMQbGZzHwbqFPx6xhKPsBs1XyVbCeRp { width:11.3125rem;height:1.125rem;top:46.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDbK75Pa9XzNbMFqlVIl797UBHG7LTN { top:42.8125rem;left:11.9375rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgDvbD6T9S6kqW5KHzzJ1sNP3Ed3G8oh { width:11.75rem;height:1.9375rem;top:42.75rem;left:11.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0h45Ma8dN8LE3bAnbFKBRlKimvSLMk { width:11.3125rem;height:1.25rem;top:44.875rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oio8qenAAeJsMXdKFifJPFJ2CZS94D9g { width:11.3125rem;height:1.125rem;top:46.5625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhOyTafIMdPC3f9V4kHneVySg3hwZJp6 { top:42.8125rem;left:22.46875rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrIBzIT3xNhN4gfndFn4IPZFFBwSkTZt { width:16.0625rem;height:1.9375rem;top:42.75rem;left:7.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLKrOR1BPtkgF7DmaskH8ahqDo9Dhi0 { width:11.3125rem;height:1.25rem;top:44.875rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJT4pVRKJsrTBl6Vd8m31TZQFosv4LZZ { width:16.5rem;height:1.125rem;top:46.5625rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnlHZoLzHRtbT1pSs4yoWEV0iAz2elaQ { top:42.8125rem;left:34.28125rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBLyc8yJV9BCG9DxMJuJo7H92aLLUiZ { width:6.8125rem;height:1.9375rem;top:42.75rem;left:29rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AovkvXoiBGVJZ60hxqECde0TW4rBLwT4 { width:11.3125rem;height:1.25rem;top:44.875rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFw7Kr2qTEeOLE4rfGkOLyv0UTIPSqqH { width:15.375rem;height:1.125rem;top:46.5625rem;left:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w0eoiT9uHT6TOGt5cpGhsehhJBTQFe { width:11.5rem;height:3rem;top:50.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToNi2OMTQLVn6kbNdEN7EHK5qsRgplQz { display:block; }
 }@media only screen and (max-width: 763px) { #PZFtkrwhm9FRXNLBWgM6I6FTlzqoF2So { width:12.1875rem;height:1.9375rem;top:96.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzzDbJGIEWfZpXvJNXEXPFTZe8sr2oHE { top:42.8125rem;left:34.28125rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI { display:block; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAWcKBWM2KnIFPQFckZTsP0T1OFvvU7z { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMEzbcTSiwgLtW2MA4ucURk3kSmwaJ0u { top:5.375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4XCJXFTdHQe319FMT2VCCG8sENvnpb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnoRZN71cW9Le9qomXaRb6CxB0wKEubJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3uGhGiJ1An4wK077cpXLTrk9MH57QE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqCuITNq6szuGFwTaDv0fn8bq1BUTNU { top:22.125rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIWhhwaCvsE7WJb5ShFfs1uH2eOhGyTJ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTuo7x4R4CuDavoNNAGV3SJSKmXKKJdb { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyIOKePBPk4atEpeMslctTacOClm6ZVM { top:38.5625rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIKTRcMcEzmdBFzoJSWDXl0v55OWRoTP { width:31rem;height:2.25rem;top:1.5625rem;left:16.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6IiT3GwbFECyCy7KLK3BXWVqPSnb6P7 { width:11.5rem;height:3rem;top:54.4375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IytT4Axcr0mzuhgE7Uz6WvIwesq2ntH6 { display:block; }
 }@media only screen and (max-width: 763px) { #kkIfpZozIvLfFZaR9kaRM9yNdiXp4XFz { top:0rem;left:0rem;width:37.5rem;height:61rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvGvm1a374KC5Tu2ummdIX8E752NPpA9 { top:0rem;left:0rem;width:39.5rem;height:61rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbTZGSlWRzzF55Z2gynq5T3bt2r7rPdA { width:37.5rem;height:34.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN { display:block; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKTIGK47gFCpIsuiTlMokxbZ6uwiZw97 { width:17.9375rem;height:4.5rem;top:2.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAbTbVR4ul8BLsltpW3nqkJ4MC4iHSat { width:28.6875rem;height:16.875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6202MruTVf7Ae8xEueOWVgOy1ZsQDI { width:11.5rem;height:3rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPuQq3X6l5QJZpZQQFZLwrfW7n3W0GXZ { display:block; }
 }@media only screen and (max-width: 763px) { #SIf7d854KZmbcUNeKAHrX8iK3hJ08AG3 { top:0rem;left:10.25rem;width:37.5rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn { display:block; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfGhm4OqQGhlGULooEiXJ9klEs919v3P { top:0rem;left:0rem;width:47.75rem;height:17.508333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdMcWXz8T8xI0h9VIK0Mi4hMRdDMoEN3 { top:5rem;left:1.53125rem;width:44.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTxaPru9SdQlFFTzTQckb2kThuLFHiy { width:34.4375rem;height:2.25rem;top:6.6875rem;left:6.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfxpHopCXw06xJtXoy3FSupCA1IkOaTP { width:34.4375rem;height:5.1875rem;top:10.375rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuWqPgTU8EpNVIIT79JaF3xa9sVOvZDm { width:11.5rem;height:3rem;top:17.3125rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBhnfpSVHNBMJto2KTDrOnJu26THWts { display:block; }
 }@media only screen and (max-width: 763px) { #eCrB3xiCNksDxZQsDqKXkBvnQu4sgM82 { width:37.5rem;height:34.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM { display:block; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7TnmHodsMgc6MqGH3ngrdd2KqAfPo9k { top:3.6875rem;left:0rem;width:38rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZhwn4FkHtmSEw9UAv2OdIsoVFciDTb { top:0rem;left:0rem;width:47.75rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwbkHLtwdcngog0iQoKWPCeNMKXKfxu2 { width:34.4375rem;height:2.25rem;top:2.375rem;left:13.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBGzMIDBlTrFnahkFT99lzFEgrnVT3F6 { width:28.75rem;height:7.8125rem;top:6.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5tbCXHnmEuetreLddWt1TyQHNvVCduV { width:21.375rem;height:3.1875rem;top:7.9375rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4Ku8U6HGmKHkBsWvWZQebAOyQrbKvn { top:7.375rem;left:30.21875rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcuy71HdDqh1EkNCw7BgkeSCIgGtseTi { width:11.3125rem;height:0.9375rem;top:12.3125rem;left:36.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTwpRAAKM57BXNitK3SVfWFRPBOJPRv { width:11.3125rem;height:0.9375rem;top:21.8125rem;left:36.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhogsWfaV2VtPBohCcQEaaMx0EG2yEWz { width:28.75rem;height:7.8125rem;top:15.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1JkiKTWVJLk2BeRdI6Bbixz68qPllo4 { width:21.375rem;height:3.1875rem;top:17.5rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBHRFOCbo8R8kK0q5cgDVBGXaB6s3TMz { top:16.875rem;left:30.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqaEnWPJENTEsQO19LRHTGk94DMIvhCp { width:28.75rem;height:7.8125rem;top:25.375rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRbsJz1By0ZKf1IT9NxueG95wst7tpTJ { width:11.3125rem;height:0.9375rem;top:31.5rem;left:36.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6sbpC2BziBzCNshMvkt3hD6bngoeqam { width:21.375rem;height:3.1875rem;top:27.1875rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKqUn7JVGsA9NLTuip4aqWEEfcn3np78 { top:26.5625rem;left:30.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR9iBZM5Rwl9mVdLD7eFs8T7fIVOrwJN { width:34.4375rem;height:2.25rem;top:27rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr { display:block; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3CTyVV4er9VWJ6r4w7hEuhJ08goxQ4r { top:1.625rem;left:8.625rem;width:30.5rem;height:5.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNlf3XLNB70sdhzgaeEKvwrat36vevSk { width:34.4375rem;height:1.9375rem;top:6.3125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMq0z1OptVKOD3TebzcNGTqzoH7IPl5T { width:24.1875rem;height:13.1875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn6LVg4KkaZAbx1V2OUuiEtQQNfFa0G { width:18.8125rem;height:1.625rem;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4p3agBu97PcihTD3hhcHuyMcxsvxq2T { top:13.25rem;left:0rem;width:19.3125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9MbfI4Ma5C5ye8sTPXBvvCopdnPnT9I { width:20.625rem;height:8.75rem;top:10rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2F9BSgu2V0rHsBeolwW0X8EuNZsH49 { width:12.8125rem;height:2.5625rem;top:14.6875rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7a4ANnOlMvaIx9TFkLGzV9anembsi09 { top:11.0625rem;left:16rem;width:19.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFgCrBNdfRabrRSqz1yXWm2mKOuITfGt { width:20.625rem;height:8.75rem;top:10rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqQQEM8OfdLAJNgTslXtypRk1VfTnQmC { width:16.0625rem;height:2.5625rem;top:14.1875rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8sTFHtKHh8T1ZC96HGbaAr1qBkzsZ2D { top:11.5625rem;left:28.4375rem;width:19.3125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rsfPRakHSqJGlSbFqN4U1IR6sSTt9I { width:11.5rem;height:3rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUqPLt2yhBMK11zbn2NZ0dfSbuHwZr7Z { display:block; }
 }@media only screen and (max-width: 763px) { #QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ { display:block; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT { display:flex;height:auto;width:27.8125rem;top:6.125rem;left:8.7187509536744rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #nrcxXibQtTDsm86N13IMVVQ7dqreqs1L {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #C2qBIso2sZWhcoJkPCTd56NDi0Tu50by {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #oX5kMiXnLt8av3gAEOCf5t6sh3Pqql0y {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #QSLXUm5ZLiixQrOqDrS9xWzD7MoAw38l {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Lryi7UsxWZ24v4tU84dQsg5qUkoZGQ2S {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #qfmBTaMwxBWAK3qIaoRoT3oLdcXBxQvK {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #qx7wzN8g2TM3Dh4mOycUrGTzJcyK8uk3 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #N2nEDF1bV7oWZFFEwuIZV0330hBTOQWJ {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #lcm0UoPTGOOCUDsfTVaOhoT8m1NL8qaP {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #atH12TsdT1o3Bc1TiaRVo3cL1y3uHppP {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #lLuJCWMtcQLKBMzyqJnnnUyMgVVm7eNJ {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #JvXXrEkZHyhgPKMxTFhDiQprF3skTivW {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Dl35TT9nGbQbsnpTtRHXo2arH4Xs7QUo {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #CabaVDhDInaHcwvUNJgOpDutLciPMAlg {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #QFCGDvPX6M2E4EQkTCmRN4a8sVmZ4F4J {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TvMETk7fHX4ffGTGLeMTC0fU2oJuVs91 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #zxJG67CN9ATyeazbsVteQKTCBi8WaDKk {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #ZkqGGzOopWoXylLKDAvcZV0G0hUvm3Vv {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #ddnse8T1V0K4S7eBilK5zUqS45bNsObv {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #XxCCTn8V75e8JkT6XOGuOPvESQgCdLPN {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #AvQwKh954DsyFXeiKXqC3hoXg4TmsbHS {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #FgdDfibVvgmBaa7vAUZb7OUF0Nh43ZBv {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #iaKhd0brItf1E066NLddPWSQuLfbV4Tt {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #tTf4NRgF6DyaJih6E5NohlUqwxvc5gsM {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #GqB4btaaNbAwWZuf5T0iGThWS8yB35si {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #mk8OXzQcmTw7BoChNTIIGBOAAP63Sy0k {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #nSAkhraLBNdVNp4X3rOLAuM7FaNnp1H2 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #JFFT1DEnQUD23KN1gZibySskFozpP09V {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TRW3iMJchtTmR7WcfngpEnkG9nEn4pLZ {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #aWRN5Waq9rWMkncWqzM56SU7ZmI0PJ0A {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #sQTbiEL2pVOGmKnt3VnayDyKhUFWHeoV {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #oeNNzXtrDvgFqDtHbVeUG4XNJHomg61I {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #C93hkNbVA2hqH0dP1dLQZphLWBh40sXE {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #VAB0PaINhPfrbhtv06FdKL8R5kDknrqK {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #szV1ei3CPmDZqWfFx0hvZI7MXeAo5qOu {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #GemgwR70Gp5fLl87wU93t2TErJ6VueO6 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #AP6bV9ox2KcToPhNglP44TSc5HMMZPuG {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Go6e42R8tFcvL7qow4wozQo7wVzppPG0 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #UnyE3mOy0qeubSfh8xNSwLTeeaJuNX0A {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #sNHuJnWOxll6fX3FTEBeg2fH1laqWsyV {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TyKCQqbaGTMJJC7QutWZlIUH1eOKmlfE {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #HCTuarWa4xN5JwVyolbZ9tsRGFiTlE0b {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #XuuT2pqcnez2H30sRFDIsGXd90SPV8My {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #UaqJyeo2l43t2f7TkZi6wQTwkB4ydTO3 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #T9XeVSd8aunwSd4zooBM7pcG8tseyJ5V {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #FOhqR0TkEW7lLkFxsPnEM0hN7NUaVp2G {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #fXsiRsmIWCWcG5Owu0upTFB6xRZ4vppt {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #mrnZxsa7Fm9k7zmKtFN03elOFrBFfpkN {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #s4lIN7c3llzpOP7c4n8DCWZL5b0PiFZa {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #E7r23dqiZxBgMwGw2iRkNPlBCBZRp3fA {  }
 }@media only screen and (max-width: 763px) { #xPQ55FHbPECUugdCDcfI7To05GDeGxgL { width:34.4375rem;height:2.25rem;top:2.125rem;left:6.65625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 { display:block; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asTlducS3WZcz1HNF88D1TukIXtGSCeb { top:0rem;left:0rem;width:47.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqt7khV4E84DLuPKAZxc6JRkf8OKZAP { top:0.3125rem;left:0rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duQ6MMbQzLxC3TWLdO7aCD3HiHrPDF4L { top:0.3125rem;left:8.5rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uymULEIOXk5rwaiL2BaGbVF6yDT8qxAA { top:0.3125rem;left:8.5rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLsX3LOoXhA7cyDqhdcVWWxag1QDZyWi { top:0.3125rem;left:20.1875rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVy9q0hdUxKO0p8BkVB3o4wk6xpE2F7Z { top:0.3125rem;left:24.375rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVP6MEuDqnZFwCzCEy76PM57dLkGSxSv { top:0.3125rem;left:31.75rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZnzC3Nb1D3IMwodrOLaU8MBNshAsxVt { top:0.3125rem;left:40.25rem;width:7.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTzo19wpLsZbB5bkN8P5L1GKuUJv9CV { top:8.5625rem;left:0rem;width:15.625rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfFDetXnZkLPM98dfnTzqczTMlqAR8c { top:14.3125rem;left:0rem;width:18.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKWM3VxBsnTTHklghR87fPfTQ9JBWNMB { width:15rem;height:3.75rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIl1bCrauZPJyI8s0a7Br1n1krBmNkLl { display:block; }
 }@media only screen and (max-width: 763px) { #WF9zyRdUOZdGzH3Fa5wAStV7NgZAd1R4 { top:1.75rem;left:30.9375rem;width:16.6875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx3LVZ54EL6MbzS4oZo31avIbvwpMQko { top:1.75rem;left:15.0625rem;width:16.6875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbvxTBDrfIVt2HlhG1oQHX6e7N1nGCpr { top:1.75rem;left:15.0625rem;width:16.6875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZbH75A7wklzf9ozIf2No8SH6mTZdRQ2 { width:20rem;height:27.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKTqzh8rzS2aABkchQMM617QSuo4TrWh { display:block; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a19Wq0TGHiLu5dLmJL4aP216HIhQXLOV { top:2.3125rem;left:0rem;width:6.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJOsaqeDATyf9ag08dUH4Txkn2mEqDTa { top:1.5rem;left:0rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVpgPhWkMGlsIFnMvCdLDUCCXBS3bdqG { top:3.25rem;left:0rem;width:0.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtBS3MofaWHW5KVVLUmo620RxslvtEpN { top:8.4375rem;left:22.125rem;width:25.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehy6fThLhVwcJ6ZhGFAA7dmxIExVEg96 { top:3.5625rem;left:22.125rem;width:25.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txPubAbvHuZZWzEB5DA5OO6TPH98Cht2 { top:5.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#txPubAbvHuZZWzEB5DA5OO6TPH98Cht2 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #UMKiRTU6pOW53er4TgIg2BhKlT8ucMQp { top:5.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#UMKiRTU6pOW53er4TgIg2BhKlT8ucMQp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e6e8e5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:63.25rem;background-color:#e6e8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8RqTxTKgiUZuGrvf5LTsk0fbwKN2r5Z { width:18.5rem;height:4.125rem;top:8rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLHmPtuA7KBCFAGR5ozTPZ9a22SlsEE { width:17.375rem;height:4.875rem;top:7.6875rem;left:1.3125rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKQpdSAqg9DrP547MfSPTBNv4groI8ok { width:10.9375rem;height:1.29980625rem;top:12.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXr6sB1HBX6hEZuDSehlClDggV57qsAD { display:flex;width:1.375rem;height:1.375rem;top:12.5625rem;left:16.5625rem; }
 }@media only screen and (max-width: 763px) { #IzECiDW9FNdyql1pXztOAbLKrTTiHm5V { width:16.5rem;height:3.8994125rem;top:15.349609375rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTXKrTpGPcIRJGhPtsKk50TcWeqkGVX9 { width:5.0625rem;height:6.1875rem;top:0.9375rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx6T9XqEZfvEeq7DQ9mDdKu1CT6icMDa { width:18.5625rem;height:3.8994125rem;top:33.9375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXG8tzu0bqUq2CIBTO9Bokp4eQVctUSn { width:20rem;height:22.579125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIMipbTHUr8EytaVhIltT7yL979s4v3X { width:11.5rem;height:3rem;top:29.15625rem;left:3.8984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahbDhKKG1ateIJ5GrkRNPT0vurh6gl5T { display:block; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-text.counter-number { padding-top:0.443125rem;padding-right:0.391875rem;padding-bottom:0.443125rem;padding-left:0.391875rem;width:2.350625rem;min-width:2.350625rem;height:2.381875rem;font-size:1.7725rem;line-height:38.11px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #9fc29d;border-right:0.0625rem solid #9fc29d;border-bottom:0.0625rem solid #9fc29d;border-left:0.0625rem solid #9fc29d; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.134375rem;height:0.941875rem;font-size:0.665rem;line-height:15.07px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT { width:17.4375rem;height:4.8125rem;display:flex;top:22.875rem;left:0.875rem;z-index:15015;padding-top:0.050625rem;padding-right:0.055625rem;padding-bottom:0.050625rem;padding-left:0.055625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #I60FGOm0huNVNKsnwBvFnG8MohJWpkRQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #SmtXwiqTbZTNK3Lt4ahTikFdO1FJhAmU {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #XUJQTnRMkbIAlux589lpTTaSzXrthybn {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #RD6DEMR4hrR6wnRgf5UE5d6T6avELJJ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #OkSN9LeCC2cltQ76V0wCkBqXn7J7FxVV {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #bOhsLFKaQqhWf8oOK2v4XCBfE9FPoHqC {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #IkmHiwKwp64AlKp4duc77o3pGmEDncRv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #OrM0ITcoVmNvBx63hknDd7DrTNn3W8yu {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #mqqSpgnRswC4UUrW29175mJdLgU2kqeT {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #sSS6vp9VsKTQruG1NeCTrB2LLr0T6PFL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #upILh7LprSUWzOWnNSxG5ybO9I14EWTv {  }
 }@media only screen and (max-width: 763px) { #TZWvZQHLSFLRvenicLxl8LKOu7ukWLlT #TZ8aTfR4Vu2byySLmTAVhD2yLbTe2uPp {  }
 }@media only screen and (max-width: 763px) { #WMymICU0xlixCpmGDPFIcm6cWx8sAxXZ { width:17.4375rem;height:1.13720625rem;top:20.875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWbSTgv3zlJN1TNoiPwk2C2WlEnOpocq { width:7.375rem;height:1.13720625rem;top:27rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3x9xPCaRLvLakno6FrDyytyX4aro6qp { width:7.375rem;height:1.13720625rem;top:26.5625rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2VlyERuZ9MW3Tpqf5zXGm9IP3cGDNlZ { width:7.375rem;height:1.13720625rem;top:26.5625rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGT5MJ17Hr9pHvEsPXWwymu4uO5WDd7b { width:7.375rem;height:1.13720625rem;top:26.5625rem;left:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1hESKm5GVmw0Kd5ki1WAUAclQTofwTM { width:7.375rem;height:1.13720625rem;top:61.75rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lp1zZn57LndaHWf0HOT6q2oo3bGZX8Ez { width:7.375rem;height:0;top:79.4716796875rem;left:10.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OsMsQpkc7pkCPStcnQk9wgMaTCoNRQTT { width:7.375rem;height:1.13720625rem;top:61.75rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbuIbE1TJy0iLtTtxcT6A2dMIxzX8Hns { width:20rem;height:1.75rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA7T5gVRSM64ms1olNKiS6dfZgxoQun6 { display:flex;width:1.375rem;height:1.375rem;top:12.5625rem;left:15.1875rem; }
 }@media only screen and (max-width: 763px) { #KeU4GAJJqhzuFFnA0TIIAxmmUxvZFsqH { display:flex;width:1.375rem;height:1.375rem;top:12.5625rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #G6dByAF8BSqqEmLBLT5kqIyQnTUor7lz { display:flex;width:1.375rem;height:1.375rem;top:12.5625rem;left:12.46875rem; }
 }@media only screen and (max-width: 763px) { #k3NbZr4JCSpr9atOP40XCuKWEXo2ARiZ { display:flex;width:1.375rem;height:1.375rem;top:12.5625rem;left:17.9375rem; }
 }@media only screen and (max-width: 763px) { #FZOQepiTRARqXx5wRLVuCTnk1AicUID3 { width:17.5rem;height:0.0625rem;top:14.1748046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 { display:block; }#Gqx1ciM6JOAwzOvTDDS1ErwOQNtbuHH8 > .row .container { width:20rem;height:125.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fa1MJvKr2csNww1ITXZyGQTyrvWsTzXi { width:20rem;height:4.875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbWGGhHQ6DK0Bg0mVIPIlDcAf9MQqaqA { width:20rem;height:4.5rem;top:80.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LyU8NsUyv69ywzvtqzXbVm3svtFTiM5D { width:15rem;height:2.5996125rem;top:84.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub6mVSV9oWr1Poy9zMJ7CnFpK2yL7aJg { width:20rem;height:13.875rem;top:21.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nowqc1kICRT3NB8MFTa8JonDTSxK40eu { width:15.5625rem;height:7.9980625rem;top:26.6875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFhGd5G3KIRUOU8XOLwyxx2aZbUv2IgW { width:5rem;height:0.0625rem;top:26.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBt3JUidhsNN1haLInJipyrX5MkdMSik { width:3.1875rem;height:3.125rem;top:22.375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM5nIg0mT0v3Vqeo8m6u4HySekKDVLuA { width:20rem;height:12.375rem;top:7.97265625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO27plGxsrtSN5aQXqCQlE6hgof42GgN { width:16rem;height:6.3984375rem;top:13rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25OSSpcX2nyTXtQuRa0AuzTuOl3TiKI { width:5rem;height:0.0625rem;top:12.37890625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8ITEzh7FZmKeuul5CTxGTktgcpUwVU { width:3.125rem;height:3.125rem;top:8.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV9SmvyNy7ZZts5l2fOkneduStIeLZty { width:20rem;height:12.375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUHQUPiTK51JcFAFcxrhyb7lF9G0KXA { width:15.5rem;height:6.3984375rem;top:41.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hho50K6JTOlTpVegyQ14hsdTzTaHZRav { width:5rem;height:0.0625rem;top:41rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerFt3akJGKX0J8OrUehzJPHfTTJRNoo { width:3.125rem;height:3.125rem;top:37.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBGpwVF1L8HSdUFo41aXEv8hPdo50W2U { width:20rem;height:13.875rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng1uFIpLLSDwwKmRQSBGDzFurP5GVb7e { width:15.5625rem;height:7.9980625rem;top:55.3125rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn2EoNi9WeBn5vn9kmGQJ87m61lOeyAm { width:5rem;height:0.0625rem;top:54.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6P6lfepRsTzB4PAK9sRzT71EPgwkRd5 { width:3.1875rem;height:3.125rem;top:50.9375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1HCpTKluEc3snleaOtFOAS3PhJ1dd7 { width:20rem;height:12.375rem;top:65.5625rem;left:0rem;box-shadow: 0.0625rem 0rem 0.75rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #e2nvgPU8t9L7kGA2gqiHicmo3IpzsRUH { width:3.125rem;height:3.125rem;top:65.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZopqW14tuATGDwwtlDvS68HJQwgRzO6 { width:5rem;height:0.0625rem;top:69.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suBhbSZu9ZM6hXLEAbFgqS2Knn3I4GOT { width:16.5625rem;height:6.3984375rem;top:70.3125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSnE7pRvPo1oOgVQLirwhhAnIZXzsFxr { width:7.5rem;height:1.94921875rem;top:89.25rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6RJ4mgTuRyUekKWz4etM5UJQe9tWGV { width:11.3125rem;height:1.29980625rem;top:92.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZMQbGZzHwbqFPx6xhKPsBs1XyVbCeRp { width:11.3125rem;height:1.13671875rem;top:93.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDbK75Pa9XzNbMFqlVIl797UBHG7LTN { width:6.25rem;height:0.0625rem;top:91.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgDvbD6T9S6kqW5KHzzJ1sNP3Ed3G8oh { width:11.75rem;height:1.94921875rem;top:74.1875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0h45Ma8dN8LE3bAnbFKBRlKimvSLMk { width:11.3125rem;height:1.29980625rem;top:99.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oio8qenAAeJsMXdKFifJPFJ2CZS94D9g { width:11.3125rem;height:1.13671875rem;top:101.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhOyTafIMdPC3f9V4kHneVySg3hwZJp6 { width:6.25rem;height:0.0625rem;top:99rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrIBzIT3xNhN4gfndFn4IPZFFBwSkTZt { width:16.0625rem;height:1.94921875rem;top:104.125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLKrOR1BPtkgF7DmaskH8ahqDo9Dhi0 { width:11.3125rem;height:1.29980625rem;top:107.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJT4pVRKJsrTBl6Vd8m31TZQFosv4LZZ { width:16.8125rem;height:1.13671875rem;top:108.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnlHZoLzHRtbT1pSs4yoWEV0iAz2elaQ { width:6.25rem;height:0.0625rem;top:106.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBLyc8yJV9BCG9DxMJuJo7H92aLLUiZ { width:6.8125rem;height:1.94921875rem;top:111.625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AovkvXoiBGVJZ60hxqECde0TW4rBLwT4 { width:11.3125rem;height:1.29980625rem;top:114.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFw7Kr2qTEeOLE4rfGkOLyv0UTIPSqqH { width:15.625rem;height:1.13671875rem;top:116.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3w0eoiT9uHT6TOGt5cpGhsehhJBTQFe { width:11.5rem;height:3rem;top:119.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToNi2OMTQLVn6kbNdEN7EHK5qsRgplQz { display:block; }
 }@media only screen and (max-width: 763px) { #PZFtkrwhm9FRXNLBWgM6I6FTlzqoF2So { width:12.1875rem;height:1.94921875rem;top:96.625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VzzDbJGIEWfZpXvJNXEXPFTZe8sr2oHE { width:6.25rem;height:0.0625rem;top:113.9375rem;left:6.875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI { background-color:#1c3960;background-image:none;display:block; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container { background-color: transparent; background-image: none; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container > .video-iframe-container { display: none; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row > .video-iframe-container { display: none; }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .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); }#E4tSEfZNlHzgKtJM7Zn18fkDMxTG72PI > .row .container { width:20rem;height:107.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAWcKBWM2KnIFPQFckZTsP0T1OFvvU7z { width:17rem;height:18.691375rem;top:34rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DMEzbcTSiwgLtW2MA4ucURk3kSmwaJ0u { display:flex;width:2.5625rem;height:2.5625rem;top:26.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MT4XCJXFTdHQe319FMT2VCCG8sENvnpb { width:13.8125rem;height:3.5996125rem;top:29.9375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wnoRZN71cW9Le9qomXaRb6CxB0wKEubJ { width:17.5625rem;height:15.293rem;top:61.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rv3uGhGiJ1An4wK077cpXLTrk9MH57QE { width:18.4375rem;height:3.5996125rem;top:57.375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GfqCuITNq6szuGFwTaDv0fn8bq1BUTNU { display:flex;width:3.0625rem;height:3.0625rem;top:54rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #MIWhhwaCvsE7WJb5ShFfs1uH2eOhGyTJ { width:17.5rem;height:13.59375rem;top:86.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTuo7x4R4CuDavoNNAGV3SJSKmXKKJdb { width:16.25rem;height:3.5996125rem;top:82.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyIOKePBPk4atEpeMslctTacOClm6ZVM { display:flex;width:2.5625rem;height:2.5625rem;top:79rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XIKTRcMcEzmdBFzoJSWDXl0v55OWRoTP { width:18.8125rem;height:4.5rem;top:20.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J6IiT3GwbFECyCy7KLK3BXWVqPSnb6P7 { width:11.5rem;height:3rem;top:102.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IytT4Axcr0mzuhgE7Uz6WvIwesq2ntH6 { display:block; }
 }@media only screen and (max-width: 763px) { #kkIfpZozIvLfFZaR9kaRM9yNdiXp4XFz { width:20rem;height:32.5331875rem;top:88.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvGvm1a374KC5Tu2ummdIX8E752NPpA9 { width:20rem;height:89.5rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbTZGSlWRzzF55Z2gynq5T3bt2r7rPdA { top:0rem;left:0rem;width:20rem;height:18.125rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN { background-color:#e6e8e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container { background-color: transparent; background-image: none; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container > .video-iframe-container { display: none; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row > .video-iframe-container { display: none; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .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); }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container { border-width: 0; border-radius: 0; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZLB2E2Tt3ewPMtSbfEdERazUoKegXGN > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKTIGK47gFCpIsuiTlMokxbZ6uwiZw97 { width:17.5625rem;height:7.3125rem;top:20.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAbTbVR4ul8BLsltpW3nqkJ4MC4iHSat { width:17.4375rem;height:27.29593125rem;top:28.6875rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6202MruTVf7Ae8xEueOWVgOy1ZsQDI { width:11.5rem;height:3rem;top:57.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPuQq3X6l5QJZpZQQFZLwrfW7n3W0GXZ { display:block; }
 }@media only screen and (max-width: 763px) { #SIf7d854KZmbcUNeKAHrX8iK3hJ08AG3 { width:20rem;height:18.1650625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn { background-color:#1c3960;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container { background-color: transparent; background-image: none; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container > .video-iframe-container { display: none; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row > .video-iframe-container { display: none; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .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); }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container { border-width: 0; border-radius: 0; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMVgv4XhchATZKXdX5Jo89AWMOiBm9Sn > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfGhm4OqQGhlGULooEiXJ9klEs919v3P { width:20rem;height:7.332rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdMcWXz8T8xI0h9VIK0Mi4hMRdDMoEN3 { width:20rem;height:26.125rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTxaPru9SdQlFFTzTQckb2kThuLFHiy { width:18.6875rem;height:4.875rem;top:20.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfxpHopCXw06xJtXoy3FSupCA1IkOaTP { width:17.625rem;height:11.69825rem;top:26.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuWqPgTU8EpNVIIT79JaF3xa9sVOvZDm { width:11.5rem;height:3rem;top:40.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTBhnfpSVHNBMJto2KTDrOnJu26THWts { display:block; }
 }@media only screen and (max-width: 763px) { #eCrB3xiCNksDxZQsDqKXkBvnQu4sgM82 { top:0rem;left:0rem;width:20rem;height:18.125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM { background-color:#e6e8e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container { background-color: transparent; background-image: none; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container > .video-iframe-container { display: none; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row > .video-iframe-container { display: none; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .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); }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container { border-width: 0; border-radius: 0; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzQApTOPmH8iTWuHF4ZmtpMBRftwbGsM > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7TnmHodsMgc6MqGH3ngrdd2KqAfPo9k { height:11.2168125rem;width:20rem;top:8.2548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZhwn4FkHtmSEw9UAv2OdIsoVFciDTb { width:20rem;height:26.1875rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwbkHLtwdcngog0iQoKWPCeNMKXKfxu2 { width:17rem;height:4.875rem;top:20.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBGzMIDBlTrFnahkFT99lzFEgrnVT3F6 { width:18.75rem;height:10rem;top:27.0478515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5tbCXHnmEuetreLddWt1TyQHNvVCduV { width:16rem;height:4.798825rem;top:29rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG4Ku8U6HGmKHkBsWvWZQebAOyQrbKvn { width:12.5rem;height:0.0625rem;top:40.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcuy71HdDqh1EkNCw7BgkeSCIgGtseTi { width:11.3125rem;height:0.9746125rem;top:34.7744140625rem;left:6.1875rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTwpRAAKM57BXNitK3SVfWFRPBOJPRv { width:11.3125rem;height:0.9746125rem;top:46.6494140625rem;left:6.25rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhogsWfaV2VtPBohCcQEaaMx0EG2yEWz { width:18.75rem;height:10rem;top:38.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1JkiKTWVJLk2BeRdI6Bbixz68qPllo4 { width:15.0625rem;height:4.798825rem;top:40.841796875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBHRFOCbo8R8kK0q5cgDVBGXaB6s3TMz { width:12.5rem;height:0.0625rem;top:28.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqaEnWPJENTEsQO19LRHTGk94DMIvhCp { width:18.75rem;height:10rem;top:50.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRbsJz1By0ZKf1IT9NxueG95wst7tpTJ { width:11.3125rem;height:0.9746125rem;top:58.3994140625rem;left:6.25rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6sbpC2BziBzCNshMvkt3hD6bngoeqam { width:15.0625rem;height:4.798825rem;top:52.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKqUn7JVGsA9NLTuip4aqWEEfcn3np78 { width:12.5rem;height:0.0625rem;top:51.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR9iBZM5Rwl9mVdLD7eFs8T7fIVOrwJN { width:20rem;height:4.875rem;top:2.029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr { background-color:#e6e8e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container { background-color: transparent; background-image: none; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container > .video-iframe-container { display: none; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row > .video-iframe-container { display: none; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .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); }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container { border-width: 0; border-radius: 0; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bO0Ddum9uvi2Xd2xDMhnozlp76d0TEUr > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3CTyVV4er9VWJ6r4w7hEuhJ08goxQ4r { width:20rem;height:3.4121125rem;top:1.6376953125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNlf3XLNB70sdhzgaeEKvwrat36vevSk { width:15.5rem;height:1.29980625rem;top:4.8994140625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMq0z1OptVKOD3TebzcNGTqzoH7IPl5T { width:20rem;height:9.9375rem;top:7.2626953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNn6LVg4KkaZAbx1V2OUuiEtQQNfFa0G { width:18.8125rem;height:1.4624rem;top:8.1376953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4p3agBu97PcihTD3hhcHuyMcxsvxq2T { width:19.3125rem;height:2.5996125rem;top:9.5rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9MbfI4Ma5C5ye8sTPXBvvCopdnPnT9I { width:18.75rem;height:6.25rem;top:18.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw2F9BSgu2V0rHsBeolwW0X8EuNZsH49 { width:12.8125rem;height:2.5996125rem;top:21.248046875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7a4ANnOlMvaIx9TFkLGzV9anembsi09 { width:19.3125rem;height:2.5996125rem;top:18.685546875rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFgCrBNdfRabrRSqz1yXWm2mKOuITfGt { width:18.75rem;height:6.25rem;top:25.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqQQEM8OfdLAJNgTslXtypRk1VfTnQmC { width:16.0625rem;height:2.5996125rem;top:28.6494140625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8sTFHtKHh8T1ZC96HGbaAr1qBkzsZ2D { width:19.3125rem;height:2.11230625rem;top:26.4375rem;left:0.375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1rsfPRakHSqJGlSbFqN4U1IR6sSTt9I { width:11.5rem;height:3rem;top:12.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUqPLt2yhBMK11zbn2NZ0dfSbuHwZr7Z { display:block; }
 }@media only screen and (max-width: 763px) { #QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ { background-color:#e6e8e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container { background-color: transparent; background-image: none; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container > .video-iframe-container { display: none; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row > .video-iframe-container { display: none; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .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); }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container { border-width: 0; border-radius: 0; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrKoJ5ynDT99T0VS58vM8iof2FIn4EEJ > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT { display:flex;height:auto;width:19.625rem;top:8.1875rem;left:0.1875rem; }
#BlsX2HqpIBRt59eulDnnp8H5TKsUGucT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #nrcxXibQtTDsm86N13IMVVQ7dqreqs1L {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #C2qBIso2sZWhcoJkPCTd56NDi0Tu50by {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #oX5kMiXnLt8av3gAEOCf5t6sh3Pqql0y {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #QSLXUm5ZLiixQrOqDrS9xWzD7MoAw38l {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Lryi7UsxWZ24v4tU84dQsg5qUkoZGQ2S {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #qfmBTaMwxBWAK3qIaoRoT3oLdcXBxQvK {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #qx7wzN8g2TM3Dh4mOycUrGTzJcyK8uk3 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #N2nEDF1bV7oWZFFEwuIZV0330hBTOQWJ {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #lcm0UoPTGOOCUDsfTVaOhoT8m1NL8qaP {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #atH12TsdT1o3Bc1TiaRVo3cL1y3uHppP {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #lLuJCWMtcQLKBMzyqJnnnUyMgVVm7eNJ {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #JvXXrEkZHyhgPKMxTFhDiQprF3skTivW {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Dl35TT9nGbQbsnpTtRHXo2arH4Xs7QUo {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #CabaVDhDInaHcwvUNJgOpDutLciPMAlg {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #QFCGDvPX6M2E4EQkTCmRN4a8sVmZ4F4J {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TvMETk7fHX4ffGTGLeMTC0fU2oJuVs91 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #zxJG67CN9ATyeazbsVteQKTCBi8WaDKk {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #ZkqGGzOopWoXylLKDAvcZV0G0hUvm3Vv {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #ddnse8T1V0K4S7eBilK5zUqS45bNsObv {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #XxCCTn8V75e8JkT6XOGuOPvESQgCdLPN {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #AvQwKh954DsyFXeiKXqC3hoXg4TmsbHS {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #FgdDfibVvgmBaa7vAUZb7OUF0Nh43ZBv {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #iaKhd0brItf1E066NLddPWSQuLfbV4Tt {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #tTf4NRgF6DyaJih6E5NohlUqwxvc5gsM {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #GqB4btaaNbAwWZuf5T0iGThWS8yB35si {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #mk8OXzQcmTw7BoChNTIIGBOAAP63Sy0k {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #nSAkhraLBNdVNp4X3rOLAuM7FaNnp1H2 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #JFFT1DEnQUD23KN1gZibySskFozpP09V {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TRW3iMJchtTmR7WcfngpEnkG9nEn4pLZ {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #aWRN5Waq9rWMkncWqzM56SU7ZmI0PJ0A {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #sQTbiEL2pVOGmKnt3VnayDyKhUFWHeoV {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #oeNNzXtrDvgFqDtHbVeUG4XNJHomg61I {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #C93hkNbVA2hqH0dP1dLQZphLWBh40sXE {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #VAB0PaINhPfrbhtv06FdKL8R5kDknrqK {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #szV1ei3CPmDZqWfFx0hvZI7MXeAo5qOu {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #GemgwR70Gp5fLl87wU93t2TErJ6VueO6 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #AP6bV9ox2KcToPhNglP44TSc5HMMZPuG {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #Go6e42R8tFcvL7qow4wozQo7wVzppPG0 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #UnyE3mOy0qeubSfh8xNSwLTeeaJuNX0A {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #sNHuJnWOxll6fX3FTEBeg2fH1laqWsyV {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #TyKCQqbaGTMJJC7QutWZlIUH1eOKmlfE {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #HCTuarWa4xN5JwVyolbZ9tsRGFiTlE0b {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #XuuT2pqcnez2H30sRFDIsGXd90SPV8My {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #UaqJyeo2l43t2f7TkZi6wQTwkB4ydTO3 {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #T9XeVSd8aunwSd4zooBM7pcG8tseyJ5V {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #FOhqR0TkEW7lLkFxsPnEM0hN7NUaVp2G {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #fXsiRsmIWCWcG5Owu0upTFB6xRZ4vppt {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #mrnZxsa7Fm9k7zmKtFN03elOFrBFfpkN {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #s4lIN7c3llzpOP7c4n8DCWZL5b0PiFZa {  }
 }@media only screen and (max-width: 763px) { #BlsX2HqpIBRt59eulDnnp8H5TKsUGucT #E7r23dqiZxBgMwGw2iRkNPlBCBZRp3fA {  }
 }@media only screen and (max-width: 763px) { #xPQ55FHbPECUugdCDcfI7To05GDeGxgL { width:20rem;height:4.875rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 { background-color:#e6e8e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container { background-color: transparent; background-image: none; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container > .video-iframe-container { display: none; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row > .video-iframe-container { display: none; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .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); }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container { border-width: 0; border-radius: 0; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfPyF3dKqV5EuoWkF0x9H2mRFptDTSC7 > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asTlducS3WZcz1HNF88D1TukIXtGSCeb { width:20rem;height:1.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqt7khV4E84DLuPKAZxc6JRkf8OKZAP { width:7.375rem;height:1.13720625rem;top:0.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duQ6MMbQzLxC3TWLdO7aCD3HiHrPDF4L { width:7.375rem;height:1.13720625rem;top:0.3125rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uymULEIOXk5rwaiL2BaGbVF6yDT8qxAA { width:7.375rem;height:0;top:1.369140625rem;left:6.3125rem;font-size:0.875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #BLsX3LOoXhA7cyDqhdcVWWxag1QDZyWi { width:7.375rem;height:0;top:1.369140625rem;left:6.3125rem;font-size:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #mVy9q0hdUxKO0p8BkVB3o4wk6xpE2F7Z { width:7.375rem;height:0;top:1.369140625rem;left:6.5rem;font-size:0.875rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #gVP6MEuDqnZFwCzCEy76PM57dLkGSxSv { width:7.375rem;height:0;top:1.369140625rem;left:6.3125rem;font-size:0.875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #KZnzC3Nb1D3IMwodrOLaU8MBNshAsxVt { width:7.375rem;height:0;top:1.36328125rem;left:6.5rem;font-size:0.875rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #goTzo19wpLsZbB5bkN8P5L1GKuUJv9CV { width:15.625rem;height:5.19921875rem;top:3.6875rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DkfFDetXnZkLPM98dfnTzqczTMlqAR8c { width:18.4375rem;height:2.5996125rem;top:9.3125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKWM3VxBsnTTHklghR87fPfTQ9JBWNMB { width:13.8125rem;height:3.5625rem;top:13.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIl1bCrauZPJyI8s0a7Br1n1krBmNkLl { display:block; }
 }@media only screen and (max-width: 763px) { #WF9zyRdUOZdGzH3Fa5wAStV7NgZAd1R4 { width:20rem;height:31.625rem;top:78.0625rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Xx3LVZ54EL6MbzS4oZo31avIbvwpMQko { width:20rem;height:31.6875rem;top:46.375rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #XbvxTBDrfIVt2HlhG1oQHX6e7N1nGCpr { width:20rem;height:31.5625rem;top:14.8125rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #sZbH75A7wklzf9ozIf2No8SH6mTZdRQ2 { top:19.1875rem;left:0rem;width:20rem;height:27.5rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KKTqzh8rzS2aABkchQMM617QSuo4TrWh { background-color:#1c3960;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container { background-color: transparent; background-image: none; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container > .video-iframe-container { display: none; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row > .video-iframe-container { display: none; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .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); }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container { border-width: 0; border-radius: 0; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKTqzh8rzS2aABkchQMM617QSuo4TrWh > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a19Wq0TGHiLu5dLmJL4aP216HIhQXLOV { width:5.875rem;height:6.9375rem;top:1.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJOsaqeDATyf9ag08dUH4Txkn2mEqDTa { width:8.5625rem;height:8.5625rem;top:0.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVpgPhWkMGlsIFnMvCdLDUCCXBS3bdqG { width:0.0625rem;height:5.9375rem;top:2.1875rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtBS3MofaWHW5KVVLUmo620RxslvtEpN { width:14.3125rem;height:1.625rem;top:15.9873046875rem;left:2.84375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehy6fThLhVwcJ6ZhGFAA7dmxIExVEg96 { width:20rem;height:0.9746125rem;top:10.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txPubAbvHuZZWzEB5DA5OO6TPH98Cht2 { display:flex;width:2.125rem;height:2.125rem;top:12.5625rem;left:10.5rem; }
#txPubAbvHuZZWzEB5DA5OO6TPH98Cht2 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #UMKiRTU6pOW53er4TgIg2BhKlT8ucMQp { display:flex;width:2.125rem;height:2.125rem;top:12.5625rem;left:7.375rem; }
#UMKiRTU6pOW53er4TgIg2BhKlT8ucMQp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }