.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:93,146,255;--color-primary-1:37,170,227;--color-primary-2:26,62,133;--color-primary-3:10,69,149;--color-primary-4:5,0,98;--color-secondary-0:236,248,216;--color-secondary-1:199,234,137;--color-secondary-2:162,220,59;--color-secondary-3:206,214,0;--color-secondary-4:32,44,12;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Avalon";--paragraphs-font-family:"Avalon"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.75);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { background-color: transparent; background-image: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { border-width: 0; border-radius: 0; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.21875rem;left:46.7744140625rem;display:none; }
#ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:60.2119140625rem;display:none; }
#etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:0.5625rem;left:0rem;overflow:hidden;display:none; }
#NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { background-color:#f95b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:1.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:60.687498092651rem;display:none; }
#V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { background-color:rgba(var(--color-primary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:36.0625rem;display:none; }
#u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8afmc1hN199avZ8p2nnCnNmyOF3qxnK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.1875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.9375rem;left:69.380210876462rem;display:block; }
#Xrn1rzTAlGg9FKPhWflcN1ieRvfpUKdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { background-color:#eb600b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#241c58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8748125rem;height:2.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.0625rem;left:60.8125rem;display:none; }
#DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.748rem;position:absolute;font-family:"roboto condensed";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.4549814462662rem;left:14.5rem;height:1.46194375rem;text-align:center;text-align-last:center;display:none; }
#RUyyyaQK86JD3iuJmo4l5X7aswpyS6Hb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.75rem;top:0.875rem;left:0.0625rem;overflow:hidden;display:block; }
#leLEq37yhCgtfWE4fwMU8BdbSZRl4kzT { z-index:15003;top:0.9375rem;left:26.718751907349rem;background-color:transparent;background-image:none;border-top:0.125rem solid #caef94;border-left:0.125rem solid #caef94;border-right:0.125rem solid #caef94;border-bottom:0.125rem solid #caef94;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:2.1125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gndHKc2h5ItR4mV9g10IRtG6pRFiHtlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTrcsXtbr52pwupwpL2pRQcWcfZLwe1O { z-index:15004;top:0.9375rem;left:49.974222183228rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BvHf3Gb1P0QCXaBO8aJeuOuPlTqy1WSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dn911OSIiPrnXHy2cg6C7pTd8kiH8bG5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4641876220703rem;left:13.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { background-color: transparent; background-image: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { display: none; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .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); }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { border-width: 0; border-radius: 0; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { background-color: transparent; background-image: none; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container > .video-iframe-container { display: none; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row > .video-iframe-container { display: none; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .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); }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { border-width: 0; border-radius: 0; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#damvkp2osi1NrMoWtfwl7uCT40L628HL { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:27.625rem;left:6.75rem;display:block; }
#p0rohUBT9catuZNXk3Q3ENaxyOOA6nD4 { position:absolute;display:block;z-index:15025;background-color:#1a3e85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:23.375001907349rem;left:6.75rem;display:block; }
#Kebkys2w8NbnlS5LyG53EpfQGV6nROnq { position:absolute;display:block;z-index:15027;height:33.75rem;width:60rem;top:5.6250009536743rem;left:7.5rem;display:block; }
#rBQkBSQJPmpMriCeHbVh9u58EpSW8HpF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:29.875rem;top:4.375rem;left:22.6875rem;display:none; }
#I407fXgwemNLX0DCHV7JApyMGRm3Ggtq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:44rem;top:8.15625rem;left:15.5rem;display:none; }
#zmgSqpIfl317uociZXL3xIWSEgfgLiTf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.5rem;left:18.750001907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { background-color: transparent; background-image: none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container > .video-iframe-container { display: none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row > .video-iframe-container { display: none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .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); }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { border-width: 0; border-radius: 0; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ik6i9NdK0XCKmaGFI5m38G2Rp0B6eh1V { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.1875rem;left:19.375001907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { background-color: transparent; background-image: none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container > .video-iframe-container { display: none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row > .video-iframe-container { display: none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .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); }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { border-width: 0; border-radius: 0; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#A0DBZStZRVWbLA19G0ZfZf6hbecPzptk { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#axznKKsl2amgyLdgIBgazN7XPq4MsfIU { position:absolute;display:block;z-index:15039;height:20.6875rem;width:60rem;top:0.3125rem;left:7.5000019073488rem;display:block; }
#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a3e85;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; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { background-color: transparent; background-image: none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container > .video-iframe-container { display: none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row > .video-iframe-container { display: none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .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); }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { border-width: 0; border-radius: 0; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#rTG0apZ8kHrv1EtUGTrStXQRKTRnGnHE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.69921875rem;left:19.375001907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { background-color: transparent; background-image: none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container > .video-iframe-container { display: none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row > .video-iframe-container { display: none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .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); }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { border-width: 0; border-radius: 0; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#OUgH9Vb91SGlJLSo8TcfXWPI0z1wA8FH { 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:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#iOdDbCtWMTHPAeRSETwqAyAXmMdDML2V { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:3.8125rem;left:18.125001907349rem;display:block; }
#msC7r0PJUSnG6PtREGhBT3fWw0opaTP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.6875rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RImFh3Pa0b2b885491gNyTo6sr2s6wUG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#xxf29hDLqvTCTGH6rC7x0UiczDskINyI { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:6.3096809387206rem;left:18.125rem;display:block; }
#U9ESJFcrlAhuNunRpDs1mX0bc5TPLQZg { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.0625rem;left:18.125001907349rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container { background-color: transparent; background-image: none; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container > .video-iframe-container { display: none; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row > .video-iframe-container { display: none; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .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); }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container { border-width: 0; border-radius: 0; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85cdf8;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; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container { background-color: transparent; background-image: none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container > .video-iframe-container { display: none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row > .video-iframe-container { display: none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .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); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container { border-width: 0; border-radius: 0; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#mnSkwn6H1ZbTIAulWw1siPIXah4aJbuv { 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:24.3125rem;width:40.4375rem;top:4.936882019043rem;left:8.6243019104006rem;overflow:hidden;display:block; }
#wENHlKczUZnyVdkpxkIvDKq2ki8dntAc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:2.5618057250976rem;left:18.124614715576rem;display:block; }
#qa0m59qk1a83CFVml8zDe1lB44CVzgcE { color:rgba(var(--color-tertiary-4),1);display:block;width:41.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.125rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDmwHnNlKlmUIAyySsZ7Tg8Fn6WOFbOc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#VgrPzIKzXdw3aIJ4vpDw0yyolERLuU8a { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:4.9345626831055rem;left:18.124614715576rem;display:block; }
#hU6T762f7zguleZG78xWBF6Du14VA12x { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.8739166259766rem;left:18.124614715576rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container { background-color: transparent; background-image: none; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container > .video-iframe-container { display: none; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row > .video-iframe-container { display: none; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .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); }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container { border-width: 0; border-radius: 0; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container { background-color: transparent; background-image: none; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container > .video-iframe-container { display: none; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row > .video-iframe-container { display: none; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .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); }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container { border-width: 0; border-radius: 0; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#Rb1U6mGu128Nav9l50hWbaepbL2yTJIh { 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:24.3120625rem;width:40.4373125rem;top:7.7476577758787rem;left:8.6843776702881rem;overflow:hidden;display:block; }
#r2t40G5dHag7pl1T2b1Uc3dLutWeJVCR { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:3.75rem;left:18.125rem;display:block; }
#H7gONpf3O5oM1TK7NThLzI9EWCC0ow5D { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68671798706056rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zs26ArtcqT71lhETQUEh1wFHsmKIxcB4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#EuULozMS9T0pRgPThFJXPCWQ62cauf7k { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:7.7476577758787rem;left:18.124219894409rem;display:block; }
#OCzwwQl7XCs280RkNATC4WKb7qbhZt7R { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.0617198944092rem;left:18.124219894409rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container { background-color: transparent; background-image: none; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container > .video-iframe-container { display: none; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row > .video-iframe-container { display: none; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .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); }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container { border-width: 0; border-radius: 0; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#gqCc2rqvp8dbQXxRh0FGH6FNU91FyEg0 { 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:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#esKrTFuVOqHv5SHL53KiMLSpK0Zq4k43 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:3.8125rem;left:18.125001907349rem;display:block; }
#JED3yM1hfxmO0HFrVfev3J5oNOqOarE8 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.6875rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRTg5LO0Io1QyAATlHAt1EaZCSVFvFEH { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#zwT226md0yCZOuWRugGTGiAiWT5RSKTp { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:6.3096809387206rem;left:18.125rem;display:block; }
#hamRLCab14yKNpEGeVmML7VGT4bTNZIf { z-index:15007;top:30.119360923767rem;left:31.250003814698rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wWgWfyWGwGI67nkLid1XzksJDqinWFkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGfPVLIoP2fQL3iz7KTWdtvgwcwy7Dcq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.0625rem;left:18.125001907349rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container { background-color: transparent; background-image: none; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container > .video-iframe-container { display: none; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row > .video-iframe-container { display: none; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .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); }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container { border-width: 0; border-radius: 0; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85cdf8;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; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container { background-color: transparent; background-image: none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container > .video-iframe-container { display: none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row > .video-iframe-container { display: none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .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); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container { border-width: 0; border-radius: 0; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#DoiwMyER04GO533qxe3WwIS6fRSyOPOU { 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:24.3125rem;width:40.4375rem;top:4.936882019043rem;left:8.6243019104006rem;overflow:hidden;display:block; }
#BpfU8uc4zNlKxsowfM05QHiVIbuIgeD8 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:2.5618057250976rem;left:18.124614715576rem;display:block; }
#PrkCa2ukPT0XTfM6EOISCqm9Epkhk1Rs { color:rgba(var(--color-tertiary-4),1);display:block;width:41.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.125rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6tbXhLM5m737bGGdQX2ClZ7SbGGLr36 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#GHx5bALyS9gQehTwBnFTBmy7BbiUeamz { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:4.9345626831055rem;left:18.124614715576rem;display:block; }
#RvKQyuoHEgtRkagI23fVS2nm9TX4fwx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.8739166259766rem;left:18.124614715576rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ziIlUfIskAsJABrLQPz8ytEbptRb1snL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container { background-color: transparent; background-image: none; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container > .video-iframe-container { display: none; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row > .video-iframe-container { display: none; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .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); }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container { border-width: 0; border-radius: 0; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container { background-color: transparent; background-image: none; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container > .video-iframe-container { display: none; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row > .video-iframe-container { display: none; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .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); }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container { border-width: 0; border-radius: 0; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#zuBQVJC0i33EUcXghM7IEEvTdsiE3Pps { 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:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#qxudzmy9vQQ63ZHEll0kQG3RqctIfBDu { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:3.8125rem;left:18.125001907349rem;display:block; }
#GDwemU41sddvqk9M6PxvaCMFimxDipQA { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.6875rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k9Da9lCTx8FLLvneX65ggxWIyyTQ4ERR { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#XLFEFwCS7TBnxtfkGIBwUmd3tdpXt60R { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:6.3096809387206rem;left:18.125rem;display:block; }
#gtFIaxHqfCPGPIMspQeyt8Cx76QeX7kL { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.0625rem;left:18.125001907349rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container { background-color: transparent; background-image: none; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container > .video-iframe-container { display: none; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row > .video-iframe-container { display: none; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .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); }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container { border-width: 0; border-radius: 0; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#Mp9goTbJcJaOTD5c5464OgHOC760va3Q { 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:24.3120625rem;width:40.4373125rem;top:6.3101501464844rem;left:8.6843776702881rem;overflow:hidden;display:block; }
#w2T6gpwmsEyQn9Fh3WsTyPT5GMrJ3FX9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:3.75rem;left:18.125rem;display:block; }
#QvDzz8Mb0gtiglcC0H2TcBS307kgTWOq { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68671798706056rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZMwAfDGn79weKXy3SPTA8qIDZvcMMz5 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#hZ9AUu1EhJu2GDxTuxTLNvcISwsoTW2r { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:6.3101501464844rem;left:18.124219894409rem;display:block; }
#LbkPcrDLTaPEBhKgImREwFJK8UJsa1DE { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.0617198944092rem;left:18.124219894409rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container { background-color: transparent; background-image: none; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container > .video-iframe-container { display: none; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row > .video-iframe-container { display: none; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .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); }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container { border-width: 0; border-radius: 0; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85cdf8;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; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container { background-color: transparent; background-image: none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container > .video-iframe-container { display: none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row > .video-iframe-container { display: none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .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); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container { border-width: 0; border-radius: 0; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#kWMBB577H3uhl5980HD6TtiO4lWDNwcm { 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:24.3125rem;width:40.4375rem;top:6.9366455078125rem;left:8.6241340637206rem;overflow:hidden;display:block; }
#GT9dm4hZVMho0QCiiLeLyTaJPZ3BhZ4h { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:4.0616455078125rem;left:18.124134063721rem;display:block; }
#ZHxvEZorzeUWQFdeHsTrwyauGV3LbF1A { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.125rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dQQqs2AUIsWlgKCvW0IyOV4bbTo9fe4a { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#d749PF4aEiCiB9cSEe05vn7KDTPfp4RX { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:6.9331665039062rem;left:18.124134063721rem;display:block; }
#VJ46LHTkt5lVx6ViPa7wZGrUUNgE9JvB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.6849060058594rem;left:18.124134063721rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huUpiZpeTkEPCBTuKxTmNKHq400P48uS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container { background-color: transparent; background-image: none; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container > .video-iframe-container { display: none; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row > .video-iframe-container { display: none; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .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); }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container { border-width: 0; border-radius: 0; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container { background-color: transparent; background-image: none; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container > .video-iframe-container { display: none; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row > .video-iframe-container { display: none; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .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); }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container { border-width: 0; border-radius: 0; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#Ou3KsZ0P1Whrz3hAOrX5TbO8l8TRf7hO { 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:24.3125rem;width:40.4375rem;top:4.75rem;left:8.6250019073488rem;overflow:hidden;display:block; }
#suTNT1XJTC5bkEmtanq73K2KNoBlzLLQ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:2.25rem;left:18.125001907349rem;display:block; }
#VeXZg99Pccqsxso0RtmvzLOKeJymFMJh { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.6875rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fs9htdSBEgwqhTuO9Zfw05CHkKsBR0M7 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#Jyh2Ragk6S9DTuwAlQAGklR51PsAu7ep { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:4.7468795776367rem;left:18.125001907349rem;display:block; }
#IfGRKVeMlTO2zoaQtUBIf4ASDO61RN4S { z-index:15007;top:28.556255340576rem;left:31.250001907349rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fc14yb0mMIxxZf0Pslnb5rbtK3B1rbud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKe8LKgrlq5gcRTrZQAU7VbTFhZdvhkA { color:#a2dc3b;display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.5rem;left:18.125001907349rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container { background-color: transparent; background-image: none; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container > .video-iframe-container { display: none; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row > .video-iframe-container { display: none; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .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); }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container { border-width: 0; border-radius: 0; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85cdf8;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; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { background-color: transparent; background-image: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .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); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { border-width: 0; border-radius: 0; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#pbOgmgiDS9LCpbDrNPaNveJQcXcwD0x9 { 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:24.3125rem;width:40.4375rem;top:4.936882019043rem;left:8.6243019104006rem;overflow:hidden;display:block; }
#XuB6f7RyVuPH79VxOIxUQ9XkCqeNFbTI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:2.5618057250976rem;left:18.124614715576rem;display:block; }
#MzoNCPZG0VpeEIteiWX3vtxUowXLIsRs { color:rgba(var(--color-tertiary-4),1);display:block;width:41.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.125rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eVEDAV1ivVbOcpKLIBcM0qTbhzytLpJG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#efckkVxQquGBTXA9TT27DwytCiRJzZPv { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:4.9345626831055rem;left:18.124614715576rem;display:block; }
#zc5V8vAFSDdSaMuXU4GhBJrRronKBUxp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.8739166259766rem;left:18.124614715576rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container { background-color: transparent; background-image: none; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container > .video-iframe-container { display: none; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row > .video-iframe-container { display: none; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .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); }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container { border-width: 0; border-radius: 0; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container { background-color: transparent; background-image: none; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container > .video-iframe-container { display: none; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row > .video-iframe-container { display: none; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .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); }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container { border-width: 0; border-radius: 0; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#XSf6M4rDovZTgg6PWFqVcGWf58Wkpwze { 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:24.3125rem;width:40.4375rem;top:6.3125rem;left:8.625rem;overflow:hidden;display:block; }
#pNkVCU2lT8giOSAzz3TfklFkMHt8gMTh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:3.8125rem;left:18.125001907349rem;display:block; }
#c6KgmUoaADULAZ3pxWDc340WlPxDk7Qh { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.6875rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#psluQ0RTKyHZMRIJkzg8rLVnR8vrro69 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#U2daov9bQw8wTcPq4TOE1sk7sVB5bMrH { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:6.3096809387206rem;left:18.125rem;display:block; }
#n2R5GxoblA4Ffr6wUZKt2AqIPlQC2qOL { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:4.0625rem;left:18.125001907349rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container { background-color: transparent; background-image: none; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container > .video-iframe-container { display: none; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row > .video-iframe-container { display: none; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .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); }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container { border-width: 0; border-radius: 0; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#axVTEvcW7xqk0sSGXwCTGw3BoyFGh7Po { 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:24.3120625rem;width:40.4373125rem;top:7.746874809265rem;left:8.6843776702881rem;overflow:hidden;display:block; }
#oafAsbrfxBnm47Td1LRuIuQTocpOSc79 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:3.75rem;left:18.125rem;display:block; }
#IXPAO75SI6im1dxIbSIqUe5KKv2mTFfg { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68672180175781rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mptTGdGG22NiGa5BW3GUF6TTVeu6WLW5 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#TxA2J8CPakWc4tGA5AERU0ObKt2hWKbL { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:7.746874809265rem;left:18.124219894409rem;display:block; }
#J25p3yXrWSXQJFTIpTpHSELW8ln4Z6TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.0609369277954rem;left:18.124219894409rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container { background-color: transparent; background-image: none; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container > .video-iframe-container { display: none; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row > .video-iframe-container { display: none; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .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); }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container { border-width: 0; border-radius: 0; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85cdf8;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; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container { background-color: transparent; background-image: none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container > .video-iframe-container { display: none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row > .video-iframe-container { display: none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .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); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container { border-width: 0; border-radius: 0; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#K4qZ4UQUv9TuSUc5p2pWkn718fsuwgye { 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:24.3125rem;width:40.4375rem;top:4.936882019043rem;left:8.6243019104006rem;overflow:hidden;display:block; }
#o2KhZaaWDitWtJ9ZTmzMT1VwirtTyziB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:6.06228125rem;top:2.5618057250976rem;left:18.124614715576rem;display:block; }
#zUONcOosQ3rPB5ihQJUkZaeDK3X0BeUx { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:0.8125rem;left:18.125rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWPiScpm1939bdqbV7OI6KTKRXeS0hwd { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.8125rem;left:19.125rem;display:none; }
#m6TiLIEmHbxq64gNec6vtN9InCQl1itm { position:absolute;display:block;z-index:15041;height:21.7480625rem;width:38.75rem;top:4.9345626831055rem;left:18.124614715576rem;display:block; }
#Tb9NQNFbt0mrwpSyS3khMSqw7byIVrZT { z-index:15007;top:28.743354797363rem;left:31.249610900879rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#s6szbLz6dM0bzy7nN8iAqAXDVz1zxcJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r53UHHSmETcLIP3LsQ9PfdImdg4U6AaX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:2.8739166259766rem;left:18.124614715576rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container { background-color: transparent; background-image: none; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container > .video-iframe-container { display: none; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row > .video-iframe-container { display: none; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .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); }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container { border-width: 0; border-radius: 0; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container { background-color: transparent; background-image: none; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container > .video-iframe-container { display: none; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row > .video-iframe-container { display: none; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .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); }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container { border-width: 0; border-radius: 0; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#TIJ7okZ3LKAmxq6pB1XyoBZaefGLSvKm { 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:24.3120625rem;width:40.4373125rem;top:6.2468872070312rem;left:8.6843776702881rem;overflow:hidden;display:block; }
#xMR9KpfNZzxkMXlgR8ISyfrkW5ZvpSaE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:3.75rem;left:18.125rem;display:block; }
#ceHmcliiWFFWO9xKMgldZsOgQRlVHm35 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gU2Jr5IrfweL6WpXcgs7ms0CvQTWM20D { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#Boc0Xbf1PQzFVpRbbwgRiFrlq9imMrUu { position:absolute;display:block;z-index:15039;height:21.75rem;width:38.75rem;top:6.2468738555908rem;left:18.125001907349rem;display:block; }
#Oh9zrRWq5wO1xIZl2g3Xx1Cr3S36ifEO { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.0621109008789rem;left:18.124614715576rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQ1XRiTLBm6zGpnLdrmmLuTlixdXEP1d { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:6.25rem;left:61.062501907349rem;overflow:hidden;display:block; }
#F7RHnIkz3p4PvFxdSpy1ZSbfPSlHqPwW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.5625rem;left:59.062501907349rem; }
#fwBOuiA4o8ItsTI67ScULChX3P06dCux { z-index:15007;top:30.057813644409rem;left:31.250001907349rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r6iLcOV5TB3n4NmMquHBfQpwNTn9ZDae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnFJJqd9wGAET9glknNtCsHnRBTPC84P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container { background-color: transparent; background-image: none; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container > .video-iframe-container { display: none; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row > .video-iframe-container { display: none; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .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); }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container { border-width: 0; border-radius: 0; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#y30S6EHvuQiNVtrEfaI7phhcw033c8QJ { 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:24.3120625rem;width:40.4373125rem;top:5.6234436035156rem;left:8.6843776702881rem;overflow:hidden;display:block; }
#iQWn7Db8RCAhWkZVruWNWggG7z1F0aKw { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:3.1265716552734rem;left:18.125001907349rem;display:block; }
#ItOOqyQyJ4uWNodAMTOBzieMDf2tVTBh { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.0625rem;left:18.125001907349rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TT62WxJyRE7C9FZF8hNqLc81VByaxfDn { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#LvVgWTZTK9cqqZ4G1eIpcZkGOValzwQS { position:absolute;display:block;z-index:15039;height:21.75rem;width:38.75rem;top:5.6234436035156rem;left:18.125001907349rem;display:block; }
#OysiAQ4vi8De1iSs4uJ9IWhOOaQiaUX1 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:3.4382934570312rem;left:18.124219894409rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gKTMnaVWT6cCcl0oSxLBBd2ATC5ABqvh { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.625rem;left:61.062501907349rem;overflow:hidden;display:block; }
#Kqaqglv6lv5ZdstnxPbOz72GIiSrxF3h { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:6rem;left:59.062501907349rem; }
#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { background-color: transparent; background-image: none; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container > .video-iframe-container { display: none; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row > .video-iframe-container { display: none; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .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); }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { border-width: 0; border-radius: 0; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#Bq7vrJZpNe42f3k3D6dz0Hv2bGGvkBZK { 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:3.6875rem;width:4.0625rem;top:2.1875rem;left:16.250001907349rem;overflow:hidden;display:block; }
#V8i8aERM3wGTsfAVf5lT3wsOhfG5qCwJ { color:rgba(var(--color-primary-1),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.125rem;left:20.937501907349rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNvHHJxkm3hvfATKs8WLTcn2InZ5MJbh { z-index:15008;top:6.25rem;left:29.843751907349rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DrsAMVM6T4RPeUhqpohr85UkJqGkH4Cv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container { background-color: transparent; background-image: none; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container > .video-iframe-container { display: none; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row > .video-iframe-container { display: none; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .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); }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container { border-width: 0; border-radius: 0; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#Ria7Loc8SyiDfbKhWhy7qfoTKGSNbnVl { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.8125rem;left:19.375001907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container { background-color: transparent; background-image: none; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container > .video-iframe-container { display: none; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row > .video-iframe-container { display: none; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .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); }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container { border-width: 0; border-radius: 0; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#x74S1Cyg5DDprfmL4B7Fb0xv8LXGWWnv { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#ycfiTPn6ATPDHTfOF3RRseTSBnlUsxa2 { position:absolute;display:block;z-index:15039;height:21.747625rem;width:38.75rem;top:0.30937576293945rem;left:18.125001907349rem;display:block; }
#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { background-color: transparent; background-image: none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container > .video-iframe-container { display: none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row > .video-iframe-container { display: none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .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); }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { border-width: 0; border-radius: 0; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#AzmGddyTNkqPGWGdNlcHcWD5THm5uMOi { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:3.125rem;left:19.375001907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { background-color: transparent; background-image: none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container > .video-iframe-container { display: none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row > .video-iframe-container { display: none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .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); }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { border-width: 0; border-radius: 0; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#ZEHphvTHAhWK1PQ5UEELmNBdF36mpkIT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#bO7u76OB9l35vch85BzmxWoXiagP5Hkb { position:absolute;display:block;z-index:15039;height:20.6875rem;width:60rem;top:0.3125rem;left:7.5rem;display:block; }
#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { background-color: transparent; background-image: none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container > .video-iframe-container { display: none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row > .video-iframe-container { display: none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .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); }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { border-width: 0; border-radius: 0; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#cFFMpia189wnOgPyl99iTuOIzwZyADnF { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#SVHsgnaOSW9sHM1hLNu6Tb7vQfqwkTBn { position:absolute;display:block;z-index:15039;height:20.6875rem;width:60rem;top:0.3125rem;left:7.5rem;display:block; }
#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container { background-color: transparent; background-image: none; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container > .video-iframe-container { display: none; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row > .video-iframe-container { display: none; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .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); }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container { border-width: 0; border-radius: 0; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#Ubf3ck77K1lcpRuT6UP2OJ6GBRcrO9wv { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#ILwgJLcqiHoMmxWf086qBP95XdrO60E7 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#J8ysuwyfdTSTzBVy1IHyehebTri9DITA { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVswgSnpyPTVyadWhPa2LGkXhw3Sx0Ce { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#GXyhlo1WupteWVulV7T5vTCIawTmy9Lt { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container { background-color: transparent; background-image: none; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container > .video-iframe-container { display: none; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row > .video-iframe-container { display: none; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .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); }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container { border-width: 0; border-radius: 0; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#nTugo4yisqAG8EH0LxTbEHcC0msOwJuU { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#QhJC27ai7z26lhUsCUN7nDTAEE2eig1s { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#SkQPAlc31MKbGRrNGncwiUTIxoNEmTmF { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZDQTAooBcTexoaInr2MohTwW4PtEAPWw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#XaN22tJSa2oP7CxybgFHTKEa9SKDewqb { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#gZL6isTEnTS70KrnxLT09knxQbButKfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container { background-color: transparent; background-image: none; }#gZL6isTEnTS70KrnxLT09knxQbButKfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container > .video-iframe-container { display: none; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row > .video-iframe-container { display: none; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .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); }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container { border-width: 0; border-radius: 0; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#AqP9ubo1U8XaLMt3wT0C9Z6Xbec5Q0Bv { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#p6bdHfB4Te6PlJxQACAhNviTrcHc8EP5 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#fQytJiWHHixrn3uWCoOlSyUL3qWPiWiO { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRfKUxfUdqKKklOphuvMmHDd1hIqiNOX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#Hsn3zaX95tgNQ9SIfaValgiuWdTlkZZs { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container { background-color: transparent; background-image: none; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container > .video-iframe-container { display: none; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row > .video-iframe-container { display: none; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .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); }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container { border-width: 0; border-radius: 0; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#gly0I18ibcxTTfacLVanBNWbFusHZbzz { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#KD6kR5yTTIsmhpegn6kDJifmhc7rmsoA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#Spy7XcsDETcspbyDv8q4xOM468vPBZTR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mS9vEuNRFWHecJaTfgJ5EpXo3sHy0JsX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#NrPiiwzTBgreTkKTmkhnOvNHKTpWWBkh { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container { background-color: transparent; background-image: none; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container > .video-iframe-container { display: none; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row > .video-iframe-container { display: none; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .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); }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container { border-width: 0; border-radius: 0; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#OUOAp5EOIVapxMqob0W54dDqtx9EETof { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#VdcwpU6JITTHcTBeblSOhEqEimyWeQ8V { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#PPG024Hz59Dr4fgrwXkgobcDTEdMt4iy { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbVJMm9477g6dhQLqpxxaFER2PsmF0A9 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#G1VxwdHUBCn4m4Wb3TGLaV3POBof5KLl { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#MmXVNFffewze7p6UfX36x761N1B91Jdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container { background-color: transparent; background-image: none; }#MmXVNFffewze7p6UfX36x761N1B91Jdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container > .video-iframe-container { display: none; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row > .video-iframe-container { display: none; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .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); }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container { border-width: 0; border-radius: 0; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#oiutILguGdWwCGzzfTsSiAkaqNFfO4fp { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#FAypeao5aW2r4SEnXrqTVisM3oc6r1TD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#dqpPZND5nTdkIHaUIO2ifKwL7H7BvzSi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CoUTWMXUxk2aEZQS0yW3f6OKTQvlyB9o { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#S8AyliOGFqXeBPNlDMTeUXutZs7Jtgwz { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container { background-color: transparent; background-image: none; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container > .video-iframe-container { display: none; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row > .video-iframe-container { display: none; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .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); }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container { border-width: 0; border-radius: 0; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#INl7HkEgJTls4gRhZ0hA3y2SB4wpStTJ { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#D7aB9ZJwTI3iUfnNMqT51Z6f2OZvHscL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#UkSPast0h0HggAANUHeao2HVNHtvTnbt { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MICz4SrwTJdMsUPbOX754tTyx1a8SiIJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#Lqu50blIEVxT6RiImAsqzvRmWZq2a3Ea { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container { background-color: transparent; background-image: none; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container > .video-iframe-container { display: none; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row > .video-iframe-container { display: none; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .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); }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container { border-width: 0; border-radius: 0; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#yi85dt2dOWXRMM8tkuhGWK956tkuyTey { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#B8DJh56H7cUAOVeMV3UNtg6k3MffekUU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#xHhkcHTfbsEWDboOCwNiNkRJ3TCTefDy { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpkUsw5QUcE4nO67efAQaHu0IF30TQ6f { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#inOFhQVExiweLqwCxAZ261H5xHZm61XW { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container { background-color: transparent; background-image: none; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container > .video-iframe-container { display: none; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row > .video-iframe-container { display: none; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .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); }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container { border-width: 0; border-radius: 0; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#pDwaerRreyKyDRtOE5NFGbdgPsCQxQhd { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#fCELfFVzhehBGqwoSAGmZNHnSXNb2uep { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#Z7ssaRPJCzaaPxkq4KSwAdsn5HAytKNc { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z3ryMg1hecHQIvgpuSB16hMpiopvXb01 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#KzWkJsi9vFeCJuSI5RDSS69wcQ7tn4VU { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container { background-color: transparent; background-image: none; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container > .video-iframe-container { display: none; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row > .video-iframe-container { display: none; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .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); }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container { border-width: 0; border-radius: 0; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#u37O60SzHmDd6Tzg95F3dfXPrGGKVNRn { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#bKIRfnliUxvpXQeuclygfRoT5nxaduth { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#JeJTey4zoiHNTGe1hKFbWWMC1ieEnTML { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbZKOgiGS6EW2nIdm8T2Z4ySoBVWJB1T { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#G0FUSPGCNXHVnXgfdV8yakXgEbXq9R4h { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#El1yENAoBUPyTySTggqvR4O4IEshFORa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container { background-color: transparent; background-image: none; }#El1yENAoBUPyTySTggqvR4O4IEshFORa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container > .video-iframe-container { display: none; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row > .video-iframe-container { display: none; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .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); }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container { border-width: 0; border-radius: 0; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#ABE4HOkBI6X1X9QbcytEsUoNR1DboddL { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#Bht7sozrbT8ArBsMlsLiIA5onOE5AmGk { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#SvQtZ5qQdlOfUOZZRLD2ak1ELGK8L4oD { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDRWKJMTbAfKG8PxMv4aooJ1LXJ8HCwx { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#dtkSIRd5uTPipqF8LlzvIK3dAVTm1TDM { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container { background-color: transparent; background-image: none; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container > .video-iframe-container { display: none; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row > .video-iframe-container { display: none; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .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); }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container { border-width: 0; border-radius: 0; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#lpkMnWPAqLXVEFLHoLTTZvX4pwAKnCRF { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#qQWJPwyX54FSoNGc9BDULyz8xDBB1Mn5 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#TF6JMTJv1Ib6fvEX5NImTl010HczEZoW { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJTylLQ91UF32QSUzRzQp9AuOAM7UtDg { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#mS7A7zSviLTv7NCyTevEvHPT8A0Gy72V { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container { background-color: transparent; background-image: none; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container > .video-iframe-container { display: none; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row > .video-iframe-container { display: none; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .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); }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container { border-width: 0; border-radius: 0; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#V5udZOW5PLrIFCTzGqbslSw9tEL92aZK { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#hxO9pnxM69ccDA3bDDD6wggpHFVV2sFc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#ZBZE6rLrpcFFTk3tuhLwsspRb7a9aziX { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t70SkVRe0nfBDHUZAqZsJ4cKBGK649DE { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#s7um8Tyc26IhNiDOWrkk7vFzmA5FUy8z { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container { background-color: transparent; background-image: none; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container > .video-iframe-container { display: none; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row > .video-iframe-container { display: none; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .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); }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container { border-width: 0; border-radius: 0; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#ZRyvs3sHoNaZabQqpOBNITEtSmEswSKD { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#M2WuWhKoxIrenzLl2uBuoaeXx8f584G2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#gM6vx1LUrVH9reJHOxIE0pmKD9sFKmee { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lL80xTo80Vm45aC5k1yB33NcJPzZdPRe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#UTSbnLc9OeTK5WmUZJg37QEAhGML27ww { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container { background-color: transparent; background-image: none; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container > .video-iframe-container { display: none; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row > .video-iframe-container { display: none; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .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); }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container { border-width: 0; border-radius: 0; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#o31GcHOrO6d8D4eWfBgpHDcC6wxfIu7S { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#qetdcdOez8ciR4p7F4kkbpWdxST5Z2XG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#TApwZxzzFSJpbMgcfoDPcKh3SIeMW8He { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPImWxzHXfTW2zwtcbragT6bIW4Rrv9h { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#Cm9OaBIPyw5c9tAChM4vvNsDooWImCJI { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#msKblWf7pAElJmDvPInTiUU7Dqgk264o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfff4;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; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container { background-color: transparent; background-image: none; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container > .video-iframe-container { display: none; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row > .video-iframe-container { display: none; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .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); }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container { border-width: 0; border-radius: 0; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#kDKlU8IWFl5FGhKwzbBXt9r49w2CczMS { 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:24.3120625rem;width:40.4373125rem;top:3.4343757629394rem;left:8.6835956573488rem;overflow:hidden;display:block; }
#TeAyTKFCMiNLvPHRDJZ4nCTRB3kfUhGB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.0625rem;top:2.1875rem;left:18.125rem;display:block; }
#Ps4cUcLk2tOdRKak0AH1r2Cs8vFRLET1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.68593978881838rem;left:18.125001907349rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sOiGLLmOs0fa5mTKtAFMWLBdHKKhLRzT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.875rem;left:19.125rem;display:none; }
#wVvDoUefVABwP4K6MSCUOqTCfzozf2hT { position:absolute;display:block;z-index:15039;height:21.7480625rem;width:38.75rem;top:3.4343757629394rem;left:18.12343788147rem;display:block; }
#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container { background-color: transparent; background-image: none; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container > .video-iframe-container { display: none; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row > .video-iframe-container { display: none; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .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); }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container { border-width: 0; border-radius: 0; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { background-color: transparent; background-image: none; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container > .video-iframe-container { display: none; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row > .video-iframe-container { display: none; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .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); }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { border-width: 0; border-radius: 0; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#VEnVgQUgu68JuTQWgPMiTnnTIph40UzM { color:#383838;display:block;width:63rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:15.01171875rem;left:7.625rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#avyiEa87rKNi4ZRnbtHTAgptxxufBcHX { color:#383838;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:73.6083984375rem;left:15.625rem;height:19.1189375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fNA630uUbMPikOrUmlDGpcVDCkFsQnhi { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:92.7294921875rem;left:15.625rem;height:11.471375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sUDiI71hBgyu2x9HMX9ou2SO4eb1mzKP { color:#383838;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:108.9296913147rem;left:25.583332061767rem;height:22.9426875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#v7EPgJV7qZ1boT6vaBTzTpkyOov0BL4l { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:131.87066841126rem;left:15.561634063721rem;height:7.6475625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#M72Az8yfdVE1VAvAC3QGxCrE1utPcyFt { color:#383838;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:255.1875rem;left:26.1875rem;height:19.1189375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Mx8Ai19dhLDxEtQHz6ICBJxiW42goeAD { color:#383838;display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:274.25rem;left:15.6875rem;height:5.735675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DMDU8BVakTO6b3BCcuTlzVpmEC1M43q9 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:170.10000610351rem;left:31.191408157349rem;display:none; }
#kLLKZdps66fx1PCaORxspwQq7vSLTTDK { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.75rem;width:45.9375rem;top:1.8749599456787rem;left:14.53125rem;overflow:hidden;display:block; }
#JIsnf9CqNqx1ZqVgqp5TxqiTyv2q6yuH { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.75rem;width:45.9375rem;top:14.375rem;left:14.5625rem;overflow:hidden;display:block; }
#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container { background-color: transparent; background-image: none; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container > .video-iframe-container { display: none; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row > .video-iframe-container { display: none; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .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); }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container { border-width: 0; border-radius: 0; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container { background-color: transparent; background-image: none; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container > .video-iframe-container { display: none; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row > .video-iframe-container { display: none; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .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); }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container { border-width: 0; border-radius: 0; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FNmoXg72tF4vlIRHkALWU6hbEHzOrvZz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container { background-color: transparent; background-image: none; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container > .video-iframe-container { display: none; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row > .video-iframe-container { display: none; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .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); }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container { border-width: 0; border-radius: 0; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#WS0WQ3iDtGR6lPKLtOib2p2gzKOQoiM9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6871875rem;width:11.25rem;top:9.5432395935056rem;left:22.41646194458rem;overflow:hidden;display:none; }
#S3fPH7o4ZbRLS5y5amtfpm5Jf1xyRA9S { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:19.1875rem;display:block; }
#m0IAlDGEkr8O9NPQFrtSBcJ0dX8lp6Uv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHV07eo282vSU934HScTyZz4V6qz9A7f { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.25rem;top:2.6875rem;left:39rem;overflow:hidden;display:block; }
#kZ1ZMpiFGbuF39gyHfnkJlpKvKM6NRog { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:6.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:38.375rem;display:block; }
#lC4itLAChCJqSVMnk8B9keT4ZTG0mAnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQTEOgWOae5pgzVnNlRh9c6uIFP5iRtX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.0625rem;top:2.625rem;left:23.875rem;overflow:hidden;display:block; }
#pdfmNvIP9IdJhZWethx91kfP8yCUUocD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container { background-color: transparent; background-image: none; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container > .video-iframe-container { display: none; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row > .video-iframe-container { display: none; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .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); }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container { border-width: 0; border-radius: 0; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#MlvKGNVv0acLAm8ZZhWEwdDOX90B6fSV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container { background-color: transparent; background-image: none; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container > .video-iframe-container { display: none; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row > .video-iframe-container { display: none; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .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); }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container { border-width: 0; border-radius: 0; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#sdSMWxfOH0RWC2duT8bWZMipdaA2ZQIP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:29.4375rem;display:block; }
#sq7MTFlLNwRcBG2aGUMsVcVE2oKTnunM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPk3GevThOadVts6PeFbPgTx1qXA1Nnv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.22611rem;height:6.10040375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:46.9375rem;display:block; }
#CFr1Iboy29BVqeQMTKKSdyt6W0he59FP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSXrmlS4ZRvaOJweQhlCnGo5Mf7qC4se { position:absolute;display:block;z-index:15047;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:1.4375rem;width:11.375rem;top:3.8125rem;left:49.375rem;overflow:hidden;display:block; }
#EoINulWR3CFZm4hq731zmZlpTyhkqn1g { position:absolute;display:block;z-index:15048;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:1.25rem;width:9.375rem;top:3.75rem;left:32.875rem;overflow:hidden;display:block; }
#EePDPLTWleRpkfRXBs7QeA6XOq3sKhkX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:6.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:11.875rem;display:block; }
#nWgJK66kGCKVaMI67clcgBmGnTIarWVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPEVTUO8dJ5WKuh8FhQnEH4Du26eRAoN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.9375rem;top:3.3125rem;left:15.0625rem;overflow:hidden;display:block; }
#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container { background-color: transparent; background-image: none; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container > .video-iframe-container { display: none; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row > .video-iframe-container { display: none; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .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); }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container { border-width: 0; border-radius: 0; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#zTDpigwSTq5rf8iQCy8hAIJDeOMlhS7f { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:"titillium web";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:0.9375rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container { background-color: transparent; background-image: none; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container > .video-iframe-container { display: none; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row > .video-iframe-container { display: none; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .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); }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container { border-width: 0; border-radius: 0; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#fLfu68DSKpdi2maOKi7o8XTRlbietsR5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:10.75rem;display:block; }
#CQc6Lci8lsQFwlwQpwrFQ2w7TluHD8Qx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4KCMrpvTrtxevGtGXnHScnGI8GLQV4e { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:24.5rem;display:block; }
#aT99JtwxyV5TiQnsK15nCkXRhD3DQ6nX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TelplBBgKlwxAFmH0l5SsJlXAZAgMpS5 { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top: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:1.125rem;width:6.875rem;top:3.125rem;left:13.625rem;overflow:hidden;display:block; }
#ESgD4GN06uhNnDex4VdpRKJvho4N92br { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.469594875rem;height:4.782263625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:38.25rem;display:block; }
#cvKkukR2b0nu15OgObOBzVUFxqD0tJ6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUFrKL6xAOK2BrVJn6kTxbiHOTJFX9Tb { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top: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.5625rem;width:7.8125rem;top:1.875rem;left:26.8125rem;overflow:hidden;display:block; }
#T3VqlOXbUxUbD74pvlSuTIDxm2IU5ERQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.27);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.376282375rem;height:4.689669875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:51.875rem;display:block; }
#bWMglnDXo2hcq1LNMZOrSTzAoBIebwka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Un2y2ilbxVxagrs61miSHEPygdndR1CV { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9997125rem;width:8.12425rem;top:3.1857643127441rem;left:53.998846054077rem;overflow:hidden;display:block; }
#mQ4U4OWRVwRRWyeURor2frFWQH4ktbtg { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.5625rem;top:2.2800922393799rem;left:38.702257156372rem;overflow:hidden;display:block; }
#JxD381b9JuoeStL7UuDWdLVslGVLWT3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container { background-color: transparent; background-image: none; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container > .video-iframe-container { display: none; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row > .video-iframe-container { display: none; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .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); }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container { border-width: 0; border-radius: 0; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#fPzqtXWg7ZkT9LxKCPtT4HIsZQCuFufA { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:"titillium web";font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:1.23828125rem;left:30.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukM6xnuRSTk9qwR5eMWBnSOkpfxaoKfg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060546875rem;width:12.8125rem;top:5.6875rem;left:31.09375rem;display:block; }
#ni5DDw4lsofUW0kv87I91KT2daobkKEF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:3.75rem;top:5.625rem;left:35.625rem;display:block; }
#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container { background-color: transparent; background-image: none; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container > .video-iframe-container { display: none; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row > .video-iframe-container { display: none; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .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); }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container { border-width: 0; border-radius: 0; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#NPCTxOXpy5EsWpFDWvyHmMu4xVJT1vsk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.75rem;left:3.75rem;display:none; }
#m5CEqlKK3ONN1tvHAbiVER1qWRB1UaZg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.41796875rem;left:3.4375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WEIeW19Q3dgznurO3opasl2CZTOzgOlp { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:3.125rem;width:3.125rem;top:8.0625rem;left:41rem;display:none; }
#v1yWIoHVuvfTtUX543TIS4sqwoiR7ZuM { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:7.6859436035156rem;left:17.49843788147rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#nVE4ghW93gXphBlaga0zUgEukOmbhvAa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:1.6234436035156rem;left:3.8101577758789rem;display:block; }
#WzHqCrFbXmcmBLiphhDL5Hecp3gWuEIb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.6234436035156rem;left:15.62343788147rem;height:1.75rem;font-style:normal;display:block; }
#yW8OTDQaasVbaKuaonU2pu7TKA03ZTKl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.25rem;width:10.25rem;top:1.8734436035156rem;left:4.0609378814697rem;overflow:hidden;display:block; }
#hRIR6p0a9nhmMKicmizqx2R4VUGHSBWe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.6859436035156rem;left:17.68593788147rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#TmkHeANhTQtMpt10h1eJxVyA9IiTv0hQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:7.5609436035156rem;left:15.43593788147rem;display:block; }
#B3Ak20XLTztN18E70eiVQlKcAHSWyyTS { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:5.4359436035156rem;left:15.56093788147rem;display:block; }
#JzbNiLkG7uZTogz82JnNbCes9McFDJy6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7.6875rem;left:54.687501907349rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#OKbooFp4TeiV0xg6noDCFBwlbknUM1ai { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(var(--color-tertiary-4),0.1) ;height:10.8125rem;width:10.8125rem;top:1.625rem;left:40.937501907349rem;display:block; }
#Tgw9WiP9nv4fGS0PnFoQ88AHKdNpLk2z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:2.625rem;left:52.812501907349rem;height:1.75rem;font-style:normal;display:block; }
#LiWQLy8vtdIARBPMVB3xFfScwoK6vC6D { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.4375rem;border-top-right-radius:12.4375rem;border-bottom-left-radius:12.4375rem;border-bottom-right-radius:12.4375rem;box-shadow: none;height:10.25rem;width:10.25rem;top:1.875rem;left:41.250001907349rem;overflow:hidden;display:block; }
#Hmnk70Rz58E3zUGxLfOfvoliqgLLR6fW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.6875rem;left:54.875001907349rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#t8WytuhQIzwhD4GebaMWiRMTRVy7ihxg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:7.5625rem;left:52.625001907349rem;display:block; }
#FrMHoC0cAP4H5KBzMWFtFRpGcOisHibX { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:5.4375rem;left:52.750001907349rem;display:block; }
#tP82AGpi3VRTTVGC77M6QyySq9aUhukq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { background-color: transparent; background-image: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container > .video-iframe-container { display: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container { display: none; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .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); }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { border-width: 0; border-radius: 0; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6866340637207rem;left:48.999134063721rem;height:2.7625rem;display:block; }
#JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { color:#8faace;display:block;width:13.125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:1.9368476867676rem;left:33.561851501465rem;height:5.34375rem;display:block; }
#ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { box-sizing:content-box;color:#8faace;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.68684768676756rem;left:16.625rem;display:block; }
#qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.5618476867676rem;left:16.749786376953rem;display:block; }
#Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { position:absolute;display:block;z-index:15008;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:1rem;width:1rem;top:4.7493515014649rem;left:17.062286376953rem;overflow:hidden;display:block; }
#QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:0.625rem;top:2.5rem;left:32.187068939209rem;overflow:hidden;display:block; }
#xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.99934768676756rem;left:18.437068939209rem;display:block; }
#CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.8125rem;left:18.5rem;display:block; }
#tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:1.8131370544434rem;left:64.3750038147rem;display:block; }
#dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.8125rem;left:60.625rem;display:block; }
#icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.8125rem;left:56.9375rem;display:block; }
#vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:7.249375rem;top:2.2797317504883rem;left:5.3114166259766rem;overflow:hidden;display:block; }
#WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.78515625rem;left:18.686634063721rem;height:1.21875rem;display:block; }
#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;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; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container { background-color: transparent; background-image: none; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container > .video-iframe-container { display: none; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row > .video-iframe-container { display: none; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .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); }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container { border-width: 0; border-radius: 0; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4b54;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container { background-color: transparent; background-image: none; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container > .video-iframe-container { display: none; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row > .video-iframe-container { display: none; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .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); }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container { border-width: 0; border-radius: 0; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#mEi9A68LOBT0VZzAc0tQ3iUH7xMyXM3x { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:avalon;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:14.687501907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#kGxT9PEA0MsxpX9efTVQClZFzKWoyWaK { position:absolute;display:block;z-index:15003;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:1.875rem;width:6.8125rem;top:1.5618896484375rem;left:1.25rem;overflow:hidden;display:block; }
#tk0xHkuu3TJnwFXp9QPUqGOgk36XsTrS { z-index:15002;top:1.40625rem;left:65rem;background-color:#caef94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#1e4b54;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avalon;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TkhFslbEI05IO3SlUi3fniX3akh2EDfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container { border-width: 0; border-radius: 0; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#GqEhR7wh6CCBsyNKII3HPmwIqHmGlkFr { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5125885009766rem;left:12.999134063721rem;height:0;text-align:left;text-align-last:left;display:none; }
#cNbD758vfesX5gUkTz4c7O1kWUlCGxsQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:8.125rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:none; }
#Jnwgir2sObUAzsC354MOsCOgNCqTCHng { position:absolute;display:block;z-index:15025;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:1.875rem;width:1.875rem;top:2.5238800048828rem;left:24.059246063233rem;overflow:hidden;display:none; }
#k71n4TUWxCJ9GOOQllNr1T2yFRZJ3tBw { z-index:15002;top:1.40625rem;left:60.171230316162rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f95b06;border-left:0.125rem solid #f95b06;border-right:0.125rem solid #f95b06;border-bottom:0.125rem solid #f95b06;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Uhlmlqg4RfNXl5z86VGBVpn4dhZQUknp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOVresJItQETG65dZAcfeLLDzvHZgPBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container { border-width: 0; border-radius: 0; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#w36IkuZ7TmKRt0kXyyMTztt96lCVr5P8 { position:absolute;display:block;z-index:15003;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:1.5625rem;width:5.5625rem;top:1.6232643127441rem;left:2.6095924377441rem;overflow:hidden;display:none; }
#Z7t6ksGlLAPx6gMMs8NlkUdg3FANaRny { z-index:15002;top:1.40625rem;left:60.171230316162rem;background-color:#f95b06;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mmfZ2DGOqP3H62vyxDy2M9Ick6SkQSO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trgcDri6ZPrbe32cOssSH6SU7tEg7Vcl { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3625000715256rem;left:11.250001907349rem;height:1.4625rem;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { display:none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { width:7.25rem;height:2.875rem;top:0.1875rem;left:33.1494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block; }
 }@media only screen and (max-width: 763px) { #ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { width:4.8125rem;height:2.875rem;top:0.1875rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block; }
 }@media only screen and (max-width: 763px) { #P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { top:0.5625rem;left:0rem;width:7.5rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { width:7.375rem;height:1.6875rem;top:0.8125rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block; }
 }@media only screen and (max-width: 763px) { #migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { width:10.3125rem;height:2.875rem;top:0.1875rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block; }
 }@media only screen and (max-width: 763px) { #o8afmc1hN199avZ8p2nnCnNmyOF3qxnK { width:5rem;height:2.1875rem;top:0.9375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrn1rzTAlGg9FKPhWflcN1ieRvfpUKdh { display:block; }
 }@media only screen and (max-width: 763px) { #CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { width:8.8125rem;height:2.125rem;top:1.0625rem;left:38.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block; }
 }@media only screen and (max-width: 763px) { #ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { top:0.8125rem;left:0rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUyyyaQK86JD3iuJmo4l5X7aswpyS6Hb { top:0.875rem;left:0rem;width:8.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leLEq37yhCgtfWE4fwMU8BdbSZRl4kzT { top:0.9375rem;left:13.093751907349rem;width:21.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gndHKc2h5ItR4mV9g10IRtG6pRFiHtlV { display:block; }
 }@media only screen and (max-width: 763px) { #TTrcsXtbr52pwupwpL2pRQcWcfZLwe1O { top:0.9375rem;left:29.3125rem;width:18.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvHf3Gb1P0QCXaBO8aJeuOuPlTqy1WSt { display:block; }
 }@media only screen and (max-width: 763px) { #dn911OSIiPrnXHy2cg6C7pTd8kiH8bG5 { top:1.4375rem;left:0rem;width:12.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc { display:block; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #damvkp2osi1NrMoWtfwl7uCT40L628HL { top:27.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rohUBT9catuZNXk3Q3ENaxyOOA6nD4 { top:23.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kebkys2w8NbnlS5LyG53EpfQGV6nROnq { top:5.625rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQkBSQJPmpMriCeHbVh9u58EpSW8HpF { top:4.375rem;left:9.0625rem;width:29.875rem;height:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I407fXgwemNLX0DCHV7JApyMGRm3Ggtq { top:8.125rem;left:1.875rem;width:44rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmgSqpIfl317uociZXL3xIWSEgfgLiTf { top:2.5rem;left:5.1250019073486rem;width:37.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y { display:none; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ik6i9NdK0XCKmaGFI5m38G2Rp0B6eh1V { top:2.1875rem;left:5.7500019073486rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 { display:none; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A0DBZStZRVWbLA19G0ZfZf6hbecPzptk { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axznKKsl2amgyLdgIBgazN7XPq4MsfIU { top:0.3125rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V { display:none; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rTG0apZ8kHrv1EtUGTrStXQRKTRnGnHE { top:2.6875rem;left:5.7500019073486rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOp0B7plLTZD4x20fzcndhbxvPgs5WH { display:none; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUgH9Vb91SGlJLSo8TcfXWPI0z1wA8FH { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOdDbCtWMTHPAeRSETwqAyAXmMdDML2V { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msC7r0PJUSnG6PtREGhBT3fWw0opaTP7 { top:0.6875rem;left:4.5000019073486rem;width:42.8125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RImFh3Pa0b2b885491gNyTo6sr2s6wUG { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxf29hDLqvTCTGH6rC7x0UiczDskINyI { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9ESJFcrlAhuNunRpDs1mX0bc5TPLQZg { top:4.0625rem;left:4.5000019073486rem;width:38.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK { display:block; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML { display:none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mnSkwn6H1ZbTIAulWw1siPIXah4aJbuv { top:4.875rem;left:0rem;width:40.4375rem;height:24.312838589243rem;display:block; }
 }@media only screen and (max-width: 763px) { #wENHlKczUZnyVdkpxkIvDKq2ki8dntAc { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa0m59qk1a83CFVml8zDe1lB44CVzgcE { top:0.8125rem;left:4.5rem;width:41.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDmwHnNlKlmUIAyySsZ7Tg8Fn6WOFbOc { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgrPzIKzXdw3aIJ4vpDw0yyolERLuU8a { top:4.875rem;left:4.4996147155762rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU6T762f7zguleZG78xWBF6Du14VA12x { top:2.8125rem;left:4.4991340637207rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU { display:block; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz { display:none; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rb1U6mGu128Nav9l50hWbaepbL2yTJIh { top:7.6875rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2t40G5dHag7pl1T2b1Uc3dLutWeJVCR { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7gONpf3O5oM1TK7NThLzI9EWCC0ow5D { top:0.625rem;left:4.5000019073486rem;width:40.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs26ArtcqT71lhETQUEh1wFHsmKIxcB4 { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuULozMS9T0pRgPThFJXPCWQ62cauf7k { top:7.6875rem;left:4.4992198944092rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCzwwQl7XCs280RkNATC4WKb7qbhZt7R { top:4rem;left:1.8125rem;width:45.9375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD { display:none; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gqCc2rqvp8dbQXxRh0FGH6FNU91FyEg0 { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKrTFuVOqHv5SHL53KiMLSpK0Zq4k43 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JED3yM1hfxmO0HFrVfev3J5oNOqOarE8 { top:0.6875rem;left:4.5000019073486rem;width:42.8125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRTg5LO0Io1QyAATlHAt1EaZCSVFvFEH { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT226md0yCZOuWRugGTGiAiWT5RSKTp { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamRLCab14yKNpEGeVmML7VGT4bTNZIf { top:30.0625rem;left:17.625003814698rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgWfyWGwGI67nkLid1XzksJDqinWFkJ { display:block; }
 }@media only screen and (max-width: 763px) { #BGfPVLIoP2fQL3iz7KTWdtvgwcwy7Dcq { top:4.0625rem;left:4.5000019073486rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg { display:block; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr { display:none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DoiwMyER04GO533qxe3WwIS6fRSyOPOU { top:4.875rem;left:0rem;width:40.4375rem;height:24.312838589243rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpfU8uc4zNlKxsowfM05QHiVIbuIgeD8 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrkCa2ukPT0XTfM6EOISCqm9Epkhk1Rs { top:0.8125rem;left:4.5rem;width:41.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tbXhLM5m737bGGdQX2ClZ7SbGGLr36 { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHx5bALyS9gQehTwBnFTBmy7BbiUeamz { top:4.875rem;left:4.4996147155762rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvKQyuoHEgtRkagI23fVS2nm9TX4fwx3 { top:2.8125rem;left:4.4991340637207rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziIlUfIskAsJABrLQPz8ytEbptRb1snL { display:block; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO { display:none; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zuBQVJC0i33EUcXghM7IEEvTdsiE3Pps { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxudzmy9vQQ63ZHEll0kQG3RqctIfBDu { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDwemU41sddvqk9M6PxvaCMFimxDipQA { top:0.6875rem;left:4.5000019073486rem;width:42.8125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Da9lCTx8FLLvneX65ggxWIyyTQ4ERR { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFEFwCS7TBnxtfkGIBwUmd3tdpXt60R { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtFIaxHqfCPGPIMspQeyt8Cx76QeX7kL { top:4.0625rem;left:4.5000019073486rem;width:38.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM { display:none; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mp9goTbJcJaOTD5c5464OgHOC760va3Q { top:6.25rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2T6gpwmsEyQn9Fh3WsTyPT5GMrJ3FX9 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvDzz8Mb0gtiglcC0H2TcBS307kgTWOq { top:0.625rem;left:4.5000019073486rem;width:40.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZMwAfDGn79weKXy3SPTA8qIDZvcMMz5 { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9AUu1EhJu2GDxTuxTLNvcISwsoTW2r { top:6.25rem;left:4.4992198944092rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbkPcrDLTaPEBhKgImREwFJK8UJsa1DE { top:4rem;left:1.8125rem;width:45.9375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp { display:block; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS { display:none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kWMBB577H3uhl5980HD6TtiO4lWDNwcm { top:6.875rem;left:0rem;width:40.4375rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9dm4hZVMho0QCiiLeLyTaJPZ3BhZ4h { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxvEZorzeUWQFdeHsTrwyauGV3LbF1A { top:0.8125rem;left:4.5rem;width:35.3125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQQqs2AUIsWlgKCvW0IyOV4bbTo9fe4a { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d749PF4aEiCiB9cSEe05vn7KDTPfp4RX { top:6.875rem;left:4.4991340637207rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ46LHTkt5lVx6ViPa7wZGrUUNgE9JvB { top:4.625rem;left:4.4991340637207rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huUpiZpeTkEPCBTuKxTmNKHq400P48uS { display:block; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 { display:none; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ou3KsZ0P1Whrz3hAOrX5TbO8l8TRf7hO { top:4.75rem;left:0rem;width:40.4375rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTNT1XJTC5bkEmtanq73K2KNoBlzLLQ { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeXZg99Pccqsxso0RtmvzLOKeJymFMJh { top:0.6875rem;left:4.5000019073486rem;width:42.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs9htdSBEgwqhTuO9Zfw05CHkKsBR0M7 { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyh2Ragk6S9DTuwAlQAGklR51PsAu7ep { top:4.6875rem;left:4.5000019073486rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfGRKVeMlTO2zoaQtUBIf4ASDO61RN4S { top:28.5rem;left:17.625001907349rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc14yb0mMIxxZf0Pslnb5rbtK3B1rbud { display:block; }
 }@media only screen and (max-width: 763px) { #AKe8LKgrlq5gcRTrZQAU7VbTFhZdvhkA { top:2.5rem;left:4.5000019073486rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE { display:block; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT { display:none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pbOgmgiDS9LCpbDrNPaNveJQcXcwD0x9 { top:4.875rem;left:0rem;width:40.4375rem;height:24.312838589243rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuB6f7RyVuPH79VxOIxUQ9XkCqeNFbTI { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzoNCPZG0VpeEIteiWX3vtxUowXLIsRs { top:0.8125rem;left:4.5rem;width:41.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEDAV1ivVbOcpKLIBcM0qTbhzytLpJG { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efckkVxQquGBTXA9TT27DwytCiRJzZPv { top:4.875rem;left:4.4996147155762rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5V8vAFSDdSaMuXU4GhBJrRronKBUxp { top:2.8125rem;left:4.4991340637207rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT { display:block; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh { display:none; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XSf6M4rDovZTgg6PWFqVcGWf58Wkpwze { top:6.25rem;left:0rem;width:40.4375rem;height:24.312175230333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNkVCU2lT8giOSAzz3TfklFkMHt8gMTh { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6KgmUoaADULAZ3pxWDc340WlPxDk7Qh { top:0.6875rem;left:4.5000019073486rem;width:42.8125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psluQ0RTKyHZMRIJkzg8rLVnR8vrro69 { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2daov9bQw8wTcPq4TOE1sk7sVB5bMrH { top:6.25rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2R5GxoblA4Ffr6wUZKt2AqIPlQC2qOL { top:4.0625rem;left:4.5000019073486rem;width:38.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn { display:none; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axVTEvcW7xqk0sSGXwCTGw3BoyFGh7Po { top:7.6875rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #oafAsbrfxBnm47Td1LRuIuQTocpOSc79 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXPAO75SI6im1dxIbSIqUe5KKv2mTFfg { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mptTGdGG22NiGa5BW3GUF6TTVeu6WLW5 { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxA2J8CPakWc4tGA5AERU0ObKt2hWKbL { top:7.6875rem;left:4.4992198944092rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J25p3yXrWSXQJFTIpTpHSELW8ln4Z6TZ { top:4rem;left:0rem;width:35rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 { display:block; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaArwv7TLT0VkK1HHsi5q11CTprfU7lV { display:none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K4qZ4UQUv9TuSUc5p2pWkn718fsuwgye { top:4.875rem;left:0rem;width:40.4375rem;height:24.312838589243rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2KhZaaWDitWtJ9ZTmzMT1VwirtTyziB { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUONcOosQ3rPB5ihQJUkZaeDK3X0BeUx { top:0.8125rem;left:4.5rem;width:38.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPiScpm1939bdqbV7OI6KTKRXeS0hwd { top:5.75rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TiLIEmHbxq64gNec6vtN9InCQl1itm { top:4.875rem;left:4.4996147155762rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9NQNFbt0mrwpSyS3khMSqw7byIVrZT { top:28.6875rem;left:17.624610900879rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6szbLz6dM0bzy7nN8iAqAXDVz1zxcJw { display:block; }
 }@media only screen and (max-width: 763px) { #r53UHHSmETcLIP3LsQ9PfdImdg4U6AaX { top:2.8125rem;left:4.4992198944092rem;width:20.8125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdZPtDmOR3t6Wsd40KMCheT0uVHemscz { display:block; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 { display:none; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIJ7okZ3LKAmxq6pB1XyoBZaefGLSvKm { top:6.1875rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMR9KpfNZzxkMXlgR8ISyfrkW5ZvpSaE { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHmcliiWFFWO9xKMgldZsOgQRlVHm35 { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU2Jr5IrfweL6WpXcgs7ms0CvQTWM20D { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boc0Xbf1PQzFVpRbbwgRiFrlq9imMrUu { top:6.1875rem;left:4.5000019073486rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh9zrRWq5wO1xIZl2g3Xx1Cr3S36ifEO { top:4rem;left:4.25rem;width:43.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ1XRiTLBm6zGpnLdrmmLuTlixdXEP1d { top:6.25rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7RHnIkz3p4PvFxdSpy1ZSbfPSlHqPwW { top:6.5625rem;left:45.437501907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwBOuiA4o8ItsTI67ScULChX3P06dCux { top:30rem;left:17.625001907349rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6iLcOV5TB3n4NmMquHBfQpwNTn9ZDae { display:block; }
 }@media only screen and (max-width: 763px) { #NnFJJqd9wGAET9glknNtCsHnRBTPC84P { display:none; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y30S6EHvuQiNVtrEfaI7phhcw033c8QJ { top:5.5625rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQWn7Db8RCAhWkZVruWNWggG7z1F0aKw { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItOOqyQyJ4uWNodAMTOBzieMDf2tVTBh { top:0.0625rem;left:4.5000019073486rem;width:39.6875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT62WxJyRE7C9FZF8hNqLc81VByaxfDn { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvVgWTZTK9cqqZ4G1eIpcZkGOValzwQS { top:5.5625rem;left:4.5000019073486rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OysiAQ4vi8De1iSs4uJ9IWhOOaQiaUX1 { top:3.4375rem;left:4.25rem;width:43.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTMnaVWT6cCcl0oSxLBBd2ATC5ABqvh { top:5.625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqaqglv6lv5ZdstnxPbOz72GIiSrxF3h { top:6rem;left:45.437501907349rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq { display:block; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq7vrJZpNe42f3k3D6dz0Hv2bGGvkBZK { top:2.1875rem;left:2.6250019073486rem;width:4.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8i8aERM3wGTsfAVf5lT3wsOhfG5qCwJ { top:3.125rem;left:7.3125019073488rem;width:37.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNvHHJxkm3hvfATKs8WLTcn2InZ5MJbh { top:6.25rem;left:16.218751907349rem;width:15.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrsAMVM6T4RPeUhqpohr85UkJqGkH4Cv { display:block; }
 }@media only screen and (max-width: 763px) { #nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 { display:none; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ria7Loc8SyiDfbKhWhy7qfoTKGSNbnVl { top:2.8125rem;left:5.7500019073486rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 { display:none; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x74S1Cyg5DDprfmL4B7Fb0xv8LXGWWnv { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycfiTPn6ATPDHTfOF3RRseTSBnlUsxa2 { top:0.25rem;left:4.5000019073486rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pslgTsNLZ1TTHb2eDps91A4x9eBG29VN { display:none; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AzmGddyTNkqPGWGdNlcHcWD5THm5uMOi { top:3.125rem;left:5.7500019073486rem;width:36.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh { display:none; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZEHphvTHAhWK1PQ5UEELmNBdF36mpkIT { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7u76OB9l35vch85BzmxWoXiagP5Hkb { top:0.3125rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbWKEps9dzxhB0XigFKbzrylEXEEGNPg { display:none; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cFFMpia189wnOgPyl99iTuOIzwZyADnF { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHsgnaOSW9sHM1hLNu6Tb7vQfqwkTBn { top:0.3125rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB905wnMUC5wu7HNq5zzScfGpcm6rpsq { display:none; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ubf3ck77K1lcpRuT6UP2OJ6GBRcrO9wv { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILwgJLcqiHoMmxWf086qBP95XdrO60E7 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ysuwyfdTSTzBVy1IHyehebTri9DITA { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVswgSnpyPTVyadWhPa2LGkXhw3Sx0Ce { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyhlo1WupteWVulV7T5vTCIawTmy9Lt { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 { display:none; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nTugo4yisqAG8EH0LxTbEHcC0msOwJuU { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhJC27ai7z26lhUsCUN7nDTAEE2eig1s { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQPAlc31MKbGRrNGncwiUTIxoNEmTmF { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQTAooBcTexoaInr2MohTwW4PtEAPWw { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaN22tJSa2oP7CxybgFHTKEa9SKDewqb { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZL6isTEnTS70KrnxLT09knxQbButKfc { display:none; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AqP9ubo1U8XaLMt3wT0C9Z6Xbec5Q0Bv { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bdHfB4Te6PlJxQACAhNviTrcHc8EP5 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQytJiWHHixrn3uWCoOlSyUL3qWPiWiO { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRfKUxfUdqKKklOphuvMmHDd1hIqiNOX { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsn3zaX95tgNQ9SIfaValgiuWdTlkZZs { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saFDXmIP7989zmTPEzRWEIkL9LyvVkQm { display:none; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gly0I18ibcxTTfacLVanBNWbFusHZbzz { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD6kR5yTTIsmhpegn6kDJifmhc7rmsoA { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spy7XcsDETcspbyDv8q4xOM468vPBZTR { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS9vEuNRFWHecJaTfgJ5EpXo3sHy0JsX { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPiiwzTBgreTkKTmkhnOvNHKTpWWBkh { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA { display:none; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUOAp5EOIVapxMqob0W54dDqtx9EETof { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdcwpU6JITTHcTBeblSOhEqEimyWeQ8V { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPG024Hz59Dr4fgrwXkgobcDTEdMt4iy { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbVJMm9477g6dhQLqpxxaFER2PsmF0A9 { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VxwdHUBCn4m4Wb3TGLaV3POBof5KLl { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmXVNFffewze7p6UfX36x761N1B91Jdn { display:none; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oiutILguGdWwCGzzfTsSiAkaqNFfO4fp { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAypeao5aW2r4SEnXrqTVisM3oc6r1TD { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqpPZND5nTdkIHaUIO2ifKwL7H7BvzSi { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoUTWMXUxk2aEZQS0yW3f6OKTQvlyB9o { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8AyliOGFqXeBPNlDMTeUXutZs7Jtgwz { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU { display:none; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #INl7HkEgJTls4gRhZ0hA3y2SB4wpStTJ { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7aB9ZJwTI3iUfnNMqT51Z6f2OZvHscL { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkSPast0h0HggAANUHeao2HVNHtvTnbt { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MICz4SrwTJdMsUPbOX754tTyx1a8SiIJ { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqu50blIEVxT6RiImAsqzvRmWZq2a3Ea { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH { display:none; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yi85dt2dOWXRMM8tkuhGWK956tkuyTey { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8DJh56H7cUAOVeMV3UNtg6k3MffekUU { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHhkcHTfbsEWDboOCwNiNkRJ3TCTefDy { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkUsw5QUcE4nO67efAQaHu0IF30TQ6f { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOFhQVExiweLqwCxAZ261H5xHZm61XW { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb { display:none; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDwaerRreyKyDRtOE5NFGbdgPsCQxQhd { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCELfFVzhehBGqwoSAGmZNHnSXNb2uep { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ssaRPJCzaaPxkq4KSwAdsn5HAytKNc { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3ryMg1hecHQIvgpuSB16hMpiopvXb01 { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWkJsi9vFeCJuSI5RDSS69wcQ7tn4VU { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG { display:none; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u37O60SzHmDd6Tzg95F3dfXPrGGKVNRn { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKIRfnliUxvpXQeuclygfRoT5nxaduth { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJTey4zoiHNTGe1hKFbWWMC1ieEnTML { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZKOgiGS6EW2nIdm8T2Z4ySoBVWJB1T { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0FUSPGCNXHVnXgfdV8yakXgEbXq9R4h { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #El1yENAoBUPyTySTggqvR4O4IEshFORa { display:none; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ABE4HOkBI6X1X9QbcytEsUoNR1DboddL { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bht7sozrbT8ArBsMlsLiIA5onOE5AmGk { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvQtZ5qQdlOfUOZZRLD2ak1ELGK8L4oD { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRWKJMTbAfKG8PxMv4aooJ1LXJ8HCwx { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtkSIRd5uTPipqF8LlzvIK3dAVTm1TDM { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA { display:none; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lpkMnWPAqLXVEFLHoLTTZvX4pwAKnCRF { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQWJPwyX54FSoNGc9BDULyz8xDBB1Mn5 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6JMTJv1Ib6fvEX5NImTl010HczEZoW { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTylLQ91UF32QSUzRzQp9AuOAM7UtDg { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS7A7zSviLTv7NCyTevEvHPT8A0Gy72V { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k { display:none; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V5udZOW5PLrIFCTzGqbslSw9tEL92aZK { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxO9pnxM69ccDA3bDDD6wggpHFVV2sFc { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBZE6rLrpcFFTk3tuhLwsspRb7a9aziX { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70SkVRe0nfBDHUZAqZsJ4cKBGK649DE { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7um8Tyc26IhNiDOWrkk7vFzmA5FUy8z { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P { display:none; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZRyvs3sHoNaZabQqpOBNITEtSmEswSKD { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2WuWhKoxIrenzLl2uBuoaeXx8f584G2 { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM6vx1LUrVH9reJHOxIE0pmKD9sFKmee { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL80xTo80Vm45aC5k1yB33NcJPzZdPRe { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSbnLc9OeTK5WmUZJg37QEAhGML27ww { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku { display:none; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o31GcHOrO6d8D4eWfBgpHDcC6wxfIu7S { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #qetdcdOez8ciR4p7F4kkbpWdxST5Z2XG { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TApwZxzzFSJpbMgcfoDPcKh3SIeMW8He { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPImWxzHXfTW2zwtcbragT6bIW4Rrv9h { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9OaBIPyw5c9tAChM4vvNsDooWImCJI { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msKblWf7pAElJmDvPInTiUU7Dqgk264o { display:none; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kDKlU8IWFl5FGhKwzbBXt9r49w2CczMS { top:3.375rem;left:0rem;width:40.375rem;height:24.27459921915rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeAyTKFCMiNLvPHRDJZ4nCTRB3kfUhGB { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4cUcLk2tOdRKak0AH1r2Cs8vFRLET1 { top:0.625rem;left:4.5000019073486rem;width:39.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOiGLLmOs0fa5mTKtAFMWLBdHKKhLRzT { top:5.8125rem;left:5.5rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVvDoUefVABwP4K6MSCUOqTCfzozf2hT { top:3.375rem;left:4.4984378814697rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJPMcz0RlSstDX8dEPcrtCisChFXfWw { display:block; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 { display:block; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEnVgQUgu68JuTQWgPMiTnnTIph40UzM { width:47.75rem;height:9rem;top:15rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #avyiEa87rKNi4ZRnbtHTAgptxxufBcHX { width:20rem;height:43.5rem;top:133.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNA630uUbMPikOrUmlDGpcVDCkFsQnhi { width:20rem;height:1.5rem;top:155.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUDiI71hBgyu2x9HMX9ou2SO4eb1mzKP { width:20rem;height:45rem;top:198.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7EPgJV7qZ1boT6vaBTzTpkyOov0BL4l { width:20rem;height:1.5rem;top:234.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M72Az8yfdVE1VAvAC3QGxCrE1utPcyFt { width:20rem;height:34.5rem;top:449.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx8Ai19dhLDxEtQHz6ICBJxiW42goeAD { width:20rem;height:1.5rem;top:485.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMDU8BVakTO6b3BCcuTlzVpmEC1M43q9 { top:170.0625rem;left:17.566408157349rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLLKZdps66fx1PCaORxspwQq7vSLTTDK { top:1.8125rem;left:0.90625rem;width:45.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIsnf9CqNqx1ZqVgqp5TxqiTyv2q6yuH { top:14.375rem;left:0.9375rem;width:45.9375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG { display:block; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 { display:block; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmoXg72tF4vlIRHkALWU6hbEHzOrvZz { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r { display:block; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS0WQ3iDtGR6lPKLtOib2p2gzKOQoiM9 { top:9.5rem;left:8.79146194458rem;width:11.25rem;height:2.6871875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3fPH7o4ZbRLS5y5amtfpm5Jf1xyRA9S { width:17.5rem;height:6.6875rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0IAlDGEkr8O9NPQFrtSBcJ0dX8lp6Uv { display:block; }
 }@media only screen and (max-width: 763px) { #OHV07eo282vSU934HScTyZz4V6qz9A7f { top:2.6875rem;left:25.375rem;width:16.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1ZMpiFGbuF39gyHfnkJlpKvKM6NRog { width:17.5rem;height:6.6875rem;top:1.25rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC4itLAChCJqSVMnk8B9keT4ZTG0mAnu { display:block; }
 }@media only screen and (max-width: 763px) { #oQTEOgWOae5pgzVnNlRh9c6uIFP5iRtX { top:2.625rem;left:10.25rem;width:8.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdfmNvIP9IdJhZWethx91kfP8yCUUocD { display:block; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlvKGNVv0acLAm8ZZhWEwdDOX90B6fSV { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 { display:block; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdSMWxfOH0RWC2duT8bWZMipdaA2ZQIP { width:16.25rem;height:6.125rem;top:1.25rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq7MTFlLNwRcBG2aGUMsVcVE2oKTnunM { display:block; }
 }@media only screen and (max-width: 763px) { #aPk3GevThOadVts6PeFbPgTx1qXA1Nnv { width:16.1875rem;height:6.0625rem;top:1.25rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFr1Iboy29BVqeQMTKKSdyt6W0he59FP { display:block; }
 }@media only screen and (max-width: 763px) { #eSXrmlS4ZRvaOJweQhlCnGo5Mf7qC4se { top:3.8125rem;left:35.75rem;width:11.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoINulWR3CFZm4hq731zmZlpTyhkqn1g { top:3.75rem;left:19.25rem;width:9.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EePDPLTWleRpkfRXBs7QeA6XOq3sKhkX { width:16.25rem;height:6.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWgJK66kGCKVaMI67clcgBmGnTIarWVG { display:block; }
 }@media only screen and (max-width: 763px) { #OPEVTUO8dJ5WKuh8FhQnEH4Du26eRAoN { top:3.3125rem;left:1.4375rem;width:9.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 { display:block; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTDpigwSTq5rf8iQCy8hAIJDeOMlhS7f { width:32.5rem;height:3.25rem;top:0.9375rem;left:7.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 { display:block; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLfu68DSKpdi2maOKi7o8XTRlbietsR5 { width:12.4375rem;height:4.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQc6Lci8lsQFwlwQpwrFQ2w7TluHD8Qx { display:block; }
 }@media only screen and (max-width: 763px) { #p4KCMrpvTrtxevGtGXnHScnGI8GLQV4e { width:12.4375rem;height:4.75rem;top:1.25rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT99JtwxyV5TiQnsK15nCkXRhD3DQ6nX { display:block; }
 }@media only screen and (max-width: 763px) { #TelplBBgKlwxAFmH0l5SsJlXAZAgMpS5 { top:3.125rem;left:0rem;width:6.8125rem;height:1.1147518933884rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESgD4GN06uhNnDex4VdpRKJvho4N92br { width:12.375rem;height:4.6875rem;top:1.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvKkukR2b0nu15OgObOBzVUFxqD0tJ6h { display:block; }
 }@media only screen and (max-width: 763px) { #QUFrKL6xAOK2BrVJn6kTxbiHOTJFX9Tb { top:1.875rem;left:13.1875rem;width:7.75rem;height:3.5337626412136rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3VqlOXbUxUbD74pvlSuTIDxm2IU5ERQ { width:12.375rem;height:4.6875rem;top:1.25rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMglnDXo2hcq1LNMZOrSTzAoBIebwka { display:block; }
 }@media only screen and (max-width: 763px) { #Un2y2ilbxVxagrs61miSHEPygdndR1CV { top:3.125rem;left:39.625rem;width:8.0625rem;height:0.99211398359849rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4U4OWRVwRRWyeURor2frFWQH4ktbtg { top:2.25rem;left:25.077257156372rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxD381b9JuoeStL7UuDWdLVslGVLWT3n { display:block; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPzqtXWg7ZkT9LxKCPtT4HIsZQCuFufA { width:13.125rem;height:0;top:1.1875rem;left:17.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukM6xnuRSTk9qwR5eMWBnSOkpfxaoKfg { width:12.8125rem;height:0;top:5.6875rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni5DDw4lsofUW0kv87I91KT2daobkKEF { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb { display:block; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPCTxOXpy5EsWpFDWvyHmMu4xVJT1vsk { width:3.125rem;height:3.125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5CEqlKK3ONN1tvHAbiVER1qWRB1UaZg { width:3.75rem;height:1.75rem;top:9.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEIeW19Q3dgznurO3opasl2CZTOzgOlp { width:3.125rem;height:3.125rem;top:8.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1yWIoHVuvfTtUX543TIS4sqwoiR7ZuM { top:7.625rem;left:10.68593788147rem;width:8.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVE4ghW93gXphBlaga0zUgEukOmbhvAa { width:10.75rem;height:10.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzHqCrFbXmcmBLiphhDL5Hecp3gWuEIb { width:17.0625rem;height:1.6875rem;top:2.5625rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW8OTDQaasVbaKuaonU2pu7TKA03ZTKl { top:1.8125rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRIR6p0a9nhmMKicmizqx2R4VUGHSBWe { top:5.625rem;left:7.875rem;width:16rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkHeANhTQtMpt10h1eJxVyA9IiTv0hQ { top:7.5rem;left:8.62343788147rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Ak20XLTztN18E70eiVQlKcAHSWyyTS { top:5.375rem;left:8.74843788147rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzbNiLkG7uZTogz82JnNbCes9McFDJy6 { top:7.6875rem;left:34.250001907349rem;width:8.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKbooFp4TeiV0xg6noDCFBwlbknUM1ai { width:10.8125rem;height:10.8125rem;top:1.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgw9WiP9nv4fGS0PnFoQ88AHKdNpLk2z { width:17.0625rem;height:1.75rem;top:2.625rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiWQLy8vtdIARBPMVB3xFfScwoK6vC6D { top:1.875rem;left:23.875rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmnk70Rz58E3zUGxLfOfvoliqgLLR6fW { top:5.6875rem;left:31.6875rem;width:16.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8WytuhQIzwhD4GebaMWiRMTRVy7ihxg { top:7.5625rem;left:32.187501907349rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMHoC0cAP4H5KBzMWFtFRpGcOisHibX { top:5.4375rem;left:32.312501907349rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP82AGpi3VRTTVGC77M6QyySq9aUhukq { display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { top:2.625rem;left:35.374134063721rem;width:7rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { top:1.875rem;left:19.936851501465rem;width:13.125rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { top:0.625rem;left:3rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { top:2.5rem;left:3.1247863769531rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { top:4.6875rem;left:3.4372863769531rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { top:2.5rem;left:18.562068939209rem;width:0.625rem;height:1.62435rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { width:6.8125rem;height:1.0625rem;top:0.9375rem;left:4.812068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block; }
 }@media only screen and (max-width: 763px) { #BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { width:11.6875rem;height:1.0625rem;top:2.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block; }
 }@media only screen and (max-width: 763px) { #wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { top:1.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { top:1.8125rem;left:43.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { top:2.25rem;left:0rem;width:7.1875rem;height:2.8498167945512rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { top:4.75rem;left:5.0616340637207rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtEoPAXw3klLM7m7X0nwNa0rub0yb02B { display:block; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQkydQRVucw6bE5htnR5UApq5a2iLFle { display:none; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mEi9A68LOBT0VZzAc0tQ3iUH7xMyXM3x { top:1.1875rem;left:1.0625019073486rem;width:43.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGxT9PEA0MsxpX9efTVQClZFzKWoyWaK { top:1.5rem;left:0rem;width:6.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk0xHkuu3TJnwFXp9QPUqGOgk36XsTrS { top:1.375rem;left:39rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhFslbEI05IO3SlUi3fniX3akh2EDfx { display:block; }
 }@media only screen and (max-width: 763px) { #EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz { display:none; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GqEhR7wh6CCBsyNKII3HPmwIqHmGlkFr { top:1.5rem;left:0rem;width:45.125rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNbD758vfesX5gUkTz4c7O1kWUlCGxsQ { top:1.5625rem;left:0rem;width:8.125rem;height:2.37413125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnwgir2sObUAzsC354MOsCOgNCqTCHng { top:2.5rem;left:10.434246063233rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k71n4TUWxCJ9GOOQllNr1T2yFRZJ3tBw { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhlmlqg4RfNXl5z86VGBVpn4dhZQUknp { display:block; }
 }@media only screen and (max-width: 763px) { #ZOVresJItQETG65dZAcfeLLDzvHZgPBa { display:none; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w36IkuZ7TmKRt0kXyyMTztt96lCVr5P8 { top:1.5625rem;left:0rem;width:5.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7t6ksGlLAPx6gMMs8NlkUdg3FANaRny { top:1.375rem;left:35.375rem;width:12.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmfZ2DGOqP3H62vyxDy2M9Ick6SkQSO4 { display:block; }
 }@media only screen and (max-width: 763px) { #trgcDri6ZPrbe32cOssSH6SU7tEg7Vcl { top:0.8125rem;left:0rem;width:6.5625rem;height:3.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0.75);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; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { background-color: transparent; background-image: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { display: none; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .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); }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { border-width: 0; border-radius: 0; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQ0Zyp6TJpf7rFGT5LCSqwMgxNBJkqZR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyB6IQTiD70MPq6DI3DnZnAqu6xAVEXS { width:7.25rem;height:2.875rem;top:0.1875rem;left:6.375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ri4pRop0hOvWBAN6MrMfJvQPilZ3gc4g { display:block; }
 }@media only screen and (max-width: 763px) { #ttF4xJaJeh9UcX47zNoBIKowvfCy1hKU { width:4.8125rem;height:2.875rem;top:0.1875rem;left:7.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #etbvPh58xDa9ZzdUW2r3XRSpOZpdEScI { display:block; }
 }@media only screen and (max-width: 763px) { #P2Hp11BT1aJT6GROO2eCFVFCO4iWxq11 { width:20rem;height:5.6875rem;top:42.12031129157rem;left:147.27499997616rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #FTDh8EIFgNZTVzqFwo36Sb6vm3aGFIDc { width:7.5rem;height:2.125rem;top:2.9375rem;left:2.5874999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #NTkTeKvc74UQo5PZ9HlTrEpeh2g6uWf6 { width:7.375rem;height:1.6875rem;top:1.4375rem;left:9.40625rem;text-align:right;text-align-last:right;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #V6ME4GxPViGRhTTlvOA3LPnMPGExDADT { display:block; }
 }@media only screen and (max-width: 763px) { #migu4xPcfxKBzEe1wz0M6DMDvENW7GCT { width:10.3125rem;height:2.875rem;top:0.1875rem;left:4.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #u7pGPUfo4kIhF7X7SalnZfc9fcK6s1Th { display:block; }
 }@media only screen and (max-width: 763px) { #o8afmc1hN199avZ8p2nnCnNmyOF3qxnK { width:4.9996125rem;height:2.1871125rem;top:2.872989654541rem;left:5.9672801494598rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xrn1rzTAlGg9FKPhWflcN1ieRvfpUKdh { display:block; }
 }@media only screen and (max-width: 763px) { #CB6iZFHrfEupB5rHUufMAtGCzyo6q4gP { width:10.625rem;height:1.875rem;top:2.9931926727295rem;left:4.6844057440758rem;font-size:0.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #DBzEz2unGH2EvnmpwkwTGxSPfR0UP3l6 { display:block; }
 }@media only screen and (max-width: 763px) { #ySMMAXAVcadMm7G5XOXyeJMUV4TMTArf { width:10.123625rem;height:0;top:0.8125rem;left:7.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #RUyyyaQK86JD3iuJmo4l5X7aswpyS6Hb { width:8.125rem;height:1.875rem;top:0.625rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #leLEq37yhCgtfWE4fwMU8BdbSZRl4kzT { top:0.9375rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gndHKc2h5ItR4mV9g10IRtG6pRFiHtlV { display:block; }
 }@media only screen and (max-width: 763px) { #TTrcsXtbr52pwupwpL2pRQcWcfZLwe1O { top:0.9375rem;left:0.75rem;width:18.4375rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvHf3Gb1P0QCXaBO8aJeuOuPlTqy1WSt { display:block; }
 }@media only screen and (max-width: 763px) { #dn911OSIiPrnXHy2cg6C7pTd8kiH8bG5 { width:12.8125rem;height:auto;top:1.4375rem;left:3.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xy8rgLHLrMGKIxE87btLhaazu6RACzdF { display:block; }#Xy8rgLHLrMGKIxE87btLhaazu6RACzdF > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc { display:block; }#LPvrEo5FE6JsHXvWkSnahU3WFfZLPUoc > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #damvkp2osi1NrMoWtfwl7uCT40L628HL { width:12.5rem;height:11.4375rem;top:4.3125rem;left:7.5625005364419rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #p0rohUBT9catuZNXk3Q3ENaxyOOA6nD4 { width:9.875rem;height:11.4375rem;top:4.3125rem;left:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Kebkys2w8NbnlS5LyG53EpfQGV6nROnq { width:20rem;height:33.75rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBQkBSQJPmpMriCeHbVh9u58EpSW8HpF { height:11.9375rem;width:19.375rem;top:4.0625rem;left:0.37421876192093rem;z-index:15008;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #I407fXgwemNLX0DCHV7JApyMGRm3Ggtq { width:4.3125rem;height:1.625rem;top:4.0625rem;left:7.84375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #zmgSqpIfl317uociZXL3xIWSEgfgLiTf { width:20rem;height:1.375rem;top:1.2445316314698rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y { display:block; }#ZgngKXFXTfTXN05aOdn5Uu4IRKkbaW1y > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik6i9NdK0XCKmaGFI5m38G2Rp0B6eh1V { width:20rem;height:1.375rem;top:1.2447967529297rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 { display:block; }#lyUIi7RcTkBTzvRQyOueX10Ozo00R4U1 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0DBZStZRVWbLA19G0ZfZf6hbecPzptk { height:11.25rem;width:20rem;top:0.3164119720459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axznKKsl2amgyLdgIBgazN7XPq4MsfIU { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V { display:block; }#Mkqs99IH8hpal8s9e0tFk2k4nUVVhi2V > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTG0apZ8kHrv1EtUGTrStXQRKTRnGnHE { width:20rem;height:1.375rem;top:1.0312538146973rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGOp0B7plLTZD4x20fzcndhbxvPgs5WH { display:block; }#lGOp0B7plLTZD4x20fzcndhbxvPgs5WH > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUgH9Vb91SGlJLSo8TcfXWPI0z1wA8FH { width:19.9375rem;height:12.0625rem;top:1.1664066314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOdDbCtWMTHPAeRSETwqAyAXmMdDML2V { width:6.06228125rem;height:0.124783125rem;top:8.7927761077881rem;left:6.9674351215363rem;display:none; }
 }@media only screen and (max-width: 763px) { #msC7r0PJUSnG6PtREGhBT3fWw0opaTP7 { width:20rem;height:6.375rem;top:1.1664066314698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RImFh3Pa0b2b885491gNyTo6sr2s6wUG { height:11.25rem;width:20rem;top:11.873443603516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxf29hDLqvTCTGH6rC7x0UiczDskINyI { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9ESJFcrlAhuNunRpDs1mX0bc5TPLQZg { width:17.5625rem;height:2.625rem;top:8.125rem;left:1.2179687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK { display:block; }#Vz4Q0Uo90KlkRRDnk0NV4Ttcqg36b9TK > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML { background-color:#bedaea;background-image:none;display:block; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container { background-color: transparent; background-image: none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container > .video-iframe-container { display: none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row > .video-iframe-container { display: none; }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .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); }#FMZFu0kwu4nIBfsp3SkKZCTgz6P0CgML > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnSkwn6H1ZbTIAulWw1siPIXah4aJbuv { width:19.9358125rem;height:12.059875rem;top:5.2171859741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wENHlKczUZnyVdkpxkIvDKq2ki8dntAc { width:6.06228125rem;height:0.124783125rem;top:3.875rem;left:6.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qa0m59qk1a83CFVml8zDe1lB44CVzgcE { width:20rem;height:1.59375rem;top:1.1671905517578rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GDmwHnNlKlmUIAyySsZ7Tg8Fn6WOFbOc { height:11.25rem;width:20rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgrPzIKzXdw3aIJ4vpDw0yyolERLuU8a { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hU6T762f7zguleZG78xWBF6Du14VA12x { width:16.4995625rem;height:1.3125rem;top:3.4375rem;left:1.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU { display:block; }#uHmcByJfPAkK5ngVhPnKqiXR81Pti8wU > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz { display:block; }#QuLXQRoBvTmt1Bzxti0DOhvxJdgkBBmz > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb1U6mGu128Nav9l50hWbaepbL2yTJIh { width:19.9375rem;height:12.0625rem;top:1.16796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #r2t40G5dHag7pl1T2b1Uc3dLutWeJVCR { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7gONpf3O5oM1TK7NThLzI9EWCC0ow5D { width:20rem;height:6.375rem;top:1.1671752929688rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zs26ArtcqT71lhETQUEh1wFHsmKIxcB4 { height:11.25rem;width:20rem;top:13.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuULozMS9T0pRgPThFJXPCWQ62cauf7k { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCzwwQl7XCs280RkNATC4WKb7qbhZt7R { width:20rem;height:3.9375rem;top:8.1312561035156rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD { display:block; }#MRCL7axWNv0OGRV7iNHgUh9nz9w5U6tD > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqCc2rqvp8dbQXxRh0FGH6FNU91FyEg0 { width:19.9375rem;height:12.0625rem;top:1.1664066314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #esKrTFuVOqHv5SHL53KiMLSpK0Zq4k43 { width:6.06228125rem;height:0.124783125rem;top:8.7927761077881rem;left:6.9674351215363rem;display:none; }
 }@media only screen and (max-width: 763px) { #JED3yM1hfxmO0HFrVfev3J5oNOqOarE8 { width:20rem;height:6.375rem;top:1.1664066314698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRTg5LO0Io1QyAATlHAt1EaZCSVFvFEH { height:11.25rem;width:20rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwT226md0yCZOuWRugGTGiAiWT5RSKTp { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hamRLCab14yKNpEGeVmML7VGT4bTNZIf { top:23.12343788147rem;left:5.0000000596046rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgWfyWGwGI67nkLid1XzksJDqinWFkJ { display:block; }
 }@media only screen and (max-width: 763px) { #BGfPVLIoP2fQL3iz7KTWdtvgwcwy7Dcq { width:17.5625rem;height:1.3125rem;top:8.125rem;left:1.2179687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg { display:block; }#SLQWl48M7FVAHglpbmqnwGAJ00zEMwpg > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr { background-color:#bedaea;background-image:none;display:block; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container { background-color: transparent; background-image: none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container > .video-iframe-container { display: none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row > .video-iframe-container { display: none; }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .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); }#LLogBlJ2HHQ3ZorGOsV35WuO4StCnxGr > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoiwMyER04GO533qxe3WwIS6fRSyOPOU { width:19.9358125rem;height:12.059875rem;top:7.0920104980469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpfU8uc4zNlKxsowfM05QHiVIbuIgeD8 { width:6.06228125rem;height:0.124783125rem;top:3.875rem;left:6.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PrkCa2ukPT0XTfM6EOISCqm9Epkhk1Rs { width:20rem;height:3.1875rem;top:1.1671905517578rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #I6tbXhLM5m737bGGdQX2ClZ7SbGGLr36 { height:11.25rem;width:20rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHx5bALyS9gQehTwBnFTBmy7BbiUeamz { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvKQyuoHEgtRkagI23fVS2nm9TX4fwx3 { width:16.4995625rem;height:1.3125rem;top:5.3125rem;left:1.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziIlUfIskAsJABrLQPz8ytEbptRb1snL { display:block; }#ziIlUfIskAsJABrLQPz8ytEbptRb1snL > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO { display:block; }#nTDBBHQzG8FKuoMC0rla4XJkWzuTLlWO > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuBQVJC0i33EUcXghM7IEEvTdsiE3Pps { width:19.9375rem;height:12.0625rem;top:1.1664066314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxudzmy9vQQ63ZHEll0kQG3RqctIfBDu { width:6.06228125rem;height:0.124783125rem;top:8.7927761077881rem;left:6.9674351215363rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDwemU41sddvqk9M6PxvaCMFimxDipQA { width:20rem;height:6.375rem;top:1.1664066314698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9Da9lCTx8FLLvneX65ggxWIyyTQ4ERR { height:11.25rem;width:20rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFEFwCS7TBnxtfkGIBwUmd3tdpXt60R { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtFIaxHqfCPGPIMspQeyt8Cx76QeX7kL { width:17.5625rem;height:2.625rem;top:8.125rem;left:1.2179687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM { display:block; }#puNHGr5HZRoTQQVbAtdoVOTrBIT9gAzM > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mp9goTbJcJaOTD5c5464OgHOC760va3Q { width:19.9375rem;height:12.0625rem;top:1.16796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #w2T6gpwmsEyQn9Fh3WsTyPT5GMrJ3FX9 { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvDzz8Mb0gtiglcC0H2TcBS307kgTWOq { width:20rem;height:7.96875rem;top:1.1671905517578rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZMwAfDGn79weKXy3SPTA8qIDZvcMMz5 { height:11.25rem;width:20rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9AUu1EhJu2GDxTuxTLNvcISwsoTW2r { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LbkPcrDLTaPEBhKgImREwFJK8UJsa1DE { width:20rem;height:2.625rem;top:9.6929779052738rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp { display:block; }#L9eQe0ZOcTvuvsiyVAb3m9ycCvQn1bpp > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS { background-color:#bedaea;background-image:none;display:block; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container { background-color: transparent; background-image: none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container > .video-iframe-container { display: none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row > .video-iframe-container { display: none; }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .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); }#nOFvgrbNr2Khht4VZ2kGUFQ241uLJhIS > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWMBB577H3uhl5980HD6TtiO4lWDNwcm { width:19.9358125rem;height:12.059875rem;top:8.6545181274412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9dm4hZVMho0QCiiLeLyTaJPZ3BhZ4h { width:6.06228125rem;height:0.124783125rem;top:3.875rem;left:6.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #ZHxvEZorzeUWQFdeHsTrwyauGV3LbF1A { width:20rem;height:4.78125rem;top:1.1671905517578rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dQQqs2AUIsWlgKCvW0IyOV4bbTo9fe4a { height:11.25rem;width:20rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d749PF4aEiCiB9cSEe05vn7KDTPfp4RX { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJ46LHTkt5lVx6ViPa7wZGrUUNgE9JvB { width:16.4995625rem;height:1.3125rem;top:6.875rem;left:1.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huUpiZpeTkEPCBTuKxTmNKHq400P48uS { display:block; }#huUpiZpeTkEPCBTuKxTmNKHq400P48uS > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 { display:block; }#esH2CdJVeT2SQrr6h6FkPL7F6ccb1gQ7 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou3KsZ0P1Whrz3hAOrX5TbO8l8TRf7hO { width:19.9375rem;height:12.0625rem;top:1.1664066314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #suTNT1XJTC5bkEmtanq73K2KNoBlzLLQ { width:6.06228125rem;height:0.124783125rem;top:8.7927761077881rem;left:6.9674351215363rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeXZg99Pccqsxso0RtmvzLOKeJymFMJh { width:20rem;height:3.1875rem;top:1.1664066314698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fs9htdSBEgwqhTuO9Zfw05CHkKsBR0M7 { height:11.25rem;width:20rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyh2Ragk6S9DTuwAlQAGklR51PsAu7ep { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfGRKVeMlTO2zoaQtUBIf4ASDO61RN4S { top:19.998468399048rem;left:5.0000000596046rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc14yb0mMIxxZf0Pslnb5rbtK3B1rbud { display:block; }
 }@media only screen and (max-width: 763px) { #AKe8LKgrlq5gcRTrZQAU7VbTFhZdvhkA { width:17.5625rem;height:1.3125rem;top:4.9999694824219rem;left:1.2179687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE { display:block; }#WL5nHdyhDd1CP3dTd5d8Q5mTeu6QgFeE > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT { background-color:#bedaea;background-image:none;display:block; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { background-color: transparent; background-image: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row > .video-iframe-container { display: none; }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .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); }#fkl8I3wyXvie5fEhE0yESbTJMA2HIKOT > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbOgmgiDS9LCpbDrNPaNveJQcXcwD0x9 { width:19.9358125rem;height:12.059875rem;top:5.2171859741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuB6f7RyVuPH79VxOIxUQ9XkCqeNFbTI { width:6.06228125rem;height:0.124783125rem;top:3.875rem;left:6.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MzoNCPZG0VpeEIteiWX3vtxUowXLIsRs { width:20rem;height:1.59375rem;top:1.1671905517578rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eVEDAV1ivVbOcpKLIBcM0qTbhzytLpJG { height:11.25rem;width:20rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efckkVxQquGBTXA9TT27DwytCiRJzZPv { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zc5V8vAFSDdSaMuXU4GhBJrRronKBUxp { width:16.4995625rem;height:1.3125rem;top:3.4375rem;left:1.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT { display:block; }#xb1HXHu0WDrufIEhJpa8tbckJ4L46tnT > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh { display:block; }#THHf0Wq8goEa0SrH9VHVXE4hgmECf5Uh > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSf6M4rDovZTgg6PWFqVcGWf58Wkpwze { width:19.9375rem;height:12.0625rem;top:1.1664066314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNkVCU2lT8giOSAzz3TfklFkMHt8gMTh { width:6.06228125rem;height:0.124783125rem;top:8.7927761077881rem;left:6.9674351215363rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6KgmUoaADULAZ3pxWDc340WlPxDk7Qh { width:20rem;height:6.375rem;top:1.1664066314698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psluQ0RTKyHZMRIJkzg8rLVnR8vrro69 { height:11.25rem;width:20rem;top:11.873439788818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2daov9bQw8wTcPq4TOE1sk7sVB5bMrH { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2R5GxoblA4Ffr6wUZKt2AqIPlQC2qOL { width:17.5625rem;height:2.625rem;top:8.125rem;left:1.2179687619209rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn { display:block; }#k5L1UZrTIddhb5DXssnD4LCF1hDrpTFn > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axVTEvcW7xqk0sSGXwCTGw3BoyFGh7Po { width:19.9375rem;height:12.0625rem;top:1.16796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oafAsbrfxBnm47Td1LRuIuQTocpOSc79 { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXPAO75SI6im1dxIbSIqUe5KKv2mTFfg { width:20rem;height:6.375rem;top:1.1671905517578rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mptTGdGG22NiGa5BW3GUF6TTVeu6WLW5 { height:11.25rem;width:20rem;top:13.12890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxA2J8CPakWc4tGA5AERU0ObKt2hWKbL { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J25p3yXrWSXQJFTIpTpHSELW8ln4Z6TZ { width:20rem;height:3.9375rem;top:8.1304626464844rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 { display:block; }#ZiwJ1lSkQzSaMOVeGRfupPTRgPw68Ob5 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaArwv7TLT0VkK1HHsi5q11CTprfU7lV { background-color:#bedaea;background-image:none;display:block; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container { background-color: transparent; background-image: none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container > .video-iframe-container { display: none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row > .video-iframe-container { display: none; }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .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); }#aaArwv7TLT0VkK1HHsi5q11CTprfU7lV > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4qZ4UQUv9TuSUc5p2pWkn718fsuwgye { width:19.9358125rem;height:12.059875rem;top:7.0920162200925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2KhZaaWDitWtJ9ZTmzMT1VwirtTyziB { width:6.06228125rem;height:0.124783125rem;top:3.875rem;left:6.9375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zUONcOosQ3rPB5ihQJUkZaeDK3X0BeUx { width:20rem;height:3.1875rem;top:1.1672058105469rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kWPiScpm1939bdqbV7OI6KTKRXeS0hwd { height:11.25rem;width:20rem;top:7.5000019073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TiLIEmHbxq64gNec6vtN9InCQl1itm { width:20rem;height:21.6875rem;top:22.16796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb9NQNFbt0mrwpSyS3khMSqw7byIVrZT { top:19.687501907349rem;left:5.0000000596046rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6szbLz6dM0bzy7nN8iAqAXDVz1zxcJw { display:block; }
 }@media only screen and (max-width: 763px) { #r53UHHSmETcLIP3LsQ9PfdImdg4U6AaX { width:16.4995625rem;height:1.3125rem;top:5.3125019073486rem;left:1.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdZPtDmOR3t6Wsd40KMCheT0uVHemscz { display:block; }#wdZPtDmOR3t6Wsd40KMCheT0uVHemscz > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 { display:block; }#FksD7I8hsUtZdTuN1KRckWRn2JSwrEb5 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIJ7okZ3LKAmxq6pB1XyoBZaefGLSvKm { width:19.9375rem;height:12.0625rem;top:1.16796875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xMR9KpfNZzxkMXlgR8ISyfrkW5ZvpSaE { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceHmcliiWFFWO9xKMgldZsOgQRlVHm35 { width:20rem;height:6.375rem;top:1.1671829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gU2Jr5IrfweL6WpXcgs7ms0CvQTWM20D { height:11.25rem;width:20rem;top:12.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boc0Xbf1PQzFVpRbbwgRiFrlq9imMrUu { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh9zrRWq5wO1xIZl2g3Xx1Cr3S36ifEO { width:20rem;height:1.3125rem;top:8.1304702758787rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQ1XRiTLBm6zGpnLdrmmLuTlixdXEP1d { width:1.5625rem;height:1.5625rem;top:10rem;left:9.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7RHnIkz3p4PvFxdSpy1ZSbfPSlHqPwW { display:flex;width:0.625rem;height:0.625rem;top:10.4375rem;left:8.7500005364419rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #fwBOuiA4o8ItsTI67ScULChX3P06dCux { top:24.99843788147rem;left:5.0000000596046rem;width:10rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6iLcOV5TB3n4NmMquHBfQpwNTn9ZDae { display:block; }
 }@media only screen and (max-width: 763px) { #NnFJJqd9wGAET9glknNtCsHnRBTPC84P { display:block; }#NnFJJqd9wGAET9glknNtCsHnRBTPC84P > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y30S6EHvuQiNVtrEfaI7phhcw033c8QJ { width:19.9375rem;height:12.0625rem;top:1.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iQWn7Db8RCAhWkZVruWNWggG7z1F0aKw { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItOOqyQyJ4uWNodAMTOBzieMDf2tVTBh { width:20rem;height:6.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT62WxJyRE7C9FZF8hNqLc81VByaxfDn { height:11.25rem;width:20rem;top:12.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvVgWTZTK9cqqZ4G1eIpcZkGOValzwQS { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OysiAQ4vi8De1iSs4uJ9IWhOOaQiaUX1 { width:20rem;height:1.3125rem;top:8.1507797241213rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKTMnaVWT6cCcl0oSxLBBd2ATC5ABqvh { width:1.5625rem;height:1.5625rem;top:10rem;left:9.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqaqglv6lv5ZdstnxPbOz72GIiSrxF3h { display:flex;width:0.625rem;height:0.625rem;top:10.4375rem;left:8.7500005364419rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq { display:block; }#qAo3RkOTpT9yIghhr5DMoUgN6w96yCMq > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq7vrJZpNe42f3k3D6dz0Hv2bGGvkBZK { width:3.125rem;height:2.8125rem;top:1.53515625rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8i8aERM3wGTsfAVf5lT3wsOhfG5qCwJ { width:20rem;height:2.75rem;top:4.9937515258789rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNvHHJxkm3hvfATKs8WLTcn2InZ5MJbh { top:8.4304656982425rem;left:3.4375000596046rem;width:13.125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrsAMVM6T4RPeUhqpohr85UkJqGkH4Cv { display:block; }
 }@media only screen and (max-width: 763px) { #nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 { display:block; }#nN0umGnoiR41nIc1gWIEdPTfcPJ6zZC6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ria7Loc8SyiDfbKhWhy7qfoTKGSNbnVl { width:20rem;height:1.375rem;top:1.2447967529297rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 { display:block; }#xfTgdGoBd73tb4EaWNoSlbzm8yhHbHu8 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x74S1Cyg5DDprfmL4B7Fb0xv8LXGWWnv { height:11.25rem;width:20rem;top:0.31250047683716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycfiTPn6ATPDHTfOF3RRseTSBnlUsxa2 { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pslgTsNLZ1TTHb2eDps91A4x9eBG29VN { display:block; }#pslgTsNLZ1TTHb2eDps91A4x9eBG29VN > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzmGddyTNkqPGWGdNlcHcWD5THm5uMOi { width:20rem;height:1.375rem;top:1.2447967529297rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh { display:block; }#II37TbPyhDfQAtD0hfMUZrFlfOEx4oLh > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEHphvTHAhWK1PQ5UEELmNBdF36mpkIT { height:11.25rem;width:20rem;top:0.3164119720459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO7u76OB9l35vch85BzmxWoXiagP5Hkb { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbWKEps9dzxhB0XigFKbzrylEXEEGNPg { display:block; }#KbWKEps9dzxhB0XigFKbzrylEXEEGNPg > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFFMpia189wnOgPyl99iTuOIzwZyADnF { height:11.25rem;width:20rem;top:0.3164119720459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVHsgnaOSW9sHM1hLNu6Tb7vQfqwkTBn { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB905wnMUC5wu7HNq5zzScfGpcm6rpsq { display:block; }#GB905wnMUC5wu7HNq5zzScfGpcm6rpsq > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubf3ck77K1lcpRuT6UP2OJ6GBRcrO9wv { width:19.9375rem;height:12.0625rem;top:5.125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ILwgJLcqiHoMmxWf086qBP95XdrO60E7 { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8ysuwyfdTSTzBVy1IHyehebTri9DITA { width:20rem;height:3.1875rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVswgSnpyPTVyadWhPa2LGkXhw3Sx0Ce { height:11.25rem;width:20rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXyhlo1WupteWVulV7T5vTCIawTmy9Lt { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 { display:block; }#xRCAEsSB7Q6K1UzcQizmWiPyGAMAD7q4 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTugo4yisqAG8EH0LxTbEHcC0msOwJuU { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QhJC27ai7z26lhUsCUN7nDTAEE2eig1s { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkQPAlc31MKbGRrNGncwiUTIxoNEmTmF { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQTAooBcTexoaInr2MohTwW4PtEAPWw { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaN22tJSa2oP7CxybgFHTKEa9SKDewqb { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZL6isTEnTS70KrnxLT09knxQbButKfc { display:block; }#gZL6isTEnTS70KrnxLT09knxQbButKfc > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqP9ubo1U8XaLMt3wT0C9Z6Xbec5Q0Bv { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #p6bdHfB4Te6PlJxQACAhNviTrcHc8EP5 { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQytJiWHHixrn3uWCoOlSyUL3qWPiWiO { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRfKUxfUdqKKklOphuvMmHDd1hIqiNOX { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsn3zaX95tgNQ9SIfaValgiuWdTlkZZs { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #saFDXmIP7989zmTPEzRWEIkL9LyvVkQm { display:block; }#saFDXmIP7989zmTPEzRWEIkL9LyvVkQm > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gly0I18ibcxTTfacLVanBNWbFusHZbzz { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KD6kR5yTTIsmhpegn6kDJifmhc7rmsoA { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #Spy7XcsDETcspbyDv8q4xOM468vPBZTR { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mS9vEuNRFWHecJaTfgJ5EpXo3sHy0JsX { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPiiwzTBgreTkKTmkhnOvNHKTpWWBkh { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA { display:block; }#SkRq8zw7HZ8gtN7qRRz9lidFNIPl1WVA > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUOAp5EOIVapxMqob0W54dDqtx9EETof { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VdcwpU6JITTHcTBeblSOhEqEimyWeQ8V { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPG024Hz59Dr4fgrwXkgobcDTEdMt4iy { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbVJMm9477g6dhQLqpxxaFER2PsmF0A9 { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VxwdHUBCn4m4Wb3TGLaV3POBof5KLl { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmXVNFffewze7p6UfX36x761N1B91Jdn { display:block; }#MmXVNFffewze7p6UfX36x761N1B91Jdn > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiutILguGdWwCGzzfTsSiAkaqNFfO4fp { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FAypeao5aW2r4SEnXrqTVisM3oc6r1TD { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqpPZND5nTdkIHaUIO2ifKwL7H7BvzSi { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoUTWMXUxk2aEZQS0yW3f6OKTQvlyB9o { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8AyliOGFqXeBPNlDMTeUXutZs7Jtgwz { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU { display:block; }#AtMhQEQTHZ2ak0gbEFX6ZdV8ucW1BHGU > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INl7HkEgJTls4gRhZ0hA3y2SB4wpStTJ { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #D7aB9ZJwTI3iUfnNMqT51Z6f2OZvHscL { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkSPast0h0HggAANUHeao2HVNHtvTnbt { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MICz4SrwTJdMsUPbOX754tTyx1a8SiIJ { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqu50blIEVxT6RiImAsqzvRmWZq2a3Ea { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH { display:block; }#sIOHTpyCdJBHFVMGIz9OmClgdkBbVSpH > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi85dt2dOWXRMM8tkuhGWK956tkuyTey { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #B8DJh56H7cUAOVeMV3UNtg6k3MffekUU { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHhkcHTfbsEWDboOCwNiNkRJ3TCTefDy { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpkUsw5QUcE4nO67efAQaHu0IF30TQ6f { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inOFhQVExiweLqwCxAZ261H5xHZm61XW { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb { display:block; }#ekg3n7Q1aLIwCxdkuX9cvmyPUbLQZ6fb > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDwaerRreyKyDRtOE5NFGbdgPsCQxQhd { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fCELfFVzhehBGqwoSAGmZNHnSXNb2uep { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7ssaRPJCzaaPxkq4KSwAdsn5HAytKNc { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3ryMg1hecHQIvgpuSB16hMpiopvXb01 { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzWkJsi9vFeCJuSI5RDSS69wcQ7tn4VU { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG { display:block; }#L2vifWa31iMEWhGyVdNUpp4Df9MDi2JG > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u37O60SzHmDd6Tzg95F3dfXPrGGKVNRn { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bKIRfnliUxvpXQeuclygfRoT5nxaduth { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeJTey4zoiHNTGe1hKFbWWMC1ieEnTML { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbZKOgiGS6EW2nIdm8T2Z4ySoBVWJB1T { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0FUSPGCNXHVnXgfdV8yakXgEbXq9R4h { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #El1yENAoBUPyTySTggqvR4O4IEshFORa { display:block; }#El1yENAoBUPyTySTggqvR4O4IEshFORa > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABE4HOkBI6X1X9QbcytEsUoNR1DboddL { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Bht7sozrbT8ArBsMlsLiIA5onOE5AmGk { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvQtZ5qQdlOfUOZZRLD2ak1ELGK8L4oD { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDRWKJMTbAfKG8PxMv4aooJ1LXJ8HCwx { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtkSIRd5uTPipqF8LlzvIK3dAVTm1TDM { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA { display:block; }#Ixv81ceQWFfaSmo3VdrAcTax70ZESgSA > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpkMnWPAqLXVEFLHoLTTZvX4pwAKnCRF { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qQWJPwyX54FSoNGc9BDULyz8xDBB1Mn5 { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF6JMTJv1Ib6fvEX5NImTl010HczEZoW { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJTylLQ91UF32QSUzRzQp9AuOAM7UtDg { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS7A7zSviLTv7NCyTevEvHPT8A0Gy72V { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k { display:block; }#DqTLBBOKUWco9ZheLFqM3Z95dzVUd30k > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5udZOW5PLrIFCTzGqbslSw9tEL92aZK { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hxO9pnxM69ccDA3bDDD6wggpHFVV2sFc { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBZE6rLrpcFFTk3tuhLwsspRb7a9aziX { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t70SkVRe0nfBDHUZAqZsJ4cKBGK649DE { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7um8Tyc26IhNiDOWrkk7vFzmA5FUy8z { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P { display:block; }#LMhW3DD5LIuG3XU3OsIwpN2VTIBDM20P > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRyvs3sHoNaZabQqpOBNITEtSmEswSKD { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #M2WuWhKoxIrenzLl2uBuoaeXx8f584G2 { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM6vx1LUrVH9reJHOxIE0pmKD9sFKmee { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lL80xTo80Vm45aC5k1yB33NcJPzZdPRe { height:11.25rem;width:20rem;top:3.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSbnLc9OeTK5WmUZJg37QEAhGML27ww { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku { display:block; }#Hb8KSu2r3gqnAA0bO7FLOkmzO7culIku > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o31GcHOrO6d8D4eWfBgpHDcC6wxfIu7S { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qetdcdOez8ciR4p7F4kkbpWdxST5Z2XG { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #TApwZxzzFSJpbMgcfoDPcKh3SIeMW8He { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPImWxzHXfTW2zwtcbragT6bIW4Rrv9h { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm9OaBIPyw5c9tAChM4vvNsDooWImCJI { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #msKblWf7pAElJmDvPInTiUU7Dqgk264o { display:block; }#msKblWf7pAElJmDvPInTiUU7Dqgk264o > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDKlU8IWFl5FGhKwzbBXt9r49w2CczMS { width:19.9375rem;height:12.0625rem;top:2.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TeAyTKFCMiNLvPHRDJZ4nCTRB3kfUhGB { width:6.06228125rem;height:0.124783125rem;top:7.1976051330569rem;left:6.9667903184894rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps4cUcLk2tOdRKak0AH1r2Cs8vFRLET1 { width:20rem;height:1.59375rem;top:1.2296829223632rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOiGLLmOs0fa5mTKtAFMWLBdHKKhLRzT { height:11.25rem;width:20rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVvDoUefVABwP4K6MSCUOqTCfzozf2hT { width:20rem;height:21.6875rem;top:22.318793296814rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETJPMcz0RlSstDX8dEPcrtCisChFXfWw { display:block; }#ETJPMcz0RlSstDX8dEPcrtCisChFXfWw > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 { display:block; }#qTdqHeEndhMa1FOVLVCXDdtTrgeIkcs1 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEnVgQUgu68JuTQWgPMiTnnTIph40UzM { width:18.125rem;height:0;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #avyiEa87rKNi4ZRnbtHTAgptxxufBcHX { width:19.999625rem;height:0;top:145.59738922119rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fNA630uUbMPikOrUmlDGpcVDCkFsQnhi { width:19.999625rem;height:0;top:231.57295608521rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #sUDiI71hBgyu2x9HMX9ou2SO4eb1mzKP { width:19.999625rem;height:0;top:245.20218658447rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #v7EPgJV7qZ1boT6vaBTzTpkyOov0BL4l { width:19.999625rem;height:0;top:313.33607239289rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #M72Az8yfdVE1VAvAC3QGxCrE1utPcyFt { width:19.999625rem;height:0;top:387.38800914887rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Mx8Ai19dhLDxEtQHz6ICBJxiW42goeAD { width:20rem;height:0;top:485.18666839599rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #DMDU8BVakTO6b3BCcuTlzVpmEC1M43q9 { display:flex;width:1.125rem;height:1.125rem;top:403.66027832031rem;left:15.536045312881rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLLKZdps66fx1PCaORxspwQq7vSLTTDK { width:20rem;height:5.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIsnf9CqNqx1ZqVgqp5TxqiTyv2q6yuH { width:20rem;height:5.125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG { display:block; }#iKQTJA7lyrAqwfcTtHi5RXlXr4DgHJvG > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 { display:block; }#siFUzwMcxf8c7D0VxwTkHfluE4faX1m2 > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmoXg72tF4vlIRHkALWU6hbEHzOrvZz { width:20rem;height:1.95rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r { display:block; }#k3aRmPQqTLNUvid7t7UJOq98yAKZwz9r > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS0WQ3iDtGR6lPKLtOib2p2gzKOQoiM9 { width:12.4369375rem;height:2.99930625rem;top:15.911973953247rem;left:3.7801668643951rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3fPH7o4ZbRLS5y5amtfpm5Jf1xyRA9S { width:17.5rem;height:6.75rem;top:0.9375rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0IAlDGEkr8O9NPQFrtSBcJ0dX8lp6Uv { display:block; }
 }@media only screen and (max-width: 763px) { #OHV07eo282vSU934HScTyZz4V6qz9A7f { width:13.875rem;height:3.125rem;top:10.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1ZMpiFGbuF39gyHfnkJlpKvKM6NRog { width:17.5rem;height:6.75rem;top:8.75rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC4itLAChCJqSVMnk8B9keT4ZTG0mAnu { display:block; }
 }@media only screen and (max-width: 763px) { #oQTEOgWOae5pgzVnNlRh9c6uIFP5iRtX { width:6.8125rem;height:3.25rem;top:2.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdfmNvIP9IdJhZWethx91kfP8yCUUocD { display:block; }#pdfmNvIP9IdJhZWethx91kfP8yCUUocD > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlvKGNVv0acLAm8ZZhWEwdDOX90B6fSV { width:20rem;height:1.95rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 { display:block; }#Xm3vy00o8fvn0uxd4hKS6zPLr0nr8XV5 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdSMWxfOH0RWC2duT8bWZMipdaA2ZQIP { width:13.75rem;height:5.1875rem;top:7.1875rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq7MTFlLNwRcBG2aGUMsVcVE2oKTnunM { display:block; }
 }@media only screen and (max-width: 763px) { #aPk3GevThOadVts6PeFbPgTx1qXA1Nnv { width:13.75rem;height:5.1875rem;top:13.4375rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFr1Iboy29BVqeQMTKKSdyt6W0he59FP { display:block; }
 }@media only screen and (max-width: 763px) { #eSXrmlS4ZRvaOJweQhlCnGo5Mf7qC4se { width:10.1875rem;height:1.1875rem;top:15.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoINulWR3CFZm4hq731zmZlpTyhkqn1g { width:10.25rem;height:1.25rem;top:9.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EePDPLTWleRpkfRXBs7QeA6XOq3sKhkX { width:13.75rem;height:5.1875rem;top:0.9375rem;left:3.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWgJK66kGCKVaMI67clcgBmGnTIarWVG { display:block; }
 }@media only screen and (max-width: 763px) { #OPEVTUO8dJ5WKuh8FhQnEH4Du26eRAoN { width:9.9375rem;height:2.25rem;top:2.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 { display:block; }#euhSwEJ8OTCWgkTKxvrnQVi9PRfifdC2 > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTDpigwSTq5rf8iQCy8hAIJDeOMlhS7f { width:20rem;height:1.95rem;top:0.619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 { display:block; }#TtTyQioSeBNMz231vdD2IM6QAQe5qFE4 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLfu68DSKpdi2maOKi7o8XTRlbietsR5 { width:9.9375rem;height:3.8125rem;top:0.935329914093rem;left:5.0936056375504rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQc6Lci8lsQFwlwQpwrFQ2w7TluHD8Qx { display:block; }
 }@media only screen and (max-width: 763px) { #p4KCMrpvTrtxevGtGXnHScnGI8GLQV4e { width:9.875rem;height:3.75rem;top:5.6843172609806rem;left:5.0588833093643rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT99JtwxyV5TiQnsK15nCkXRhD3DQ6nX { display:block; }
 }@media only screen and (max-width: 763px) { #TelplBBgKlwxAFmH0l5SsJlXAZAgMpS5 { width:6.25rem;height:0.9375rem;top:2.3712384700775rem;left:6.9353300333025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESgD4GN06uhNnDex4VdpRKJvho4N92br { width:9.875rem;height:3.75rem;top:10.369647502899rem;left:5.0596066713333rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvKkukR2b0nu15OgObOBzVUFxqD0tJ6h { display:block; }
 }@media only screen and (max-width: 763px) { #QUFrKL6xAOK2BrVJn6kTxbiHOTJFX9Tb { width:6.25rem;height:2.875rem;top:6.1241320967674rem;left:6.9353300333025rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3VqlOXbUxUbD74pvlSuTIDxm2IU5ERQ { width:9.8125rem;height:3.6875rem;top:15.054688453674rem;left:5.0925928354263rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWMglnDXo2hcq1LNMZOrSTzAoBIebwka { display:block; }
 }@media only screen and (max-width: 763px) { #Un2y2ilbxVxagrs61miSHEPygdndR1CV { width:7.8125rem;height:0.9375rem;top:16.428674697876rem;left:6.0915800333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4U4OWRVwRRWyeURor2frFWQH4ktbtg { width:9.375rem;height:2.375rem;top:11.056135177613rem;left:5.3103300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxD381b9JuoeStL7UuDWdLVslGVLWT3n { display:block; }#JxD381b9JuoeStL7UuDWdLVslGVLWT3n > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPzqtXWg7ZkT9LxKCPtT4HIsZQCuFufA { width:19.999625rem;height:2.6rem;top:0.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ukM6xnuRSTk9qwR5eMWBnSOkpfxaoKfg { width:20rem;height:0;top:7.57418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni5DDw4lsofUW0kv87I91KT2daobkKEF { width:3.75rem;height:0.124149375rem;top:4.0625rem;left:8.123046875rem;background-color:#25aae3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb { display:block; }#lEWB1eq8ITATaAy4w16EMyRBXkD5kmyb > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPCTxOXpy5EsWpFDWvyHmMu4xVJT1vsk { width:3.75rem;height:3.75rem;top:9.5rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5CEqlKK3ONN1tvHAbiVER1qWRB1UaZg { width:3.75rem;height:0;top:10.5rem;left:4.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WEIeW19Q3dgznurO3opasl2CZTOzgOlp { width:3.125rem;height:3.125rem;top:46.8603578125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1yWIoHVuvfTtUX543TIS4sqwoiR7ZuM { width:8.2495625rem;height:1.3rem;top:16.374996185302rem;left:5.9375000596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nVE4ghW93gXphBlaga0zUgEukOmbhvAa { width:10.75rem;height:10.75rem;top:1.3124961853027rem;left:4.6875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzHqCrFbXmcmBLiphhDL5Hecp3gWuEIb { width:17.0618125rem;height:1.4875rem;top:8.1249961853025rem;left:1.5000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yW8OTDQaasVbaKuaonU2pu7TKA03ZTKl { width:6.25rem;height:6.25rem;top:0.93593864515425rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRIR6p0a9nhmMKicmizqx2R4VUGHSBWe { width:15.999rem;height:1.3rem;top:12.499996185302rem;left:2.0625000596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TmkHeANhTQtMpt10h1eJxVyA9IiTv0hQ { width:1.875rem;height:1.875rem;top:14.499996185302rem;left:9.1250005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Ak20XLTztN18E70eiVQlKcAHSWyyTS { width:1.875rem;height:1.875rem;top:10.624996185302rem;left:9.1250005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzbNiLkG7uZTogz82JnNbCes9McFDJy6 { width:8.3125rem;height:1.3rem;top:35.374998092651rem;left:5.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKbooFp4TeiV0xg6noDCFBwlbknUM1ai { width:10.8125rem;height:10.8125rem;top:25.249996185302rem;left:4.6250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tgw9WiP9nv4fGS0PnFoQ88AHKdNpLk2z { width:17.0625rem;height:1.4875rem;top:27.499998092651rem;left:1.5000000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LiWQLy8vtdIARBPMVB3xFfScwoK6vC6D { width:6.25rem;height:6.25rem;top:20.29843711853rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmnk70Rz58E3zUGxLfOfvoliqgLLR6fW { width:16.0625rem;height:1.3rem;top:31.687498092651rem;left:2.0000000596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t8WytuhQIzwhD4GebaMWiRMTRVy7ihxg { width:1.875rem;height:1.875rem;top:33.562498092651rem;left:9.1250005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMHoC0cAP4H5KBzMWFtFRpGcOisHibX { width:1.875rem;height:1.875rem;top:29.874998092651rem;left:9.1250005364419rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP82AGpi3VRTTVGC77M6QyySq9aUhukq { display:block; }#tP82AGpi3VRTTVGC77M6QyySq9aUhukq > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J33J0TlsAZQPaEyxlWFzDxlWJNUUaSgs { width:7rem;height:auto;top:2.625rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JysQOJyh4PHv5KStMdwPtOkNxhIRNNAq { width:13.1875rem;height:2.625rem;top:15.625rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ooOLuGEu2ituCso8XATvS7Cf6fTV8gsw { width:1.5625rem;height:1.5625rem;top:5.1875050291419rem;left:9.2187506556513rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMUuaPlg1FVyRepRpoq8OXM9QEIWXHR { width:1.5rem;height:1.5rem;top:9.5625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twv7wJ1sByA9QdZWf7WBBZsiEUrZmgDU { width:1rem;height:1rem;top:20.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVaKQDX92CnU8mxTHRT4tu43r1ZcvAon { width:0.625rem;height:1.1875rem;top:14.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvdiBV3MN5anybc64s7Mw6cnVhsVUUS { width:6.8125rem;height:1.0625rem;top:6.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGng1Ho4ukvfl0tumMg6WCvOK0TccV5N { display:block; }
 }@media only screen and (max-width: 763px) { #BR7Jz9TMiGmZQfT3GG3z7JGmv1ZKh4ZI { width:11.6875rem;height:1.0625rem;top:11.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE3DEmeEpfvZ9swr7iRhqMc7xrtyse3z { display:block; }
 }@media only screen and (max-width: 763px) { #wI4flXMNgaCaCFOR1wcDRXfs1uIV0WZH { width:3.125rem;height:3.125rem;top:24.8125rem;left:11.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR8ufSH1P2WPBMJqd2BuwT47JmEed3XB { width:3.125rem;height:3.125rem;top:24.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIOCoTNrZbgyby3520VU0Ph8fZe1da3 { width:3.125rem;height:3.125rem;top:24.8125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuO0StE3KZTTNOfwhcaTGi6UrFEEiq3 { width:7.25rem;height:2.875rem;top:1.125rem;left:6.3750001788137rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WnEhF0NV1STGxlTlX6P4TXMrcSABQFkV { width:9.875rem;height:1.21875rem;top:21.546870708466rem;left:5.0312501788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtEoPAXw3klLM7m7X0nwNa0rub0yb02B { display:none; }#GtEoPAXw3klLM7m7X0nwNa0rub0yb02B > .row .container { width:20rem;height:0.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQkydQRVucw6bE5htnR5UApq5a2iLFle { position:relative;z-index:auto;display:none; }#AQkydQRVucw6bE5htnR5UApq5a2iLFle > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mEi9A68LOBT0VZzAc0tQ3iUH7xMyXM3x { width:20rem;height:0;top:0.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kGxT9PEA0MsxpX9efTVQClZFzKWoyWaK { width:5.5625rem;height:1.5625rem;top:1.1197929382324rem;left:0.99934893846512rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk0xHkuu3TJnwFXp9QPUqGOgk36XsTrS { top:1.220703125rem;left:10.326606810093rem;width:8.73611125rem;height:2.17361125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkhFslbEI05IO3SlUi3fniX3akh2EDfx { display:block; }
 }@media only screen and (max-width: 763px) { #EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz { position:relative;z-index:auto;background-color:#1e4b54;background-image:none;display:block; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container { background-color: transparent; background-image: none; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container > .video-iframe-container { display: none; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row > .video-iframe-container { display: none; }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .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); }#EGZ28FkPpNFUxsJra6JKbIsCwhb1FULz > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqEhR7wh6CCBsyNKII3HPmwIqHmGlkFr { width:20rem;height:0;top:4.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cNbD758vfesX5gUkTz4c7O1kWUlCGxsQ { width:8.125rem;height:2.375rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jnwgir2sObUAzsC354MOsCOgNCqTCHng { width:1.5625rem;height:1.5625rem;top:6.125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k71n4TUWxCJ9GOOQllNr1T2yFRZJ3tBw { top:9.1558151245119rem;left:5.6250000596046rem;width:8.75rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uhlmlqg4RfNXl5z86VGBVpn4dhZQUknp { display:block; }
 }@media only screen and (max-width: 763px) { #ZOVresJItQETG65dZAcfeLLDzvHZgPBa { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#1e4b54;background-image:none;display:block; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container { background-color: transparent; background-image: none; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container > .video-iframe-container { display: none; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row > .video-iframe-container { display: none; }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .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); }#ZOVresJItQETG65dZAcfeLLDzvHZgPBa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w36IkuZ7TmKRt0kXyyMTztt96lCVr5P8 { width:5.625rem;height:1.5625rem;top:1.125rem;left:3rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z7t6ksGlLAPx6gMMs8NlkUdg3FANaRny { top:1.09375rem;left:14.375000536442rem;width:5rem;height:1.5625rem;font-size:0.75rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#caef94;background-image:none;color:#1e4b54;display:none; }
 }@media only screen and (max-width: 763px) { #mmfZ2DGOqP3H62vyxDy2M9Ick6SkQSO4 { display:block; }
 }@media only screen and (max-width: 763px) { #trgcDri6ZPrbe32cOssSH6SU7tEg7Vcl { width:7.8125rem;height:2.0989625rem;top:0.875rem;left:9.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15018;line-height:1.4;display:block; }
 }